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

Human Factor Blog

how human behavior affects security

Programmer’s Digest #135

05/14/2025-05/21/2025 Malicious npm Package Leverages Unicode Steganography; New Go-Based Malware ‘RedisRaider’; New Intel CPU Flaws

1. Malicious npm Package Leverages Unicode Steganography, Google Calendar as C2 Dropper

Cybersecurity researchers have uncovered a malicious npm package called “os-info-checker-es6” that poses as an OS utility while stealthily delivering a second-stage payload. Disguised using Unicode-based steganography, the malware uses a Google Calendar event short link as a dropper to fetch the final payload, effectively hiding attacker infrastructure. Published on March 19, 2025, by a user named “kim9123”, the package has been downloaded over 2,000 times. A related package, “skip-tot”, and three others—“vue-dev-serverr”, “vue-dummyy”, and “vue-bit”—are also linked to the campaign. The malicious code appears in a later version uploaded on May 7, 2025, hidden in the “preinstall.js” script. Although no further payloads are currently being distributed, researchers believe the campaign may be dormant, targeted, or still evolving.

Experts warn that attackers increasingly exploit trusted services like Google Calendar, urging defenders to monitor behavioral signals and validate third-party packages closely.

2. New Go-Based Malware ‘RedisRaider’ Exploits Redis Servers to Mine Cryptocurrency

Security experts have discovered RedisRaider, a new malware campaign that targets misconfigured Redis servers to mine Monero cryptocurrency. Written in Go and heavily obfuscated using Garble, RedisRaider is designed for stealth and evasive propagation.

The malware scans for Redis servers on port 6379, confirms they’re Linux-based, then exploits commands like SET, CONFIG, and BGSAVE to install a malicious cron job. This job downloads and runs the XMRig miner while erasing traces using short-lived keys, temporary cron files, and log deletion. RedisRaider’s infrastructure also hosts a web-based Monero miner, expanding its reach to website visitors. One server involved was linked to multiple services, suggesting broader exploitation. To defend against RedisRaider, experts recommend enabling protected mode, setting strong authentication, restricting access, and monitoring for unusual activity.

3. Researchers Expose New Intel CPU Flaws Enabling Memory Leaks and Spectre v2 Attacks

A new vulnerability, Branch Privilege Injection (BPI), affects all modern Intel CPUs. BPI allows attackers to exploit CPU prediction mechanisms to access sensitive data from other users on the same processor, reviving concerns around Spectre-style attacks.

The flaw, assigned CVE-2024-45332 (CVSS 5.7), leverages Branch Predictor Race Conditions (BPRC) to bypass privilege boundaries. Intel has issued microcode patches to mitigate the risk.

Meanwhile, researchers at Vrije Universiteit Amsterdam (VUSec) detailed new Spectre v2 variants, codenamed Training Solo, which leak kernel memory at speeds up to 17 Kb/s, completely bypassing domain isolation.

These include:

  • CVE-2024-28956 (CVSS 5.7): Affects Intel Core 9th–11th Gen and Xeon 2nd–3rd Gen.
  • CVE-2025-24495 (CVSS 6.8): Affects Intel CPUs with Lion Cove cores.
    Intel released patches, and AMD updated guidance to highlight risks from classic BPF use.

4. Malicious PyPI Packages Exploit Instagram and TikTok APIs to Validate User Accounts

Cybersecurity researchers have discovered several malicious Python packages on the PyPI repository that were designed to validate stolen email addresses against TikTok and Instagram APIs. The packages, named checker-SaGaF, steinlurks, and sinnercore, were used to check if an email address was associated with legitimate social media accounts.

The main package, checker-SaGaF, sent HTTP POST requests to TikTok’s password recovery API and Instagram’s account login endpoints to verify email validity. Interestingly, the malicious payload in these packages was similar to the one found in the previously detected “discordpydebug” package. Researchers also noted similarities to the techniques used by the hacktivist group Phoenix Hyena, although attribution remains tentative. All malicious packages have been removed from PyPI.

5. Malware Found in PyPI Packages Targeting Open-Source Developers

Security researchers have identified a new wave of malicious Python packages on the PyPI repository that specifically target open-source developers. These packages were designed to steal sensitive information and gain unauthorized access to developers’ systems. The malicious code was hidden within seemingly legitimate packages that were downloaded thousands of times before being detected.

The compromised packages included backdoors that allowed attackers to execute arbitrary commands on infected systems. They also attempted to steal authentication tokens and access keys stored on developers’ machines. Researchers recommend that developers immediately review their installed packages, verify package integrity, and ensure they are using trusted sources for their dependencies.

6. Remote Code Execution Vulnerability Found in ROME Theme Kit

A critical remote code execution (RCE) vulnerability has been discovered in the ROME Theme Kit, a popular WordPress theme framework. The flaw affects all versions of the theme and could allow attackers to execute arbitrary code on vulnerable websites. The vulnerability stems from insufficient input validation in certain theme functions.

Website administrators are strongly advised to update to the latest patched version of the theme immediately. In addition, it is recommended to review server access logs for any suspicious activity and consider implementing additional security measures such as web application firewalls and regular security scans to prevent potential exploitation.

41 min   digest   programmers'

Programmer’s Digest #134

05/07/2025-05/14/2025 Ivanti EPMM Vulnerabilities, Malicious PyPI Package Posing as Solana Tool, Thousands of Node Developers Compromised And More

1. Ivanti EPMM Vulnerabilities Exploited in the Wild (CVE-2025-4427, CVE-2025-4428)

Ivanti has confirmed that attackers exploited vulnerabilities in open-source libraries to compromise on-prem Endpoint Manager Mobile (EPMM) instances of a small number of customers. The flaws, now tracked as CVE-2025-4427 (authentication bypass) and CVE-2025-4428 (remote code execution), were found in unnamed libraries and likely used as zero-days. CERT-EU flagged the issues, suggesting potential breaches of EU institutions.

Ivanti has released patched EPMM versions (11.12.0.5, 12.3.0.2, 12.4.0.2, 12.5.0.1) and advises customers to update or apply mitigations if upgrades aren’t possible. These issues affect only the on-prem EPMM product. Additionally, Ivanti patched flaws in other products: CVE-2025-22462 (auth bypass in Neurons for ITSM), CVE-2025-22460 (default credentials in Cloud Services), and an unnumbered authorization flaw in Neurons for MDM. These were reported by researchers and haven’t been seen in attacks yet.

2. Malicious PyPI Package Posing as Solana Tool Stole Source Code in 761 Downloads

Cybersecurity researchers have uncovered a malicious package on PyPI, named solana-token, which pretended to be related to the Solana blockchain but was designed to steal source code and developer secrets. Though now removed, it was downloaded 761 times since its release in April 2024.

According to ReversingLabs, the package contained a fake blockchain function, register_node(), which exfiltrated source code from the Python execution stack to a hard-coded IP address. The malware appeared to target developers working on blockchain projects, likely hoping to capture sensitive, hard-coded secrets.
The method of distribution remains unclear, though it may have been promoted on developer platforms. The incident highlights the growing trend of supply chain attacks targeting the cryptocurrency space.

Experts urge development teams to closely inspect open-source and third-party packages.

3. Thousands of Node Developers Compromised by Malware in Popular npm Packages

Malware is increasingly infiltrating the Node.js ecosystem via npm packages. Aikido Security uncovered a major supply chain attack involving the popular “rand-user-agent” package, downloaded over 45,000 times weekly. This package, used for generating randomized user-agent strings in web scraping, was found to contain a sophisticated remote access trojan (RAT). Though deprecated, the package saw three suspicious updates in recent weeks, likely after the original developer’s npm access token was compromised. Hackers used whitespace and code obfuscation to hide the RAT, which can execute shell commands and replace Python toolkits with malicious binaries. The malicious versions have since been removed, but the incident underscores the risks of compromised open-source libraries. Over 30 other npm packages used “rand-user-agent” as a dependency.

Other recent npm compromises include backdoored versions of xrpl.js and fake developer tools that hijack macOS features, showing that attackers are increasingly targeting developers and open-source repositories.

4. SonicWall Patches 3 Flaws in SMA 100 Devices Allowing Attackers to Run Code as Root

SonicWall has released patches for three vulnerabilities in SMA 100 Series appliances that could lead to remote code execution if chained together. The flaws affect devices including SMA 200, 210, 400, 410, and 500v and are fixed in version 10.2.1.15-81sv.

The issues are:

  • CVE-2025-32819 (CVSS 8.8): Lets an attacker delete arbitrary files, potentially triggering a factory reset.
  • CVE-2025-32820 (CVSS 8.3): Makes any directory writable via path traversal.
  • CVE-2025-32821 (CVSS 6.7): Allows file uploads via shell command injection.

Rapid7 warns these can be chained to gain root-level remote code execution. CVE-2025-32819 may be a patch bypass for a 2021 flaw and could have been exploited as a zero-day, though SonicWall hasn’t confirmed active abuse.

Users are strongly urged to update their systems immediately.

5. Microsoft Fixes 78 Flaws, 5 Zero-Days Exploited; CVSS 10 Bug Impacts Azure DevOps Server

Microsoft’s May 2025 Patch Tuesday update fixes 78 vulnerabilities, including five zero-days under active exploitation. Of these flaws, 11 are Critical, 66 Important, and 28 allow remote code execution. The update also includes fixes for Edge browser issues.

The five exploited zero-days are:

  • CVE-2025-30397 – Scripting Engine memory corruption enabling remote code execution;
    CVE-2025-30400 – Desktop Window Manager (DWM) privilege escalation;
  • CVE-2025-32701 & 32706 – Common Log File System (CLFS) driver privilege escalations;
  • CVE-2025-32709 – WinSock driver privilege escalation.

These flaws are linked to malware like QakBot and Play ransomware, and some have been exploited by APT groups.

CISA has added the five zero-days to its Known Exploited Vulnerabilities catalog, requiring U.S. federal agencies to patch by June 3, 2025. Additional fixes address bugs in Microsoft Defender for Endpoint and Identity, and a CVSS 10.0 flaw in Azure DevOps Server, now mitigated in the cloud.

8 d   digest   programmers'

Programmer’s Digest #133

04/30/2025-05/07/2025 Malicious Go Modules, SonicWall Flaws, Critical Langflow RCE Flaw And More

1. Malicious Go Modules Deliver Disk-Wiping Linux Malware in Advanced Supply Chain 

Cybersecurity researchers have uncovered three malicious Go modules—prototransform, go-mcp, and tlsproxy—containing obfuscated code that downloads destructive payloads designed to wipe Linux systems. Once executed, the payload uses wget to fetch a shell script that irreversibly overwrites the primary disk (/dev/sda), rendering the machine unbootable.

This attack permanently cripples systems and exemplifies the severe risk of supply-chain compromises. Additional threats include malicious npm and PyPI packages targeting cryptocurrency wallets and developer environments. Packages like crypto-encrypt-ts, herewalletbot, and others steal sensitive data, such as seed phrases and private keys.

A separate set of PyPI packages, including coffin-codes-net and cfc-bsb, used Gmail SMTP and WebSockets to exfiltrate data and enable remote command execution.
Experts urge developers to vet package publishers, monitor unusual outbound traffic, and avoid trusting packages solely based on their longevity.

2. CISA Flags Two SonicWall Flaws As Actively Exploited

CISA has added two actively exploited SonicWall vulnerabilities—CVE-2023-44221 and CVE-2024-38475—to its Known Exploited Vulnerabilities catalog, following the release of proof-of-concept exploit code. The vulnerabilities in question are listed below: – CVE-2023-44221 (CVSS score: 7.2) – Improper neutralization of special elements in the SMA100 SSL-VPN management interface allows a remote authenticated attacker with administrative privilege to inject arbitrary commands as a ‘nobody’ user, potentially leading to OS Command Injection Vulnerability

  • CVE-2024-38475 (CVSS score: 9.8) – Improper escaping of output in mod_rewrite in Apache HTTP Server 2.4.59 and earlier allows an attacker to map URLs to file system locations that are permitted to be served by the server.

The flaws affect SonicWall SMA remote access devices, enabling remote command injection and path mapping, with one providing admin-level access via an Apache HTTP Server bug. Patches have been available since late 2023 and 2024; systems running version 10.2.1.14-75sv or later are secure. CISA has ordered federal agencies to patch by May 22, 2025. Experts urge immediate patching of all vulnerable SMA 100 series devices to prevent exploitation.

3. Critical Langflow RCE Flaw Exploited to Hack AI App Servers

CISA has warned of active exploitation of a critical remote code execution (RCE) flaw in Langflow, tracked as CVE-2025-3248. The vulnerability allows unauthenticated attackers to execute code via the /api/v1/validate/code endpoint on exposed servers. Langflow, a popular open-source tool for building AI workflows with LangChain, fails to properly sanitize user-submitted code in affected versions.

Version 1.3.0, released April 1, 2025, fixes the issue by adding authentication to the vulnerable endpoint. Users are urged to upgrade immediately, preferably to the latest version 1.4.0. Horizon3 researchers, who published a proof-of-concept, found over 500 exposed instances online and warn of poor security design in Langflow.

CISA has mandated federal agencies to update or mitigate the flaw by May 26. Those unable to upgrade should restrict network access using firewalls or VPNs. No ransomware activity has been confirmed, but exploitation is ongoing, and immediate action is advised.

4. Commvault Confirms Hackers Exploited CVE-2025-3928 as Zero-Day in Azure Breach

Commvault has disclosed a breach of its Microsoft Azure environment by a suspected nation-state actor exploiting CVE-2025-3928, a zero-day vulnerability. The company, alerted by Microsoft on February 20, 2025, emphasized there is no evidence of unauthorized access to customer backup data or disruption to its operations.

The attack affected a small number of mutual customers with Microsoft. Commvault responded by rotating credentials and enhancing security measures. CISA has since added CVE-2025-3928 to its Known Exploited Vulnerabilities catalog, requiring federal agencies to patch Commvault Web Server by May 19, 2025.

To mitigate risk, customers are urged to enforce Conditional Access policies on Microsoft 365, Dynamics 365, and Azure AD apps, rotate secrets every 90 days, and monitor sign-in activity. Commvault also advises blocking and monitoring the following IPs linked to the attack: 108.69.148.100, 128.92.80.210, 184.153.42.129, 108.6.189.53, and 159.242.42.20.

14 d   digest   programmers'
Earlier Ctrl + ↓