MatanS

HTMLy v3.0.8 - Reflected Cross-Site Scripting (XSS) - CVE-2025-56154

Dec 31st, 2025 (edited)
1,283
0
Never
7
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. - Security Advisory: Reflected Cross-Site Scripting (XSS) in HTMLy
  2. - CVE ID: CVE-2025-56154
  3.  
  4. Summary
  5. A Reflected Cross-Site Scripting (XSS) vulnerability was identified in HTMLy version v3.0.8. This vulnerability allows remote attackers to execute arbitrary JavaScript in the context of a victim's browser, leading to session hijacking or cookie theft.
  6.  
  7. Product Details
  8. - Vendor: HTMLy
  9. - Product: HTMLy
  10. - Vulnerable Version: v3.0.8
  11. - Fixed Version: v3.0.9
  12.  
  13. Vulnerability Details
  14. - Vulnerability Type: Reflected Cross-Site Scripting (XSS)
  15. - Discovery Date: 2025-06-06
  16. - Researcher: Matan Sandori
  17.  
  18. Description
  19. The vulnerability exists within the author profile endpoint (/author/:name). The application fails to properly sanitize user-supplied input before reflecting it back in the HTTP response.
  20.  
  21. An attacker can construct a malicious URL containing a JavaScript payload. If an administrator or authenticated user visits this URL, the payload executes.
  22.  
  23. Proof of Concept (PoC):
  24.  
  25. Reflected Cross-Site Scripting (XSS): URL Path / Username parameter Payload: "><img src=a onerror=alert(1)>
  26.  
  27. Raw URL:
  28. /admin/users/admin"><img src=a onerror=alert(1)>/edit?destination=admin/users
  29.  
  30. URL Encoded:
  31. /admin/users/admin%22%3E%3Cimg%20src%3da%20onerror%3dalert(1)%3E/edit?destination=admin/users
  32.  
  33. Screenshots/Proof: https://drive.google.com/drive/folders/18yOI_bbNWNK7iXyuzFJksXT1rXkz5y3r?usp=sharing
  34.  
  35. Timeline
  36. - 2025-05-25: Initial security review of HTMLy v3.0.8.
  37. - 2025-06-06: Reflected XSS vulnerability discovered and reported to MITRE (Ticket ID: MCI*********).
  38. - 2025-07-05: Vendor released HTMLy v3.0.9, addressing the reported issues.
  39.  
  40. Credit
  41. This vulnerability was discovered and reported by Matan Sandori.
Advertisement
Comments
  • User was banned
    • MatanS
      109 days
      # text 0.15 KB | 0 0
      1. This user is distributing a malicious JavaScript phishing payload disguised as an exploit. It is designed to steal user credentials/cookies if executed.
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • User was banned
Add Comment
Please, Sign In to add comment