Description
ClipBucket v5 before 5.5.3-#182 contains a reflected cross-site scripting vulnerability in the sort_link() helper function that fails to sanitize cat, sort, and time query parameters. Attackers can craft malicious requests with injected script payloads in these parameters to execute arbitrary JavaScript in victims' browsers under the application origin.
Published: 2026-09-22
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: Client‑Side Script Execution via XSS
Action: Immediate Patch
AI Analysis

Impact

The flaw is a reflected cross‑site scripting weakness in the sort_link() helper of ClipBucket v5. The function does not escape or validate the 'cat', 'sort', and 'time' query parameters, allowing an attacker to embed JavaScript in an HTTP request. When a victim views a page with these injected parameters, the malicious script runs in the victim’s browser under the ClipBucket origin. This client‑side code execution can be used for phishing, session hijacking, or other client‑side attacks and is classified as CWE‑79.

Affected Systems

The vulnerability affects all MacWarrior ClipBucket v5 releases older than version 5.5.3‑#182. The particular code path is the sort_link() helper defined in upload/includes/functions.php, as documented in the fix commit. No additional vendors or product variants are listed as impacted.

Risk and Exploitability

The CVSS score of 5.3 indicates medium overall risk; no EPSS score is available, and the vulnerability is not listed in the CISA KEV catalog, suggesting limited exploitation evidence. Exploitation can be carried out solely by sending a crafted HTTP GET request with malicious query parameters, making the attack vector web‑based. The impact is confined to client browsers, but an attacker can steal session cookies, deface pages, or carry out social‑engineering attacks. Although the vulnerability has not been widely abused, its medium severity and ability to harm users warrant timely remediation.

Generated by OpenCVE AI on September 22, 2026 at 21:27 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade ClipBucket to version 5.5.3‑#182 or later
  • Modify the sort_link() function so that all 'cat', 'sort', and 'time' parameters are properly escaped (e.g., using htmlspecialchars) before outputting them
  • Deploy a web application firewall or input sanitizer to reject or strip script tags and other XSS payloads from query strings on the ClipBucket front end

Generated by OpenCVE AI on September 22, 2026 at 21:27 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 22 Sep 2026 22:45:00 +0000

Type Values Removed Values Added
First Time appeared Macwarrior
Macwarrior clipbucket-v5
Vendors & Products Macwarrior
Macwarrior clipbucket-v5

Tue, 22 Sep 2026 20:45:00 +0000

Type Values Removed Values Added
Description ClipBucket v5 before 5.5.3-#182 contains a reflected cross-site scripting vulnerability in the sort_link() helper function that fails to sanitize cat, sort, and time query parameters. Attackers can craft malicious requests with injected script payloads in these parameters to execute arbitrary JavaScript in victims' browsers under the application origin.
Title ClipBucket v5 before 5.5.3-#182 Reflected XSS via Query Parameters
First Time appeared Clip-bucket
Clip-bucket clipbucket
Weaknesses CWE-79
CPEs cpe:2.3:a:clip-bucket:clipbucket:*:*:*:*:*:*:*:*
Vendors & Products Clip-bucket
Clip-bucket clipbucket
References
Metrics cvssV3_1

{'score': 6.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N'}

cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:L/VI:L/VA:N/SC:L/SI:L/SA:N'}


Subscriptions

Clip-bucket Clipbucket
Macwarrior Clipbucket-v5
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-22T20:21:10.251Z

Reserved: 2026-09-22T15:47:12.682Z

Link: CVE-2026-95812

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-22T21:17:34.030

Modified: 2026-09-22T21:17:34.030

Link: CVE-2026-95812

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-22T22:30:05Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')