<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Sql-Injection on CuraSec</title><link>https://curasec.metacog.co.kr/tags/sql-injection/</link><description>Recent content in Sql-Injection on CuraSec</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sun, 09 Aug 2026 11:41:42 +0000</lastBuildDate><atom:link href="https://curasec.metacog.co.kr/tags/sql-injection/index.xml" rel="self" type="application/rss+xml"/><item><title>Metabase SQLi zero-day exploited in customer data-theft attacks</title><link>https://curasec.metacog.co.kr/insights/2026-08-09-metabase-sqli-zero-day-exploited-in-customer-data-theft-atta/</link><pubDate>Sun, 09 Aug 2026 11:41:42 +0000</pubDate><guid>https://curasec.metacog.co.kr/insights/2026-08-09-metabase-sqli-zero-day-exploited-in-customer-data-theft-atta/</guid><description>&lt;ul>
&lt;li>&lt;strong>Engineer — Act:&lt;/strong> Metabase is widely deployed for BI/analytics and this SQLi is confirmed exploited with no patch available at attack time; if you run Metabase, isolate the instance, apply any available patch or vendor mitigation immediately, and audit logs for signs of unauthorized data access.&lt;/li>
&lt;li>&lt;strong>SOC/IR — Act:&lt;/strong> Active zero-day exploitation with confirmed data theft against named organizations warrants an immediate assume-breach sweep on any Metabase instances in your estate; hunt for anomalous outbound data transfers and unusual SQL query patterns originating from Metabase since the earliest known attack date.&lt;/li>
&lt;li>&lt;strong>Leader — Act:&lt;/strong> Named companies (Framework and Tally) have had customer data stolen via this zero-day; confirm whether your organization or key SaaS vendors run Metabase and request attestations, and prepare a brief for leadership in case customers surface questions about exposure.&lt;/li>
&lt;/ul></description></item><item><title>Metabase Zero-Day (CVSS 10.0) Exploited: Unauth SQLi Grants Admin Access</title><link>https://curasec.metacog.co.kr/insights/2026-08-09-metabase-zero-day-exploited-in-wild-allows-admin-access-with/</link><pubDate>Sun, 09 Aug 2026 11:41:42 +0000</pubDate><guid>https://curasec.metacog.co.kr/insights/2026-08-09-metabase-zero-day-exploited-in-wild-allows-admin-access-with/</guid><description>&lt;ul>
&lt;li>&lt;strong>Engineer — Act:&lt;/strong> Actively exploited zero-day in Metabase with a 10.0 CVSS allows unauthenticated SQL injection leading to full admin takeover — apply the vendor patch immediately or take any internet-exposed Metabase instance offline until patched.&lt;/li>
&lt;li>&lt;strong>SOC/IR — Act:&lt;/strong> Confirmed in-the-wild exploitation means assume-breach posture for any Metabase instance in your estate: hunt for unauthorized admin logins and anomalous SQL activity in application logs since the disclosure date, and sweep for lateral movement from those hosts.&lt;/li>
&lt;li>&lt;strong>Leader — Act:&lt;/strong> Confirm whether the organization runs Metabase — BI tools commonly hold access to sensitive operational data, and a CVSS 10.0 actively exploited vulnerability elevates this to a same-week check; if exposed, brief leadership on potential data access risk and request remediation status from the engineering team.&lt;/li>
&lt;/ul></description></item><item><title>Attackers deploy khunt toolkit inside Oracle DB via SQL injection</title><link>https://curasec.metacog.co.kr/insights/2026-08-06-hackers-run-khunt-post-exploitation-toolkit-from-oracle-data/</link><pubDate>Thu, 06 Aug 2026 13:03:19 +0000</pubDate><guid>https://curasec.metacog.co.kr/insights/2026-08-06-hackers-run-khunt-post-exploitation-toolkit-from-oracle-data/</guid><description>&lt;ul>
&lt;li>&lt;strong>Engineer — Plan:&lt;/strong> Any Oracle database exposed to untrusted SQL input is a plausible target; audit applications for SQL injection entry points into your Oracle instances and review whether extended stored procedures or Java capabilities are enabled, as khunt leverages in-database execution to move laterally. No CVE or patch cited, so schedule rather than emergency response.&lt;/li>
&lt;li>&lt;strong>SOC/IR — Plan:&lt;/strong> Running a post-exploitation toolkit from inside the database process is a meaningful evasion technique — build or tune detections for anomalous outbound connections and unusual child-process spawning from Oracle DB processes, and review whether your EDR covers database server hosts adequately.&lt;/li>
&lt;li>&lt;strong>Leader — Skip&lt;/strong>&lt;/li>
&lt;/ul></description></item><item><title>khunt Toolkit Exploits Oracle Java Compilation for Fileless SYSTEM Access</title><link>https://curasec.metacog.co.kr/insights/2026-08-06-attackers-compile-khunt-inside-oracle-to-turn-sql-injection/</link><pubDate>Thu, 06 Aug 2026 13:03:19 +0000</pubDate><guid>https://curasec.metacog.co.kr/insights/2026-08-06-attackers-compile-khunt-inside-oracle-to-turn-sql-injection/</guid><description>&lt;ul>
&lt;li>&lt;strong>Engineer — Act:&lt;/strong> Active exploitation chain: SQL injection in a public-facing app leads to fileless SYSTEM access via Oracle&amp;rsquo;s Java stored procedure compilation. Audit web app inputs for SQLi, disable Oracle Java execution capabilities if unused (&lt;code>DBMS_JAVA&lt;/code> grants), and inspect Oracle schema objects for unauthorized compiled Java classes.&lt;/li>
&lt;li>&lt;strong>SOC/IR — Act:&lt;/strong> Huntress is tracking this active toolkit (khunt); the fileless approach bypasses standard file-write detections. Hunt for anomalous Java stored-procedure compilation events in Oracle audit logs and alert on SYSTEM-level process spawning from Oracle service accounts since at least the date of this report.&lt;/li>
&lt;li>&lt;strong>Leader — Plan:&lt;/strong> Active exploitation of SQL injection against Oracle databases reaching OS-level access is a credible risk for any organization with public-facing Oracle-backed apps. Ask your team to confirm SQLi controls and Oracle hardening are in place this quarter.&lt;/li>
&lt;/ul></description></item><item><title>cPanel Critical SQLi Flaw (CVE-2026-58048) Lets Tenants Reach DB Root</title><link>https://curasec.metacog.co.kr/insights/2026-08-04-new-cpanel-critical-flaw-could-let-hosting-customers-run-sql/</link><pubDate>Tue, 04 Aug 2026 13:07:50 +0000</pubDate><guid>https://curasec.metacog.co.kr/insights/2026-08-04-new-cpanel-critical-flaw-could-let-hosting-customers-run-sql/</guid><description>&lt;ul>
&lt;li>&lt;strong>Engineer — Act:&lt;/strong> A public PoC on GitHub paired with a CVSS 9.4 privilege-boundary break makes this urgent for any operator running cPanel. Apply the targeted security release immediately and verify no cross-account SQL activity in database logs since the release date.&lt;/li>
&lt;li>&lt;strong>SOC/IR — Plan:&lt;/strong> No active exploitation is confirmed (EPSS 0.01), but the public PoC means detection coverage is worth building now. If cPanel is in your estate, develop a hunt for anomalous database queries originating from hosting-account contexts executing with root-level DB identity.&lt;/li>
&lt;li>&lt;strong>Leader — Skip&lt;/strong>&lt;/li>
&lt;li>&lt;strong>Signals:&lt;/strong> CVE-2026-58048 — CISA KEV: not listed, EPSS 0.01, public PoC on GitHub&lt;/li>
&lt;/ul></description></item><item><title>WordPress Core SQL Injection (CVE-2026-63030) Under Active Exploitation</title><link>https://curasec.metacog.co.kr/insights/2026-07-21-wordpress-exploitation-underway-cve-2026-63030-mon-jul-20th/</link><pubDate>Tue, 21 Jul 2026 12:43:35 +0000</pubDate><guid>https://curasec.metacog.co.kr/insights/2026-07-21-wordpress-exploitation-underway-cve-2026-63030-mon-jul-20th/</guid><description>&lt;ul>
&lt;li>&lt;strong>Engineer — Act:&lt;/strong> Unauthenticated RCE in WordPress Core (not a plugin) is being actively exploited with a public PoC on GitHub — patch all WordPress Core installations to the latest fixed release immediately and audit web server and DB logs for SQLi patterns.&lt;/li>
&lt;li>&lt;strong>SOC/IR — Act:&lt;/strong> Active exploitation is confirmed; sweep any WordPress-hosting infrastructure for webshells, unexpected file writes, and anomalous database query patterns tied to wp2shell activity since last week&amp;rsquo;s disclosure.&lt;/li>
&lt;li>&lt;strong>Leader — Plan:&lt;/strong> Confirm whether WordPress is present in the company&amp;rsquo;s web estate and verify engineering has prioritized patching this week; not yet at board-briefing scale but unauthenticated RCE with active exploitation warrants prompt follow-up with the engineering team.&lt;/li>
&lt;li>&lt;strong>Signals:&lt;/strong> CVE-2026-63030 — CISA KEV: not listed, EPSS 0.09, public PoC on GitHub, reported by 2 collected sources&lt;/li>
&lt;/ul></description></item></channel></rss>