1810 matches found
CVE-2026-52887-NocoBase-SQLi-RCE
CVE-2026-52887 — NocoBase SQL 注入 → PostgreSQL 超级用户 RCE myInAppChannels:list 操作中存在 SQL 注入,影响 NocoBase 的 @nocobase/plugin-notification-in-app-message(≤ 2.0.60)。filterlatestMsgReceiveTimestamp$lt 请求参数被直接插入到原始 Sequelize.literal SQL 字符串中,未进行任何转义或参数绑定。借助 PostgreSQL pg 驱动对堆叠语句的支持,该注入可到达 COPY … TO...
Better-CVE-2022-29464
更好的CVE-2022-29464 某些WSO2产品允许无限制的文件上传,导致远程代码执行。攻击者必须使用一个/fileupload端点,并带有Content-Disposition目录遍历序列,以到达web根目录下的一个目录,例如../../../../repository/deployment/server/webapps目录。 使用方法 root@kitploit: python3 main.py https://example.com shell.jsp 将 https://example.com 替换为易受攻击的服务器,并将 shell.jsp 替换为您要用于上传的文件名。...
CVE-2026-25212
CVE-2026-25212 – Percona PMM RCE PoC 重大 – CVSS 9.9 – PMM 3.7 における認証済みリモートコード実行 説明 この実証コードは、PMM の内部 PostgreSQL ユーザーが 'SUPERUSER' 権限を保持している脆弱性を悪用します。認証された攻撃者('pmm-admin' 権限を持つ)は、「データソースの追加」機能を悪用し、PostgreSQL の 'COPY ... TO PROGRAM' を使用して任意の OS コマンドを実行できます。 影響を受けるバージョン: PMM 3.7 修正バージョン: PMM 3.7 以降 必要...
postgresql: PostgreSQL: Privilege escalation via SQL injection in EXTRACT() deparse
A SQL injection flaw in PostgreSQL's EXTRACT expression deparser allows an authenticated object owner to execute arbitrary SQL commands with superuser privileges. By defining a hostile database object, an attacker can achieve privilege escalation when deparsing tools like pgdump or psql inspect o...
postgresql: PostgreSQL: SQL injection in pg_createsubscriber allows arbitrary SQL execution as superuser
A flaw was found in PostgreSQL. An attacker with pgcreatesubscription rights can exploit a SQL injection vulnerability in the pgcreatesubscriber utility. This allows the attacker to execute arbitrary SQL commands with superuser privileges when pgcreatesubscriber is next run, leading to potential...
CVE-2025-8714-POC
CVE-2025-8714-POC PostgreSQL RCE PoC — CVE-2025-8714 PostgreSQL 远程代码执行 PoC — CVE-2025-8714 pgdump 反向 Shell 此仓库提供了影响 PostgreSQL 版本(低于 17.6, 16.10, 15.14, 14.19, 13.22 及 18 Beta...)的关键漏洞 CVE-2025-8714 的概念验证 PoC。该漏洞允许拥有源服务器超级用户权限的攻击者,向使用 pgdump 或 pgdumpall 生成的纯文本格式数据库转储中注入任意命令。这些命令将以还原转储的用户权限执行(通过...
CodeChecker <= 6.24.1 - Authentication Bypass
Authentication bypass occurs when the API URL ends with Authentication, Configuration or ServerInfo. This bypass allows superuser access to all API endpoints other than Authentication. These endpoints include the ability to add, edit, and remove products, among others. id: CVE-2024-10081 info:...
CVE-2026-9198
CVE-2026-9198 - IBM Langflow OSS Ejecución Remota de Código RCE No Autenticada Vulnerabilidad crítica de ejecución remota de código no autenticada que afecta a IBM Langflow OSS. La vulnerabilidad es el resultado de encadenar dos debilidades: 1. /api/v1/autologin puede emitir un token de portador...
cve-2019-9193
CVE-2019-9193 • CVE-2019-9193 漏洞 PostgreSQL 通过“COPY TO / FROM PROGRAM”功能,可以在数据库的操作系统内执行任意代码的漏洞。 攻击向量涉及“SuperUser”和“pgexecuteserverprogram”组的用户。...
EXPLOIT-CVE-2026-9198
CVE-2026-9198 — IBM Langflow OSS 未认证远程代码执行 针对 CVE-2026-9198 的概念验证漏洞利用程序及自包含 Docker 实验环境,该漏洞是 IBM Langflow OSS 中的一个未认证远程代码执行漏洞。 该漏洞利用程序串联两个端点——autologin(向任何人发放 SUPERUSER 令牌)和 validate/code(运行攻击者提供的 Python 代码)——以 Langflow 服务用户身份实现代码执行,无需任何凭据 。 !WARNING 仅限授权的安全测试和教育用途。...
CVE-2026-9198
CVE-2026-9198 漏洞原因: IBM Langflow OSS是一个专门用于构建和部署Agent自动化工作流的开源软件 IBM Langflow OSS 1.0.0 到 1.10.0默认开启了自动登录(autologin 为true) 这个模式下访问/api/v1/autologin端点会直接返还超级用户token令牌 使用这个令牌可以访问/api/v1/validate/code端点 POST /api/v1/validate/code这是一个验证端点,但会对提交的源代码中的每个函数定义validatecode进行编译和exec 验证...
EUVD-2026-75599
FileRun before 2026.3.0 contains an OS command injection vulnerability caused by a no-op redefinition of escapeshellcmd in CLI.php that strips shell-metacharacter escaping, allowing attacker-controlled input to reach an exec sink unsanitized. Attackers can exploit this through an interactive path...
CVE-2026-2005_lab
CVE-2026-2005 — Laboratorio de Desbordamiento de Montón en pgcrypto de PostgreSQL Un laboratorio Docker autónomo para practicar la explotación de CVE-2026-2005, un desbordamiento de búfer en el montón en la extensión pgcrypto de PostgreSQL que permite la ejecución remota de código sin privilegios...
CVE-2019-9193-Home-Lab
CVE-2019-9193 — PostgreSQL COPY FROM PROGRAM RCE 本实验室模拟 CVE-2019-9193 ,这是一个 PostgreSQL 9.3–11.2 版本中的漏洞,允许: root@kitploit: COPY ... FROM PROGRAM '' 当超级用户或拥有 pgexecuteserverprogram 角色的用户执行时,可以运行操作系统命令。 你的任务是利用此功能读取: root@kitploit: /tmp/flag.txt 目标 1. 连接到 PostgreSQL: 用户:postgres 密码:sentinel7 主机端口:54...
CVE-2026-86748
Snipe-IT versions before 8.7.0 wipe the database before validating the uploaded backup archive in the restore endpoint. Superusers uploading corrupted or invalid zip files trigger permanent data loss with no recovery path or rollback mechanism...
CVE-2026-86748 Snipe-IT before 8.7.0 Database Wipe via Invalid Backup Archive
Snipe-IT versions before 8.7.0 wipe the database before validating the uploaded backup archive in the restore endpoint. Superusers uploading corrupted or invalid zip files trigger permanent data loss with no recovery path or rollback mechanism...
CVE-2026-86748
Snipe-IT versions before 8.7.0 contain a vulnerability in the restore endpoint where the database is wiped before the uploaded backup archive is validated. A superuser uploading a corrupted or invalid zip file triggers permanent data loss with no recovery path or rollback mechanism. The CVSS 3.1 ...
CVE-2024-24919-Check-Point-Remote-Access-VPN
CVE-2024-24919-Check-Point-远程访问VPN CVE-2024-24919 是一个未经验证的任意文件读取漏洞,其严重程度不亚于完全未经验证的远程代码执行(RCE)。攻击者可以以 超级用户 权限读取受影响设备上的任何敏感文件。攻击者可以获取 ntds.dit 或 /etc/password 文件的内容,并利用它们登录系统;如果安全网关仅允许密码认证,攻击者还可以使用破解后的密码进行身份验证。 受影响的产品和版本 :CloudGuard Network, Quantum Maestro, Quantum Scalable Chassis, Quantum Securi...
CVE-2026-86738 Snipe-IT before 8.7.0 CSS Injection via Custom CSS
Snipe-IT versions before 8.7.0 contain a CSS injection vulnerability in the Custom CSS field due to incomplete sanitization that reverses HTML encoding on greater-than and double-quote characters. Superusers can plant malicious CSS payloads using @import and url references to exfiltrate CSRF toke...