CVE-2026-49482: ClipBucket v5 SQL Wildcard Injection in Subtitle Editing
ClipBucket v5 has a vulnerability in its subtitle editing feature that allows authenticated users to corrupt subtitle data across multiple videos at once. By sending a specially crafted request with a wildcard character, an attacker with valid credentials can overwrite all subtitle titles for any video they control in a single action. This is a data integrity issue rather than a data exposure risk, and affects versions before 5.5.3 - #141.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 4.3 MEDIUM · CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
- Weaknesses (CWE)
- CWE-155, CWE-943
- Affected products
- 0 configuration(s)
- Published / Modified
- 2026-06-12 / 2026-06-17
NVD description (verbatim)
ClipBucket v5 is an open source video sharing platform. Prior to version 5.5.3 - #141, ClipBucket v5 contains an improper neutralization of SQL wildcard characters in the subtitle editing endpoint. An authenticated user can send a % character as the number parameter to overwrite all subtitle titles of any video they own in a single HTTP request. This issue has been patched in version 5.5.3 - #141.
2 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-49482 is an improper neutralization of SQL wildcard characters (CWE-155, CWE-943) in ClipBucket v5's subtitle editing endpoint. The vulnerability exists because the endpoint fails to properly escape or validate the 'number' parameter, allowing SQL wildcard characters (specifically the '%' character) to be processed as metacharacters rather than literal input. When an authenticated user submits a '%' as the number parameter, the backend SQL query expands this wildcard to match all subtitle records associated with a video, resulting in batch overwrite of subtitle titles. The impact is limited to the authenticated user's own videos, and does not enable unauthorized access to other users' content.
Business impact
Organizations running ClipBucket v5 for video hosting face risk of content metadata corruption by internal or compromised user accounts. Users with editing permissions can render subtitle data unusable across their entire video library in seconds, potentially disrupting viewer experience and requiring manual remediation. For platforms with strict content delivery SLAs or regulatory compliance around data integrity, this introduces operational friction and potential audit findings. The threat model is limited to authenticated internal actors, reducing enterprise-wide blast radius compared to unauthenticated exploits.
Affected systems
ClipBucket v5 versions prior to 5.5.3 - #141 are affected. The vulnerability requires an authenticated user account with video ownership or editing permissions. Open-source deployments self-hosted on-premises are the primary exposure vector; no third-party commercial distributions are listed in vendor records.
Exploitability
Exploitability is straightforward for authenticated users. No special tools, timing, or user interaction are required beyond crafting a single HTTP request with a malformed parameter. The attack requires valid login credentials and ownership of at least one video, which constrains exploitation to insiders or accounts obtained through credential compromise. The attack is repeatable and leaves audit trails in request logs. External threat actors face a credential acquisition barrier; exploitation likelihood increases significantly in scenarios involving disgruntled staff or phished user accounts.
Remediation
Organizations should upgrade ClipBucket to version 5.5.3 - #141 or later. For deployments unable to patch immediately, restrict subtitle editing permissions to trusted administrative users and monitor access logs for anomalous subtitle modification activity. Consider implementing database-level access controls to limit the scope of subtitle table modifications.
Patch guidance
Verify and apply ClipBucket version 5.5.3 - #141 or later according to the vendor's upgrade documentation. Since ClipBucket is open-source, organizations managing self-hosted instances should pull the latest release from the official repository, review the changelog to confirm the patch is included, and test in a staging environment before production deployment. No dependency changes or configuration adjustments are noted as required for this patch.
Detection guidance
Monitor application logs and database query logs for unusual patterns in subtitle modification requests, particularly those containing '%' characters in numeric parameters or bulk subtitle rewrites. Web application firewalls can be configured to flag HTTP requests to the subtitle editing endpoint that contain SQL metacharacters in the number parameter. Track subtitle edit timestamps and volumes per user account to identify spike anomalies. Perform periodic audits of subtitle metadata to detect unexplained bulk changes to titles.
Why prioritize this
Although rated MEDIUM severity with a CVSS score of 4.3, this vulnerability merits prompt patching due to its trivial exploitation simplicity and potential for rapid, widespread data corruption across an organization's entire video library. The attack is guaranteed to succeed if preconditions are met, leaves minimal forensic ambiguity, and offers no compensating controls in the application layer. However, the requirement for authentication and the limitation to owned videos reduce it below HIGH priority for enterprises with strong credential hygiene and role-based access controls.
Risk score, explained
The CVSS v3.1 score of 4.3 (MEDIUM) reflects low attack complexity, no special privileges required beyond basic user authentication, and integrity impact confined to video subtitle metadata without confidentiality or availability loss. The network attack vector and lack of user interaction increase the base score relative to local attacks. The score appropriately discounts the threat from authenticated-only access; in environments where user accounts are widely distributed or credentials are commonly compromised, defensive value of authentication weakens significantly.
Frequently asked questions
Can an attacker use this vulnerability to access or delete videos?
No. This vulnerability is limited to overwriting subtitle titles within videos the user already owns or has editing rights to. It does not enable viewing, downloading, or deleting videos, nor does it grant access to other users' content.
What does the '%' character do in this context?
The '%' character is a SQL wildcard that matches any sequence of characters. When submitted as the number parameter, it causes the backend query to match all subtitle records for a video instead of a single targeted record, allowing a single request to overwrite all subtitle titles at once.
Do I need to re-enter user credentials or reset passwords after patching?
No. Patching the application is sufficient. Password resets are only recommended if you suspect credential compromise independent of this vulnerability. The patch addresses the data corruption vector without affecting authentication systems.
Can this be exploited from outside the organization if we have an internet-facing ClipBucket instance?
Only by users with valid login credentials. An attacker would first need to compromise or obtain a user account. Once authenticated, the exploit can be executed remotely if your ClipBucket instance is accessible over the internet.
This analysis is based on vendor disclosures and CVE metadata current as of the publication date. Organizations should verify patch availability and compatibility against their specific ClipBucket deployment configuration before applying updates. No guarantee is made regarding the completeness or applicability of detection signatures to all network environments. This vulnerability requires authenticated access; assessment of risk in your environment should account for your organization's credential management practices and internal threat model. Source: NVD (public-domain), retrieved 2026-07-20. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-41696MEDIUMSpring Data MongoDB @Query Regex Injection Vulnerability
- CVE-2026-41697MEDIUMSpring Data Relational Query By Example SQL Injection Vulnerability
- CVE-2026-53674HIGHBuddyPress 14.4.0 Regular Expression Injection in Mentions
- CVE-2016-20064MEDIUMWP Vault 0.8.6.6 Arbitrary File Read via Directory Traversal
- CVE-2016-20067MEDIUMWordPress CP Polls CSRF Vulnerability
- CVE-2016-20070MEDIUMPrivilege Escalation & Stored XSS in WordPress Booking Calendar Contact Form 1.0.23
- CVE-2016-20074MEDIUMWordPress Lazy Content Slider CSRF Vulnerability – Patch & Detection Guide
- CVE-2016-20077MEDIUMWordPress Photocart Link Plugin Local File Inclusion Vulnerability