CVE-2017-17792
Description
Cross site scripting (XSS) vulnerability in the markup_clean_href function in inc/conv.php in BlogoText through 3.7.6 allows remote attackers to inject arbitrary JavaScript via a comment.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
BlogoText through 3.7.6 has an XSS vulnerability in the markup_clean_href function allowing attackers to inject arbitrary JavaScript via a comment.
Vulnerability
The XSS vulnerability exists in the markup_clean_href function in inc/conv.php in BlogoText through version 3.7.6. The function does not properly sanitize user-supplied URLs in comments, allowing malicious JavaScript to be injected. The issue was reported in [1] and fixed in commit 7c6f74e [2].
Exploitation
An attacker can exploit this by posting a comment containing a crafted URL that includes JavaScript code. No authentication is required beyond the ability to post comments (typically any visitor if comments are open). The injected script would execute in the context of any user viewing the comment.
Impact
Successful exploitation leads to stored cross-site scripting (XSS), enabling the attacker to execute arbitrary JavaScript in the browsers of visitors. This could lead to session hijacking, defacement, or theft of sensitive information. The privilege level is that of the victim's browser context.
Mitigation
The fix was committed on 2017-12-19 [2]. The patched version should be BlogoText 3.7.7 or later. Users are advised to update to the latest version. As a workaround, consider disabling comments or using a web application firewall to filter XSS payloads.
AI Insight generated on May 22, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
1Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
2- github.com/BlogoText/blogotext/commit/7c6f74e43008b2397160775696c67acbab87911dnvdPatch
- github.com/BlogoText/blogotext/issues/345nvdIssue TrackingThird Party Advisory
News mentions
0No linked articles in our index yet.