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

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

Security researchers have successfully bypassed the permanent Secure Debug lock on the RP2350 microcontroller (revision A4) by combining photon emission microscopy with targeted laser fault injection.

The Raspberry Pi RP2350 is a dual-core device that can run either Arm Cortex-M33 or RISC-V Hazard3 cores. Its security architecture includes secure boot, TrustZone, permanent debug disable fuses stored in OTP memory, and active glitch detectors. After the first Hacking Challenge, Raspberry Pi released revision A4 with several fixes; the new research targeted this hardened silicon.

The team first used differential photon emission microscopy (PEM) to locate the physical transistors corresponding to the DEBUGEN register bits. By repeatedly toggling specific bits from secure-mode software and subtracting averaged infrared frames, they produced high-resolution maps that narrowed the target area to a few square micrometers.

With the locations identified, they performed laser fault injection using a 980 nm pulsed laser at approximately 1.2 W focused through a 50× objective. Two adjacent spots were found that respectively set the PROC1 and PROC1_SECURE bits. An automated script alternated between the two locations until both bits were correctly asserted, restoring full Secure Debug access through the Mem-AP port.

The attack works because the DEBUGEN register has no hardware redundancy or parity protection, unlike the OTP security fields. Once the bits are flipped, they remain set without further intervention, allowing an external debugger full read/write access to protected memory regions before firmware can re-apply soft locks.

Researchers note that the technique requires backside decapsulation, a high-end laser setup, and roughly $250,000 worth of laboratory equipment. It is therefore relevant primarily to sophisticated physical attackers rather than remote threats.

Related articles

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.

Habr•Vulnerabilities & Exploits

Blackbox Asset Management: Discovering and Identifying IT Infrastructure Without Direct Access

Security Vision expert Fedor Bokov explains how organizations can manage IT assets in blackbox mode when customers refuse to provide credentials or internal documentation. The approach begins with network scanning using tools such as nmap and masscan to detect live hosts and open ports across external and internal perimeters. Identification relies on banner grabbing, HTTP header analysis, favicon inspection, HTML structure, and service fingerprinting to determine exact software versions and operating systems. Examples include extracting Ubuntu 22.04 LTS details from an OpenSSH banner and identifying Checkpoint Gaia from specific HTTP responses on port 443. Further analysis of ports like 1433 and 443 reveals Microsoft SQL Server 2017, nginx 1.28.0, PHP 8.2.29, and Bitrix-Site-Manager instances. The methodology concludes with continuous monitoring cycles that track version changes, new services, and configuration deviations to prioritize vulnerability remediation without traditional inventory access.

BoletimSec•Vulnerabilities & Exploits

Check Point Patches Critical Zero-Day CVE-2026-93616 Enabling Unauthenticated Remote Code Execution on Management Servers

Check Point has addressed a critical zero-day vulnerability tracked as CVE-2026-93616 with a CVSS score of 9.8 that allowed remote unauthenticated attackers to upload and execute arbitrary scripts on management servers. The flaw combined directory traversal with insecure file handling, enabling attackers to escape the intended directory and place scripts in executable locations. Affected products include Security Management Server, Multi-Domain Security Management Server, Log Server, Multi-Domain Log Server, and SmartEvent. Targeted attacks were observed starting July 23 before public disclosure, though exploitation remained limited. Vulnerable versions span multiple R82, R81, and R80 releases, with fixes now available through specific hotfixes and Jumbo Takes. Administrators are advised to apply patches immediately, place management servers behind a Security Gateway, and restrict TCP port 19009 access. Detection guidance includes reviewing cpm.elg logs for unusually long usernames and ReflectionUtils errors containing directory traversal sequences.