Description
ClipBucket v5 before 5.5.3-#182 contains a blind SQL injection vulnerability in the photo search endpoint where the query parameter is passed unsanitized into SQL WHERE and ORDER BY clauses. Unauthenticated attackers can exploit time-based blind SQL injection techniques to extract user credentials, email addresses, and administrator password hashes for account takeover.
Published: 2026-09-23
Score: 8.7 High
EPSS: n/a
KEV: No
Impact: Information Disclosure / Account Takeover
Action: Immediate Patch
AI Analysis

Impact

ClipBucket v5 versions prior to 5.5.3-#182 contain a blind SQL injection flaw in the photo search endpoint. The vulnerability arises because query parameters are passed unsanitized into both the WHERE and ORDER BY clauses of a database query. An unauthenticated attacker can craft requests that cause time‑based blind SQL injection, allowing the attacker to extract sensitive data such as user credentials, email addresses, and administrator password hashes. Once these credentials are known, the attacker can compromise accounts and take over the system, directly affecting confidentiality and integrity.

Affected Systems

The affected product is ClipBucket v5 provided by MacWarrior, specifically all releases before version 5.5.3-#182. The vulnerability is present in the photo search feature and does not require explicit authentication to exploit.

Risk and Exploitability

The CVSS score of 8.7 indicates a high severity vulnerability, and the lack of authentication requirements means the attack can be launched from any network location. Although no EPSS score is published, the generic nature of the blind SQL injection and the absence of mitigations in the affected code suggest a high likelihood of exploitation. The vulnerability is not listed in the CISA KEV catalog, but the potential for credential theft and account takeover warrants immediate attention. The most probable attack path is through unauthenticated HTTP requests to the search_result.php endpoint, where the attacker can progressively probe database responses via timing attacks.

Generated by OpenCVE AI on September 23, 2026 at 02:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest ClipBucket 5.5.3-#182 patch or newer to eliminate the vulnerable codepath.
  • If patching cannot occur immediately, restrict or disable access to the search_result.php endpoint for unauthenticated users, or block the endpoint entirely on the web server.
  • Consider disabling the photo search feature or implementing IP‑based rate limiting to reduce the effectiveness of blind injection attempts.
  • Monitor web server and database logs for unusual time‑based queries or repeated injection attempts, and enforce strict input validation on any similar endpoints.

Generated by OpenCVE AI on September 23, 2026 at 02:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 23 Sep 2026 01:00:00 +0000

Type Values Removed Values Added
Description ClipBucket v5 before 5.5.3-#182 contains a blind SQL injection vulnerability in the photo search endpoint where the query parameter is passed unsanitized into SQL WHERE and ORDER BY clauses. Unauthenticated attackers can exploit time-based blind SQL injection techniques to extract user credentials, email addresses, and administrator password hashes for account takeover.
Title ClipBucket v5 before 5.5.3-#182 SQL Injection via search_result.php
First Time appeared Clip-bucket
Clip-bucket clipbucket
Weaknesses CWE-89
CPEs cpe:2.3:a:clip-bucket:clipbucket:*:*:*:*:*:*:*:*
Vendors & Products Clip-bucket
Clip-bucket clipbucket
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

Clip-bucket Clipbucket
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-23T00:29:50.164Z

Reserved: 2026-09-22T20:36:08.209Z

Link: CVE-2026-96272

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-23T01:16:32.633

Modified: 2026-09-23T01:16:32.633

Link: CVE-2026-96272

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-23T02:30:17Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')