diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2025-03-06 03:39:37 +0800 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2025-03-06 03:42:46 +0800 |
commit | 1943629f19273d74def287e3dd5b10cadf40201b (patch) | |
tree | ad3efc751bb58068a68e055c9ca14e5168c6450a /security/vuxml | |
parent | misc/R-cran-gapminder: New port (diff) |
security/vuxml: Document Jenkins Security Advisory 2025-03-05
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'security/vuxml')
-rw-r--r-- | security/vuxml/vuln/2025.xml | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/security/vuxml/vuln/2025.xml b/security/vuxml/vuln/2025.xml index cdee63768c62..37c4583d5275 100644 --- a/security/vuxml/vuln/2025.xml +++ b/security/vuxml/vuln/2025.xml @@ -1,3 +1,47 @@ + <vuln vid="cb98d018-f9f5-11ef-a398-00e081b7aa2d"> + <topic>jenkins -- multiple vulnerabilities</topic> + <affects> + <package> + <name>jenkins</name> + <range><lt>2.500</lt></range> + </package> + <package> + <name>jenkins-lts</name> + <range><lt>2.492.2</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Jenkins Security Advisory:</p> + <blockquote cite="https://www.jenkins.io/security/advisory/2025-03-05/"> + <h1>Description</h1> + <h5>(Medium) SECURITY-3495 / CVE-2025-27622</h5> + <p>Encrypted values of secrets stored in agent configuration revealed to users with Agent/Extended Read permission</p> + <h1>Description</h1> + <h5>(Medium) SECURITY-3496 / CVE-2025-27623</h5> + <p>Encrypted values of secrets stored in view configuration revealed to users with View/Read permission</p> + <h1>Description</h1> + <h5>(Medium) SECURITY-3498 / CVE-2025-27624</h5> + <p>CSRF vulnerability</p> + <h1>Description</h1> + <h5>(Medium) SECURITY-3501 / CVE-2025-27625</h5> + <p>Open redirect vulnerability</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-27622</cvename> + <cvename>CVE-2025-27623</cvename> + <cvename>CVE-2025-27624</cvename> + <cvename>CVE-2025-27625</cvename> + <url>https://www.jenkins.io/security/advisory/2025-03-05/</url> + </references> + <dates> + <discovery>2025-03-05</discovery> + <entry>2025-03-05</entry> + </dates> + </vuln> + <vuln vid="475d1968-f99d-11ef-b382-b0416f0c4c67"> <topic>Spotipy -- Spotipy's cache file, containing spotify auth token, is created with overly broad permissions</topic> <affects> |