CVE-2025-13780
CRITICAL9.1EPSS 0.12%pgadmin4 has a Meta-Command Filter Command Execution
發布日:2025/12/11修改日:2025/12/12
描述
The PLAIN restore meta-command filter introduced in pgAdmin as part of the fix for CVE-2025-12762 does not detect meta-commands when a SQL file begins with a UTF-8 Byte Order Mark (EF BB BF) or other special byte sequences. The implemented filter uses the function `has_meta_commands()`, which scans raw bytes using a regular expression. The regex does not treat the bytes as ignorable, so meta-commands such as `\\!` remain undetected. When pgAdmin invokes psql with --file, psql strips the bytes and executes the command. This can result in remote command execution during a restore operation.
受影響套件(1)
- PyPI/pgadmin4from 0, < 9.11
CVSS 分數
| 來源 | 版本 | 嚴重程度 | 向量 |
|---|---|---|---|
| osv | CVSS 3.1 | CRITICAL9.1 | CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:L |
參考連結(6)
- ADVISORYhttps://nvd.nist.gov/vuln/detail/CVE-2025-13780
- PATCHhttps://github.com/pgadmin-org/pgadmin4
- WEBhttps://github.com/pgadmin-org/pgadmin4/commit/1d397395f75320ca1d4ed5e9ca721c603415e836
- WEBhttps://github.com/pgadmin-org/pgadmin4/commit/d5a909f14cb9713d89b49481ad1929fad89f4576
- WEBhttps://github.com/pgadmin-org/pgadmin4/issues/9368
- WEBhttps://github.com/pgadmin-org/pgadmin4/pull/9426