Lucene search
+L
DebiancveRecent

66255 matches found

Debian CVE
Debian CVE
•added 2026/08/22 2:12 p.m.•10 views

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.9CVSS5.7AI score0.00141EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/08/22 2:12 p.m.•11 views

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...

8.6CVSS5.6AI score0.00205EPSS
SaveExploits1
Debian CVE
Debian CVE
•added 2026/08/22 2:12 p.m.•8 views

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.9CVSS5.6AI score0.00128EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/08/22 2:12 p.m.•10 views

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...

8.5CVSS6.1AI score0.00162EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/08/22 2:12 p.m.•10 views

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...

8.7CVSS5.4AI score0.00363EPSS
SaveExploits1
Debian CVE
Debian CVE
•added 2026/08/22 2:12 p.m.•11 views

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...

7.1CVSS5.6AI score0.00359EPSS
SaveExploits1
Debian CVE
Debian CVE
•added 2026/08/22 2:12 p.m.•10 views

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,...

8.7CVSS5.5AI score0.00563EPSS
SaveExploits1
Debian CVE
Debian CVE
•added 2026/08/22 2:12 p.m.•10 views

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...

6.9CVSS5.5AI score0.00241EPSS
SaveExploits1
Debian CVE
Debian CVE
•added 2026/08/22 2:12 p.m.•10 views

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...

9.3CVSS5.3AI score0.00116EPSS
SaveExploits1
Debian CVE
Debian CVE
•added 2026/08/22 2:12 p.m.•10 views

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...

8.7CVSS5.5AI score0.00457EPSS
SaveExploits1
Debian CVE
Debian CVE
•added 2026/08/22 2:12 p.m.•10 views

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...

8.7CVSS5.6AI score0.00563EPSS
SaveExploits1
Debian CVE
Debian CVE
•added 2026/08/22 2:12 p.m.•11 views

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...

8.2CVSS5.6AI score0.00367EPSS
SaveExploits1
Debian CVE
Debian CVE
•added 2026/08/22 2:12 p.m.•10 views

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,...

6.8CVSS5.6AI score0.00185EPSS
SaveExploits1
Debian CVE
Debian CVE
•added 2026/08/22 1:34 p.m.•10 views

CVE-2026-71514

NLTK 3.9.4 through 3.10.2 contains a path traversal vulnerability in CrubadanCorpusReader. loadlangngrams joins the corpus root with crubadancode, the column-0 value read from the corpus table.txt mapping file, and opens the result with the builtin open rather than the pathsec-validated opener, s...

3.3CVSS5.4AI score0.00162EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/08/22 1:34 p.m.•11 views

CVE-2026-71513

NLTK before 3.10.3 contains a remote code execution vulnerability in AllowlistUnpickler that validates only the pickle module string and not the global name, allowing attackers to resolve dotted names by attribute traversal to callables outside the allowlisted namespace. Attackers can craft...

8.8CVSS6.7AI score0.00784EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/08/22 12:26 p.m.•13 views

CVE-2026-62380

Netty io.netty:netty-codec-socks versions 4.2.0.Final through 4.2.16.Final and 4.1.x through 4.1.136.Final contain null byte, CRLF, and credential injection vulnerabilities in the SOCKS4 Socks4ClientEncoder and SOCKS5 Socks5ClientEncoder client encoders, which fail to validate domain address and...

7.5CVSS5.5AI score0.00253EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/08/22 12:26 p.m.•11 views

CVE-2026-62243

Netty io.netty:netty-handler versions from 4.2.0.Final through 4.2.16.Final and versions through 4.1.136.Final disable TLS hostname verification on the SslProvider.OPENSSL client path when a plain non-extended X509TrustManager is used and Unsafe-based trust-manager wrapping is unavailable Java 25...

8.7CVSS5.5AI score0.00155EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/08/22 12:00 a.m.•17 views

CVE-2026-47895

In strongSwan before 6.0.7, identity parsing/cloning is mishandled. Parsed EAP-Identities that result in an empty but non-NULL encoding are not correctly cloned and trigger a double-free once the duplicates are destroyed...

7.5CVSS4.4AI score0.0067EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/08/21 11:57 p.m.•11 views

CVE-2026-77781

Tie::Hash::Regex versions before 2.0.0 for Perl will throw an exception on unparseable lookup keys. The FETCH, EXISTS and DELETE methods throw an exception when on malformed regular expressions. Each method falls back to a regex match when the key is not already stored in the hash, compiling the...

7.5CVSS5.5AI score0.00583EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/08/21 10:29 p.m.•11 views

CVE-2026-53499

FORT Validator is a Resource Public Key Infrastructure RPKI relying-party validator that produces validated route-origin data. FORT Validator versions through 1.6.7 contain an origin-validation error in their RRDP processing: a delegated CA under the same Trust Anchor Locator TAL can reference a...

7.2CVSS5.4AI score0.00158EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/08/21 10:19 p.m.•9 views

CVE-2026-53525

WeeChat Wee Enhanced Environment for Chat is a free chat client. In versions 0.3.1 through 4.9.0, the WeeChat relay authentication uses non-constant-time string comparison functions weechatstrcasecmp and strcmp to verify password hashes and plaintext passwords. An attacker can exploit timing...

7.4CVSS5.5AI score0.00254EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/08/21 10:18 p.m.•10 views

CVE-2026-53524

WeeChat Wee Enhanced Environment for Chat is a free chat client. In versions 4.3.0 through 4.9.0, the WeeChat relay module's WebSocket permessage-deflate decompression function relaywebsocketinflate has no upper bound on output size. An authenticated relay user can send a small compressed WebSock...

6.5CVSS5.5AI score0.00268EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/08/21 9:03 p.m.•21 views

CVE-2026-50538

LibVNCClient is a library for easy implementation of a VNC client. In versions 0.9.12 through 0.9.15, a malicious or man-in-the-middle VNC server can force a connecting libvncclient to write attacker-controlled data past the end of its framebuffer. This is an out-of-bounds heap write with...

8.8CVSS5.9AI score0.00321EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/08/21 8:54 p.m.•9 views

CVE-2026-77220

PDFio before 1.6.5 contains a dangling pointer vulnerability in the dictionary string-formatting function that stores a pointer to a stack-local buffer in the document dictionary without copying the string value. In multi-threaded or pooled-request environments, attackers or concurrent users can...

7.1CVSS5.9AI score0.00239EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/08/21 8:44 p.m.•11 views

CVE-2026-77354

kin-openapi is a Go project for handling OpenAPI files. From 0.124.0 until 0.142.0, openapi3filter.sliceMapToSlice in openapi3filter/reqrespdecoder.go converts attacker-controlled sparse indexes from a deepObject query parameter into a dense slice by allocating entries from zero through the large...

8.7CVSS5.5AI score0.00302EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/08/21 8:43 p.m.•8 views

CVE-2026-76905

kin-openapi is a Go project for handling OpenAPI files. From 0.10.0 until 0.141.0, openapi3filter.convertParseError in openapi3filter/validationerrorencoder.go dereferences e.Parameter.In without checking whether e.Parameter is nil. A malformed non-string scalar field in a multipart/form-data...

7.5CVSS5.5AI score0.00354EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/08/21 8:29 p.m.•24 views

CVE-2026-44517

Buildah is a tool that facilitates building OCI images. From 1.38.1 until 1.43.2 and 1.44.0, TempDirForURL in define/types.go does not securely confine Git repository subdirectories to the downloaded build context, and downloadToDirectory and stdinToDirectory can follow a Dockerfile symlink left ...

6.3CVSS5.5AI score0.0018EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/08/21 8:20 p.m.•9 views

CVE-2026-77219

GNU Emacs before 31.0.91 contains an integer overflow in the PBM/PPM/PGM image loader that allows an attacker to leak heap memory contents by supplying a crafted image with large dimensions and an elevated max color index. The image loader multiplies image dimensions and channel count using signe...

7.1CVSS5.4AI score0.00128EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/08/21 8:19 p.m.•9 views

CVE-2026-55185

Miniflux 2 is an open source feed reader. Prior to 2.3.1, IsRelativePath in internal/urllib/url.go accepts redirect targets containing backslashes because Go URL parsing treats them as path characters. Browser backslash normalization converts them to forward slashes. An unauthenticated attacker c...

5.1CVSS8.7AI score0.00426EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/08/21 4:31 p.m.•12 views

CVE-2026-74583

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsroute: fix fastmap use-after-free on filter The route4 classifier maintains a 16-slot fastmap cache that stores raw struct route4filter pointers indexed by id, iif. The reader route4classify populates this cache via...

7.8CVSS5.6AI score0.00117EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/08/21 4:31 p.m.•13 views

CVE-2026-74582

In the Linux kernel, the following vulnerability has been resolved: packet: use consistent hardheaderlen in non-ring send paths packetsnd reads dev-hardheaderlen multiple times while allocating and constructing an skb. Device reconfiguration can change this value concurrently, for example through...

7.8CVSS5.5AI score0.0012EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/08/21 4:31 p.m.•9 views

CVE-2026-74580

In the Linux kernel, the following vulnerability has been resolved: vhost: reset the vring metadata cache on vring reconfiguration vq-metaiotlb caches the vhostiotlbmap that backs each vring metadata region, and iotlbaccessok returns early on a cache hit, taking the hit as proof that the region h...

8.8CVSS5.5AI score0.00121EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/08/21 4:31 p.m.•15 views

CVE-2026-74581

In the Linux kernel, the following vulnerability has been resolved: net: ipv6: clear suppressed fib6 rule result fib6rulesuppress drops a suppressed route with ip6rtputflags, but leaves res-rt6 pointing at the released rt6info. If no later rule supplies a replacement, fib6rulelookup still sees...

9.8CVSS5.4AI score0.00399EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/08/21 4:28 p.m.•9 views

CVE-2026-39909

Removed by vendor...

5.2AI score0.00769EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/08/21 4:13 p.m.•16 views

CVE-2026-54789

modauthopenidc is an OpenID Certified authentication and authorization module for the Apache 2.x HTTP server that implements the OpenID Connect Relying Party functionality. Prior to 2.4.19.4, an out-of-bounds read and a one-byte out-of-bounds write exist in the state-cookie parser of...

7.5CVSS5.5AI score0.00488EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/08/21 4:10 p.m.•11 views

CVE-2026-49114

In ONNX before 1.21.0, the 'saveexternaldata' function builds the external-data file path from the model's externaldata location field and opens it for writing without 'ONOFOLLOW/OEXCL', after a non-atomic 'os.path.isfile' check. A local attacker with write access to the directory where a victim...

7.1CVSS5.4AI score0.00107EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/08/21 2:53 p.m.•11 views

CVE-2026-63343

Incus is a system container and virtual machine manager. Prior to version 7.3.0, a malicious image containing a metadata.yaml symlink pointing to an arbitrary host path allows an authenticated Incus user to read or overwrite any file on the host as root via the instance metadata API. The...

9.9CVSS5.7AI score0.00267EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/08/21 2:49 p.m.•12 views

CVE-2026-63125

Incus is a system container and virtual machine manager. Prior to version 7.3.0, an unprivileged, project-confined Incus user a non-admin TLS/RBAC identity with cancreateimages and cancreateinstances can execute arbitrary code as root on the host. A crafted image ships backup.yaml as a symlink to...

9.9CVSS6AI score0.00418EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/08/21 2:47 p.m.•13 views

CVE-2026-62941

Incus is a system container and virtual machine manager. Prior to version 7.3.0, when copying an instance across projects, the project restriction check AllowInstanceCreation runs BEFORE the source instance's configuration is merged into the request. Dangerous configuration keys including...

9.9CVSS5.5AI score0.00246EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/08/21 2:47 p.m.•13 views

CVE-2026-62940

Incus is a system container and virtual machine manager. Prior to version 7.3.0, when migrating an instance to another cluster member, user-supplied configuration overrides including security-critical keys like security.privileged and raw.lxc are applied without any project restriction enforcemen...

9.9CVSS5.4AI score0.00232EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/08/21 2:45 p.m.•12 views

CVE-2026-62867

Incus is a system container and virtual machine manager. Prior to version 7.3.0, improper validation of user-provided block.createoptions in storage volume configuration leads to argument injection in the constructed filesystem creation command line. This allows a project-scoped user to inject...

9.9CVSS5.6AI score0.00288EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/08/21 2:44 p.m.•14 views

CVE-2026-62313

Incus is a system container and virtual machine manager. Prior to version 7.3.0, project-level enforcement of restricted.containers.privilege=isolated can be trivially bypassed, allowing a user to create a non-isolated shared host idmap container in a project that is configured to forbid them. Th...

4.3CVSS5.4AI score0.00213EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/08/21 2:40 p.m.•11 views

CVE-2026-55622

Incus is a system container and virtual machine manager. Prior to version 7.2.0, missing authorization checks exist for instance copying where an attacker knowing the name of a project that they don't have access to and the name of an instance in that project can copy the instance to a new projec...

7.7CVSS5.4AI score0.00201EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/08/21 2:39 p.m.•14 views

CVE-2026-55621

Incus is a system container and virtual machine manager. Prior to version 7.2.0, missing authorization checks exist for custom volume copying where an attacker knowing the name of a project that they don't have access to and the name of a custom volume in that project can copy the custom volume t...

7.7CVSS5.4AI score0.00201EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/08/21 2:38 p.m.•23 views

CVE-2026-48769

Incus is a system container and virtual machine manager. Prior to version 7.2.0, an arbitrary file write exists in the Incus client when a malicious image server returns a crafted Incus-Image-Hash header. This can lead to arbitrary command execution as root on the server. Version 7.2.0 patches th...

9.9CVSS9AI score0.00439EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/08/21 2:37 p.m.•16 views

CVE-2026-48755

Incus is a system container and virtual machine manager. Prior to version 7.1.0, improper validation of user-provided backup compression algorithm leads to argument injection in the constructed command line. This leads to an arbitrary file write on the host, possibly leading to arbitrary command...

9.9CVSS8.9AI score0.00439EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/08/21 2:36 p.m.•14 views

CVE-2026-48754

Incus is a system container and virtual machine manager. Prior to version 7.1.0, backend.createDependentVolumesFromBackup in internal/server/storage/backend.go contains a cluster of unguarded pointer derefs on every dependent-volume entry's VolumeSnapshotsi, Volume, and Pool sub-fields. An...

5.3CVSS8.7AI score0.00226EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/08/21 2:34 p.m.•15 views

CVE-2026-48753

Incus is a system container and virtual machine manager. Prior to version 7.1.0, the S3 protocol upload endpoint is vulnerable to path traversal and allows creation of arbitrary files on the host. This behavior could lead to arbitrary command execution. Version 7.1.0 fixes the issue...

9.9CVSS8.9AI score0.00709EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/08/21 2:31 p.m.•15 views

CVE-2026-48752

Incus is a system container and virtual machine manager. Prior to version 7.2.0, a specially crafted image or instance backup can be used to read or create/write arbitrary files on the host; possibly leading to arbitrary command execution. Version 7.2.0 patches the issue...

9.9CVSS8.9AI score0.00807EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/08/21 2:21 p.m.•15 views

CVE-2026-48751

Incus is a system container and virtual machine manager. Prior to version 7.2.0, instance snapshots ignore the restricted.containers.lowlevel=block setting; allowing for arbitrary command execution on the Incus server by abusing lowlevel hooks such as raw.lxc and raw.qemu. Version 7.2.0 patches t...

9.9CVSS9.1AI score0.00703EPSS
SaveExploits0
Total number of security vulnerabilities66255