Lucene search
+L

840 matches found

EUVD
EUVD
added 2025/12/29 3:24 p.m.6 views

EUVD-2025-205589

Picklescan missing detection when calling pty.spawn...

6.4AI score
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2025/12/29 3:24 p.m.7 views

Picklescan missing detection when calling pty.spawn

Summary Using pty.spawn, which is a built-in python library function to execute arbitrary commands on the host system. Details The attack payload executes in the following steps: First, the attacker craft the payload by calling to pty.spawn function in the reduce method. Then the victim attempts ...

7.9AI score
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2025/12/22 2:21 p.m.39 views

CVE-2025-26379 Johnson Controls IQ Panels2, 2+, IQHub, IQPanel 4, PowerG use of Cryptographically Weak Pseudo-Random Number Generator

Use of a weak pseudo-random number generator, which may allow an attacker to read or inject encrypted PowerG packets...

7.2CVSS0.00175EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/12/22 2:21 p.m.6 views

EUVD-2025-204711

Use of a weak pseudo-random number generator, which may allow an attacker to read or inject encrypted PowerG packets...

7.2CVSS6.3AI score0.00175EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/12/22 12:0 a.m.9 views

PT-2025-52650

Name of the Vulnerable Software and Affected Versions Johnson Controls IQ Panels2, 2+, IQHub, IQPanel 4, PowerG affected versions not specified Description The software utilizes a weak pseudo-random number generator. This could allow an attacker to read or inject encrypted PowerG packets...

7.2CVSS6.3AI score0.00175EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2025/12/16 12:39 a.m.2 views

CVE-2025-67748 Fickling has Code Injection vulnerability via pty.spawn()

Fickling is a Python pickling decompiler and static analyzer. Versions prior to 0.1.6 had a bypass caused by pty missing from the block list of unsafe module imports. This led to unsafe pickles based on pty.spawn being incorrectly flagged as LIKELYSAFE, and was fixed in version 0.1.6. This impact...

8.5CVSS6.4AI score0.00238EPSS
SaveExploits1References3
CNNVD
CNNVD
added 2025/12/16 12:0 a.m.9 views

Fickling 代码问题漏洞

Fickling is an open source decompiler and static analyzer for Python by Trail of Bits. A code issue vulnerability exists in versions of Fickling prior to 0.1.6, which stems from a lack of security checks in the pty module and could lead to the execution of arbitrary code...

8.5CVSS6.9AI score0.00238EPSS
SaveExploits1References4
Snyk
Snyk
added 2025/12/15 11:37 p.m.3 views

Deserialization of Untrusted Data

Overview fickling is an A static analyzer and interpreter for Python pickle data Affected versions of this package are vulnerable to Deserialization of Untrusted Data due to incomplete detection of dangerous pickle constructs. The safety analysis fails to block certain unsafe module imports,...

8.5CVSS8AI score0.00238EPSS
SaveExploits1References4
OSV
OSV
added 2025/12/15 11:37 p.m.4 views

GHSA-R7V6-MFHQ-G3M2 Fickling has Code Injection vulnerability via pty.spawn()

Fickling Assessment Based on the test case provided in the original report below, this bypass was caused by pty missing from our block list of unsafe module imports as previously documented in 108, rather than the unused variable heuristic. This led to unsafe pickles based on pty.spawn being...

8.5CVSS7.8AI score0.00238EPSS
SaveExploits1References6
RedHat Linux
RedHat Linux
added 2025/11/26 7:25 a.m.6 views

bind: Cache poisoning due to weak PRNG

A vulnerability was found in BIND resolvers caused by a weakness in the Pseudo Random Number Generator PRNG. This weakness allows an attacker to potentially predict the source port and query ID used by BIND, enabling cache poisoning attacks. If successful, the attacker can inject malicious DNS...

8.6CVSS6.1AI score0.00464EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/11/25 12:25 a.m.13 views

SUSE CVE-2025-40212

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix refcount leak in nfsdsetfhdentry nfsd exports a "pseudo root filesystem" which is used by NFSv4 to find the various exported filesystems using LOOKUP requests from a known root filehandle. NFSv3 uses the MOUNT protocol ...

7CVSS6.5AI score0.0018EPSS
SaveExploits0References17
EUVD
EUVD
added 2025/11/24 3:30 p.m.3 views

EUVD-2025-198647

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix refcount leak in nfsdsetfhdentry nfsd exports a "pseudo root filesystem" which is used by NFSv4 to find the various exported filesystems using LOOKUP requests from a known root filehandle. NFSv3 uses the MOUNT protocol ...

6AI score0.0018EPSS
SaveExploits0References4
NVD
NVD
added 2025/11/24 1:16 p.m.5 views

CVE-2025-40212

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix refcount leak in nfsdsetfhdentry nfsd exports a "pseudo root filesystem" which is used by NFSv4 to find the various exported filesystems using LOOKUP requests from a known root filehandle. NFSv3 uses the MOUNT protocol ...

0.0018EPSS
SaveExploits0References3
OSV
OSV
added 2025/11/24 1:16 p.m.3 views

DEBIAN-CVE-2025-40212

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix refcount leak in nfsdsetfhdentry nfsd exports a "pseudo root filesystem" which is used by NFSv4 to find the various exported filesystems using LOOKUP requests from a known root filehandle. NFSv3 uses the MOUNT protocol ...

5.3AI score0.0018EPSS
SaveExploits0References1
OSV
OSV
added 2025/11/24 1:16 p.m.4 views

UBUNTU-CVE-2025-40212

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix refcount leak in nfsdsetfhdentry nfsd exports a "pseudo root filesystem" which is used by NFSv4 to find the various exported filesystems using LOOKUP requests from a known root filehandle. NFSv3 uses the MOUNT protocol ...

5.7AI score0.0018EPSS
SaveExploits0References11
Cvelist
Cvelist
added 2025/11/24 1:4 p.m.10 views

CVE-2025-40212 nfsd: fix refcount leak in nfsd_set_fh_dentry()

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix refcount leak in nfsdsetfhdentry nfsd exports a "pseudo root filesystem" which is used by NFSv4 to find the various exported filesystems using LOOKUP requests from a known root filehandle. NFSv3 uses the MOUNT protocol ...

0.0018EPSS
SaveExploits0References3
CVE
CVE
added 2025/11/24 1:4 p.m.26 views

CVE-2025-40212

CVE-2025-40212 (Linux kernel) : A refcount leak in nfsd_set_fh_dentry() can occur when a v3/v2 client uses a filehandle from the NFSv4 “pseudo root filesystem.” The kernel may store the export in a svc_fh and drop a reference later (exp_put()), causing an extra reference to be freed on fh_put(), ...

6.1AI score0.0018EPSS
SaveExploits0References3
OSV
OSV
added 2025/11/24 1:4 p.m.4 views

CVE-2025-40212 nfsd: fix refcount leak in nfsd_set_fh_dentry()

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix refcount leak in nfsdsetfhdentry nfsd exports a "pseudo root filesystem" which is used by NFSv4 to find the various exported filesystems using LOOKUP requests from a known root filehandle. NFSv3 uses the MOUNT protocol ...

6.4AI score0.0018EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2025/11/24 12:0 a.m.13 views

PT-2025-47906

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Network File System daemon nfsd in the Linux kernel contains a flaw related to reference counting in the nfsd set fh dentry function. Specifically, when an NFSv3 or NFSv2 client uses...

5.4AI score0.00519EPSS
SaveExploits4References397
RedHat Linux
RedHat Linux
added 2025/11/20 9:12 p.m.7 views

bind: Cache poisoning due to weak PRNG

A vulnerability was found in BIND resolvers caused by a weakness in the Pseudo Random Number Generator PRNG. This weakness allows an attacker to potentially predict the source port and query ID used by BIND, enabling cache poisoning attacks. If successful, the attacker can inject malicious DNS...

8.6CVSS6.1AI score0.00464EPSS
SaveExploits0References4
Rows per page
Query Builder