Hello,
Accidentally I found one xss in the cpg14x, here you can see the advisory related:
Coppermine Photo Gallery 1.4 Cross-Site Scripting
Author: Gerendi Sandor Attila
Date: April 29, 2009
Package: Coppermine Photo Gallery (cpg14x)
Product homepage:
http://coppermine-gallery.net/Versions Affected: v.1.4 (Other versions may also be affected)
Severity: Medium
Input passed to the 'css' parameter from '/docs/showdoc.php' is not sanitized before it is returned to the user. This can be exploited to execute arbitrary HTML and script code in a user's browser session in context of an affected site.
Example:
http://somehost/docs/showdoc.php?css=1>"><ScRiPt%20%0a%0d>alert(123)%3B</ScRiPt>