VYPR

Maven package

org.apache.sling/org.apache.sling.xss

pkg:maven/org.apache.sling/org.apache.sling.xss

Vulnerabilities (3)

  • CVE-2017-15717Jan 10, 2018
    affected >= 1.0.4, < 2.0.4fixed 2.0.4

    A flaw in the way URLs are escaped and encoded in the org.apache.sling.xss.impl.XSSAPIImpl#getValidHref and org.apache.sling.xss.impl.XSSFilterImpl#isValidHref allows special crafted URLs to pass as valid, although they carry XSS payloads. The affected versions are Apache Sling X

  • CVE-2016-6798CriJul 19, 2017
    affected < 1.0.12fixed 1.0.12

    In the XSS Protection API module before 1.0.12 in Apache Sling, the method XSS.getValidXML() uses an insecure SAX parser to validate the input string, which allows for XXE attacks in all scripts which use this method to validate user input, potentially allowing an attacker to rea

  • CVE-2016-5394MedJul 19, 2017
    affected < 1.0.12fixed 1.0.12

    In the XSS Protection API module before 1.0.12 in Apache Sling, the encoding done by the XSSAPI.encodeForJSString() method is not restrictive enough and for some input patterns allows script tags to pass through unencoded, leading to potential XSS vulnerabilities.