Sunday, March 23, 2025
Homecyber securityMultiple Jenkins Vulnerabilities Allow Attackers to Expose Secrets

Multiple Jenkins Vulnerabilities Allow Attackers to Expose Secrets

Published on

SIEM as a Service

Follow Us on Google News

Jenkins, the widely-used open-source automation server, issued a high-priority security advisory on March 5, 2025, disclosing four medium-severity vulnerabilities affecting its core platform.

The flaws—tracked as CVE-2025-27622 through CVE-2025-27625—impact secrets management, cross-site request forgery (CSRF) protections, and URL validation.

Immediate upgrades to Jenkins 2.500 (weekly) or 2.492.2 (LTS) are recommended to mitigate risks.

Exposure of Encrypted Secrets via API/CLI Access

Two vulnerabilities (CVE-2025-27622 and CVE-2025-27623) stemmed from improper redaction of encrypted secrets in agent and view configurations.

Attackers with Agent/Extended Read or View/Read permissions could exploit unpatched systems to access sensitive data stored in config.xml files via REST API or CLI endpoints.

Jenkins 2.499 and earlier, along with LTS 2.492.1 and earlier, failed to mask encrypted values—a regression from the 2016 SECURITY-266 fix.

The resolved versions now enforce role-based access controls, restricting decrypted secret visibility to users with Configure permissions.

CSRF and Open Redirect Vulnerabilities

A CSRF flaw (CVE-2025-27624) allowed unauthorized toggling of side panel widgets (e.g., Build Queue) via malicious HTTP requests.

Attackers could inject arbitrary panel IDs into user profiles, enabling persistent UI manipulation.

Concurrently, an open redirect issue (CVE-2025-27625) permitted phishing attacks by interpreting backslash-based URLs (e.g., \example.com) as valid redirects.

Browsers resolved these as scheme-relative paths, bypassing Jenkins’ URL safelist.

Patches enforce POST requests for sidepanel endpoints and reject backslash-initial redirects, aligning with OWASP CSRF prevention guidelines and RFC 3986 URI normalization standards.

Remediation and Upgrade Recommendations

Affected versions include Jenkins weekly ≤2.499 and LTS ≤2.492.1. The fixes—rolled out in 2.500 (weekly) and 2.492.2 (LTS)—introduce:

  • Enhanced secret redaction for REST/CLI interfaces
  • Stricter HTTP method enforcement
  • Redirect path validation using regex-based safelists

Administrators should prioritize upgrades and audit user permissions, particularly for roles with Read-only access.

For environments requiring delayed patches, temporary mitigations include revoking unnecessary permissions and implementing reverse proxy rules to block malicious redirect patterns.

Jenkins emphasized these updates as part of its quarterly security hardening cycle, underscoring the importance of continuous dependency scanning in CI/CD pipelines.

With CVSS scores averaging 6.5, proactive remediation is critical to prevent credential exfiltration and session hijacking in DevOps workflows.

Collect Threat Intelligence on the Latest Malware and Phishing Attacks with ANY.RUN TI Lookup -> Try for free

Latest articles

Attackers Leverage Weaponized CAPTCHAs to Execute PowerShell and Deploy Malware

In a recent surge of sophisticated cyberattacks, threat actors have been utilizing fake CAPTCHA...

Researchers Uncover FIN7’s Stealthy Python-Based Anubis Backdoor

Researchers have recently discovered a sophisticated Python-based backdoor, known as the Anubis Backdoor, deployed...

Researchers Reveal macOS Vulnerability Exposing System Passwords

A recent article by Noah Gregory has highlighted a significant vulnerability in macOS, identified...

JumpServer Flaws Allow Attackers to Bypass Authentication and Gain Full Control

JumpServer, a widely used open-source Privileged Access Management (PAM) tool developed by Fit2Cloud, has...

Supply Chain Attack Prevention

Free Webinar - Supply Chain Attack Prevention

Recent attacks like Polyfill[.]io show how compromised third-party components become backdoors for hackers. PCI DSS 4.0’s Requirement 6.4.3 mandates stricter browser script controls, while Requirement 12.8 focuses on securing third-party providers.

Join Vivekanand Gopalan (VP of Products – Indusface) and Phani Deepak Akella (VP of Marketing – Indusface) as they break down these compliance requirements and share strategies to protect your applications from supply chain attacks.

Discussion points

Meeting PCI DSS 4.0 mandates.
Blocking malicious components and unauthorized JavaScript execution.
PIdentifying attack surfaces from third-party dependencies.
Preventing man-in-the-browser attacks with proactive monitoring.

More like this

Attackers Leverage Weaponized CAPTCHAs to Execute PowerShell and Deploy Malware

In a recent surge of sophisticated cyberattacks, threat actors have been utilizing fake CAPTCHA...

Researchers Uncover FIN7’s Stealthy Python-Based Anubis Backdoor

Researchers have recently discovered a sophisticated Python-based backdoor, known as the Anubis Backdoor, deployed...

Researchers Reveal macOS Vulnerability Exposing System Passwords

A recent article by Noah Gregory has highlighted a significant vulnerability in macOS, identified...