VYPR
Medium severity6.1NVD Advisory· Published Nov 17, 2017· Updated May 13, 2026

CVE-2017-16880

CVE-2017-16880

Description

The dump function in Util/TemplateHelper.php in filp whoops before 2.1.13 has XSS.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
filp/whoopsPackagist
< 2.1.132.1.13

Affected products

1

Patches

1
c16791d28d1c

TemplateHelper: fix XSS if Symfony dumper is not available

https://github.com/filp/whoopsDenis SokolovNov 17, 2017via ghsa
1 file changed · +1 1
  • src/Whoops/Util/TemplateHelper.php+1 1 modified
    @@ -183,7 +183,7 @@ public function dump($value)
                 return $output;
             }
     
    -        return print_r($value, true);
    +        return htmlspecialchars(print_r($value, true));
         }
     
         /**
    

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

3

News mentions

0

No linked articles in our index yet.