Lucene search
+L

633 matches found

EUVD
EUVD
added 2026/09/17 12:31 a.m.3 views

EUVD-2026-81297

Nodemailer versions = 6.9.16 and 9.1.0 mis-parse RFC 5322 comments in email addresses: in lib/addressparser, a comment closed immediately before a non-break character causes the tokenizer to concatenate the atoms surrounding the comment instead of treating the comment as folding whitespace that...

8.3CVSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/09/16 10:13 p.m.4 views

Grav: XSS Blueprint Validation Bypass via Twig String Concatenation

Summary The XSS blueprint validator Security::detectXss runs on the raw page content before Twig processing. An attacker can use Twig's string concatenation operator to dynamically construct an event handler name at render time. The validator sees "on" "error" - a harmless Twig expression - and...

6.1CVSS0.00263EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2026/09/16 8:26 p.m.4 views

CVE-2026-76426 Cisco ISE REST API SQL Injection Vulnerability

A vulnerability in the REST API of Cisco ISE and Cisco ISE-PIC could allow an authenticated, remote attacker to conduct SQL injection attacks against the monitoring database. This vulnerability is due to insufficient validation of specific parameters that are then concatenated into an SQL...

4.9CVSS
SaveExploits0References1
CVE
CVE
added 2026/09/16 8:17 p.m.5 views

CVE-2026-76428

A SQL injection vulnerability in the REST APIs of Cisco ISE and Cisco ISE-PIC stems from certain parameters being concatenated directly into SQL clauses without parameterization. An authenticated remote attacker with valid administrative credentials can send a crafted request to read information ...

4.9CVSS
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/16 6:14 p.m.8 views

CVE-2021-21017

CVE-2021-21017 No es otro bug de marca de orden de bytes de Adobe Reader : root@kitploit: IA32 plugin, ver. 2020.013.20074. char cdecl FUN2581894cchar baseurl,LPCSTR relurl ............................................................ ............................................................ if...

8.8CVSS8.3AI score0.86326EPSS
SaveExploits2
RedHat Linux
RedHat Linux
added 2026/09/16 6:05 p.m.3 views

net/mail: golang: net/mail: Denial of Service via pathological email address parsing

A flaw was found in the net/mail package within the Go standard library. A remote attacker could provide specially crafted, pathological email addresses. When these malformed email addresses are parsed by the consumePhrase function, it can lead to excessive resource consumption due to quadratic...

7.5CVSS0.00798EPSS
SaveExploits0References8
Kitploit
Kitploit
added 2026/09/16 3:15 p.m.11 views

net-creds

从接口或pcap文件中彻底嗅探密码和哈希。会拼接碎片化的数据包,并且不依赖端口进行服务识别。 截图 --- 可嗅探内容 访问的URL 发送的POST负载 HTTP表单登录/密码 HTTP基础认证登录/密码 HTTP搜索 FTP登录/密码 IRC登录/密码 POP登录/密码 IMAP登录/密码 Telnet登录/密码 SMTP登录/密码 SNMP社区字符串 NTLMv1/v2 所有支持的协议:HTTP、SMB、LDAP等 Kerberos 示例 自动检测要嗅探的接口 sudo python net-creds.py 选择 eth0 作为接口 sudo python net-creds.py...

5.8AI score
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2026/09/16 1:10 p.m.3 views

net/mail: golang: net/mail: Denial of Service via pathological email address parsing

A flaw was found in the net/mail package within the Go standard library. A remote attacker could provide specially crafted, pathological email addresses. When these malformed email addresses are parsed by the consumePhrase function, it can lead to excessive resource consumption due to quadratic...

7.5CVSS0.00798EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/09/16 1:06 p.m.3 views

net/mail: golang: net/mail: Denial of Service via pathological email address parsing

A flaw was found in the net/mail package within the Go standard library. A remote attacker could provide specially crafted, pathological email addresses. When these malformed email addresses are parsed by the consumePhrase function, it can lead to excessive resource consumption due to quadratic...

7.5CVSS0.00798EPSS
SaveExploits0References8
Kitploit
Kitploit
added 2026/09/16 12:02 p.m.11 views

XSS-Bypass-Filters

XSS-Bypass-Filters Redirección root@kitploit: document.location= document'location'= window.location= this"window""location"= document.location.href= location.href= location= window.location.assign window'location''href'= document.location.replace window.open"link", "blank"; Enlace root@kitploit:...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/16 9:12 a.m.9 views

CVE-2020-12112

CVE-2020-12112 🚨 BigBlueButton 版本低于 2.2.4 存在 LFI 漏洞,允许访问敏感文件。 故事 📜 在一次使用 BigBlueButton 进行的远程学习课程中,我班上的一名学生分享了我老师的幻灯片演示链接,我注意到文件名包含在 URL 中。 root@kitploit: 学生:“不用记笔记了,我已经拿到幻灯片了。” 我:“好吧,那我得写一份安全报告了。” 😂 稍微摆弄一下,我就能获取到服务器的 /etc/passwd 文件,并发现开源解决方案 Big Blue Button 存在一个安全漏洞。 我报告了该漏洞,BBB 团队迅速回应并在短短几天内修复了它...

7.5CVSS7.8AI score0.05278EPSS
SaveExploits2References4
Kitploit
Kitploit
added 2026/09/16 8:55 a.m.14 views

CVE-2024-44541

CVE-2024-44541:Inventio Lite v4 中的 SQL 注入漏洞 描述 Inventio Lite v4 在 /action=processlogin 端点存在 SQL 注入(SQLi)漏洞。攻击者可通过 POST 请求中的 username 参数注入任意 SQL 查询,可能导致未授权访问和数据窃取。 漏洞代码 漏洞代码如下: root@kitploit: if!isset$SESSION"userid" $user = $POST'username'; $pass = sha1md5$POST'password'; $base = new Database; $c...

9.8CVSS6.3AI score0.02576EPSS
SaveExploits2References1
Kitploit
Kitploit
added 2026/09/16 6:32 a.m.10 views

CVE-2026-31891

Inyección SQL en el Optimizador de Agregación de MongoLite mediante toJsonExtractRaw Clase de vulnerabilidad : Inyección SQL CWE-89 Producto : Cockpit CMS Edición Core Versión afectada : 2.13.4 y probablemente todas las versiones desde que se introdujo el Optimizador de Agregación Imagen Docker...

7.7CVSS5.8AI score0.00397EPSS
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/16 6:17 a.m.11 views

subgen

Subgen - 一个智能的子域名拼接工具 如果你已经意识到你想通过生成组合和/或从其他来源抓取被动数据来拆分你的DNS枚举方法论,那么subgen就是你可能正在寻找的排序与连接工具 安装 如果你有正确配置的GOPATH并且$GOPATH/bin位于你的PATH中,那么运行以下命令进行一行安装,谢谢golang! root@kitploit: go get -u github.com/pry0cc/subgen 拼接一个非常大的未排序词表 root@kitploit: cat wordlist.txt | subgen -d "uber.com" | zdns A | jq -r...

6AI score
SaveExploits0
NVD
NVD
added 2026/09/15 8:17 p.m.7 views

CVE-2026-32599

Netmaker makes networks with WireGuard. Prior to version 1.5.0, the sqliteDeleteRecord function in Netmaker's database layer constructs SQL DELETE statements using direct string concatenation of user-supplied input. This allows an authenticated attacker to perform boolean-based SQL injection...

5.3CVSS0.00261EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/15 7:49 p.m.7 views

CVE-2026-32599

Netmaker (a WireGuard network manager) is vulnerable to boolean-based SQL injection in its SQLite database layer. Prior to version 1.5.0 , the sqliteDeleteRecord function builds SQL DELETE statements via direct string concatenation of user-supplied input from the DELETE /api/dns/{network}/{domain...

5.3CVSS5.8AI score0.00261EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/15 7:49 p.m.24 views

CVE-2026-32599 Netmaker has a boolean‑based SQL Injection

Netmaker makes networks with WireGuard. Prior to version 1.5.0, the sqliteDeleteRecord function in Netmaker's database layer constructs SQL DELETE statements using direct string concatenation of user-supplied input. This allows an authenticated attacker to perform boolean-based SQL injection...

5.3CVSS0.00261EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/09/15 7:48 p.m.7 views

Netmaker has a boolean‑based SQL Injection

SQL Injection in Netmaker SQLite Database Backend Summary The sqliteDeleteRecord function in Netmaker's database layer constructs SQL DELETE statements using direct string concatenation of user-supplied input. This allows an authenticated attacker to perform boolean-based SQL injection. --- Detai...

5.3CVSS6.1AI score0.00261EPSS
SaveExploits0References3Affected Software1
Kitploit
Kitploit
added 2026/09/15 7:46 p.m.12 views

discuz-ml-rce

discuz-ml-rce Sistemas afectados y versiones: Discuz!ML V3.2-3.4 Discuz!x V3.2-3.4 Causa de la vulnerabilidad: el sistema Discuz!ML no filtra el contenido del parámetro language recibido mediante 'l' en la cookie, lo que provoca concatenación de cadenas y la ejecución de código PHP. En el campo d...

5.9AI score
SaveExploits0
NVD
NVD
added 2026/09/15 5:17 p.m.4 views

CVE-2026-58201

Lokka is a Model Context Protocol server for Microsoft 365, including Microsoft Graph and other services. Prior to 2.1.2, the Lokka-Microsoft tool in src/mcp/src/main.ts uses direct URL string concatenation to append the user-controlled path value to the management.azure.com base URL. A specially...

8.7CVSS0.00276EPSS
SaveExploits0References3
Rows per page
Query Builder