Aggregator
2026-05-31: Seven days of scans and probes and web traffic hitting my web server
14 hours 49 minutes hence
CVE-2026-6875
2 hours 5 minutes ago
Currently trending CVE - Hype Score: 1 - ServiceNow has addressed a remote code execution vulnerability that was identified in the ServiceNow AI platform. This vulnerability could enable an unauthenticated user, in certain circumstances, to execute code within the ServiceNow platform.
ServiceNow addressed this ...
CVE-2026-50458
2 hours 5 minutes ago
Currently trending CVE - Hype Score: 4 - Use after free in Microsoft Brokering File System allows an authorized attacker to elevate privileges locally.
CVE-2026-62835
2 hours 5 minutes ago
Currently trending CVE - Hype Score: 6 - Improper authorization in Azure Portal allows an unauthorized attacker to disclose information over a network.
CVE-2026-25589
2 hours 5 minutes ago
Currently trending CVE - Hype Score: 10 - RedisBloom is a probabilistic data structures module for Redis. In all versions of RedisBloom before 2.8.20, the module does not properly validate serialized values processed through the Redis RESTORE command. An authenticated attacker with permission to execute RESTORE on a ...
CVE-2026-60206
2 hours 5 minutes ago
Currently trending CVE - Hype Score: 13 - Vulnerability in the Oracle WebLogic Server product of Oracle Fusion Middleware (component: Core). Supported versions that are affected are 12.2.1.4.0, 14.1.1.0.0, 14.1.2.0.0 and 15.1.1.0.0. Easily exploitable vulnerability allows low privileged attacker with network access ...
CVE-2026-16232
2 hours 5 minutes ago
Currently trending CVE - Hype Score: 2 - An authentication bypass vulnerability in the Check Point SmartConsole login process allows an unauthenticated remote attacker to obtain an application login token and use it to authenticate with full administrative privileges. Successful exploitation allows the attacker to ...
CVE-2026-50522
2 hours 5 minutes ago
Currently trending CVE - Hype Score: 2 - Deserialization of untrusted data in Microsoft Office SharePoint allows an unauthorized attacker to execute code over a network.
CVE-2026-60137
2 hours 5 minutes ago
Currently trending CVE - Hype Score: 1 - WordPress 6.8.x before 6.8.6, 6.9.x before 6.9.5, and 7.0.x before 7.0.2 does not properly sanitise the author__not_in parameter of WP_Query, which could allow SQL Injection when a plugin or theme passes untrusted input to the parameter.
CVE-2026-63030
2 hours 5 minutes ago
Currently trending CVE - Hype Score: 1 - WordPress 6.9.x before 6.9.5 and 7.0.x before 7.0.2 is affected by a REST API batch endpoint route confusion issue which, combined with the author__not_in WP_Query SQL Injection (CVE-2026-60137), could allow an attacker to perform SQL Injection and achieve Remote Code Execution.
CVE-2025-66376
2 hours 5 minutes ago
Currently trending CVE - Hype Score: 10 - Zimbra Collaboration (ZCS) 10 before 10.0.18 and 10.1 before 10.1.13 allows Classic UI stored XSS via Cascading Style Sheets (CSS) @import directives in an HTML e-mail message.
<strong>Vir.IT eXplorer PRO</strong> certificato da Virus Bulletin per aver superato il test <strong>VB100 2026-07</strong> su Win 11 PRO...
4 hours 30 minutes ago
TG Soft is pleased to announce that Vir.IT eXplorer PRO passed the latest ‘VB100’ test carri
OpenAI智能体逃逸事件是AI时代的分水岭
5 hours 29 minutes ago
安全客
Tego AI Discloses Second Claude Flaw in a Week: Hidden Link Silently Sends Files to Attackers
6 hours 1 minute ago
Tel Aviv, Israel, July 24th, 2026, CyberNewswire One week after disclosing that Anthropic’s Claude Tag Slack integration could be driven by plain “@Claude” text, Tego AI today published a second piece of research on the Claude ecosystem. This one focuses on Claude Code, Anthropic’s agentic command-line coding tool. Cloning an ordinary repository and starting Claude […]
The post Tego AI Discloses Second Claude Flaw in a Week: Hidden Link Silently Sends Files to Attackers appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.
CyberNewswire
基于多样本一致性检测的Web漏洞扫描误报优化方法实践
6 hours 11 minutes ago
写了一个扫描器,扫出 192 个告警,其中 189 个是假的。花了三周重写 diff 引擎,误报率从 95% 只降到 90%。后来发现问题的根源不是算法精度,而是"单次观测无法区分噪声与真实触发"。本文提出 MSCT(Multi-Sample Consistency Test)——用双 payload 加无害对照请求代替传统单次 diff,让扫描器在没有人工干预的情况下把误报率降到可接受范围。同时
滥用合法驱动的艺术
6 hours 12 minutes ago
利用驱动任意物理内存读取dump lsass内存
当反向代理成了跳板:Varnish VCL 注入与 SSRF 内网穿透实战
6 hours 12 minutes ago
当所有反向代理都在配置层防御攻击时,Varnish 把整个配置语言编译成了机器码。
这意味着攻击者多了一条从未被正视的入侵路径:编译器。
我们在 Varnish 6.6.1 上挖到了 CVE-2022-23959 的 PoC——但补丁没修对。官方补了 body 失败路径,攻击者走的却是 pipeline 残留路径。补丁覆盖的代码分支和实际攻击路径正交。
这是中文社区首次从 VCL 编译链视角
利用 PEP 517 构建后端钩子在 Python 依赖安装期执行任意代码
6 hours 12 minutes ago
用户还没有运行目标包,包也未必已经安装完成,构建后端代码已经运行。
HackTheBox Travel:从 RSS 到 Root——SSRF、Memcache 投毒与 LDAP 提权复盘
6 hours 12 minutes ago
本文记录了 HackTheBox Travel 靶机从外部枚举到 Root 权限获取的完整过程。攻击链起点来自虚拟主机与 WordPress 站点枚举,随后通过 blog-dev 的 .git 泄露恢复源码,定位到 awesome-rss 页面中的自定义 RSS 功能、SimplePie 缓存机制以及 Debug 信息泄露。进一步审计发现,受限 SSRF 可借助 Gopher 协议访问本地 Mem