Lucene search
+L

1360 matches found

Kitploit
Kitploit
added 2026/09/13 5:58 a.m.4 views

CVE-2021-27188

CVE-2021-27188 Suggested description The FX Aggregator terminal client by "Sovremennye Delovye Tekhnologii" allows attackers to cause a denial of service access suspended for five hours by making five invalid login attempts to a victim's account. VulnerabilityType Other DoS Vendor of Product OOO...

7.5CVSS7.4AI score0.01804EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/13 5:49 a.m.5 views

citrix-honeypot

Citrix ADC NetScaler 蜜罐 检测并记录 CVE-2019-19781(Shitrix / Citrixmash)的攻击载荷 记录失败的登录尝试 提供从真实设备获取的内容和响应头,以增加在搜索引擎(如 Google、Shodan 等)上的索引机会 安装 预编译版本 预编译的 Linux(x64)软件包可在此处获取 root@kitploit: mkdir citrix-honeypot cd citrix-honeypot wget...

9.8CVSS7.7AI score0.99999EPSS
SaveExploits48References2
Kitploit
Kitploit
added 2026/09/13 1:05 a.m.3 views

stylesmuggler

StyleSmuggler HTTP PoC Repositorio de investigación privado para la reproducción únicamente por HTTP de StyleSmuggler, CVE-2026-75650, contra un laboratorio local de Magento Open Source. Lee el recorrido técnico completo en Magento StyleSmuggler RCE: Report Poisoning to Code Execution. El PoC en...

10CVSS0.02148EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/09/12 8:00 p.m.7 views

CVE-2024-38143

CVE-2024-38143 Windows WLAN 自动配置服务特权提升漏洞 成功利用此漏洞可能导致权限提升至 NT AUTHORITY\SYSTEM 背景 在一次客户项目中,我不得不测试一台实体笔记本电脑,不知为何,偶然发现了 Matthew Johnson 的这篇文章,这是他发现 CVE-2021-28316 的成果。我曾想是否有可能修改并实施类似类型的攻击,但结果发现它实际上从一开始就...直接成功了。当时的客户基本上是这么说的:“等等,这不应当对已修补的设备生效”。他没说错,这个漏洞据称已在 2021 年 4 月被修补。但显然并没有,因此这是一个未修复的漏洞。 再次复现 Po...

4.2CVSS5.7AI score0.01685EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/09/11 10:28 p.m.7 views

CVE-2026-89714

A flaw was found in the Linux kernel's Network File System NFS component. When an NFSv4 mount attempt fails, the nfs4servercommonsetup function does not properly free a memory allocation for the delegation hash table. A client that persistently retries a failed mount can exploit this to cause an...

7.5CVSS0.00198EPSS
SaveExploits0References6
NVD
NVD
added 2026/09/11 8:19 p.m.9 views

CVE-2026-89714

In the Linux kernel, the following vulnerability has been resolved: NFS: fix delegationhashtable leak when nfs4servercommonsetup fails nfs4servercommonsetup allocates server-delegationhashtable first, but server-destroy - the only path that frees the table via nfs4destroyserver - is not assigned...

0.00198EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/11 8:19 p.m.7 views

AZL-100268 CVE-2026-81005 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: ipmi: si: Fix NULL pointer dereference after failed registration trysmiinit allocates newsmi-sism and later calls ipmiregistersmimod, which maps to ipmiaddsmi. During ipmiaddsmi, the upper IPMI message handler obtains the initial...

0.00168EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/09/11 7:46 p.m.25 views

CVE-2026-89714 NFS: fix delegation_hash_table leak when nfs4_server_common_setup() fails

In the Linux kernel, the following vulnerability has been resolved: NFS: fix delegationhashtable leak when nfs4servercommonsetup fails nfs4servercommonsetup allocates server-delegationhashtable first, but server-destroy - the only path that frees the table via nfs4destroyserver - is not assigned...

0.00198EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/11 7:43 p.m.23 views

CVE-2026-89512 remoteproc: scp: Fix device reference leak on failed lookup

In the Linux kernel, the following vulnerability has been resolved: remoteproc: scp: Fix device reference leak on failed lookup Make sure to drop the reference taken to the SCP device when attempting to look up its driver data before the driver has been bound. Note that holding a reference to a...

0.002EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/11 7:43 p.m.7 views

EUVD-2026-76418

In the Linux kernel, the following vulnerability has been resolved: remoteproc: scp: Fix device reference leak on failed lookup Make sure to drop the reference taken to the SCP device when attempting to look up its driver data before the driver has been bound. Note that holding a reference to a...

0.002EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/11 7:43 p.m.7 views

CVE-2026-89512 remoteproc: scp: Fix device reference leak on failed lookup

In the Linux kernel, the following vulnerability has been resolved: remoteproc: scp: Fix device reference leak on failed lookup Make sure to drop the reference taken to the SCP device when attempting to look up its driver data before the driver has been bound. Note that holding a reference to a...

5.8AI score
SaveExploits0References7
CVE
CVE
added 2026/09/11 7:43 p.m.8 views

CVE-2026-89458

CVE-2026-89458 affects the s390/dasd driver in the Linux kernel. The function dasd_int_handler() completes an NRF read of an unallocated ESE track by calling ese_read() and unconditionally marking the request as DASD_CQR_SUCCESS. However, dasd_eckd_ese_read() can return an error before zeroing th...

0.00168EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/11 7:42 p.m.5 views

CVE-2026-81005 ipmi: si: Fix NULL pointer dereference after failed registration

In the Linux kernel, the following vulnerability has been resolved: ipmi: si: Fix NULL pointer dereference after failed registration trysmiinit allocates newsmi-sism and later calls ipmiregistersmimod, which maps to ipmiaddsmi. During ipmiaddsmi, the upper IPMI message handler obtains the initial...

5.8AI score
SaveExploits0References7
NVD
NVD
added 2026/09/11 4:17 a.m.9 views

CVE-2026-81754

The Vigilant – 100% Free Security Suite: Firewall, 2FA, Login, Headers, Scanner… plugin for WordPress is vulnerable to Stored Cross-Site Scripting via User-Agent Header in all versions up to, and including, 2.10.2 due to insufficient input sanitization and output escaping. This makes it possible...

7.2CVSS0.00241EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/09/11 3:39 a.m.11 views

EUVD-2026-75935

The Vigilant – 100% Free Security Suite: Firewall, 2FA, Login, Headers, Scanner… plugin for WordPress is vulnerable to Stored Cross-Site Scripting via User-Agent Header in all versions up to, and including, 2.10.2 due to insufficient input sanitization and output escaping. This makes it possible...

7.2CVSS0.00241EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2026/09/11 12:00 a.m.9 views

PT-2026-90430

In the Linux kernel, the following vulnerability has been resolved: NFS: fix delegation hash table leak when nfs4 server common setup fails nfs4 server common setup allocates server-delegation hash table first, but server-destroy - the only path that frees the table via nfs4 destroy server - is n...

0.00198EPSS
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/10 7:35 p.m.10 views

CVE-2025-60791

CVE-2025-60791 CVE-2025-60791: Almacenamiento en texto claro de información sensible en memoria. Easywork Enterprise 2.1.3.354 es vulnerable al almacenamiento en texto claro de información sensible en memoria. La aplicación deja claves de licencia válidas vinculadas al dispositivo en la memoria d...

6.2CVSS5.9AI score0.00101EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/08 7:42 a.m.5 views

CVE-2026-66418-OpenClaw-Dashboard-v3.0.0-Stored-XSS-via-Failed-Login-Username-Field

Aviso de seguridad: Cross-Site Scripting almacenado no autenticado que conduce a la toma de control de la cuenta de administrador openclaw-dashboard Título: OpenClaw Dashboard v3.0.0 XSS almacenado a través del campo de nombre de usuario en inicio de sesión fallido ID de CVE asignado:...

9.3CVSS5.9AI score0.00511EPSS
SaveExploits2References1
CVE
CVE
added 2026/09/07 4:26 p.m.10 views

CVE-2026-86486

In JetBrains YouTrack versions before 2026.2.18634 , the generic VCS webhook handler had a fail-open condition when its secret was blank, meaning the handler would not properly validate incoming webhook requests if no secret had been configured. This results in a low integrity impact with a high ...

3.7CVSS0.00167EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/01 11:17 p.m.7 views

CVE-2026-84480

WWBN AVideo fails to validate password recovery token expiration in userRecoverPassSave.json.php, allowing attackers to use expired tokens to reset account passwords indefinitely. Attackers who obtain a recovery token can use it at any time to change the target account's password and gain full...

9.8CVSS0.0029EPSS
SaveExploits0References2
Rows per page
Query Builder