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
Latest signal SecurityWeek7 h ago PoC public Dolphin X ShinyHunters ai-ml

In Other News: Dolphin X AI-Powered Malware, Car Anti-Theft Device Hack, 400 Linux Kernel Flaws

Read full story

SecurityWeek's latest roundup highlights several major cybersecurity developments, including the emergence of Dolphin X, a new AI-driven infostealer capable of targeting over 300 applications to steal sensitive data like browser credentials and cloud tokens. Meanwhile, hundreds of Linux kernel vulnerabilities—432 in total—were disclosed in a single day, requiring urgent attention from security teams. Additionally, researchers uncovered a critical vulnerability in dealer-installed vehicle anti-theft systems, exposing millions of cars to potential Bluetooth-based hijacking attacks.

TodayFri, Jul 2413 stories
14:157 h ago
The Hacker News PoC Active Directory Certificate Services privilege-escalation5 min read

Certighost Exploit Lets Low-Privileged Active Directory Users Impersonate a Domain Controller

A new exploit named Certighost allows low-privileged Active Directory users to impersonate a Domain Controller by obtaining a certificate through a flaw in Active Directory Certificate Services (AD CS). Researchers H0j3n and Aniq Fakhrul disclosed the vulnerability as CVE-2026-54121 on July 24, after Microsoft had issued a patch on July 14. The flaw enables attackers to retrieve sensitive credentials like krbtgt using DCSync, even without admin rights or user interaction. A working proof-of-concept is now publicly available.

12:489 h ago
Dark Reading Patch Azure Automation cloud4 min read

Default Azure Automation Setting Enables Cross-Tenant Identity Takeover

Microsoft has addressed a critical vulnerability in its Azure Automation service that could have allowed attackers to perform cross-tenant identity takeovers. The flaw, tracked as CVE-2025-29827 and rated with a CVSS score of 9.9, stemmed from a default setting that unintentionally exposed automation account identities. An attacker with access to their own Azure Automation account could exploit this to breach trust boundaries and impersonate another tenant's identity, enabling unauthorized script modifications and access to sensitive data. Microsoft researcher Shay Shavit discovered the issue and reported it to MSRC, who issued an advisory. Although no known exploits were observed, the default configuration remains a key concern. Organizations are advised to audit their automation account configurations and limit external exposure unless necessary.

12:099 h ago
Help Net Security Exploited Zimbra Collaboration Suite Laundry Bear4 min read

Russian hackers exploit unpatched Zimbra servers to steal emails

A Russian state-backed hacking group called Laundry Bear has been exploiting an unpatched vulnerability in Zimbra Collaboration Suite (CVE-2025-66376) to infiltrate government and corporate networks since July 2025. The flaw, a cross-site scripting issue fixed in November 2025, allows attackers to steal sensitive data simply by having users view a malicious email. Multiple U.S. and international cybersecurity agencies warn that the threat actors continue to use this exploit against unpatched systems, targeting sectors including defense, government, education, and law enforcement. Organizations are urged to apply updates and monitor for suspicious activity.

11:5310 h ago
The Hacker News Patch ChatGPT Workspace Agents ai-ml7 min read

ChatGPT AgentForger Flaw Could Deploy Rogue Workspace Agents via a Phishing Link

Researchers at Zenity Labs have revealed a critical cross-site request forgery (CSRF) vulnerability in OpenAI's ChatGPT Workspace Agents, codenamed AgentForger. This flaw could have enabled attackers to create and deploy unauthorized AI agents within an organization using a simple phishing link. The vulnerability was responsibly disclosed and patched by OpenAI on June 8, 2026. If exploited, the flaw would allow an attacker to forge an AI agent with full access to connected enterprise tools like Outlook, Gmail, Slack, and more—without requiring additional user interaction after the initial click. The affected product, Agent Builder, is now being deprecated by OpenAI.

11:4510 h ago
The Hacker News Patch Bing Images rce6 min read

Bing Images Flaws Let Crafted SVGs Run Commands as SYSTEM on Microsoft's Servers

Two critical vulnerabilities in Microsoft's Bing Images service allowed attackers to execute arbitrary commands with full system privileges using specially crafted SVG files. The flaws, tracked as CVE-2026-32194 and CVE-2026-32191, were discovered by XBOW and rated 9.8 on the CVSS scale. Attackers could exploit these issues without authentication by either uploading a malicious SVG or providing a URL pointing to one. Microsoft addressed both issues internally before publicly disclosing them in March 2026, stating no customer action is required. The vulnerabilities stemmed from how Bing’s image-processing pipeline handled SVG references, enabling command injection through ImageMagick delegates. Developers are advised to follow best practices such as disabling delegates, restricting accepted image formats, and isolating processing workers.

10:1511 h ago
The Hacker News Incident Hermes AI agent ai-ml8 min read

Hacker Runs Hermes AI Agent Unattended for Post-Exploitation at Thai Finance Ministry

An attacker deployed the Hermes AI agent in unattended mode to conduct post-exploitation activities within Thailand's Ministry of Finance network. The agent scanned for vulnerabilities, accessed personnel records dating back to 2012, and attempted to exploit misconfigured Hadoop services. The attack relied on default authentication settings and hardcoded credentials rather than new exploits. Threat intelligence firm Hunt.io discovered the operation after finding exposed logs and tools on a publicly accessible server. While no new vulnerabilities were exploited, the incident highlights risks from automated post-compromise operations using legitimate tools like Hermes.

07:4114 h ago
The Hacker News Patch NodeBB forum software privilege-escalation5 min read

NodeBB Patches Eight AI-Found Flaws Exposing Admin Access and Private Chats

NodeBB has addressed eight high-severity security flaws in its forum software, all identified by AI pentesting tools from Aikido Security during a six-hour audit. All versions prior to 4.14.0 are vulnerable, with the latest patch available in version 4.14.2. The flaws range from allowing unauthenticated users to access private messages and categories, to enabling attackers to inject malicious code through forum posts or federated connections. Some issues required only a regular user account to escalate privileges or bypass protections. While no exploitation has been reported yet, administrators are strongly advised to update immediately due to the potential for serious impacts like unauthorized access and data exposure.

07:3614 h ago
BleepingComputer Exploited Windchill Clop6 min read

Clop ransomware targets Windchill, FlexPLM in data theft attacks

The Clop ransomware group is actively exploiting a critical vulnerability in PTC’s Windchill and FlexPLM platforms, tracked as CVE-2026-12569. This flaw allows unauthenticated attackers to execute arbitrary code and deploy JSP webshells for data exfiltration. The exploit has already led to extortion attempts against affected organizations. PTC issued patches on June 17, but CISA added the flaw to its Known Exploited Vulnerabilities catalog due to ongoing threats. Cybersecurity firm ReliaQuest warns users to apply updates and isolate compromised systems immediately.

06:5815 h ago
The Hacker News PoC Redis 6.2.22 zero-day6 min read

Kimi K3 Agents Found Redis Zero-Days and Built RCE Exploit, Researchers Say

Researchers have published proof-of-concept (PoC) remote code execution (RCE) exploits targeting multiple Redis versions, including 6.2.22, 7.4.9, 8.6.4, and 8.8.0. These vulnerabilities stem from memory corruption issues in Redis Streams and the RedisBloom module. Redis has issued seven security updates on July 23 to address these flaws. Users should upgrade to the latest stable versions—6.2.23, 7.2.15, 7.4.10, 8.2.8, 8.4.5, 8.6.5, and 8.8.1—to mitigate risks. Until patches are applied, administrators are advised to restrict access to the RESTORE command and block untrusted network connections.

06:5015 h ago
The Hacker News Exploited Notepad++ UAC-00997 min read

Fake Notepad++ Plugin Delivers MATCHBOIL.V2 in UAC-0099 Attacks

A new cyberattack campaign attributed to the Russia-aligned threat group UAC-0099 has been discovered, involving a malicious Notepad++ plugin used to distribute the MATCHBOIL.V2 malware. The attack starts with phishing emails that lead victims to download a ZIP file disguised as a PDF document. This package includes a legitimate copy of Notepad++ version 8.8.3 and a malicious DLL named NppExport.dll. When executed, the script extracts additional components including a modified version of MATCHBOIL, which can deliver further payloads. CERT-UA advises updating Notepad++, WinRAR, and 7-Zip to mitigate risks.

05:3016 h ago
Help Net Security Research Qilin ransomware4 min read

Ransomware gangs go after EMEA healthcare’s supply chain

Ransomware groups are increasingly targeting the broader healthcare supply chain across the EMEA region, according to a report by Flare researcher Assaf Morag. Between 2024 and 2026, multiple threat actors including Qilin, LockBit 3.0, RansomHub, DragonForce, Gunra, NightSpire, 3AM, and Kazu have been observed attacking not just hospitals but also clinics, telemedicine providers, diagnostic labs, pharmacies, and related service organizations. These attacks often serve as entry points to larger, better-protected targets further along the supply chain. The study highlights the growing risk to patient safety and operational continuity in the healthcare sector.

04:3017 h ago
Help Net Security Research ransomware4 min read

Ransomware in 2026: More groups, more victims, no slowdown

In 2026, the ransomware threat landscape has become increasingly fragmented, according to Black Kite's latest report. Over the past year, 61 new ransomware groups emerged, bringing the total number of active threat actors to 146 by June 2026. The top five groups alone were responsible for nearly half of all victims. Unlike previous years dominated by a single major player or event, this year saw simultaneous expansion across multiple ransomware playbooks. Activity surged in the second half of the year, with Qilin becoming the largest operator by volume. The U.S. remains the most targeted country, but Europe and parts of Asia also experienced significant increases in attacks.

03:3118 h ago
Risky Business News Exploited Zimbra Collaboration Suite Laundry Bear3 min read

Western cyber agencies warn of Russian hacks of Zimbra servers

Western cybersecurity agencies have issued warnings about a Russian hacking campaign exploiting a zero-day vulnerability in Zimbra Collaboration Suite. The flaw, CVE-2025-66376, allows attackers to inject malicious code into webmail clients through CSS @import, enabling credential theft and data exfiltration. The threat group behind the attacks is linked to Laundry Bear (also known as Void Blizzard or TA488), with evidence of extensive targeting of Ukrainian and NATO-related organizations.

YesterdayThu, Jul 2318 stories
21:231 d ago
Dark Reading Exploited Zimbra Collaboration Suite Laundry Bear6 min read

Russian Hackers Exploit Zimbra Zero-Day Against US, Ukraine Targets

Russian state-backed threat actors have been exploiting a critical zero-day vulnerability in Zimbra Collaboration Suite (CVE-2025-66376) to target U.S., Ukrainian, and other Western government and enterprise networks since July 2025. The flaw allows attackers to execute a so-called 'half-click' phishing attack—requiring only that a user view a malicious email within a vulnerable version of Zimbra webmail. This method bypasses traditional phishing defenses and enables adversaries to exfiltrate sensitive data. Multiple intelligence and cybersecurity agencies warn that the exploit is being used by the APT group Laundry Bear, with ties to Russian intelligence, to gather information for strategic advantage.

18:361 d ago
The Hacker News Exploited Zimbra Collaboration Suite Laundry Bear8 min read

Russian Espionage Group Exploited Zimbra Zero-Day to Steal Mail and 2FA Codes

A Russian state-backed hacking group has been exploiting a zero-day vulnerability in Zimbra's webmail client to steal sensitive data, including email archives and two-factor authentication (2FA) recovery codes. The flaw, CVE-2025-66376, allows attackers to execute malicious JavaScript simply by viewing a crafted HTML email. This vulnerability was actively used between July 2025 and February 2026 against government and commercial organizations in Western countries, Ukraine, and other regions. Zimbra released patches for affected versions in November 2025, but users must manually review compromised accounts and invalidate stolen credentials.

18:001 d ago
Cisco Talos Advisory ai-ml10 min read

Don’t swing at everything

Cisco Talos researchers have uncovered a new remote access trojan (RAT) named msaRAT, developed by the Chaos ransomware group. This Rust-based malware leverages the Chrome DevTools Protocol to create a stealthy command-and-control (C2) channel without direct network interaction. It begins with a deceptive MSI file posing as a Windows update, loading the payload into memory to facilitate ransomware deployment. The technique allows attackers to evade detection by routing traffic through legitimate browser processes. Organizations are advised to monitor for unusual curl commands, unauthorized MSI downloads, and signs of Chrome or Edge manipulation.

16:491 d ago
BleepingComputer Exploited Zimbra Collaboration Suite Laundry Bear4 min read

Russian hackers exploit Zimbra zero-click flaw for email theft

CISA has issued a warning that the Russian state-backed hacking group Laundry Bear, also known as Void Blizzard, is exploiting a recently patched vulnerability in Zimbra Collaboration Suite to conduct email theft campaigns. The flaw, tracked as CVE-2025-66376, is a cross-site scripting (XSS) issue in the Classic UI of the software. This allows attackers to inject malicious JavaScript into HTML emails, which executes automatically when viewed—enabling silent data exfiltration without user interaction. The threat actors have targeted multiple sectors, including defense, government, education, and technology, using this zero-click exploit alongside phishing techniques to steal sensitive information such as emails, passwords, and two-factor authentication tokens.

16:321 d ago
BleepingComputer Exploited Notepad++ UAC-00993 min read

Hackers abuse Notepad++ plugins to stealthily install malware

Researchers have identified a new cyberattack method where threat actors disguise malware as Notepad++ plugins to silently install malicious tools on victims' systems. The campaign, attributed to UAC-0099, involves delivering a ZIP file containing a legitimate version of Notepad++ alongside a harmful plugin called NppExport.dll. This plugin, known as LunchPoke, establishes persistence by creating scheduled tasks and downloading additional payloads like BurnyBear and MatchBoil V2. The attack leverages a reported vulnerability (CVE-2025-56383), though the Notepad++ team disputes its classification as a flaw. Security experts recommend updating Notepad++ to version 8.9.7 and WinRAR to 7.23 to mitigate risks.

15:001 d ago
SecurityWeek Research zero-day8 min read

Is Patching Dead? Vulnerability Management in the Post-Mythos Era

In July 2026, the White House launched Gold Eagle, a federal initiative using frontier AI to detect and address software vulnerabilities before they are exploited. This marks a shift away from the outdated model of manual vulnerability discovery and patching. With AI capable of identifying complex flaws rapidly—and attackers exploiting them within hours—traditional patch management is no longer sufficient. The article outlines five key steps for modernizing security practices, including rethinking patch prioritization, reducing exposure, validating controls, preventing vulnerabilities early, and adapting to AI-driven threat landscapes.

13:271 d ago
The Hacker News PoC Claude Cowork privilege-escalation5 min read

Claude Cowork Flaw Could Let AI Agent Escape Its VM and Access Mac Files

Researchers discovered a sandbox escape vulnerability in Anthropic's Claude Cowork that allows an AI agent to break out of its Linux VM and access the host macOS system. The flaw, named SharedRoot, could let attackers read or write files across the user’s Mac, including sensitive data like SSH keys and cloud credentials. A proof-of-concept was demonstrated using a recently disclosed Linux kernel flaw (CVE-2026-46331) to gain elevated privileges within the VM. While Anthropic has shifted new sessions to cloud execution by default, users running Cowork locally remain at risk until additional mitigations are applied.

12:201 d ago
The Hacker News Exploited TriBack Loader JadeProx6 min read

China-Nexus JadeProx Uses New TriBack Loader in Government and Healthcare Attacks

A China-linked cyber operation tracked as JadeProx has deployed a new Windows loader named TriBack Loader to target government, healthcare, and education institutions in Asia and Latin America. The threat actors have leveraged multiple unpatched vulnerabilities including CVE-2018-11511, CVE-2021-24139, CVE-2021-31755, and CVE-2021-32305—each rated with a high CVSS score of 9.8—to gain initial access. Once inside, they used DLL sideloading techniques to execute malicious payloads and deliver post-exploitation tools like AdaptixC2 and Beagle. Sophos and Group-IB have identified spear-phishing campaigns and domain infrastructure linked to the activity, urging organizations to patch exposed Java interfaces and monitor for suspicious file patterns.

12:021 d ago
Rapid7 Blog Exploited Security Management auth-bypass5 min read

CVE-2026-16232: Critical Check Point SmartConsole Authentication Bypass Exploited in the Wild

A critical authentication bypass flaw, CVE-2026-16232, in Check Point’s SmartConsole has been actively exploited in the wild. The vulnerability affects Security Management and Multi-Domain Management systems, allowing attackers to gain full administrative access without credentials. Check Point issued a security advisory on July 22, 2026, confirming active exploitation and urging immediate patching. The flaw was added to CISA’s Known Exploited Vulnerabilities catalog with a three-day window for remediation. Affected versions include R82.10, R82, R81.20, and others, all of which require installing the latest Jumbo Hotfix. Rapid7 advises checking for signs of compromise, especially in exposed environments.

11:401 d ago
BleepingComputer Research XFS filesystem privilege-escalation4 min read

New RefluXFS Linux flaw lets attackers gain root privileges

A critical nine-year-old race condition vulnerability, tracked as CVE-2026-64600 and dubbed RefluXFS, has been discovered in the Linux kernel's XFS filesystem. This flaw enables local attackers to overwrite protected files and escalate privileges to root. The issue affects systems using an XFS filesystem with reflink enabled—common in major enterprise Linux distributions—and running kernel versions 4.11 or newer. Standard security measures like SELinux and container isolation do not prevent exploitation due to the low-level nature of the flaw. A patch was issued on July 16, and users are urged to update their kernels immediately.

11:281 d ago
The Hacker News Exploited GitHub Actions malware6 min read

Attackers Weaponize GitHub Actions Runners to Target cPanel and WHM Servers

Researchers uncovered a large-scale cyber campaign where attackers leveraged compromised GitHub repositories to deploy malicious workflows targeting cPanel and WebHost Manager (WHM) servers. Between July 12 and 13, 2026, ten Packagist packages linked to a legitimate PHP developer were used to distribute malicious GitHub Actions workflows. These workflows trigger GitHub-hosted runners that download payloads exploiting CVE-2026-41940, an authentication bypass flaw in cPanel and WHM. The attacks aim to steal credentials, configuration files, and sensitive data from vulnerable systems. This incident highlights how supply chain vulnerabilities can be weaponized at scale.

10:421 d ago
Help Net Security Exploited Check Point Security Management auth-bypass3 min read

Attackers exploit critical Check Point flaw to take over firewall management (CVE-2026-16232)

A critical authentication bypass vulnerability (CVE-2026-16232) in Check Point Security Management and Multi-Domain Security Management is currently being exploited by attackers. This flaw allows unauthenticated users to gain admin-level access through SmartConsole, enabling them to modify security policies and configurations. Check Point has issued hotfixes for supported versions—R81.20, R82, and R82.10—and advised customers to restrict access to trusted IPs if immediate patching isn't possible. CISA has added this flaw to its Known Exploited Vulnerabilities catalog, requiring U.S. federal agencies to act by July 25.

09:062 d ago
SecurityWeek Exploited Security Management zero-day3 min read

New Check Point Zero-Day Vulnerability Exploited in the Wild

A critical zero-day vulnerability in Check Point's products has been actively exploited in the wild. CVE-2026-16232 impacts Security Management and Multi-Domain Management, enabling attackers to bypass authentication and gain full administrative control through SmartConsole. The flaw was confirmed by Check Point, which reported that only a limited number of customers with exposed management interfaces were affected. Patches and IoCs are available, and CISA added the flaw to its KEV catalog, urging immediate remediation.

08:132 d ago
BleepingComputer Exploited SmartConsole zero-day4 min read

Check Point warns of SmartConsole zero-day exploited in attacks

Check Point Software has released a fix for a critical zero-day vulnerability affecting its SmartConsole interface, which is currently being exploited in real-world attacks. The flaw, identified as CVE-2026-16232, enables unauthenticated attackers to bypass authentication and gain administrative privileges by stealing an application token. Once inside, adversaries can alter security policies and configurations on affected systems like the Security Management Server and Multi-Domain Security Management Server (MDS). The vulnerability requires that the server’s IP be accessible over the internet and that Trusted Client restrictions are disabled. CISA has added the issue to its list of known exploited vulnerabilities and directed U.S. federal agencies to apply patches by July 25. Organizations are strongly advised to update or implement mitigations such as restricting Trusted Clients to specific IPs.

08:042 d ago
The Hacker News Research Linux Kernel privilege-escalation8 min read

Nine-Year-Old RefluXFS Linux Flaw Gives Local Users Root on Default RHEL Installs

A long-standing Linux kernel vulnerability, tracked as CVE-2026-64600 and dubbed RefluXFS, has been disclosed. This flaw enables an unprivileged local user to overwrite root-owned files on XFS filesystems and achieve persistent root access. The issue affects default installations of Red Hat Enterprise Linux, Fedora Server, and Amazon Linux, among others. The vulnerability stems from a race condition in the XFS filesystem when reflink is enabled (reflink=1). A patch was merged into the Linux kernel on July 16, and updated kernels are now being distributed by major vendors. Exploitation requires specific conditions involving XFS configuration and file placement. While no active exploitation has been reported, systems meeting these criteria should apply updates immediately.

06:342 d ago
The Hacker News Exploited SmartConsole zero-day4 min read

Check Point Patches Exploited SmartConsole Flaw Allowing Full Admin Access

Check Point has issued security updates addressing multiple vulnerabilities in its Security Management and Multi-Domain Security Management products, including a critical flaw currently being actively exploited. The most severe issue, CVE-2026-16232 (CVSS score: 9.3), allows unauthenticated attackers to bypass authentication and gain full administrative access via the SmartConsole login process. This could enable attackers to alter security policies and configurations remotely. The flaw impacts several versions of Check Point's software, including R77.30 through R82.10. A patch is available, and users are advised to apply the latest Jumbo hotfix immediately. CISA has also added this vulnerability to its KEV catalog, mandating federal agencies to remediate by July 25, 2026.

05:002 d ago
Help Net Security Research ImageMagick patch-tuesday6 min read

Multi-patch vulnerability fixes can leave open source exposed

A recent study reveals that many open source security fixes involve multiple patches, creating a window of vulnerability between the initial and final commits. Researchers analyzed 1,646 CVEs with more than one patch in the National Vulnerability Database and found that some fixes are incomplete or delayed, exposing users to potential attacks. For example, CVE-2012-0038 required two separate commits to fully resolve an integer overflow issue. Automated detection tools failed to identify these partial fixes accurately, highlighting a critical gap in current vulnerability management practices.

00:002 d ago
Palo Alto Unit 42 Exploited Zimbra Collaboration Suite Void Blizzard6 min read

Russian Global Webmail Espionage

Unit 42 has uncovered a sustained espionage campaign attributed to Russian threat groups Void Blizzard and LAUNDRY BEAR, exploiting a critical vulnerability in Zimbra Collaboration Suite (CVE-2025-66376). Attackers used zero-click phishing emails to inject malicious JavaScript payloads into unpatched systems, stealing login credentials, email archives, and search histories. The flaw is being actively exploited against government, defense, and financial organizations in NATO countries, Ukraine, CIS nations, and parts of Africa. Palo Alto Networks recommends updating Zimbra and leveraging Cortex Advanced Email Security to mitigate risks.

Earlier this weekSat, Jul 18 – Thu, Jul 238 stories
Wed2 d ago
The Hacker News Patch Ubuntu privilege-escalation5 min read

Ubuntu snap-confine Flaw Could Give Local Users Root on Default Desktop Installs

Researchers have revealed a critical local privilege escalation (LPE) vulnerability in the snap-confine component of Ubuntu, allowing unprivileged users to escalate their privileges to root on default desktop installations. Tracked as CVE-2026-8933 (CVSS score: 7.8), this flaw affects Ubuntu Desktop versions 24.04, 25.10, and 26.04. The vulnerability arises from a race condition during sandbox initialization, enabling attackers to manipulate file permissions and inject malicious rules into system directories. This could lead to full system compromise. To mitigate the risk, users are advised to update their systems with the latest patches for snapd.

Wed2 d ago
SANS Internet Storm Center PoC GeoServer rce2 min read

Rondo Meets Geoserver - SANS Internet Storm Center

A recent log entry revealed an ongoing attack targeting Geoserver through CVE-2024-36401, an X-Path expression evaluation flaw. The exploit attempts to execute arbitrary commands on vulnerable systems using the Rondo botnet. Attackers are deploying malicious shell scripts hosted remotely, leveraging multiple download methods such as wget and curl. This vulnerability allows unauthenticated attackers to run arbitrary code, making it critical for users to apply patches immediately.

Wed2 d ago
Qualys Security Blog Advisory Linux Kernel privilege-escalation11 min read

RefluXFS: A Linux Kernel Local Privilege Escalation to Root in XFS (CVE-2026-64600)

A critical local privilege escalation vulnerability, CVE-2026-64600, has been discovered in the Linux kernel's XFS filesystem. Attackers with basic user access can exploit this flaw to overwrite protected files and gain full root privileges on affected systems, including those using SELinux in Enforcing mode. The issue affects a wide range of enterprise Linux distributions, including RHEL, Oracle Linux, Amazon Linux, and Fedora, especially when running an XFS root filesystem with reflink enabled. The vulnerability has existed since kernel version 4.11 (circa 2017) and may impact over 16 million systems globally. Immediate patching is strongly advised, as no effective workarounds exist.

Wed2 d ago
The Hacker News Patch Adobe data-breach5 min read

Adobe Acrobat Extension Flaw Let Malicious Sites Read WhatsApp Web Data

A critical vulnerability in the Adobe Acrobat Chrome extension has been addressed following reports that it could allow attackers to silently access a user's WhatsApp Web session data. The flaw, named HermeticReader by Guardio Labs and tracked as CVE-2026-48294 (CVSS score: 7.4), is a universal cross-site scripting (UXSS) issue affecting all versions of the extension up to and including 26.5.2.2. Exploitation required user interaction but did not rely on phishing or malware installation—only visiting a maliciously crafted webpage was enough to trigger the attack. Attackers could use this to steal sensitive information such as chat lists, contact names, and message content from WhatsApp Web. Adobe has now issued a patch for the issue.

Wed2 d ago
SecurityWeek Research Adobe Acrobat Chrome extension web-app2 min read

Flaw in Adobe Extension With 300M Installs Enabled WhatsApp Data Theft

Researchers from Guardio uncovered a critical flaw in Adobe's widely used Chrome extension, which could have enabled silent theft of WhatsApp chat data and contacts. The vulnerability, classified as a UXSS cross-origin data disclosure issue (CVE-2026-48294), affected the Adobe Acrobat Chrome extension installed on around 329 million devices. Attackers could exploit it by luring users to a malicious website, bypassing the need for malware or device access. Adobe addressed the issue in June with a patch.

Wed2 d ago
Qualys Security Blog Patch Oracle E-Business Suite patch-tuesday5 min read

Oracle Critical Patch Update, July 2026 Security Update Review

Oracle has issued its latest quarterly Critical Patch Update for July 2026, addressing a total of 1449 security vulnerabilities across numerous product lines. The majority—1235 of them—are related to third-party components embedded in Oracle software. Oracle E-Business Suite was the most affected, receiving 410 patches (nearly 28% of the total). Among the notable fixes are high-severity issues that could allow remote code execution if exploited. This update includes patches for Oracle Database, APEX, GoldenGate, SQL Developer, and other key tools. Qualys has also published several QIDs to help organizations detect and remediate these vulnerabilities.

Wed2 d ago
BleepingComputer Exploited SMA1000 Volt Typhoon12 min read

New InfraTrust report reveals infrastructure flaws admins should patch first

Eclypsium has released a new infrastructure security report highlighting critical vulnerabilities affecting widely used networking and infrastructure devices. The inaugural July 2026 InfraTrust Pulse report outlines 61 advisories from 14 vendors, including six critical flaws and 26 remotely exploitable vulnerabilities. Several of these issues are being actively exploited by threat actors like Volt Typhoon and Salt Typhoon. Notably, SonicWall’s SMA1000 appliances (CVE-2026-15409 and CVE-2026-15410) were exploited before patches were available, while Fortinet’s FortiSandbox faced command injection flaws later added to CISA’s KEV catalog. Eclypsium emphasizes prioritizing vulnerabilities based on exploitability and exposure rather than just CVSS scores.

Wed2 d ago
Rapid7 Blog Research9 min read

What’s New in Rapid7 Products and Services: Q2 2026 in Review

In Q2 2026, Rapid7 rolled out significant updates across its product suite aimed at improving detection, response, and compliance for security teams. Key innovations include Detection as Code for scalable threat detection, ransomware prevention integrated into Incident Command, and enhanced compliance solutions aligned with global regulations like NIS2 and HIPAA. Additionally, the company published critical threat research on actively exploited vulnerabilities in Oracle PeopleSoft, Palo Alto PAN-OS, and other widely used systems. These advancements reflect Rapid7’s commitment to simplifying security operations while addressing emerging cyber threats.