一、 漏洞 CVE-2025-24786 基础信息
漏洞标题
通过WhoDB打开Sqlite3数据库的路径遍历漏洞
来源:AIGC 神龙大模型
漏洞描述信息
N/A
来源:AIGC 神龙大模型
CVSS信息
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
来源:AIGC 神龙大模型
漏洞类别
对路径名的限制不恰当(路径遍历)
来源:AIGC 神龙大模型
漏洞标题
Path traversal opening Sqlite3 database in WhoDB
来源:美国国家漏洞数据库 NVD
漏洞描述信息
WhoDB is an open source database management tool. While the application only displays Sqlite3 databases present in the directory `/db`, there is no path traversal prevention in place. This allows an unauthenticated attacker to open any Sqlite3 database present on the host machine that the application is running on. Affected versions of WhoDB allow users to connect to Sqlite3 databases. By default, the databases must be present in `/db/` (or alternatively `./tmp/` if development mode is enabled). If no databases are present in the default directory, the UI indicates that the user is unable to open any databases. The database file is an user-controlled value. This value is used in `.Join()` with the default directory, in order to get the full path of the database file to open. No checks are performed whether the database file that is eventually opened actually resides in the default directory `/db`. This allows an attacker to use path traversal (`../../`) in order to open any Sqlite3 database present on the system. This issue has been addressed in version 0.45.0 and all users are advised to upgrade. There are no known workarounds for this vulnerability.
来源:美国国家漏洞数据库 NVD
CVSS信息
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N
来源:美国国家漏洞数据库 NVD
漏洞类别
路径遍历:’…/…//’
来源:美国国家漏洞数据库 NVD
二、漏洞 CVE-2025-24786 的公开POC
# POC 描述 源链接 神龙链接
三、漏洞 CVE-2025-24786 的情报信息
  • 标题: Path traversal opening Sqlite3 database · Advisory · clidey/whodb · GitHub -- 🔗来源链接

    标签: x_refsource_CONFIRM

  • 标题: whodb/core/src/plugins/sqlite3/db.go at ba6eb81d0ca40baead74bca58b2567166999d6a6 · clidey/whodb · GitHub -- 🔗来源链接

    标签: x_refsource_MISC

  • 标题: whodb/core/src/plugins/sqlite3/db.go at ba6eb81d0ca40baead74bca58b2567166999d6a6 · clidey/whodb · GitHub -- 🔗来源链接

    标签: x_refsource_MISC

  • https://nvd.nist.gov/vuln/detail/CVE-2025-24786