LIVE · cybersecurity feed
Live wire
Webmail CSS Attacks Expose a New Risk for AI-Powered Email ToolsMetabase Zero-Day Exploited in the Wild, Exposing Admin Access and Sensitive DataCritical One-Click Vulnerability in Atlassian’s Rovo AI Exposed Enterprise DataCVE-2026-8037 · CISA Adds Progress LoadMaster Command Injection Flaw to KEV CatalogSensitive Info Goes Into ‘No Reply’ Emails Constantly. This Guy Sees It AllAtlassian Rovo Can Be Tricked Into Sending Jira and Confluence Data to AttackersNew CSS Attacks Can Break Webmail Defenses to Steal Passwords and TokensCVE-2023-38646 · Metabase Zero-Day Exploited in Wild Allows Admin Access Without AuthenticationCVE-2026-18577 · N-able Issues N-central Hotfix 2 as Attackers Reach Managed Systems and PersistCVE-2026-8037 · Progress Kemp LoadMaster Flaw Hits CISA KEV After 792 Reported Exploit Attempts
security

Toolkit Hidden Inside Oracle Database Evades Endpoint Tools

Attackers used SQL injection to compile a post-exploitation toolkit inside an Oracle database

zeroday.news ·

A post-exploitation toolkit has been discovered compiled and stored within an Oracle database as schema objects, allowing attackers to execute commands on the underlying Windows server from a location typically not inspected by conventional endpoint security tools.

The intrusion was detected by Huntress on July 27, following credential theft alerts on a host running an Oracle database server. The cybersecurity firm published its analysis of the incident on August 5. The initial access point was a SQL injection vulnerability in the autocomplete search feature of a public-facing Java application utilizing Apache Tomcat. This was not a vulnerability in the database itself, but rather an issue with the application passing unvalidated input to the database over a Java Database Connectivity (JDBC) connection, using an account that possessed permissions to create Java objects.

Oracle databases include an embedded Java Virtual Machine (JVM) and a mechanism to store Java source code as a database object. The attacker exploited the SQL injection to feed malicious Java code through this mechanism, which Oracle then compiled into stored schema objects, forming the toolkit.

The toolkit, named "khunt" based on its module names and written files, comprised several components. These included a module capable of opening a Windows command shell for arbitrary operating system commands, and a credential dumper designed to read Oracle's internal user table and write usernames and passwords to a file. Additionally, the toolkit featured two file explorers, an unzip utility, a reachability check to confirm its operational status, and a set of PL/SQL wrappers to invoke the underlying Java methods. While the technique of compiling code within a database is not new, Huntress highlighted its use in this specific attack as a novel aspect, noting its rare documented appearance in the wild.

The attackers leveraged the database as a pivot point to the operating system by opening a Windows command shell, confirming they had achieved SYSTEM-level privileges. They then used PowerShell to interact with the Windows registry, copying the SECURITY and SYSTEM hives. Further enumeration of running services was performed, and the SAM and SECURITY hives were copied using the Extensible Storage Engine utility. Huntress assessed that these hives were staged for credential dumping and potential exfiltration, categorizing this activity as an attempt rather than confirmed theft. Apache access logs enabled researchers to trace the malicious requests back to a single IP address.

Huntress emphasized the detection challenge posed by this method. Storing the toolkit as a database object, rather than a file or a memory-resident payload, places it outside the typical scope of most security tools. Endpoint protection products primarily focus on processes, binaries, and files, rather than Java classes and PL/SQL wrappers embedded within an Oracle database. This approach effectively transforms the database from a data repository into an operational foothold for attackers.

To mitigate such attacks, Huntress advises ensuring that application forms are not susceptible to injection vulnerabilities. This requires implementing proper input sanitization and query parameterization for all user inputs. Furthermore, it is crucial to ensure that database users with the ability to execute queries are not over-provisioned with excessive permissions.

ShareXLinkedInWhatsAppFacebook

More News

view all →
css attackshigh

Webmail CSS Attacks Expose a New Risk for AI-Powered Email Tools

Researchers have discovered that CSS, typically used for styling web pages, can be weaponized in webmail clients to steal user credentials, hijack sessions, and manipulate AI tools. These attacks exploit vulnerabilities in how email clients handle HTML and CSS, allowing malicious styling to interact with the trusted interface. The research highlights risks for major services like Outlook, Gmail, and Yahoo Mail, particularly concerning AI integrations.

vulnerability

Week in review: Cisco fixes IMC bug, Patch Tuesday forecast, Black Hat USA 2026

Here’s an overview of some of last week’s most interesting news, articles, interviews and videos: Mapping the malware blast radius a single alert won’t show you In this interview with Help Net Security, Mike Wiacek, founder and CTO of Stairwell, explains Backstory, an AI agent that takes a single alert and works outward to map how far a malware campaign spread. He walks through the research behind

breach

Hackers breach TrueConf to trojanize client installers with backdoors

The Head Mare hacktivist group has been exploiting vulnerabilities in unpatched TrueConf video conferencing servers to replace client installers with malicious versions that deliver backdoors. [...]

cybersecurity

China Launches Cybersecurity Review of Palo Alto Networks Products

China's Cyberspace Administration has initiated a cybersecurity review of Palo Alto Networks' products sold within the country, citing national security concerns. The review, based on national security and cybersecurity laws, lacks specific details regarding the reasons or potential impact. Palo Alto Networks has stated that its operations and product delivery in the region remain unaffected for now.

ai

Devs to Anthropic, OpenAI, Cursor, and friends: Make security and privacy the default

Researchers scour social media to measure developer concerns about AI coding tools

vulnerabilityhigh

Metabase Zero-Day Exploited in the Wild, Exposing Admin Access and Sensitive Data

Attackers exploited a CVSS 10 Metabase zero-day to gain admin access and steal sensitive data. Framework confirmed it was among the victims. Metabase just confirmed something no analytics vendor wants to write: attackers found and used an unpatched, maximum-severity flaw against Metabase Cloud before anyone on the defense side knew it existed. The company’s own […]