Lucene search
+L

5228 matches found

Kitploit
Kitploit
added 2026/08/26 8:55 a.m.2 views

CVE-2022-26937

CVE-2022-26937 Ein Paket zur Erkennung von CVE-2022-26937, einer Schwachstelle in Microsofts NFS-Implementierung. Beispiel Sie können diese Logik auf der enthaltenen PCAP im Verzeichnis testing\traces ausführen: root@kitploit: $ zeek -Cr CVE-2022-26937-exploited.pcap...

9.8CVSS8.8AI score0.76531EPSS
SaveExploits3
Kitploit
Kitploit
added 2026/08/26 7:35 a.m.3 views

CVE-2022-34715-POC

CVE-2022-34715-POC CVE-2022-34715-POC pcap nfssvr.sys versão 10.0.20348.825 root@kitploit: 0: kd r rax=0000000080000001 rbx=0000000000000000 rcx=ffffde87fe461150 rdx=0000000000000000 rsi=fffff8040811aa50 rdi=0000000000000008 rip=fffff80408067dbb rsp=ffffb400eb3e2630 rbp=ffffb400eb3e26b9...

9.8CVSS8.7AI score0.80431EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/08/26 7:35 a.m.2 views

NfSpy

NfSpy - um cliente NFS de falsificação de ID por Daniel Miller NfSpy é uma biblioteca Python para automatizar a falsificação de credenciais NFS ao montar uma partilha NFS. Estão incluídos dois programas cliente: nfspy usa a biblioteca Filesystem in Userspace FUSE para montar uma partilha NFS no...

5.6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/08/25 10:41 p.m.2 views

CVE-2022-30136

CVE-2022-30136 Windows Network File System 원격 익스플로잇 PoC 저자: Ricardo Narvaja 데모 목적으로만 사용하십시오. 전체 익스플로잇은 취약한 Windows Server 시스템에서 작동합니다. 분석 문서 확인: Analysis of CVE-2022-30136 “Windows Network File System Vulnerability“. 사용법 CVE-2022-22029 “Windows Network File System 취약점“ 분석 이 글은 Core Impact 익스플로잇...

10CVSS8.9AI score0.74677EPSS
SaveExploits3
Kitploit
Kitploit
added 2026/08/25 4:22 a.m.1 views

CVE-2022-22029-NFS-Server-

Windows Network File System Remote Code Execution Vulnerability CVE-2022-22039 Um diese Sicherheitsanfälligkeit erfolgreich auszunutzen, muss ein Angreifer eine Race-Condition gewinnen. Ein nicht authentifizierter, sorgfältig konstruierter Aufruf an einen Network File System NFS-Dienst könnte...

8.1CVSS8.2AI score0.05175EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/08/25 1:15 a.m.1 views

sharesniffer

sharesniffer sharesniffer ist ein Netzwerkanalysewerkzeug zum Auffinden offener und geschlossener Dateifreigaben in Ihrem lokalen Netzwerk. Es beinhaltet automatische Netzwerkerkennung und automatisches Einhängen aller offenen CIFS- und NFS-Freigaben. Verwendung Beispiel zum Finden aller Hosts in...

5.5AI score
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/08/24 9:08 a.m.6 views

CVE-2026-74730

A flaw was found in the Linux kernel's Network File System NFS. This vulnerability involves improper memory handling where a critical data structure is released prematurely if a FREESTATEID operation is delayed. This can lead to memory corruption, potentially causing system instability or a denia...

9.8CVSS5.4AI score0.0051EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/22 4:16 p.m.10 views

CVE-2026-74730

In the Linux kernel, the following vulnerability has been resolved: NFS: Pin the 'struct nfsserver' during a FREESTATEID call Dan Aloni reports that he was able to hit a use-after-free bug if a FREESTATEID operation gets delayed for whatever reason. Fix this by bumping the refcount of the 'struct...

9.8CVSS0.0051EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/22 3:33 p.m.27 views

CVE-2026-74730 NFS: Pin the 'struct nfs_server' during a FREE_STATEID call

In the Linux kernel, the following vulnerability has been resolved: NFS: Pin the 'struct nfsserver' during a FREESTATEID call Dan Aloni reports that he was able to hit a use-after-free bug if a FREESTATEID operation gets delayed for whatever reason. Fix this by bumping the refcount of the 'struct...

9.8CVSS0.0051EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/22 3:33 p.m.13 views

CVE-2026-74730 NFS: Pin the 'struct nfs_server' during a FREE_STATEID call

In the Linux kernel, the following vulnerability has been resolved: NFS: Pin the 'struct nfsserver' during a FREESTATEID call Dan Aloni reports that he was able to hit a use-after-free bug if a FREESTATEID operation gets delayed for whatever reason. Fix this by bumping the refcount of the 'struct...

5.8AI score
SaveExploits0References11
CVE
CVE
added 2026/08/22 3:33 p.m.29 views

CVE-2026-74730

CVE-2026-74730 is a use-after-free vulnerability in the Linux kernel NFS subsystem . When a FREE_STATEID operation is delayed, the struct nfs_server object can be freed while operations are still in flight, leading to memory corruption. The fix bumps the refcount of struct nfs_server for the dura...

9.8CVSS5.6AI score0.0051EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/22 3:33 p.m.10 views

EUVD-2026-64417

In the Linux kernel, the following vulnerability has been resolved: NFS: Pin the 'struct nfsserver' during a FREESTATEID call Dan Aloni reports that he was able to hit a use-after-free bug if a FREESTATEID operation gets delayed for whatever reason. Fix this by bumping the refcount of the 'struct...

5.6AI score0.0051EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.13 views

PT-2026-79735

In the Linux kernel, the following vulnerability has been resolved: NFS: Pin the 'struct nfs server' during a FREE STATEID call Dan Aloni reports that he was able to hit a use-after-free bug if a FREE STATEID operation gets delayed for whatever reason. Fix this by bumping the refcount of the...

5.5AI score0.0051EPSS
SaveExploits0References9
Tenable Nessus
Tenable Nessus
added 2026/08/22 12:00 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2026-74730

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - NFS: Pin the 'struct nfsserver' during a FREESTATEID call Dan Aloni reports that he was able to hit a use-after-free bug if a FREESTATEID operation gets delayed...

9.8CVSS5.6AI score0.0051EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/21 8:29 a.m.49 views

CVE-2026-50112

Apache CloudStack versions 4.14.0.0 through 4.20.3.0 and 4.21.0.0 through 4.22.1.0 are affected by two related vulnerabilities in template download handling. When a tenant registers a VM template with directDownload=true pointing to a .metalink file, the management server fetches the metalink XML...

8.8CVSS5.9AI score0.00373EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/08/19 6:19 p.m.6 views

CVE-2026-72468

A flaw was found in the Linux kernel's xprtrdma component. A local administrator can exploit a race condition during an NFS/RDMA mount operation against RDMA device removal. This can lead to a null pointer dereference, causing the kernel to crash and resulting in a Denial of Service DoS...

5.5CVSS5.4AI score0.002EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/19 5:49 p.m.4 views

CVE-2026-72467

A flaw was found in the Linux kernel's xprtrdma module. The system fails to properly check the return value of frwrwpcreate, which is responsible for creating a Memory Region. If this creation fails, a subsequent Network File System NFS over Remote Direct Memory Access RDMA read operation with an...

5.5CVSS5.5AI score0.00206EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/19 3:16 p.m.11 views

CVE-2026-16686

IBM AIX 7.2, and 7.3 and IBM PowerVM VIOS 4.1 could allow a remote attacker to access NFS-exported filesystems due to improper authentication...

8.2CVSS0.00293EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/19 2:56 p.m.19 views

CVE-2026-16686

IBM AIX 7.2, 7.3, and PowerVM VIOS 4.1 have an improper-authentication flaw allowing unauthenticated remote attackers to access NFS-exported filesystems. CVSS 8.2 (HIGH), network-exploitable with no privileges required. No exploitation or patch details provided; refer to IBM support advisory for ...

8.2CVSS5.4AI score0.00293EPSS
SaveExploits0References1Affected Software1
EUVD
EUVD
added 2026/08/19 2:56 p.m.9 views

EUVD-2026-62517

IBM AIX 7.2, and 7.3 and IBM PowerVM VIOS 4.1 could allow a remote attacker to access NFS-exported filesystems due to improper authentication...

8.2CVSS5.4AI score0.00293EPSS
SaveExploits0References1
Rows per page
Query Builder