VYPR
Unrated severityNVD Advisory· Published Sep 16, 2010· Updated Apr 29, 2026

CVE-2010-3427

CVE-2010-3427

Description

Multiple cross-site scripting (XSS) vulnerabilities in Open Classifieds 1.7.0.2 allow remote attackers to inject arbitrary web script or HTML via the (1) desc, (2) price, (3) title, and (4) place parameters to index.php and the (5) subject parameter to contact.htm, related to content/contact.php.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Open Classifieds 1.7.0.2 is vulnerable to multiple stored XSS attacks via unsanitized input in several parameters.

Vulnerability

Open Classifieds version 1.7.0.2 (and possibly earlier versions) contains multiple cross-site scripting (XSS) vulnerabilities. The application fails to properly sanitize user-supplied input passed via the desc, price, title, and place parameters to index.php and the subject parameter to contact.htm (related to content/contact.php). This unsanitized data is returned to the user, allowing injection of arbitrary HTML and script code. [1]

Exploitation

An unauthenticated remote attacker can craft a malicious URL or form submission containing JavaScript in any of the vulnerable parameters. When a victim visits the affected page (e.g., index.php with malicious parameters or contact.htm with a malicious subject), the injected script executes in the context of the victim's browser session. No special privileges or user interaction beyond viewing the page is required. [1]

Impact

Successful exploitation allows the attacker to execute arbitrary HTML and script code in the victim's browser. This can lead to session hijacking, defacement of the site, theft of sensitive information, or redirection to malicious sites. The attack is performed in the context of the affected domain. [1]

Mitigation

As of the disclosure date (September 2010), no official patch from the vendor has been identified. The recommended workaround is to filter malicious characters and character sequences using a web proxy or application firewall. Users should also consider upgrading to a later version if available, or implementing input validation and output encoding on the server side. [1]

AI Insight generated on May 23, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

1

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

5

News mentions

0

No linked articles in our index yet.