CVE Tools

Security news, decoded.

What happened, who is affected, and what to do next. Every story is linked to CVEs and enriched with product, exploitation, and patch context.

RSS
Earlier39 stories
Jun 11
Check Point Research Research LangGraph ai-ml10 min read

From SQLi to RCE – Exploiting LangGraph’s Checkpointer

Check Point Research reports three flaws in LangGraph’s persistence layer (checkpointers), impacting the SQLite checkpointer (CVE-2025-67644 and CVE-2026-28277) and the Redis checkpointer (CVE-2026-27022). In the SQLite path, a filter-related SQL injection can be chained with unsafe msgpack deserialization to reach remote code execution, since attacker-supplied checkpoint data is deserialized during state history retrieval. This matters most for teams self-hosting LangGraph and exposing getstatehistory() with a user-controlled filter; LangChain’s managed LangSmith Deployment using PostgreSQL is not affected. Fixes are available in langgraph-checkpoint-sqlite 3.0.1+, langgraph 1.0.10+, and langgraph-checkpoint-redis 1.0.2+.

Jun 11
The Hacker News28 min read

ThreatsDay Bulletin: Worm Code Leaked, AI Agent Phished, Claude Action Patch + 28 New Stories

A public release of the Miasma supply-chain attack toolkit (assessed as a variant of the Shai-Hulud worm) has been linked to credential theft affecting software ecosystems across PyPI, npm, RubyGems, JFrog Artifactory, GitHub repositories and GitHub Actions, with follow-on evolution toward a Python variant called Hades. The same roundup also highlights “Ghost-Sender” email spoofing risks in certain Microsoft Exchange configurations and “Pinchy” AI email-agent phishing weaknesses in OpenClaw that can trick agents into forwarding sensitive AWS IAM keys, database passwords, and SSH access. No specific CVE IDs were provided in the report, but the incidents matter because they target identities, build pipelines, and autonomous agent workflows where traditional defenses can lag.

Jun 11
SecurityWeek Exploited Exchange Server web-app2 min read

Microsoft Patches Exploited Exchange Server Vulnerability

Microsoft has released Patch Tuesday updates to address an Exchange Server vulnerability that is already being exploited in the wild, tracked as CVE-2026-42897. The flaw affects Exchange Server Subscription Edition, 2016, and 2019, and could be triggered via a specially crafted email leading to spoofing and cross-site scripting that allows JavaScript execution in a victim’s browser context. CISA added CVE-2026-42897 to its Known Exploited Vulnerabilities (KEV) catalog, requiring remediation by May 29, underscoring the urgency for organizations using affected Exchange deployments to apply the June 9 patches.

Jun 11
Daily CyberSecurity (securityonline.info) Patch PeopleSoft Enterprise PeopleTools rce3 min read

PeopleSoft RCE Security Bug: New Oracle Fix

Oracle has issued an emergency update for a PeopleSoft remote code execution vulnerability that can be triggered over the network without authentication. The issue affects PeopleSoft Enterprise PeopleTools versions 8.61 and 8.62 and is tracked as CVE-2026-35273 (CVSS 9.8), enabling attackers with HTTP access to take over systems, alter databases, and execute arbitrary commands. Organizations running affected deployments should apply Oracle’s patched update immediately and validate that exposed instances are remediated.

Jun 11
Daily CyberSecurity (securityonline.info) Patch IP cameras ics-ot-iot3 min read

Dahua Product Vulnerabilities: Patch 3 Critical CVEs

Dahua’s advisory DHCC-SA-202606-001 reports multiple severe security issues across certain Dahua IP cameras (IPC), PTZ cameras (SD), network video recorders (NVR), and related hardware. The affected CVE IDs are CVE-2026-29114 (certificate trust chain weakness), CVE-2026-29115 (authenticated remote denial of service), and CVE-2026-29116 (unauthenticated remote denial of service via specially crafted packets). These flaws matter because they can enable attackers to undermine certificate-based trust and repeatedly disrupt surveillance availability, putting enterprise physical security networks at risk.

Jun 11
Daily CyberSecurity (securityonline.info) PoC KVM/arm64 (ITScape) rce4 min read

ITScape KVM Escape: Public PoC Exploit Threatens Cloud Hosts

A proof-of-concept for an ITScape KVM escape issue has been publicly released, tracked as CVE-2026-46316. The flaw impacts KVM/arm64 environments by enabling untrusted guest virtual machines to break isolation and execute commands on the host with kernel (root) privileges. Because the bug resides in-kernel KVM and can be triggered from guest-side actions, it significantly raises risk for multi-tenant public cloud providers and tenants running affected kernel versions.

Jun 11
Daily CyberSecurity (securityonline.info) Patch Jenkins rce5 min read

Critical Jenkins Security Advisory 2026: Patch Multiple Flaws

A new Jenkins security advisory released in 2026 reports several high-impact issues affecting Jenkins, including remote code execution and data exposure via deserialization (CVE-2026-53435) and additional open redirect and XSS-related weaknesses (CVE-2026-53436, CVE-2026-53437, CVE-2026-53441). The advisory also addresses missing authorization checks and information leakage that can let attackers disrupt job queues, view sensitive user data, and extract plaintext secrets from POST config.xml submissions (CVE-2026-53438, CVE-2026-53439, CVE-2026-53442). Because these flaws can be exploited against CI/CD deployments, Jenkins administrators should apply the published patches immediately—upgrading to version 2.568 for weekly releases or 2.555.3 for LTS.

Jun 11
Daily CyberSecurity (securityonline.info) Patch GitLab Community Edition auth-bypass5 min read

Important GitLab Security Updates Address 12 Vulnerabilities

GitLab released security updates for self-managed Community and Enterprise Editions, including versions 19.0.2, 18.11.5, and 18.10.8, addressing 12 vulnerabilities. The fixes include high-impact issues such as CVE-2026-6552 (improper access control in Group SAML Identity API), CVE-2026-10087 (XSS in the Analytics Dashboard), CVE-2026-7250 (unauthenticated DoS), and multiple injection/authorization problems like CVE-2026-8589 and CVE-2026-10733. Administrators should upgrade promptly because these bugs can enable account takeover, execute client-side code, disrupt availability, and expose or alter sensitive data.

Jun 11
Daily CyberSecurity (securityonline.info) Patch NVIDIA DALI rce3 min read

Critical NVIDIA DALI Vulnerabilities Require Immediate Action

NVIDIA has released a June 2026 security update for NVIDIA DALI addressing two critical issues affecting versions 0.0 through 2.0. The flaws are tracked as CVE-2026-24180 (heap-based buffer overflow) and CVE-2026-24181 (improper index validation), and successful exploitation could enable code execution, data tampering, denial of service, or information disclosure across any supported platform/OS. Organizations using NVIDIA DALI should update to DALI v2.1 or later immediately to reduce exposure.

Jun 11
Daily CyberSecurity (securityonline.info) PoC PhpSpreadsheet rce4 min read

PhpSpreadsheet RCE Vulnerability: PoC Exploit Disclosed for 312 Million Users

A critical remote code execution issue tracked as CVE-2026-45034 has been disclosed in PhpSpreadsheet (PHPOffice), along with public proof-of-concept exploit details. The problem stems from a patch-bypass weakness in File::prohibitWrappers that attackers can evade by manipulating wrapper input, allowing dangerous file handling and, depending on the PHP version and application behavior, potential deserialization to reach RCE. Versions in the 1.x series up to 1.30.4 are reported as vulnerable, and upgrading to 1.30.5 is recommended to reduce exposure.

Jun 10
The Hacker News Research JDY botnet (scanner malware) Volt Typhoon6 min read

China-Linked JDY Botnet Expands to 1,500+ Devices for Cyber Reconnaissance

Security researchers report a resurgence and expansion of the JDY botnet, a covert network attributed to China-nexus state-sponsored threat activity. JDY now targets more than 1,500 SOHO and IoT devices and operates as a centralized scanner to discover, fingerprint, and continuously map exposed services for later exploitation. The activity includes use of edge-device vulnerabilities such as CVE-2026-35616, highlighting ongoing risk to internet-facing infrastructure and the persistence of reconnaissance capabilities even after related takedowns.

Jun 10
The Hacker News Exploited Langflow MuddyWater (mentioned as exploiting a different Langflow vuln)3 min read

Unpatched Langflow Flaw CVE-2026-5027 Exploited for Unauthenticated RCE

Security researchers report that an unpatched vulnerability in Langflow, an open-source low-code AI application platform, is being exploited in the wild. CVE-2026-5027 (CVSS 8.8) is a path traversal issue that can allow arbitrary file writes via the POST /api/v2/files endpoint, and unauthenticated access can be sufficient to reach the vulnerable code path before exploitation. This matters because it enables remote compromise without valid credentials, adding to a series of active Langflow attacks this year tied to CVE-2026-0770, CVE-2026-33017, CVE-2026-21445, and CVE-2025-34291.

Jun 10
The Hacker News Exploited Cisco Catalyst SD-WAN Manager patch-tuesday3 min read

CISA Adds Cisco, Chrome, and Arista Flaws to KEV Catalog Amid Active Exploitation

CISA added three vulnerabilities to its Known Exploited Vulnerabilities (KEV) catalog after reports of in-the-wild exploitation, affecting Cisco Catalyst SD-WAN Manager, Google Chrome V8, and Arista Extensible Operating System (EOS). The listed issues are CVE-2026-20245 (Cisco; authenticated local command execution as root), CVE-2026-11645 (Chrome V8; sandbox escape via crafted HTML for remote code execution), and CVE-2026-7473 (Arista EOS; improper handling of tunnel traffic that can process unexpected tunneled packets). It matters because the KEV listing signals active attacker use, and federal civilian agencies have been directed to remediate or mitigate by June 23, 2026.

Jun 10
BleepingComputer Exploited Exchange Server 2016 web-app3 min read

Microsoft patches Exchange Server zero-day exploited in attacks

Microsoft released security updates for a zero-day in Microsoft Exchange Server that has been exploited in real-world attacks, enabling attackers to run arbitrary JavaScript via a cross-site scripting (XSS) path that targets Outlook Web Access users. The issue, tracked as CVE-2026-42897, affects Exchange Server 2016, Exchange Server 2019, and Exchange Server Subscription Edition (SE), and can be triggered remotely by sending a crafted email without special privileges. This matters because the flaw allows malicious script execution in the victim’s browser context, increasing the risk of account and session compromise; defenders should apply the June 2026 fixes and keep the related mitigations enabled.