diff options
| author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2026-02-20 19:47:42 +0000 |
|---|---|---|
| committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2026-02-20 19:48:29 +0000 |
| commit | b089bd41fd170ee015d217ad46f48600ccbbda98 (patch) | |
| tree | a0f01c70fbc1577816cf673c0dd351f3988e2f9f | |
| parent | 01994b9d1ec0197f339580173e2ac61b25bc9189 (diff) | |
security/vuxml: Document Jenkins Security Advisory 2026-02-18
Sponsored by: The FreeBSD Foundation
| -rw-r--r-- | security/vuxml/vuln/2026.xml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/security/vuxml/vuln/2026.xml b/security/vuxml/vuln/2026.xml index 02dd63f791ea..45e5491807a5 100644 --- a/security/vuxml/vuln/2026.xml +++ b/security/vuxml/vuln/2026.xml @@ -1,3 +1,38 @@ + <vuln vid="428e782a-0e92-11f1-a9b1-0cc47ada5f32"> + <topic>jenkins -- multiple vulnerabilities</topic> + <affects> + <package> + <name>jenkins</name> + <range><lt>2.551</lt></range> + </package> + <package> + <name>jenkins-lts</name> + <range><lt>2.541.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/2026-02-18/"> + <h1>Description</h1> + <h5>(High) SECURITY-3669 / CVE-2026-27099</h5> + <p>Stored XSS vulnerability in node offline cause description</p> + <h5>(Medium) SECURITY-3658 / CVE-2026-27100</h5> + <p>Build information disclosure vulnerability through Run Parameter</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2026-27099</cvename> + <cvename>CVE-2026-27100</cvename> + <url>https://www.jenkins.io/security/advisory/2026-02-18/</url> + </references> + <dates> + <discovery>2026-02-18</discovery> + <entry>2026-02-20</entry> + </dates> + </vuln> + <vuln vid="6a81dc74-0e8b-11f1-b7d1-b42e991fc52e"> <topic>Mozilla -- Heap buffer overflow</topic> <affects> |
