Lucene search
+L

83261 matches found

OSV
OSV
added 2026/08/22 4:16 p.m.4 views

DEBIAN-CVE-2026-74593

In the Linux kernel, the following vulnerability has been resolved: schedext: Take cgrouplock first in scxcgrouplock scxcgrouplock write-locks scxcgroupopsrwsem and then takes cgrouplock, which can deadlock through kernfs: scx enable/disable cgroup rmdir cpu.weight write ------------------...

5.4AI score0.00198EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 4:16 p.m.6 views

DEBIAN-CVE-2026-74595

In the Linux kernel, the following vulnerability has been resolved: fscrypt: use the mount idmap for the owner check in fscryptioctlsetpolicy fscryptioctlsetpolicy calls inodeownerorcapable with &nopmntidmap before allowing an encryption policy to be set, instead of the idmap of the mount the ioc...

5.4AI score0.00135EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 4:16 p.m.5 views

DEBIAN-CVE-2026-74586

In the Linux kernel, the following vulnerability has been resolved: sctp: clear newtransport when removing a peer sctpprocessasconfparam stores a newly added peer transport in asoc-newtransport. After all parameters in the ASCONF chunk have been processed, sctpsfdoasconf uses this pointer to send...

5.7AI score0.0022EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 4:16 p.m.6 views

DEBIAN-CVE-2026-74587

In the Linux kernel, the following vulnerability has been resolved: sctp: fix use-after-free of cached ASCONF chunk addiplastasconf caches the outstanding outbound ASCONF chunk. The normal ASCONF-ACK completion path releases the chunk and clears the pointer. However, sctpasconfqueueteardown...

5.5AI score0.0022EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 4:16 p.m.5 views

DEBIAN-CVE-2026-74588

In the Linux kernel, the following vulnerability has been resolved: sctp: keep chunk-transport in step with the list it is queued on sctpoutqflushrtx moves a gap-acked chunk onto another transport's transmitted list without updating chunk-transport: if chunk-tsngapacked...

5.4AI score0.0022EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 4:16 p.m.5 views

DEBIAN-CVE-2026-74585

In the Linux kernel, the following vulnerability has been resolved: thunderbolt: Bound the DROM dual link port number before indexing sw-ports tbdromparseentryport validates the device-supplied header-index against sw-config.maxportnumber before indexing sw-ports, but the sibling field...

5.4AI score0.0022EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 3:16 p.m.5 views

DEBIAN-CVE-2026-74584

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxtre: zero shared page before exposing to userspace bnxtreallocucontext allocates uctx-shpg via getfreepageGFPKERNEL. The buddy allocator does not zero pages without GFPZERO, so the page contains stale kernel data from...

5.5AI score0.0022EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 3:16 p.m.8 views

DEBIAN-CVE-2026-70626

NLTK versions before 3.9.4 contain a symlink escape vulnerability in CorpusReader.open that allows local attackers to read arbitrary files outside the corpus root. The vulnerability exists because path validation is lexical and does not account for symlink resolution, enabling attackers to place...

6.2CVSS5.6AI score0.00187EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 3:16 p.m.4 views

DEBIAN-CVE-2026-68767

hashcat's fgetl function in src/filehandling.c writes a null terminator one byte past the caller's buffer when an input line is exactly the buffer length. Attackers can trigger this out-of-bounds heap write by providing a hash file, potfile, or wordlist containing a line of exactly HCBUFSIZLARGE...

6.1CVSS5.6AI score0.00172EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 3:16 p.m.7 views

DEBIAN-CVE-2026-68768

hashcat contains a heap-based buffer overflow out-of-bounds write in the outfilewrite function in src/outfile.c. When assembling output into a fixed-size buffer HCBUFSIZLARGE, 16 MB, the function sequentially appends the username, separator, hash, and plaintext via memcpy without validating that...

6.1CVSS5.7AI score0.00186EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 3:16 p.m.6 views

DEBIAN-CVE-2026-68766

hashcat fails to restrict command-line options when parsing restore files, allowing attackers to inject output-redirecting options like --outfile and --potfile-path. Attackers can craft restore files with malicious options to append attacker-controlled content to arbitrary files, enabling code...

7.8CVSS6.1AI score0.00224EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 3:16 p.m.4 views

DEBIAN-CVE-2026-63311

NLTK before 3.10.0 affected versions = 3.9.4 contains a server-side request forgery SSRF vulnerability in the validatenetworkurl function in nltk/pathsec.py. The resolvehostname helper catches OSError and ValueError during socket.getaddrinfo and returns an empty list; when DNS resolution fails, t...

5.3CVSS5.5AI score0.00342EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 3:16 p.m.7 views

DEBIAN-CVE-2026-63310

NLTK before 3.9.3 fails to verify file integrity after downloading packages and before extraction in the downloader module. Attackers can perform man-in-the-middle attacks or DNS poisoning to inject malicious package contents that are extracted without validation...

7.1CVSS5.3AI score0.00154EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 3:16 p.m.8 views

DEBIAN-CVE-2026-66393

NLTK versions before 3.9.4 contain an unbounded recursion vulnerability in JSONTaggedDecoder.decodeobj that allows attackers to cause denial of service by supplying deeply nested JSON structures. Attackers can craft JSON payloads exceeding the recursion limit to trigger an unhandled RecursionErro...

7.5CVSS5.4AI score0.00488EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 3:16 p.m.6 views

DEBIAN-CVE-2026-65915

NLTK versions before 3.10.0 contain a logic bug in FileSystemPathPointer.open where the sandbox validation check compares a normalized path against itself, making the security check permanently inert. Attackers can pass file:// URLs to nltk.data.load to read arbitrary files accessible to the...

6.5CVSS5.6AI score0.00393EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 3:16 p.m.5 views

DEBIAN-CVE-2026-63312

NLTK before 3.10.0 contains an arbitrary local file read vulnerability in StreamBackedCorpusView that bypasses pathsec.ENFORCE by calling builtins.open directly instead of pathsec.open. Attackers who control the fileid argument can read arbitrary local files regardless of the ENFORCE setting,...

7.5CVSS5.5AI score0.00657EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 3:16 p.m.6 views

DEBIAN-CVE-2026-62384

NLTK versions before 3.10.2 contain a symlink-based sandbox bypass in FramenetCorpusReader that allows attackers to read arbitrary XML files outside the corpus root. Attackers can place symlinks with names containing no path separators inside the corpus subdirectory, which pass the path validatio...

7.5CVSS5.6AI score0.00657EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 3:16 p.m.6 views

DEBIAN-CVE-2026-62388

NLTK versions before 3.10.0 default to ENFORCE=False in pathsec.py, causing all security validation functions to emit warnings instead of raising exceptions. Attackers can bypass path traversal and pickle deserialization protections by exploiting the disabled security controls that are only activ...

7.5CVSS5.5AI score0.00458EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 3:16 p.m.6 views

DEBIAN-CVE-2026-62385

NLTK versions before 3.10.0 contain a path traversal vulnerability in FramenetCorpusReader and NKJPCorpusReader that allows attackers to parse XML files outside the corpus root by supplying unsafe selectors or poisoned index state. Attackers can exploit framebyname, doc, lu, and header methods wi...

5.9CVSS5.6AI score0.00376EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 3:16 p.m.7 views

DEBIAN-CVE-2026-62383

nltk versions before 3.10.2 contain a symlink-based arbitrary file read vulnerability in IPIPANCorpusReader methods that bypass nltk.pathsec validation entirely. Attackers can place a symlink in the corpus root directory and read arbitrary files accessible to the process by calling channels,...

5.5CVSS5.6AI score0.00184EPSS
SaveExploits0References1
Rows per page
Query Builder