VYPR
Low severityNVD Advisory· Published Oct 16, 2015· Updated May 6, 2026

CVE-2015-1813

CVE-2015-1813

Description

Cross-site scripting (XSS) vulnerability in Jenkins before 1.606 and LTS before 1.596.2 allows remote attackers to inject arbitrary web script or HTML via unspecified vectors, a different vulnerability than CVE-2015-1812.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
org.jenkins-ci.main:jenkins-coreMaven
>= 1.597, < 1.6061.606
org.jenkins-ci.main:jenkins-coreMaven
< 1.596.21.596.2

Affected products

3
  • cpe:2.3:a:jenkins:jenkins:*:*:*:*:*:*:*:*+ 1 more
    • cpe:2.3:a:jenkins:jenkins:*:*:*:*:*:*:*:*range: <=1.605
    • cpe:2.3:a:jenkins:jenkins:*:*:*:*:lts:*:*:*range: <=1.596.1
  • cpe:2.3:a:redhat:openshift:*:*:*:*:enterprise:*:*:*
    Range: <=3.1

Patches

1
feb2703adb0c

[FIXED SECURITY-171]

https://github.com/jenkinsci/jenkinsKohsuke KawaguchiMar 7, 2015via ghsa
1 file changed · +1 1
  • core/src/main/java/hudson/util/FormValidation.java+1 1 modified
    @@ -196,7 +196,7 @@ private static FormValidation _error(Kind kind, Throwable e, String message) {
                 " <a href='#' class='showDetails'>"
                 + Messages.FormValidation_Error_Details()
                 + "</a><pre style='display:none'>"
    -            + Functions.printThrowable(e) +
    +            + Util.escape(Functions.printThrowable(e)) +
                 "</pre>",kind
             );
         }
    

Vulnerability mechanics

Generated by null/stub on May 9, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.

References

7

News mentions

0

No linked articles in our index yet.