CVE-2026-21875

ClipBucket v5 is an open source video sharing platform. Versions 5.5.2-#187 and below allow an attacker to perform Blind SQL Injection through the add comment section within a channel. When adding a comment within a channel, there is a POST request to the /actions/ajax.php endpoint. The obj_id parameter within the POST request to /actions/ajax.php is then used within the user_exists function of the upload/includes/classes/user.class. php file as the $id parameter. It is then used within the count function of the upload/includes/classes/db.class. php file. The $id parameter is concatenated into the query without validation or sanitization, and a user-supplied input like 1' or 1=1-- - can be used to trigger the injection. This issue does not have a fix at the time of publication.
Configurations

Configuration 1 (hide)

cpe:2.3:a:oxygenz:clipbucket:*:*:*:*:*:*:*:*

History

27 Jan 2026, 19:05

Type Values Removed Values Added
CPE cpe:2.3:a:oxygenz:clipbucket:*:*:*:*:*:*:*:*
First Time Oxygenz clipbucket
Oxygenz
References () https://github.com/MacWarrior/clipbucket-v5/security/advisories/GHSA-crpv-fmc4-j392 - () https://github.com/MacWarrior/clipbucket-v5/security/advisories/GHSA-crpv-fmc4-j392 - Exploit, Vendor Advisory

08 Jan 2026, 20:15

Type Values Removed Values Added
References () https://github.com/MacWarrior/clipbucket-v5/security/advisories/GHSA-crpv-fmc4-j392 - () https://github.com/MacWarrior/clipbucket-v5/security/advisories/GHSA-crpv-fmc4-j392 -

08 Jan 2026, 00:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-01-08 00:16

Updated : 2026-01-27 19:05


NVD link : CVE-2026-21875

Mitre link : CVE-2026-21875

CVE.ORG link : CVE-2026-21875


JSON object : View

Products Affected

oxygenz

  • clipbucket
CWE
CWE-89

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