CVE-2026-95812

6.1

MacWarrior · ClipBucket

ClipBucket v5 fails to sanitize the cat, sort, and time query parameters in its sort_link helper function, allowing for reflected cross-site scripting (XSS) attacks.

Executive summary

A reflected cross-site scripting vulnerability in MacWarrior ClipBucket v5 allows unauthenticated attackers to execute arbitrary JavaScript in a victim's browser, posing a significant risk of session hijacking or unauthorized actions.

Vulnerability

This is a reflected cross-site scripting (XSS) flaw occurring within the sort_link helper function, where unsanitized user input from the cat, sort, and time URL parameters is reflected directly into the HTTP response. The vulnerability does not require authentication, as the search functionality is accessible to any visitor.

Business impact

Successful exploitation allows an attacker to execute malicious scripts within the context of a user's browser session. This can lead to the theft of session cookies, sensitive information disclosure, or the performance of unauthorized actions on behalf of the victim. With a CVSS score of 6.1, this vulnerability presents a moderate risk, though the ability to conduct attacks without prior authentication increases the likelihood of exploitation against public-facing instances.

Remediation

Immediate Action: Update the ClipBucket installation to version 5.5.3-#182 or later to apply the necessary input sanitization patches.

Proactive Monitoring: Review web server access logs for anomalous URL parameters containing script-like characters or excessive encoding patterns.

Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to block common XSS payloads and sanitize suspicious input in query strings until the software update can be performed.

Exploitation status

Public Exploit Available: Yes, a published proof-of-concept exists, as documented in the linked research write-up on HackMD.

Analyst recommendation

The presence of a public proof-of-concept significantly lowers the barrier for attackers to weaponize this vulnerability. System administrators should prioritize testing and deploying the 5.5.3-#182 update immediately to neutralize this threat. If patching is not immediately feasible, ensure that WAF rules are in place to filter malicious input patterns targeting the identified vulnerable parameters.

More MacWarrior CVEs

History

  1. Analyst report written

Sources

Originally found and disclosed by leediay153, per the CVE Program record.