CVE-2025-62423
BaseFortify
Publication date: 2025-10-16
Last updated on: 2025-11-10
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| oxygenz | clipbucket | From 5.3 (inc) to 5.5.2-142 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-89 | The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a Blind SQL injection in the Admin Area of ClipBucket V5, specifically in the "/admin_area/login_as_user.php" file in version 5.5.2 and earlier. It allows an attacker with admin area access privileges to execute unauthorized SQL queries without direct feedback, potentially compromising the database.
How can this vulnerability impact me? :
Exploiting this vulnerability can lead to unauthorized access to sensitive data, data modification, or disruption of service. Since it requires admin area access, an attacker with such privileges could leverage this to escalate their impact, potentially compromising confidentiality, integrity, and availability of the system.