Lucene search
+L

2498 matches found

Kitploit
Kitploit
added 2026/09/11 9:39 p.m.7 views

dnscat2

ПРИМЕЧАНИЕ: Пароль для загрузок .zip — везде "password"! Введение Добро пожаловать в dnscat2, DNS-туннель, который НЕ сделает вас больным и не убьёт! Этот инструмент предназначен для создания зашифрованного канала управления и контроля C&C через протокол DNS, который является эффективным туннелем...

6.3AI score
SaveExploits0References9
NVD
NVD
added 2026/09/11 8:19 p.m.4 views

CVE-2026-89563

In the Linux kernel, the following vulnerability has been resolved: ip6tunnel: use skbcowhead in ip6tnlxmit ip6tnlxmit may need to expand headroom before it can push the outer IPv6 and optional encap headers. It currently does that with skbreallocheadroom, copies skb-sk ownership, consumes the...

7.8CVSS0.00175EPSS
SaveExploits0References4
NVD
NVD
added 2026/09/11 8:19 p.m.5 views

CVE-2026-89565

In the Linux kernel, the following vulnerability has been resolved: ipip: fix skb leak in collectmd mode when metadatadst allocation fails In collectmd mode ipiptunnelrcv returns 0 without freeing the skb when iptunrxdst fails to allocate the metadatadst. ipiprcv and mplsiprcv are registered as...

0.00168EPSS
SaveExploits0References4
NVD
NVD
added 2026/09/11 8:19 p.m.6 views

CVE-2026-89562

In the Linux kernel, the following vulnerability has been resolved: ip6gre: fix hardware header length for NBMA tunnels ip6gretnllinkconfigroute accumulates the lower device's hardware header length into dev-hardheaderlen whenever headerops is set. This is incorrect for both users of headerops...

7.8CVSS0.00168EPSS
SaveExploits0References4
NVD
NVD
added 2026/09/11 8:19 p.m.6 views

CVE-2026-80996

In the Linux kernel, the following vulnerability has been resolved: net: l2tp: do not propagate multicast notification errors The tunnel create, tunnel modify, session create, and session modify netlink handlers send multicast notifications through helpers that can fail while allocating or encodi...

0.00168EPSS
SaveExploits0References4
NVD
NVD
added 2026/09/11 8:19 p.m.6 views

CVE-2026-80978

In the Linux kernel, the following vulnerability has been resolved: net: cap advertised IP tunnel headroom IP tunnel devices derive their advertised neededheadroom from lower output devices. A stack of user-created devices can make the derived value larger than the 16-bit skb header offsets can...

7.8CVSS0.00168EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/11 7:44 p.m.21 views

CVE-2026-89565 ipip: fix skb leak in collect_md mode when metadata_dst allocation fails

In the Linux kernel, the following vulnerability has been resolved: ipip: fix skb leak in collectmd mode when metadatadst allocation fails In collectmd mode ipiptunnelrcv returns 0 without freeing the skb when iptunrxdst fails to allocate the metadatadst. ipiprcv and mplsiprcv are registered as...

0.00168EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/11 7:44 p.m.6 views

EUVD-2026-76476

In the Linux kernel, the following vulnerability has been resolved: ipip: fix skb leak in collectmd mode when metadatadst allocation fails In collectmd mode ipiptunnelrcv returns 0 without freeing the skb when iptunrxdst fails to allocate the metadatadst. ipiprcv and mplsiprcv are registered as...

0.00168EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/11 7:44 p.m.3 views

CVE-2026-89563 ip6_tunnel: use skb_cow_head() in ip6_tnl_xmit()

In the Linux kernel, the following vulnerability has been resolved: ip6tunnel: use skbcowhead in ip6tnlxmit ip6tnlxmit may need to expand headroom before it can push the outer IPv6 and optional encap headers. It currently does that with skbreallocheadroom, copies skb-sk ownership, consumes the...

5.9AI score
SaveExploits0References7
EUVD
EUVD
added 2026/09/11 7:44 p.m.6 views

EUVD-2026-76473

In the Linux kernel, the following vulnerability has been resolved: ip6gre: fix hardware header length for NBMA tunnels ip6gretnllinkconfigroute accumulates the lower device's hardware header length into dev-hardheaderlen whenever headerops is set. This is incorrect for both users of headerops...

0.00168EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/11 7:44 p.m.24 views

CVE-2026-89562 ip6_gre: fix hardware header length for NBMA tunnels

In the Linux kernel, the following vulnerability has been resolved: ip6gre: fix hardware header length for NBMA tunnels ip6gretnllinkconfigroute accumulates the lower device's hardware header length into dev-hardheaderlen whenever headerops is set. This is incorrect for both users of headerops...

7.8CVSS0.00168EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/11 7:44 p.m.10 views

CVE-2026-89562

This Linux kernel vulnerability affects the ip6_gre (IPv6 Generic Routing Encapsulation) module, specifically ip6gre_tnl_link_config_route(), which incorrectly accumulates the lower device's hardware header length into dev->hard_header_len for NBMA (Non-Broadcast Multiple Access) tunnels. The ...

7.8CVSS0.00168EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/11 7:44 p.m.2 views

CVE-2026-89562 ip6_gre: fix hardware header length for NBMA tunnels

In the Linux kernel, the following vulnerability has been resolved: ip6gre: fix hardware header length for NBMA tunnels ip6gretnllinkconfigroute accumulates the lower device's hardware header length into dev-hardheaderlen whenever headerops is set. This is incorrect for both users of headerops...

5.9AI score
SaveExploits0References7
CVE
CVE
added 2026/09/11 7:42 p.m.9 views

CVE-2026-80978

CVE-2026-80978 affects the Linux kernel networking subsystem, specifically the IP tunnel devices. When a local attacker stacks user-created IP tunnel devices, the derived needed_headroom can exceed the 16-bit skb header offset range, causing those offsets to wrap during skb head expansion. The fi...

7.8CVSS0.00168EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/11 7:42 p.m.7 views

EUVD-2026-76301

In the Linux kernel, the following vulnerability has been resolved: net: cap advertised IP tunnel headroom IP tunnel devices derive their advertised neededheadroom from lower output devices. A stack of user-created devices can make the derived value larger than the 16-bit skb header offsets can...

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

CVE-2026-80978 net: cap advertised IP tunnel headroom

In the Linux kernel, the following vulnerability has been resolved: net: cap advertised IP tunnel headroom IP tunnel devices derive their advertised neededheadroom from lower output devices. A stack of user-created devices can make the derived value larger than the 16-bit skb header offsets can...

5.9AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/09/11 7:42 p.m.23 views

CVE-2026-80978 net: cap advertised IP tunnel headroom

In the Linux kernel, the following vulnerability has been resolved: net: cap advertised IP tunnel headroom IP tunnel devices derive their advertised neededheadroom from lower output devices. A stack of user-created devices can make the derived value larger than the 16-bit skb header offsets can...

7.8CVSS0.00168EPSS
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/11 2:54 p.m.5 views

wa-tunnel

wa-tunnel - Туннелирование TCP через WhatsApp Это код на основе Baileys, который позволяет туннелировать TCP-данные через два аккаунта WhatsApp. Это может быть полезно в различных ситуациях, например, у операторов связи, предоставляющих безлимитный WhatsApp, или в самолетах, где также есть...

6AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/11 10:29 a.m.6 views

aardwolf

🚩 스폰서 이 프로젝트가 마음에 든다면, 브라우저에서 실행되는 전체 침투 테스트 제품군인 OctoPwn 라이선스 구매를 고려해 주세요! 새로운 빌드/릴리스 및 기타 정보 알림을 받으려면 Discord에 참여하세요. AARDWOLF - Python 기반 비동기 RDP/VNC 클라이언트 헤드리스 이 프로젝트는 RDP 및 VNC 프로토콜을 다루기 위한 것입니다. 프로젝트에는 GUI가 포함되어 있지 않으며, GUI 클라이언트가 필요하다면 aardwolfgui를 확인하세요. 🚩 브라우저에서 실행 이 프로젝트는 다른 많은 침투 테스트 도...

5.8AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/11 8:57 a.m.8 views

CVE-2019-11043-Vulnerability

공동 작업자: Olaf Madejski, Andrew Masone, Nate Desany PHP-FPM 리버스 터널 악용 및 지속성 시연 CVE-2019-11043 — Debian PHP-FPM 경로 처리 취약점 프로젝트 개요 2019년 10월, Debian 보안 자문 연구원 Emil Lerner 와 Andrew Danau 는 PHP-FPM의 심각한 취약점에 대해 Debian 커뮤니티에 경고하는 공지를 발표했습니다. PHP-FPM의 경로 처리 코드에 대한 검증 부족 으로 인해, 공격자는 특정 NGINX + PHP-FPM 구성...

9.8CVSS7.1AI score0.9978EPSS
SaveExploits57References8
Rows per page
Query Builder