Skip to main content
Live Webinar with SANS (June 25)— Agentic CTI Automation for Fun & ProfitRegister Free
Mallory
CriticalCISA KEVExploited in the wildPublic exploit

Microsoft Configuration Manager SQL Injection Remote Code Execution Vulnerability

IdentifiersCVE-2024-43468CWE-89· Improper Neutralization of Special…

CVE-2024-43468 is a critical SQL injection vulnerability in Microsoft Configuration Manager (formerly SCCM/ConfigMgr) that can lead to remote code execution. The provided content states that an unauthenticated attacker can send specially crafted requests to a target Configuration Manager environment, where input is processed unsafely and incorporated into backend SQL operations. Supporting reporting attributes the flaw to insufficient sanitization in handling requests to an internet-reachable endpoint, with one account stating the vulnerable path involves the getMachineID function processing XML messages for the MP_Location endpoint before constructing SQL queries. Successful exploitation allows arbitrary SQL execution against the underlying site database and can be escalated to operating system command execution on the server, including via SQL Server functionality such as xp_cmdshell.

Share:
For your environment

Are you exposed to this one?

Mallory correlates every CVE against your assets, your vendors, and active adversary campaigns. Know which vulnerabilities matter for you, not just which ones are loud.

ANALYST BRIEF

Impact, mitigation & remediation

What it means. What to do now. Patch path, mitigations, and the assume-compromise checklist.

Impact

What an attacker gets, and what they’ve been doing with it.

Successful exploitation can allow an unauthenticated remote attacker to execute arbitrary commands on the Microsoft Configuration Manager server and/or the underlying site database. The content indicates this may result in full remote code execution with the highest privileges on the server, arbitrary SQL query execution, theft or dumping of sensitive data from the site database, privilege escalation, service compromise, and potential follow-on actions such as ransomware deployment or broader network compromise. The vulnerability is also reported as actively exploited in the wild and has been added to CISA’s Known Exploited Vulnerabilities catalog.

Mitigation

If you can’t patch tonight, do this now.

If immediate patching is not possible, reduce exposure by restricting access to Configuration Manager endpoints to trusted networks only and blocking inbound access from untrusted IPs to relevant web and SQL services. Use a least-privilege service/database account rather than the computer account where Microsoft recommends it. Monitor for anomalous SQL activity, suspicious HTTP/XML requests to Configuration Manager endpoints, failed authentications, unexpected administrative account creation, and signs of xp_cmdshell or other dangerous SQL Server feature abuse. If mitigations cannot be applied adequately, the content notes CISA guidance to discontinue use of the vulnerable product until remediated.

Remediation

Patch, then assume compromise.

Apply Microsoft's security update for CVE-2024-43468. The content specifically references installing the required Configuration Manager in-console/security update, including KB29166583 in one source and KB5044285 or newer in another. Reported affected versions include Microsoft Configuration Manager 2403, 2309, and 2303, with some content also describing 2303 and earlier as affected. Where applicable, upgrade to Configuration Manager 2311 or later and ensure the relevant post-upgrade fix/update is installed. Validate exact affected versions and required update paths against Microsoft's official advisory before deployment.
PUBLIC EXPLOITS

Exploits

2 valid exploits after Mallory filtered fakes, detection scripts, and README-only repos (1 hidden).

VALID 2 / 3 TOTALView more in app
CVE-2024-43468_mTLS_goMaturityPoCVerified exploit

This repository is a Go-based exploit for CVE-2024-43468, a critical unauthenticated SQL injection vulnerability in Microsoft Configuration Manager (SCCM/ConfigMgr) Management Points. The exploit targets SCCM servers accessible over the network and leverages mutual TLS (mTLS) authentication using client certificates stored in the macOS Keychain. The main exploit logic is implemented in 'main.go', which constructs and sends specially crafted requests to the '/ccm_system/request' endpoint on the target SCCM server. The exploit allows the attacker to execute arbitrary SQL queries on the SCCM site database, enabling actions such as creating new admin users or running other privileged commands. The 'signer/keychain.go' file provides Go bindings to access and use client certificates from the macOS Keychain for mTLS, while 'get_cert_name.py' is a helper script to list and select certificate common names from the Keychain. The repository is operational and requires the attacker to have a valid client certificate in their macOS Keychain. The exploit supports optional SOCKS5 proxying for network traffic. The code is well-structured, with clear separation between the main exploit logic, certificate handling, and helper utilities.

nikallassDisclosed Jan 17, 2025gopythonnetwork
CVE-2024-43468MaturityPoCVerified exploit

This repository contains a Python exploit script (CVE-2024-43468.py) and a detailed README for CVE-2024-43468, a critical unauthenticated SQL injection vulnerability in Microsoft Configuration Manager (SCCM) Management Points. The exploit targets the '/ccm_system/request' endpoint, allowing an attacker with network access to execute arbitrary SQL queries on the SCCM site database as the MP machine account, which typically has sysadmin privileges. The script supports both HTTP and HTTPS targets, with optional mutual TLS authentication if required by the server. The attacker can use this exploit to create new database administrator users, escalate privileges, or achieve remote code execution via SQL features like xp_cmdshell. The README provides usage instructions, affected versions, and example payloads. The code is operational and requires the attacker to supply the target URL and SQL query, with optional parameters for client certificate authentication.

synacktivDisclosed Nov 26, 2024pythonnetwork
EXPOSURE SURFACE

Affected products & vendors

Products and vendors Mallory has correlated with this vulnerability. Open in Mallory to drill down to specific CPE configurations and version ranges.

VendorProductType
Microsoft CorporationConfiguration Managerapplication
Microsoft CorporationConfiguration Manager 2403application
Microsoft CorporationConfiguration Manager 2409application
Microsoft CorporationConfiguration Manager 2503application

Vendor-confirmed product mapping. Mallory continuously reconciles this list against your asset inventory.

ACTIVITY FEED

Recent activity

45 sources tracked across advisories, community write-ups, and news. New activity surfaces here as Mallory finds it.

cyber security newsNews
Feb 14, 2026
CISA Warns of Microsoft Configuration Manager SQL Injection Vulnerability Exploited in Attacks

A critical unauthenticated SQL injection vulnerability in Microsoft Configuration Manager (SCCM) console services that allows attackers to send crafted HTTP requests leading to arbitrary SQL query execution against the backend SQL Server, enabling data theft, privilege escalation, and potential OS command execution (up to full environment compromise).

Read more
scworldNews
Feb 14, 2026
CISA adds SolarWinds, Microsoft, Apple, Notepad++ vulnerabilities to KEV catalog | SC Media

A critical unauthenticated SQL injection in Microsoft Configuration Manager (MP_Location endpoint / getMachineID XML processing) that can be escalated to server-side RCE (e.g., via xp_cmdshell).

Read more
scworldNews
Feb 14, 2026
CISA adds SolarWinds, Microsoft, Apple, Notepad++ vulnerabilities to KEV catalog | SC Media

A critical unauthenticated SQL injection in Microsoft Configuration Manager (MP_Location endpoint; getMachineID processing of XML messages) that can be escalated to remote code execution (e.g., via xp_cmdshell) against internet-exposed endpoints.

Read more
security affairsNews
Feb 13, 2026
U.S. CISA adds SolarWinds Web Help Desk, Notepad++, Microsoft Configuration Manager, and Apple devices flaws to its Known Exploited Vulnerabilities catalog

An unauthenticated SQL injection vulnerability in Microsoft Configuration Manager that can lead to command execution on the server or underlying database.

Read more
What this page doesn’t show

The version that knows your environment.

This page is what’s public. Mallory adds the parts that aren’t: which of your assets are affected, which adversaries are exploiting it right now, which detections to deploy, and what to do tonight.
Exposure mapping

Query your assets running an affected version, and investigate the blast radius.

Threat actor evidence

Every observed campaign linking this CVE to a named adversary.

Associated malware

Malware families riding this exploit, with evidence and IOCs.

Detection signatures2

YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.

Vendor-by-vendor mapping

Cross-references every affected SKU, including bundled OEM variants.

Social activity25

Community discussion across Reddit, Mastodon, and other social sources.