CVE-2026-21875

Source
https://cve.org/CVERecord?id=CVE-2026-21875
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-21875.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-21875
Aliases
  • GHSA-crpv-fmc4-j392
Published
2026-01-07T23:52:18.729Z
Modified
2026-07-15T01:49:10.596980535Z
Severity
  • 9.8 (Critical) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
ClipBucket v5 Vulnerable to Blind SQL Injection through Channel Comments
Details

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 objid parameter within the POST request to /actions/ajax.php is then used within the userexists 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.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/21xxx/CVE-2026-21875.json",
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
        "CWE-89"
    ]
}
References

Affected packages

Git / github.com/macwarrior/clipbucket-v5

Affected ranges

Type
GIT
Repo
https://github.com/macwarrior/clipbucket-v5
Events
Database specific
{
    "source": "AFFECTED_FIELD",
    "extracted_events": [
        {
            "introduced": "<= 5.5.2-#187"
        },
        {
            "last_affected": "<= 5.5.2-#187"
        }
    ]
}

Affected versions

5.*
5.5.2-#187
<= 5.*
<= 5.5.2-#187

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-21875.json"