漏洞信息
尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。
Vulnerability Title
listmonk: SQL Injection in `/api/subscribers/export` bypasses table access control, leaking admin password hashes and SMTP credentials
Vulnerability Description
listmonk is a standalone, self-hosted, newsletter and mailing list manager. Prior to 6.2.0, listmonk’s GET /api/subscribers/export endpoint injects the user-controlled query parameter into QuerySubscribersForExport in internal/core/subscribers.go without calling validateQueryTables, unlike GET /api/subscribers, allowing an authenticated user with subscribers:sql_query and subscribers:get_all to read arbitrary database tables such as users and settings and execute data-modifying PostgreSQL CTEs. This issue is fixed in version 6.2.0.
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:L/A:N
Vulnerability Type
SQL命令中使用的特殊元素转义处理不恰当(SQL注入)
Vulnerability Title
knadh listmonk SQL注入漏洞
Vulnerability Description
knadh listmonk是knadh个人开发者开源的一款高性能、自托管的邮件列表和新闻通讯管理工具,采用 Go + Vue 技术栈,打包为单一二进制文件,使用 PostgreSQL 存储数据,遵循 AGPLv3 开源协议。 knadh listmonk 6.2.0之前版本存在SQL注入漏洞,该漏洞源于GET /api/subscribers/export端点将用户控制的查询参数直接注入QuerySubscribersForExport而未调用validateQueryTables,可能导致通过身份验证
CVSS Information
N/A
Vulnerability Type
N/A