Bug 768822 (CVE-2011-4616)

Summary: CVE-2011-4616 perl-HTML-Template-Pro: XSS issue
Product: [Other] Security Response Reporter: Kurt Seifried <kseifried>
Component: vulnerabilityAssignee: Red Hat Product Security <security-response-team>
Status: CLOSED ERRATA QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: unspecifiedCC: lkundrak
Target Milestone: ---Keywords: Security
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: perl-HTML-Template-Pro 0.9507 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-10-19 21:51:12 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 773453    
Bug Blocks:    

Description Kurt Seifried 2011-12-19 05:17:18 UTC
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=652587

The JS escaping in libhtml-template-pro-perl misses to escape "<" and
">" which allows XSS.  This was fixed in the last upstream release (0.9507).

An example script that triggers the bug is attached.  With 0.9507 it
outputs

&lt;evil&gt;

older versions generate

<evil>

instead.

Ansgar

Comment 1 Kurt Seifried 2012-01-11 21:12:41 UTC
Created perl-HTML-Template-Pro tracking bugs for this issue

Affects: fedora-all [bug 773453]