Lookup for vulnerable packages by Package URL.
| Purl | pkg:deb/debian/libphp-adodb@5.21.4-1%2Bdeb12u2 |
| Type | deb |
| Namespace | debian |
| Name | libphp-adodb |
| Version | 5.21.4-1+deb12u2 |
| Qualifiers |
|
| Subpath | |
| Is_vulnerable | false |
| Next_non_vulnerable_version | null |
| Latest_non_vulnerable_version | null |
| Affected_by_vulnerabilities |
|
| Fixing_vulnerabilities |
| 0 |
| url |
VCID-73nz-mq75-pbhu |
| vulnerability_id |
VCID-73nz-mq75-pbhu |
| summary |
The ADOdb sqlite3 driver allows SQL injection
Improper escaping of a query parameter may allow an attacker to execute arbitrary SQL statements when the code using ADOdb connects to a sqlite3 database and calls the metaColumns(), metaForeignKeys() or metaIndexes() methods with a crafted table name.
Note that the indicated Severity corresponds to a worst-case usage scenario, e.g. allowing user-supplied data to be sent as-is to the above-mentioned methods.
### Impact
SQLite3 driver.
### Patches
Vulnerability is fixed in ADOdb 5.22.10 (https://github.com/ADOdb/ADOdb/commit/5b8bd52cdcffefb4ecded1b399c98cfa516afe03).
### Workarounds
Only pass controlled data to metaColumns(), metaForeignKeys() and metaIndexes() method's $table parameter.
### Credits
Thanks to Marco Nappi (@mrcnpp) for reporting this vulnerability. |
| references |
| 0 |
| reference_url |
https://api.first.org/data/v1/epss?cve=CVE-2025-54119 |
| reference_id |
|
| reference_type |
|
| scores |
| 0 |
| value |
0.00063 |
| scoring_system |
epss |
| scoring_elements |
0.19761 |
| published_at |
2026-04-08T12:55:00Z |
|
| 1 |
| value |
0.00063 |
| scoring_system |
epss |
| scoring_elements |
0.19954 |
| published_at |
2026-04-04T12:55:00Z |
|
| 2 |
| value |
0.00063 |
| scoring_system |
epss |
| scoring_elements |
0.19682 |
| published_at |
2026-04-07T12:55:00Z |
|
| 3 |
| value |
0.00063 |
| scoring_system |
epss |
| scoring_elements |
0.19812 |
| published_at |
2026-04-09T12:55:00Z |
|
| 4 |
| value |
0.00063 |
| scoring_system |
epss |
| scoring_elements |
0.19899 |
| published_at |
2026-04-02T12:55:00Z |
|
| 5 |
| value |
0.00069 |
| scoring_system |
epss |
| scoring_elements |
0.21169 |
| published_at |
2026-04-18T12:55:00Z |
|
| 6 |
| value |
0.00069 |
| scoring_system |
epss |
| scoring_elements |
0.21167 |
| published_at |
2026-04-13T12:55:00Z |
|
| 7 |
| value |
0.00069 |
| scoring_system |
epss |
| scoring_elements |
0.2122 |
| published_at |
2026-04-12T12:55:00Z |
|
| 8 |
| value |
0.00069 |
| scoring_system |
epss |
| scoring_elements |
0.21261 |
| published_at |
2026-04-11T12:55:00Z |
|
| 9 |
| value |
0.00069 |
| scoring_system |
epss |
| scoring_elements |
0.21158 |
| published_at |
2026-04-16T12:55:00Z |
|
|
| url |
https://api.first.org/data/v1/epss?cve=CVE-2025-54119 |
|
| 1 |
|
| 2 |
|
| 3 |
|
| 4 |
| reference_url |
https://github.com/ADOdb/ADOdb/issues/1083 |
| reference_id |
|
| reference_type |
|
| scores |
| 0 |
| value |
10 |
| scoring_system |
cvssv3.1 |
| scoring_elements |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:L |
|
| 1 |
| value |
10.0 |
| scoring_system |
cvssv3.1 |
| scoring_elements |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:L |
|
| 2 |
| value |
CRITICAL |
| scoring_system |
generic_textual |
| scoring_elements |
|
|
| 3 |
| value |
Track |
| scoring_system |
ssvc |
| scoring_elements |
SSVCv2/E:N/A:Y/T:T/P:M/B:A/M:M/D:T/2025-08-05T13:57:17Z/ |
|
|
| url |
https://github.com/ADOdb/ADOdb/issues/1083 |
|
| 5 |
|
| 6 |
|
| 7 |
|
| 8 |
|
| 9 |
|
|
| fixed_packages |
|
| aliases |
CVE-2025-54119, GHSA-vf2r-cxg9-p7rf
|
| risk_score |
4.5 |
| exploitability |
0.5 |
| weighted_severity |
9.0 |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-73nz-mq75-pbhu |
|
| 1 |
| url |
VCID-wyd8-1reg-23h2 |
| vulnerability_id |
VCID-wyd8-1reg-23h2 |
| summary |
SQL injection in ADOdb PostgreSQL driver pg_insert_id() method
Improper escaping of a query parameter may allow an attacker to execute arbitrary SQL statements when the code using ADOdb connects to a PostgreSQL database and calls pg_insert_id() with user-supplied data.
Note that the indicated Severity corresponds to a worst-case usage scenario.
### Impact
PostgreSQL drivers (postgres64, postgres7, postgres8, postgres9).
### Patches
Vulnerability is fixed in ADOdb 5.22.9 (11107d6d6e5160b62e05dff8a3a2678cf0e3a426).
### Workarounds
Only pass controlled data to pg_insert_id() method's $fieldname parameter, or escape it with pg_escape_identifier() first.
### References
- Issue https://github.com/ADOdb/ADOdb/issues/1070
- [Blog post](https://xaliom.blogspot.com/2025/05/from-sast-to-cve-2025-46337.html) by Marco Nappi
### Credits
Thanks to Marco Nappi (@mrcnpp) for reporting this vulnerability. |
| references |
| 0 |
| reference_url |
https://api.first.org/data/v1/epss?cve=CVE-2025-46337 |
| reference_id |
|
| reference_type |
|
| scores |
| 0 |
| value |
0.00522 |
| scoring_system |
epss |
| scoring_elements |
0.66834 |
| published_at |
2026-04-02T12:55:00Z |
|
| 1 |
| value |
0.00522 |
| scoring_system |
epss |
| scoring_elements |
0.66916 |
| published_at |
2026-04-18T12:55:00Z |
|
| 2 |
| value |
0.00522 |
| scoring_system |
epss |
| scoring_elements |
0.66902 |
| published_at |
2026-04-16T12:55:00Z |
|
| 3 |
| value |
0.00522 |
| scoring_system |
epss |
| scoring_elements |
0.66868 |
| published_at |
2026-04-13T12:55:00Z |
|
| 4 |
| value |
0.00522 |
| scoring_system |
epss |
| scoring_elements |
0.669 |
| published_at |
2026-04-12T12:55:00Z |
|
| 5 |
| value |
0.00522 |
| scoring_system |
epss |
| scoring_elements |
0.66914 |
| published_at |
2026-04-11T12:55:00Z |
|
| 6 |
| value |
0.00522 |
| scoring_system |
epss |
| scoring_elements |
0.66895 |
| published_at |
2026-04-09T12:55:00Z |
|
| 7 |
| value |
0.00522 |
| scoring_system |
epss |
| scoring_elements |
0.66881 |
| published_at |
2026-04-08T12:55:00Z |
|
| 8 |
| value |
0.00522 |
| scoring_system |
epss |
| scoring_elements |
0.66832 |
| published_at |
2026-04-07T12:55:00Z |
|
| 9 |
| value |
0.00522 |
| scoring_system |
epss |
| scoring_elements |
0.6686 |
| published_at |
2026-04-04T12:55:00Z |
|
|
| url |
https://api.first.org/data/v1/epss?cve=CVE-2025-46337 |
|
| 1 |
|
| 2 |
|
| 3 |
|
| 4 |
| reference_url |
https://github.com/ADOdb/ADOdb/issues/1070 |
| reference_id |
|
| reference_type |
|
| scores |
| 0 |
| value |
10 |
| scoring_system |
cvssv3.1 |
| scoring_elements |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:L |
|
| 1 |
| value |
10.0 |
| scoring_system |
cvssv3.1 |
| scoring_elements |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:L |
|
| 2 |
| value |
CRITICAL |
| scoring_system |
generic_textual |
| scoring_elements |
|
|
| 3 |
| value |
Track |
| scoring_system |
ssvc |
| scoring_elements |
SSVCv2/E:N/A:Y/T:T/P:M/B:A/M:M/D:T/2025-05-02T17:57:27Z/ |
|
|
| url |
https://github.com/ADOdb/ADOdb/issues/1070 |
|
| 5 |
|
| 6 |
|
| 7 |
|
| 8 |
|
| 9 |
|
| 10 |
|
| 11 |
|
|
| fixed_packages |
|
| aliases |
CVE-2025-46337, GHSA-8x27-jwjr-8545
|
| risk_score |
4.5 |
| exploitability |
0.5 |
| weighted_severity |
9.0 |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-wyd8-1reg-23h2 |
|
|
| Risk_score | null |
| Resource_url | http://public2.vulnerablecode.io/packages/pkg:deb/debian/libphp-adodb@5.21.4-1%252Bdeb12u2 |