Lucene search
+L

696 matches found

OSV
OSV
added 2026/09/11 5:26 p.m.8 views

MGASA-2026-0391 Updated glibc package fixes security vulnerabilities

Potential buffer overflow in nssprintrrf TSIG handling path. CVE-2026-5435 Buffer overread in nsprintrrf with corrupted RDATA field. CVE-2026-6238 wordexp with WRDEAPPEND can return or use invalid memory. CVE-2026-6368 Potential stack-based buffer clash during tilde expansion in wordexp...

9CVSS0.00358EPSS
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/09 5:26 a.m.7 views

CVE-2026-21876

CVE-2026-21876 OWASP CRS WAF bypass CVE-2026-21876 docker container + minimal PoC. I would like to thank @airween and @fzipi separately for their quick response! The vulnerability fix was ready in a very short time. PoC root@kitploit: POST /submit HTTP/1.1 Host: localhost User-Agent: curl/8.17.0...

9.3CVSS6.2AI score0.14225EPSS
SaveExploits4References2
Kitploit
Kitploit
added 2026/09/08 5:28 p.m.8 views

CVE-2024-35333

CVE-2024-35333 html2xhtml 1.3 版本的字符集处理功能中存在一个栈缓冲区溢出漏洞。攻击者可通过提供特制输入来利用此漏洞,导致栈上变量 'buf' 溢出。成功利用此漏洞可使攻击者执行任意代码或导致应用程序崩溃,造成拒绝服务。 崩溃复现阶段 要复现崩溃,请访问项目网站并下载最新版本 1.3。 获取 tar 文件后,运行 tar xvf XYZ.tar 运行: root@kitploit: ./configure make ./html2xhtml poc.html 您将收到段错误。让我们用 Address Sanitizer 分析它。 运行:...

8.4CVSS6.1AI score0.00361EPSS
SaveExploits1
EUVD
EUVD
added 2026/09/02 10:02 p.m.11 views

EUVD-2026-69609

Mail: Email address spoofing via malformed RFC 2047 encoded-words...

5.3CVSS5.9AI score0.00328EPSS
SaveExploits0References5
OSV
OSV
added 2026/09/01 9:18 p.m.5 views

DEBIAN-CVE-2026-63435

Mail is an internet library for Ruby designed to handle email generation, parsing, and sending. Prior to 2.9.1, Mail::Utilities.qvaluedecode and Mail::Utilities.bvaluedecode used a single Stringmatch and an overly greedy charset capture to decode only the first RFC 2047 encoded-word and mishandle...

5.3CVSS5.2AI score0.00328EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/09/01 12:00 a.m.11 views

PT-2026-84460

Name of the Vulnerable Software and Affected Versions Mail versions prior to 2.9.1 Description Mail is an internet library for Ruby used for email generation, parsing, and sending. The functions q value decode and b value decode within Mail::Utilities use a single Stringmatch and an overly greedy...

5.3CVSS5.6AI score0.00328EPSS
SaveExploits0References9
NVD
NVD
added 2026/08/28 11:17 p.m.16 views

CVE-2026-55859

MariaDB Connector/R2DBC is a non-blocking MariaDB and MySQL client implemented in Java. Prior to 1.4.1, org.mariadb:r2dbc-mariadb encodes and decodes all character data under the assumption that the connection character set is UTF-8. A server can announce a mid-session change to charactersetclien...

5.9CVSS0.00297EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/28 11:17 p.m.18 views

CVE-2026-55855

MariaDB Connector/Node.js is used to connect applications developed on Node.js to MariaDB and MySQL databases. Prior to 3.2.4, 3.3.3, 3.4.6, and 3.5.3, MariaDB Connector/Node.js permits SQL injection when attacker-controlled Buffer parameters are escaped client-side under the big5, gbk, sjis,...

6.5CVSS0.00311EPSS
SaveExploits0References10
OSV
OSV
added 2026/08/28 10:53 p.m.8 views

GHSA-G5XC-5W98-JFVM MariaDB has possible SQL injection in Buffer parameter escaping under big5/gbk/sjis/cp932/gb18030 client charsets

Summary A SQL injection is possible when the connector escapes Buffer parameters client-side under a multi-byte client character set whose trail-byte range overlaps the ASCII backslash 0x5C: big5, gbk, sjis, cp932, and gb18030. Under these charsets, an attacker-controlled lead byte can absorb the...

6.5CVSS6.1AI score0.00311EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/08/28 10:53 p.m.17 views

MariaDB has possible SQL injection in Buffer parameter escaping under big5/gbk/sjis/cp932/gb18030 client charsets

Summary A SQL injection is possible when the connector escapes Buffer parameters client-side under a multi-byte client character set whose trail-byte range overlaps the ASCII backslash 0x5C: big5, gbk, sjis, cp932, and gb18030. Under these charsets, an attacker-controlled lead byte can absorb the...

6.5CVSS6.1AI score0.00311EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/28 10:49 p.m.77 views

org.mariadb:r2dbc-mariadb has Inappropriate Encoding for Output Context and Improper Encoding or Escaping of Output

Summary The connector encodes and decodes all character data assuming the connection character set is UTF-8. A server can change charactersetclient mid-session to a non-UTF-8 charset, after which the driver and server interpret the same bytes under different encodings, causing silent data...

5.9CVSS5.9AI score0.00297EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/08/28 10:49 p.m.10 views

GHSA-5RQC-86VF-G8R2 org.mariadb:r2dbc-mariadb has Inappropriate Encoding for Output Context and Improper Encoding or Escaping of Output

Summary The connector encodes and decodes all character data assuming the connection character set is UTF-8. A server can change charactersetclient mid-session to a non-UTF-8 charset, after which the driver and server interpret the same bytes under different encodings, causing silent data...

5.9CVSS5.9AI score0.00297EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/28 10:48 p.m.44 views

CVE-2026-55859 MariaDB Connector/R2DBC: Inappropriate Encoding for Output Context and Improper Encoding or Escaping of Output in org.mariadb:r2dbc-mariadb

MariaDB Connector/R2DBC is a non-blocking MariaDB and MySQL client implemented in Java. Prior to 1.4.1, org.mariadb:r2dbc-mariadb encodes and decodes all character data under the assumption that the connection character set is UTF-8. A server can announce a mid-session change to charactersetclien...

5.9CVSS0.00297EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/28 10:48 p.m.17 views

CVE-2026-55859 MariaDB Connector/R2DBC: Inappropriate Encoding for Output Context and Improper Encoding or Escaping of Output in org.mariadb:r2dbc-mariadb

MariaDB Connector/R2DBC is a non-blocking MariaDB and MySQL client implemented in Java. Prior to 1.4.1, org.mariadb:r2dbc-mariadb encodes and decodes all character data under the assumption that the connection character set is UTF-8. A server can announce a mid-session change to charactersetclien...

5.9CVSS5.9AI score
SaveExploits0References6
CVE
CVE
added 2026/08/28 10:48 p.m.109 views

CVE-2026-55859

MariaDB Connector/R2DBC (org.mariadb:r2dbc-mariadb) is a non-blocking Java client for MariaDB and MySQL. Prior to 1.4.1 , the driver encodes and decodes all character data assuming the connection character set is UTF-8 . A server can announce a mid-session change to character_set_client through t...

5.9CVSS5.9AI score0.00297EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/28 10:47 p.m.10 views

GHSA-XVR9-35CR-46V9 org.mariadb.jdbc:mariadb-java-client has Inappropriate Encoding for Output Context

Summary The connector encodes and decodes all character data assuming the connection character set is UTF-8. A server can change charactersetclient mid-session to a non-UTF-8 charset, after which the driver and server interpret the same bytes under different encodings, causing silent data...

5.9CVSS5.9AI score0.00344EPSS
SaveExploits0References11
Github Security Blog
Github Security Blog
added 2026/08/28 10:47 p.m.13 views

org.mariadb.jdbc:mariadb-java-client has Inappropriate Encoding for Output Context

Summary The connector encodes and decodes all character data assuming the connection character set is UTF-8. A server can change charactersetclient mid-session to a non-UTF-8 charset, after which the driver and server interpret the same bytes under different encodings, causing silent data...

5.9CVSS5.9AI score0.00344EPSS
SaveExploits0References11Affected Software1
CVE
CVE
added 2026/08/28 10:46 p.m.47 views

CVE-2026-55858

MariaDB Connector/J (org.mariadb.jdbc:mariadb-java-client) is vulnerable to a charset-confusion mismatch in versions prior to 2.7.14, 3.3.5, 3.4.3, and 3.5.9. The connector assumes a UTF-8 connection character set for protocol encoding/decoding and client-side escaping. If the server reports a mi...

5.9CVSS5.9AI score0.00344EPSS
SaveExploits0References10
OSV
OSV
added 2026/08/28 10:46 p.m.19 views

CVE-2026-55858 MariaDB Connector/J: Inappropriate Encoding for Output Context in org.mariadb.jdbc:mariadb-java-client

MariaDB Connector/J is used to connect applications developed in Java to MariaDB and MySQL databases. Prior to 2.7.14, 3.3.5, 3.4.3, and 3.5.9, the connector encodes and decodes protocol text and performs client-side escaping under the assumption that the connection character set is UTF-8. The...

5.9CVSS5.9AI score
SaveExploits0References12
Cvelist
Cvelist
added 2026/08/28 10:46 p.m.45 views

CVE-2026-55858 MariaDB Connector/J: Inappropriate Encoding for Output Context in org.mariadb.jdbc:mariadb-java-client

MariaDB Connector/J is used to connect applications developed in Java to MariaDB and MySQL databases. Prior to 2.7.14, 3.3.5, 3.4.3, and 3.5.9, the connector encodes and decodes protocol text and performs client-side escaping under the assumption that the connection character set is UTF-8. The...

5.9CVSS0.00344EPSS
SaveExploits0References10
Rows per page
Query Builder