Lucene search
+L

607184 matches found

RedhatCVE
RedhatCVE
added 2026/09/11 9:46 p.m.8 views

CVE-2026-89485

A flaw was found in the lockd component of the Linux kernel. This use-after-free vulnerability occurs in the nlmtraversefiles function when a file's memory is prematurely released while an iterator still holds a pointer to it. A remote attacker could potentially exploit this to cause system...

9.8CVSS6.1AI score0.00704EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2026/09/11 9:45 p.m.8 views

CVE-2026-89447

A flaw was found in the Linux kernel's iommufd subsystem. A local attacker could exploit a vulnerability where an object reference is leaked during the unmapping of internal accesses. This occurs because the iommufdaccessnotifyunmap function incorrectly locks an object before checking if the acce...

4.4CVSS5.4AI score0.00176EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2026/09/11 9:45 p.m.9 views

CVE-2026-89678

A flaw was found in the Linux kernel's Network File System NFS daemon nfsd component. The nfsddirectwrite function, responsible for handling direct writes, incorrectly detects partial writes. This issue occurs because the logic for detecting short writes compares the actual bytes written against ...

7.5CVSS6AI score0.00354EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/09/11 9:45 p.m.10 views

CVE-2026-89768

A flaw was found in the Linux kernel's filesystem fs component. When using nested overlay filesystems overlayfs, a local user could exploit an issue where the backingfileopen function incorrectly derives the path for mapped files. This vulnerability leads to information disclosure, as files mappe...

2.3CVSS5.6AI score0.00186EPSS
SaveExploits0References7
Kitploit
Kitploit
added 2026/09/11 9:43 p.m.11 views

Azure-AD-Password-Checker

Azure AD Password Checker In an Azure AD environment, it's possible to determine whether a user has Multi-Factor Authentication MFA disabled without requiring any special privileges. This can be accomplished by analyzing the account's creation date and last password change date. If an account's...

5.8AI score
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/11 9:41 p.m.6 views

Shinigami

Shinigami Shinigami is an experimental tool designed to detect and unpack malware implants that are injected via process hollowing or generic packer routines. How this works The tool operates by hooking NT functions related to Process Hollowing and marking newly executable memory pages with the...

6.4AI score
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/11 9:40 p.m.9 views

Bin-Finder

Description This tool looks for either the processes that have a certain binary loaded or the processes that don't. This is useful in the following scenarios: It allows to detect processes where an specific EDR/AV dll is not loaded. This could lead to EDR's exception detection. It allows to obtai...

6AI score
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/09/11 9:39 p.m.9 views

CVE-2026-89719

A flaw was found in the Linux kernel's zram module. This vulnerability occurs when the readblockstate function calculates the number of pages before acquiring a device lock. If the zram device is reset and reinitialized with a smaller disk size, the function can attempt to access memory beyond th...

4.1CVSS5.7AI score0.00166EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2026/09/11 9:38 p.m.9 views

CVE-2026-89521

A flaw was found in the Linux kernel's core scheduling component. This issue occurs when the picktask function releases the run queue rq lock, allowing an interleaving selection to invalidate the scheduler's internal state. This inconsistency can lead to incorrect task selection and skewed resour...

7.3CVSS5.6AI score0.00146EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/09/11 9:38 p.m.9 views

CVE-2026-89545

A flaw was found in the Linux kernel. This vulnerability exists within the sunrpc component, where memory associated with rqargp and rqresp is freed prematurely. Specifically, the svcrqstfree function frees these structures synchronously, while the main request structure rqstp is freed later via...

7.8CVSS6.4AI score0.00157EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2026/09/11 9:38 p.m.8 views

CVE-2026-81000

A flaw was found in the Linux kernel's TUN/TAP driver. An integer underflow vulnerability exists in the tungetuser function when processing oversized headroom requests. This can occur if Open vSwitch OVS propagates an excessively large headroom request to the TUN or TAP device. Successful...

7.8CVSS5.7AI score0.00164EPSS
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/11 9:36 p.m.14 views

dpapi-ng

dpaping - Python DPAPI-NG De-/Encryption Library Library for DPAPI NG, also known as CNG DPAPI, de- and encryption in Python. It is designed to replicate the behaviour of NCryptUnprotectSecret and NCryptProtectSecret. This can be used on non-Windows hosts to de-/encrypt DPAPI NG protected secrets...

5.9AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/11 9:35 p.m.7 views

rmm

Recon MindMap RMM Taking inspiration from the TBHM v4 recon edition by Jason Haddix Workshop, I developed a command-line interface CLI tool that will simplify the task of organizing a list of domains and subdomains. The aim is to create a tool that can easily generate complex domain structures...

6AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/11 9:35 p.m.7 views

cynative v1.11.3

Build your own security agents Open-source framework for security agents with live, read-only access to your infrastructure. Quickstart · Built-in agents · Your first agent · Docs Ask your infrastructure anything. Cynative runs frontier models across your code, cloud and runtime - reasoning throu...

6AI score
SaveExploits0References15
Kitploit
Kitploit
added 2026/09/11 9:34 p.m.7 views

effective-waffle

effective-waffle yet another sleep encryption thing. also used the default github repo name for this one. TpAllocWork + TpPostWork + TpWaitForWork + TpReleaseWork to create + execute + clean the callback. The callback is some scuffed assembly that queues up a ton of rop gadgets that will pop...

5.8AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/11 9:34 p.m.8 views

GetLAPSPassword

GetLAPSPassword A feeble attempt at writing a LAPS dumping tool that supports both NTLM and Kerberos auth using the impacket library. Initial structure of this tool was taken from the impacket example GetADUsers.py https://github.com/fortra/impacket/raw/master/examples/GetADUsers.py and the LDAP...

5.8AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/11 9:34 p.m.9 views

PowerShell-for-Hackers

2022 Hak5 hacker of the Year Table of Contents 1. Description 2. The Functions 3. Contact 4. Acknowledgments PowerShell Functions For Hackers 🤓💻 I am currently the 1 ranked payload contributor to Hak5. I decided to make this repository to share all of the functions I have come up with to develop ...

5.9AI score
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/11 9:33 p.m.9 views

BLACKHAT_Asia2023

BLACKHATAsia2023 Just About BLACKHAT USA2022 PDF Public File List, Search what your intersting. root@kitploit: BLACKHATAsia2023 ├── AS-23-Babkin-firmWar-An-Imminent-Threat-to-the-Foundation-of-Computing.pdf ├── AS-23-Bai-Stealthy-Sensitive-Information-Collection-from-Android-Apps.pdf ├──...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/11 9:32 p.m.7 views

yara-ttd

yara-ttd - The ultimate packer nemesis Use YARA rules on Time Travel Debugging traces 1. Demo 2. Motivations 3. Install 4. Usage 5. Upcoming features Demo A binary packed with UPX A simple binary that launches calc.exe, packed with UPX. yara-ttd finds the calc.exe string in the module memory,...

6AI score
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2026/09/11 9:31 p.m.14 views

Shopper: Missing authorization on product removal actions in CollectionProducts component

Title Missing authorization on product removal actions in CollectionProducts component Description A lack of authorization control was discovered on both the per-record delete action and the bulk delete action inside packages/admin/src/Livewire/Components/Collection/CollectionProducts.php. Neithe...

8.1CVSS5.7AI score
SaveExploits0References2Affected Software1
Rows per page
Query Builder