Habr•September 7, 2026•🇷🇺Translated from Russian

SCCM Misconfigurations Expose Organizations to Full Infrastructure Takeover

Microsoft Configuration Manager, commonly known as System Center Configuration Manager (SCCM), is widely deployed across Russian enterprises and serves as a high-value target for attackers. According to BI.ZONE SOC data, the platform operates in 25 percent of Russian organizations, predominantly large ones managing thousands of devices. Successful compromise typically grants full infrastructure control, enabling administrative privilege acquisition, lateral movement, user and device reconnaissance, persistence through arbitrary code execution, and policy manipulation.

Core Principles for Secure SCCM Deployment

Proper infrastructure planning at the deployment stage significantly reduces the attack surface. Site Server, SMS Provider, and Site Database Server roles must reside in the most protected Tier 0 network segment. Clients should never interact directly with these roles. Separate servers in a DMZ are required for external clients, and administrative operations should be performed exclusively via jump hosts.

Active Directory tiering must be respected: a single SCCM hierarchy should never manage assets from multiple forests or security tiers. Separate isolated SCCM infrastructures are recommended for Tier 0 assets such as domain controllers and hypervisors.

Least Privilege for SCCM Service Accounts

The Network Access Account (NAA) should be decommissioned wherever possible. Its credentials are stored encrypted on every managed client and can be extracted by local administrators using SharpSCCM, SharpDPAPI, or mimikatz. Organizations are advised to switch to HTTPS or Enhanced HTTP on distribution points and disable all previously used NAA accounts in Active Directory.

When NAA cannot be removed, the account must be a dedicated service account with minimal rights, interactive and remote desktop logons disabled, and monitored via Event ID 4624/4625 type 3 entries originating only from distribution point servers.

The Client Push Account used for forced client installation must also follow strict controls. Separate accounts should be created for different security tiers, added only to necessary local administrator groups via Group Policy, and never placed in Domain Admins. Source IP monitoring is required to detect anomalous usage.

Computer accounts of site servers and accounts used for domain join operations during operating system deployment sequences require similar restrictions. Domain join accounts must receive delegated rights only on temporary organizational units and must never reside in privileged groups.

Common Misconfigurations and Remediation

Absence of network isolation for PXE deployments remains one of the most critical vectors. Attackers who can boot devices over the network can extract credentials from task sequences or boot images. Database access must be limited to a dedicated SQL instance with the smallest possible number of sysadmin users, as the SC_UserAccount table stores recoverable secrets.

Administrative access to the SCCM console should be granted only to named accounts with appropriate security roles, avoiding generic service accounts that complicate incident investigation.

Related articles

Habr•Vulnerabilities & Exploits

YApi Abandoned Since 2022: Fork Yapix Exposes Forgable Project Tokens and Critical Sandbox Flaws

YApi, a widely used open-source API documentation and mocking platform with 27.7k GitHub stars, has received no updates since its 1.12 release in November 2022. The project accumulated 1,629 open issues, including an unaddressed remote code execution report via mock scripts. Security researcher Perruer created the Yapix fork to address broken dependencies, Node.js 22 incompatibility with deprecated crypto.createCipher, and 244 known vulnerabilities in production dependencies. Analysis revealed that project tokens could be forged by any user because the default passsalt key was a hardcoded five-character string published on GitHub. The original implementation used vm2 and Node vm for script execution, both of which are unsafe, allowing arbitrary server-side code execution. Yapix migrates to isolated-vm with strict memory and time limits, replaces SHA-1 password hashing with scrypt, and blocks MongoDB operator injection in API parameters.

Habr•Vulnerabilities & Exploits

Researchers Bypass RP2350 Secure Debug Lock with Laser Fault Injection and Photon Emission Microscopy

Security researchers have demonstrated a hardware attack that restores Secure Debug access on the RP2350 microcontroller revision A4 despite permanent OTP fuses disabling it. Using photon emission microscopy they first located the exact physical bits of the DEBUGEN register, then applied precisely timed 980 nm laser pulses to flip two critical bits and re-enable the Mem-AP ports. The attack requires decapping the chip from the backside and laboratory equipment costing around $250,000, but succeeds in seconds once calibrated. It bypasses the CRIT1.DEBUG_DISABLE fuse, TrustZone restrictions, and glitch detectors by resetting the device before firmware can re-lock the OTP page. The technique was developed against the updated A4 silicon released after the first Raspberry Pi Hacking Challenge. The work highlights that even heavily hardened microcontrollers remain vulnerable to sophisticated physical attacks when an attacker has direct silicon access.

Security NEXT•Vulnerabilities & Exploits

ServiceNow AI Platform Affected by Five Vulnerabilities Including Critical SQL Injection Flaws

ServiceNow disclosed five vulnerabilities in its AI Platform on September 24, 2026, through a security advisory. Two of the issues received CVSS v4.0 base scores of 9.3 and were rated Critical. CVE-2026-13016 allows unauthenticated remote attackers to perform SQL injection and manipulate database contents under specific conditions. CVE-2026-86860 stems from improper authorization checks that enable data exfiltration and privilege escalation without authentication. The flaws were identified via internal testing, coordinated disclosure, and the company's bug bounty program. ServiceNow urges customers to apply the provided updates immediately to mitigate the risks.

Security NEXT•Vulnerabilities & Exploits

CISA Adds Adobe Commerce and WSO2 Vulnerabilities to Known Exploited Vulnerabilities Catalog

The US Cybersecurity and Infrastructure Security Agency has added two actively exploited vulnerabilities to its Known Exploited Vulnerabilities catalog. CVE-2026-71362 affects Adobe Commerce and Magento, enabling attackers to escalate privileges through an authorization bypass flaw. CVE-2026-5430 impacts multiple WSO2 API management products and allows JWT authentication bypass, leading to administrator account takeover and remote code execution via arbitrary file uploads. Adobe issued an advisory in August 2026 recommending patches within 30 days, while WSO2 warned about the issue in May 2026. CISA has set a September 27, 2026 deadline for federal agencies to apply updates and investigate potential compromises.