Rose debug info
---------------

Human Factor Blog

how human behavior affects security

Programmer’s Digest #194

07/15/2026-07/22/2026 Critical SNMP Command Injection and Four XSS Vulnerabilities; Critical NGINX Vulnerability; SharePoint RCE Vulnerability CVE-2026-50522 And More.

1. Zimbra Patches Critical SNMP Command Injection and Four XSS Vulnerabilities

Zimbra has released fixes for nine security vulnerabilities in Zimbra 10.1.20, the most severe being a command injection flaw in the SNMP monitoring component that triggers when SNMP notifications are enabled. Four cross-site scripting (XSS) flaws in the Classic Web Client were also patched, involving malicious attachment filenames, crafted fields, and crafted attachments that could execute scripts under certain conditions. Separately, the update fixes a mail forwarding restriction bypass (CVE-2026-50055) that let authenticated users exfiltrate email even with forwarding restrictions enabled, discovered by Rapid7’s Jonah Burgess.

Zimbra withheld further technical details, saying “in line with industry best practices, information disclosure is limited for security vulnerability fixes.” This follows a patch issued just over a week ago for a critical stored XSS bug in the Classic Web Client that could enable arbitrary code execution.

None of the newly patched flaws are known to be actively exploited, but given XSS bugs’ history of exploitation in email platforms, prompt patching is strongly advised.

2. FakeGit Campaign Uses 7,600 GitHub Repos to Push SmartLoader Malware

A campaign dubbed “FakeGit” is distributing SmartLoader and StealC malware through 7,600 malicious GitHub repositories with over 14 million downloads. More than 800 repositories posed as AI skills or MCP servers, appearing 600+ times in public AI registries—a technique researchers call “agentbaiting,” designed to increase visibility to AI agents.

Attributed to threat actor “Water Kurita” and building on an earlier Lumma Stealer campaign, FakeGit’s AI focus emerged in March, peaking in April. Repositories impersonate tools like Gmail, WhatsApp, and Docker, using fake stars, forks, and documentation. READMEs direct victims to ZIP files disguised as installers that trigger SmartLoader, which establishes persistence, fetches its C2 address via a Polygon smart contract, and deploys StealC.

Island researchers found ChatGPT, Gemini, and Claude sometimes surfaced these repositories and relayed installation instructions when prompted. In controlled tests, Claude Code cloned malicious repos and downloaded files but halted before execution upon detecting suspicious indicators.

3. Critical NGINX Vulnerability Can Crash Workers and May Allow Remote Code Execution

F5 has patched a critical nginx flaw, CVE-2026-42533, that lets an unauthenticated attacker trigger a heap buffer overflow via crafted HTTP requests. Fixed in nginx 1.30.4/1.31.3 and NGINX Plus 37.0.3.1 on July 15, it affects every version since 0.9.6 (2011). The bug arises when a regex-based map variable is referenced alongside an earlier regex capture—nginx’s two-pass engine sizes a buffer for one capture but writes data from another, causing overflow. It can crash worker processes (DoS) and, F5 says, enable RCE if ASLR is bypassable.

Researcher Stan Shaw argues the flaw supplies its own ASLR bypass by leaking heap data, potentially making RCE far easier than F5’s advisory suggests—a claim he says tested 10/10 but hasn’t published proof for yet. He also found F5’s suggested mitigation (named captures) incomplete, leaving a secondary path open. CISA hasn’t flagged active exploitation yet, but similar recent nginx bugs were quickly weaponized, so patching promptly is advised.

4. CISA Warns Admins to Patch Actively Exploited SharePoint Flaws

CISA warned that attackers are actively exploiting three on-premises SharePoint Server vulnerabilities (CVE-2026-32201, CVE-2026-45659, CVE-2026-56164), affecting all supported self-hosted versions, including Subscription Edition. Attackers are using them to bypass authentication, gain remote code execution, steal IIS machine keys, and deploy malware.

CISA also flagged two newly patched flaws (CVE-2026-55040, CVE-2026-58644) as likely future targets, though not yet exploited. Shadowserver tracks nearly 10,000 exposed SharePoint servers, with over 800 unpatched against the first two CVEs.
CISA recommends applying patches, enabling AMSI and Microsoft Defender detections, rotating IIS machine keys after hunting for intrusion artifacts, restricting SharePoint’s internet exposure, and using reverse proxies where exposure is unavoidable. Federal agencies must secure or disconnect affected servers by July 17 under BOD 26-04.

Since 2021, CISA has flagged 11 exploited SharePoint vulnerabilities, seven also used in ransomware attacks.

5. Public PoC Triggers Active Exploitation of critical SharePoint RCE Vulnerability CVE-2026-50522

A critical SharePoint vulnerability, CVE-2026-50522 (CVSS 9.8), is under active exploitation following release of a public proof-of-concept. Patched in Microsoft’s July 2026 Patch Tuesday, the deserialization flaw lets attackers with Site Owner privileges execute arbitrary code remotely. It’s paired with CVE-2026-58644, both unauthenticated-exploitable deserialization bugs; CVE-2026-50522 was demonstrated at Pwn2Own Berlin, yet Microsoft’s advisory lists exploit maturity as unknown. watchTowr’s honeypot network captured exploitation attempts within hours of the PoC’s release, with attackers stealing SharePoint machine keys via a single request to maintain persistent access—meaning patching alone won’t remove attacker access. Security firm Defused Cyber also observed attacks delivering a .NET deserialization payload through SharePoint’s sign-in endpoint.

This follows earlier exploited SharePoint flaws CVE-2026-45659, CVE-2026-32201, and CVE-2026-20963, all added to CISA’s KEV catalog since March. Organizations should patch immediately and rotate potentially exposed credentials.

10 h   digest   programmers'

Programmer’s Digest #193

07/08/2026-07/15/2026 CVSS 9.9 NetWeaver ABAP Flaw, Jscrambler npm Supply Chain Attack, Joomla Sites Running iCagenda or Balbooa Exploited in Attacks And More.

1. SAP Patches CVSS 9.9 NetWeaver ABAP Flaw That Could Expose or Modify Data

SAP’s July 2026 security updates address multiple vulnerabilities, most notably a critical flaw in SAP NetWeaver Application Server ABAP. CVE-2026-44747 (CVSS 9.9) is an out-of-bounds write bug letting an authenticated attacker trigger memory corruption, potentially leading to unauthorized data access, modification, or system unavailability. Onapsis notes SAP’s proposed workaround—disabling certain ICF nodes in transaction SICF—breaks SAP GUI for HTML transactions, so patching the ABAP Kernel is strongly advised instead.

Two other critical flaws were also fixed. CVE-2026-27690 (CVSS 9.1) is an HTTP request/response smuggling issue in SAP Approuter (non-Cloud Foundry deployments), letting unauthenticated attackers desynchronize requests to expose responses or cause denial-of-service. CVE-2026-44761 (CVSS 9.1) affects SAP Commerce Cloud, where sample configuration scripts from SAP’s documentation created OAuth 2.0 clients with hard-coded, publicly known credentials. Attackers who find these unchanged in production could obtain valid access tokens to read and modify data. Customers who removed the sample client or rotated the secret aren’t affected; others should audit and remove it. No active exploitation has been reported, but patching is recommended.

2. Microsoft Patches Record 622 Vulnerabilities, Including Two Exploited Zero-Days

Microsoft’s July 2026 Patch Tuesday addressed a record 622 vulnerabilities, including two actively exploited zero-days. CVE-2026-56155 affects Active Directory Federation Services, allowing local privilege escalation to administrator. CVE-2026-56164, in SharePoint Server, enables unauthenticated network-based privilege escalation. Microsoft also flagged CVE-2026-50661, a BitLocker bypass exploitable by attackers with physical access, which was publicly disclosed before the patch release—Tenable’s Satnam Narang suggested a possible link to prior zero-days from researchers “Nightmare-Eclipse” or “Chaotic-Eclipse,” though unconfirmed.

Windows received 416 fixes and Office 164. Other notable flaws include critical bugs in Windows VMSwitch (CVE-2026-57092, CVSS 9.9) and SharePoint (CVE-2026-50522, CVSS 9.8), an Exchange Server XSS (CVE-2026-55008), and RCE issues in RDP, Windows DHCP Server, Windows Server Network driver, and Minecraft Bedrock Dedicated Server. Updates also covered Azure, Defender, Exchange, Edge, and SQL Server.

Microsoft says AI-assisted scanning is accelerating vulnerability discovery. Separately, Adobe patched 88 vulnerabilities, including critical ColdFusion, Commerce, Experience Manager, and Illustrator flaws.

3. Jscrambler npm Supply Chain Attack Steals Developer and Cloud Credentials

A compromised release of the widely used jscrambler npm package exposed developers and CI/CD pipelines to a credential-stealing campaign after attackers hijacked the maintainer’s npm publishing credentials. Malicious versions 8.14.0, 8.16.0, 8.17.0, 8.18.0, and 8.20.0 installed hidden Rust-based infostealers targeting cloud credentials, cryptocurrency wallets, browser data, AI coding assistants, messaging apps, and OS keyrings. Initially, the malware used an undocumented preinstall script, but later versions embedded the dropper directly into the package, bypassing protections such as npm install --ignore-scripts. Stolen data was encrypted and exfiltrated over TLS to a remote server. Jscrambler confirmed the breach, revoked the compromised credentials, and released version 8.22.0 as a clean version. Organizations that installed affected releases should treat impacted systems as compromised, upgrade to 8.22.0 (or revert to 8.13.0), rotate all exposed credentials, and review systems for signs of unauthorized binaries or suspicious activity.

4. npm 12 Disables Install Scripts by Default to Reduce Supply Chain Risk

GitHub has released npm 12, introducing major security improvements by disabling install scripts and risky dependency sources by default. Dependency lifecycle scripts, Git dependencies, and remote URL packages now require explicit approval, reducing the risk of supply chain attacks. Developers can review and allow trusted scripts using npm approve-scripts --allow-scripts-pending and save the allowlist in package.json.

GitHub also announced the deprecation of npm granular access tokens (GATs) that bypass two-factor authentication (2FA). Starting in August 2026, these tokens will no longer be able to perform sensitive account, package, or organization management tasks. By January 2027, GATs will also lose the ability to publish packages directly, with GitHub recommending trusted publishing (OIDC) or staged publishing with human approval instead. Additionally, pnpm 11.10 introduces a new _auth configuration that securely binds registry credentials to specific hosts, preventing malicious project files from redirecting authentication tokens.

5. CISA Warns of Joomla Sites Running iCagenda or Balbooa Exploited in Attacks

CISA has flagged active exploitation of two unrestricted file upload vulnerabilities in Joomla extensions, allowing attackers to potentially seize control of vulnerable websites. CVE-2026-48939 affects iCagenda, an event management extension, while CVE-2026-56291 affects Balbooa Forms—both letting unauthenticated or low-privileged attackers upload executable malicious files. Exploitation can enable web shells, giving attackers remote command execution, data theft, new admin accounts, content tampering, or a foothold for further attacks.

CISA warns file-upload flaws remain a common attack vector, with internet-facing Joomla sites especially at risk from automated scanning. Federal agencies must remediate under Binding Operational Directive 26-04, and CISA urges private organizations to do the same.

Administrators should check for these extensions, apply patches or vendor mitigations, and if unavailable, disable the component or restrict uploads and access. Because exploitation is ongoing, patching alone may not remove existing attackers—teams should hunt for web shells, suspicious accounts, altered templates, and unusual traffic, then rotate credentials and restore from clean backups if compromised.

6. Grok Build Uploaded Entire Git Repositories to xAI Storage, Not Just Files It Read

Researchers discovered that xAI’s Grok Build CLI (v0.2.93) uploaded entire Git repositories—including commit history—to xAI-managed cloud storage, rather than only the files required for coding tasks. Tests showed that a 12 GB repository generated over 5 GiB of uploads, even though the AI model processed only a small fraction of the data. Researchers also confirmed that tracked files, including a .env file with unredacted test credentials, were transmitted and stored. Disabling the “Improve the model” setting did not stop repository uploads, as it controlled model training rather than data collection. On July 13, xAI disabled repository uploads via a server-side configuration without updating the client. The company stated users can run /privacy to disable retention and delete synced data. Security experts recommend rotating any credentials stored in tracked files or Git history, as deleted secrets may still exist in repository commits.

7 d   digest   programmers'

Programmer’s Digest #192

07/01/2026-07/08/2026 4 Actively Exploited Adobe, Joomla, and Langflow Flaws, Public GitHub Issue, Critical Gitea Docker Bug And More.

1. CISA Adds 4 Actively Exploited Adobe, Joomla, and Langflow Flaws to KEV

CISA added four actively exploited flaws to its KEV catalog: CVE-2026-48282 (CVSS 10.0), a path traversal bug in Adobe ColdFusion enabling code execution, exploited within hours of disclosure; CVE-2026-56290 (CVSS 10.0), an access control flaw in Joomlack Page Builder allowing unauthenticated file upload and RCE, exploited since June 27 to drop web shells; CVE-2026-55255 (CVSS 6.1), a Langflow IDOR letting attackers hijack other users’ flows; and CVE-2026-48908 (CVSS 10.0), a JoomShaper SP Page Builder upload flaw exploited as a zero-day to plant PHP files and create rogue admin accounts.

Sysdig reported a lone operator chaining CVE-2026-55255 with Langflow RCE flaw CVE-2026-33017 between June 22–25, stealing LLM and AWS credentials while deploying cryptojacking/botnet payloads—part of an ongoing pattern of Langflow exploitation, including a recent “agentic ransomware” case dubbed JADEPUFFER. Federal agencies must patch by July 10, 2026.

2. Public GitHub Issue Could Trick GitHub Agentic Workflows Into Leaking Private Repo Data

Researchers at Noma Security disclosed “GitLost,” a technique that tricks GitHub Agentic Workflows into leaking private repository contents. An attacker simply opens a public issue—no credentials or org access needed. If an organization has granted its agent read access across repos, including private ones, the malicious issue can steer it into posting private data as a public comment. The flaw exploits indirect prompt injection: agents can’t distinguish owner instructions from text embedded in issues. In Noma’s proof-of-concept, prefixing the payload with “Additionally” bypassed GitHub’s threat-detection guardrails, causing the agent to leak a private README.

What makes GitLost distinct, researchers say, is that it manipulates agent actions, not just outputs—fitting the “lethal trifecta” of private data access, untrusted input, and an output channel. Similar flaws have hit Claude Code, Copilot, and Gemini CLI. Mitigations: scope tokens narrowly, restrict who can trigger workflows, and require human review before posting.

3. Critical Gitea Docker Bug Under Active Exploitation Exposes Repositories and Secrets

Attackers are actively exploiting a critical authentication bypass flaw in Gitea (CVE-2026-20896, CVSS 9.8), affecting official Docker images before version 1.26.3. Researchers at Sysdig observed the first real-world attack just 13 days after disclosure. The vulnerability allows attackers to gain access to internet-facing Gitea instances by sending a single crafted X-WEBAUTH-USER HTTP header with a valid username—no password or token required. The issue stems from a misconfigured default setting in official Docker images that trusts requests from any IP address instead of limiting them to trusted reverse proxies. If reverse-proxy authentication is enabled, attackers can impersonate any user, including administrators, potentially accessing private repositories, source code, API keys, credentials, deploy tokens, and CI/CD configurations. The flaw affects only official Docker images, not standard or self-built installations using secure defaults. Gitea versions 1.26.3 and 1.26.4 fix the issue by making reverse-proxy authentication opt-in. Users are urged to update immediately.

4. New Java-Based QuimaRAT MaaS Built to Run on Windows, Linux, and macOS

Cybersecurity researchers at LevelBlue have uncovered QuimaRAT, a new cross-platform Java-based remote access trojan (RAT) targeting Windows, Linux, and macOS. Sold under a malware-as-a-service (MaaS) model for $150 per month or up to $1,200 for lifetime access, QuimaRAT features a modular design that allows attackers to load encrypted plugins on demand. The toolkit includes a RAT, a builder, a loader, and an HTML dropper, enabling malware delivery through trusted file formats and browser-based techniques designed to evade security protections. Once installed, QuimaRAT establishes persistence using operating system-specific methods, communicates with command-and-control (C2) servers over multiple protocols, and supports dynamic C2 updates via Pastebin. It provides extensive capabilities, including remote command execution, credential theft, file transfer, clipboard manipulation, webcam surveillance, and fileless shellcode execution on Windows. Researchers warn that its modular architecture, cross-platform support, and obfuscation techniques make it a highly adaptable and difficult-to-detect threat.

5. North Korea-Linked PolinRider Campaign Hits 108 Open Source Packages and Extensions 

The North Korea-linked PolinRider supply chain campaign, tied to the Contagious Interview and Famous Chollima clusters, has grown well beyond npm to infect 108 open-source projects, with 162 malicious artifacts found across 80 Go modules, 10 Packagist packages, and a Chrome extension.

Attackers hijack legitimate maintainer accounts—likely via expired-domain takeovers—then push synchronized malicious updates across unrelated repos, as seen with the compromised Xpos587 account. Oddly, no infected PyPI packages appeared, suggesting attackers lack full publishing access everywhere.

To evade detection, PolinRider rewrites Git history using force pushes and backdated commits, making malicious changes look routine; standard file views won’t reveal them. Payloads hide as whitespace-padded lines in config files (vite.config.js, eslint.config.js) or disguised as fake .woff2 font files, triggered via hidden VS Code tasks that auto-execute on folder open.

A 7span organization compromise showed the risk of partial remediation: removing fake fonts alone left whitespace-hidden JavaScript intact, so infection persisted.

6. Hackers Hide ChocoPoC Malware in Python Dependencies to Compromise Pentesters 

Threat actors are targeting vulnerability researchers and penetration testers with ChocoPoC, a stealthy Python-based remote access trojan (RAT) distributed through fake GitHub proof-of-concept (PoC) exploits. The campaign has been active since late 2025, exploiting researchers eager to test newly disclosed vulnerabilities such as Joomla RCE, FortiWeb path traversal, and React2Shell. The malicious repositories include trojanized Python dependencies, notably “frint” and “skytext,” which appear legitimate but install hidden malware through compiled native extensions. ChocoPoC remains dormant unless it detects the specific PoC script it was designed to target, helping it evade sandbox analysis and automated detection. Once activated, it communicates with attackers using domain-fronted HTTPS traffic that mimics legitimate Mapbox API requests. The RAT can steal browser credentials, search for database files, exfiltrate sensitive data, and execute arbitrary commands, posing a significant supply chain threat to cybersecurity professionals.

14 d   digest   programmers'
Earlier Ctrl + ↓