Lucene search
+L
DebiancveRecent

63346 matches found

Debian CVE
Debian CVE
•added yesterday•5 views

CVE-2026-71194

In OpenStack Designate before 22.0.2, the mDNS handler performs pool-blind lookups when resolving record queries and NOTIFY requests. When two zones with the same name exist across different pools, the lookup fails with a deterministic error, causing the handler to return REFUSED for all DNS...

6.8CVSS5.4AI score
SaveExploits0
Debian CVE
Debian CVE
•added yesterday•5 views

CVE-2026-71193

In OpenStack Designate before 22.0.1, zone creation checks issubzone, issuperzone, and the duplicate-zone DB constraint are scoped to the target pool only. An authenticated user can bypass these checks by scheduling a zone to a different pool via the AttributeFilter scheduler, creating an...

9.6CVSS5.4AI score
SaveExploits0
Debian CVE
Debian CVE
•added yesterday•4 views

CVE-2026-73295

Material for MkDocs is a powerful documentation framework built on top...

5.4CVSS5.3AI score
SaveExploits0
Debian CVE
Debian CVE
•added yesterday•4 views

CVE-2026-19566

Net::CIDR::Set versions before 0.23 for Perl allow memory exhaustion a...

7.5CVSS5.3AI score0.00157EPSS
SaveExploits0
Debian CVE
Debian CVE
•added yesterday•5 views

CVE-2026-9318

tablib prior to 3.10.0 contains a stored cross-site scripting vulnerability in the HTML export functionality that allows attackers to execute arbitrary JavaScript by embedding malicious payloads in dataset titles, which are interpolated unsanitized into HTML output via the exportbook method in th...

5.4CVSS5.4AI score0.00181EPSS
SaveExploits0
Debian CVE
Debian CVE
•added yesterday•4 views

CVE-2026-68450

In the Linux kernel, the following vulnerability has been resolved: btrfs: free mapping node on duplicate reloc root insert addrelocroot allocates a mappingnode before inserting it into rc-relocroottree. If rbsimpleinsert finds an existing entry, it returns the existing rbnode and leaves the newl...

5.2AI score0.00157EPSS
SaveExploits0
Debian CVE
Debian CVE
•added yesterday•4 views

CVE-2026-68449

In the Linux kernel, the following vulnerability has been resolved: ata: satadwc460ex: fix infinite loop in NCQ tag completion bit-scanning The hand-rolled bit-scanning loop in the NCQ completion path has an infinite loop bug. When tagmask has only high bits set e.g. 0x80000000, the inner while...

5.1AI score0.00157EPSS
SaveExploits0
Debian CVE
Debian CVE
•added yesterday•5 views

CVE-2026-68448

In the Linux kernel, the following vulnerability has been resolved: ovl: check access to copyfilerange source with src mounter creds Commit 5dae222a5ff0c "vfs: allow copyfilerange to copy across devices" allowed filesystems that implement the copyfilerange fop to decide if they want to access...

5.3AI score0.00155EPSS
SaveExploits0
Debian CVE
Debian CVE
•added yesterday•4 views

CVE-2026-68447

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: clamp v9 CRIU control stack checkpoint copy to BO size CRIU checkpoint copies the MQD control stack using cphqdcntlstacksize from hardware without bounding it to the allocated BO region. If the HW field is larger than...

5.2AI score0.00145EPSS
SaveExploits0
Debian CVE
Debian CVE
•added yesterday•4 views

CVE-2026-68446

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Validate vmwsurfacemetadata::arraysize This field comes from userspace and should be validated against specific limits depending on which Shader Model SM is available...

5.2AI score0.00156EPSS
SaveExploits0
Debian CVE
Debian CVE
•added yesterday•6 views

CVE-2026-68445

In the Linux kernel, the following vulnerability has been resolved: drm/vc4: Prevent shader BO mappings from becoming writable vc4gemobjectmmap rejects a writable mapping of a validated shader BO, but leaves VMMAYWRITE set. Userspace can map the BO read-only and then turn it writable with mprotec...

5.3AI score0.00165EPSS
SaveExploits0
Debian CVE
Debian CVE
•added yesterday•4 views

CVE-2026-68444

In the Linux kernel, the following vulnerability has been resolved: firmware: armffa: Fix NULL dereference in ffapartitioninfoget ffapartitioninfoget passes uuidstr directly to uuidparse without a NULL check. When a caller passes NULL, uuidparse - uuidparse - uuidisvalid dereferences the pointer,...

5.2AI score0.00168EPSS
SaveExploits0
Debian CVE
Debian CVE
•added yesterday•5 views

CVE-2026-68443

In the Linux kernel, the following vulnerability has been resolved: hwmon: gigabytewaterforce Stop device IO before calling hidhwstop Calling hidhwstop does not stop the device IO. This results in a race condition between hidinputreport and the point immediately following the execution of...

5.5AI score0.00169EPSS
SaveExploits0
Debian CVE
Debian CVE
•added yesterday•5 views

CVE-2026-68442

In the Linux kernel, the following vulnerability has been resolved: btrfs: don't propagate EXTENTFLAGLOGGING to split extent maps When btrfsdropextentmaprange splits an extent map, the new split maps inherit the original map's flags through a local 'flags' variable. Commit f86f7a75e2fb "btrfs: us...

5.2AI score0.00157EPSS
SaveExploits0
Debian CVE
Debian CVE
•added yesterday•6 views

CVE-2026-68441

In the Linux kernel, the following vulnerability has been resolved: net/sched: Handle TCACTREDIRECT from qdisc filter chains When a TC filter attached to a qdisc filter chain returns TCACTREDIRECT ex: via an eBPF program calling bpfredirect or an actbpf action, the redirect was silently lost i.e ...

5.2AI score0.00148EPSS
SaveExploits0
Debian CVE
Debian CVE
•added yesterday•5 views

CVE-2026-68440

In the Linux kernel, the following vulnerability has been resolved: net: txgbe: fix heap overflow when reading module EEPROM txgbereadeepromhostif always copies rounduplength, 4 bytes into the caller buffer, which ethtool allocates with exactly 'length' bytes. A non-4-aligned length therefore...

5.2AI score0.0016EPSS
SaveExploits0
Debian CVE
Debian CVE
•added yesterday•5 views

CVE-2026-68439

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7925: fix possible NULL-pointer deref in mt7925mcubsshetlv mt76connacgethephycap routine can theoretically return NULL so check cap pointer before dereferencing it...

5.2AI score0.00156EPSS
SaveExploits0
Debian CVE
Debian CVE
•added yesterday•4 views

CVE-2026-68438

In the Linux kernel, the following vulnerability has been resolved: smp: Make CSD lock acquisition atomic for debug mode Commit b0473dcd4b1d "smp: Improve smpcallfunctionsingle CSD-lock diagnostics" changed smpcallfunctionsingle so that, when CSD lock debugging is enabled, async !wait calls use t...

5.4AI score0.00145EPSS
SaveExploits0
Debian CVE
Debian CVE
•added yesterday•5 views

CVE-2026-68437

In the Linux kernel, the following vulnerability has been resolved: drm/imagination: Fit paired fragment job in the correct CCCB For geometry jobs with a paired fragment job, at the moment, the DRM scheduler's preparejob callback: - checks for internal driver dependencies for the geometry job; -...

5.4AI score0.00157EPSS
SaveExploits0
Debian CVE
Debian CVE
•added yesterday•5 views

CVE-2026-68436

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: use kvzalloc to allocate struct dc struct dc has grown large over time most of it the two inlined dcscratchspace copies and now sits close to the page allocator's 4 MiB contiguous allocation limit. Its actual siz...

5AI score0.00145EPSS
SaveExploits0
Debian CVE
Debian CVE
•added yesterday•7 views

CVE-2026-68435

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Fix address space mismatch in kexec command line lookup When searching the loaded segments for the "kexec" command line marker, the kexecload2 path filemode == 0 passes the user-space segment buffer straight to strncmp...

5.4AI score0.00155EPSS
SaveExploits0
Debian CVE
Debian CVE
•added yesterday•4 views

CVE-2026-68434

In the Linux kernel, the following vulnerability has been resolved: serial: 8250mid: Fix NULL function pointer dereference on DNV/ICX-D/SNR platforms Commit b1b4efea05a5 "serial: 8250mid: Disable DMA for selected platforms" replaced the dnvboard setup and exit callbacks with PTRIFfalse, ..., whic...

5.3AI score0.00168EPSS
SaveExploits0
Debian CVE
Debian CVE
•added yesterday•5 views

CVE-2026-68433

In the Linux kernel, the following vulnerability has been resolved: libceph: bound getversion reply decode to front len handlegetversionreply uses msg-frontalloclen as the decode boundary for MONGETVERSIONREPLY. That is the size of the reused reply buffer, not the number of bytes actually receive...

5.4AI score0.00157EPSS
SaveExploits0
Debian CVE
Debian CVE
•added yesterday•5 views

CVE-2026-68432

In the Linux kernel, the following vulnerability has been resolved: vxlan: require CAPNETADMIN in the device netns for changelink A tunnel changelink operates on at most two netns, devnetdev and the sticky underlay netns vxlan-net. They differ once the device is created in or moved to a netns oth...

5.3AI score0.00168EPSS
SaveExploits0
Debian CVE
Debian CVE
•added yesterday•5 views

CVE-2026-68431

In the Linux kernel, the following vulnerability has been resolved: ksmbd: validate minimum PDU size for transform requests The receive path applies the minimum SMB2 PDU size check only when ProtocolId is SMB2PROTONUMBER. A packet carrying SMB2TRANSFORMPROTONUM bypasses the check even when the...

5.3AI score0.0011EPSS
SaveExploits0
Debian CVE
Debian CVE
•added yesterday•4 views

CVE-2026-68430

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/gfx8: drop unecessary BUGON There's no need to crash the kernel for this case. cherry picked from commit 4d7c25208ca612b754f3bf39e9f16e725b828891...

5.2AI score0.00168EPSS
SaveExploits0
Debian CVE
Debian CVE
•added yesterday•4 views

CVE-2026-68429

In the Linux kernel, the following vulnerability has been resolved: drm/dpmst: Handle torn-down topology gracefully in drmdpmsttopologyqueueprobe A hotplug or link-loss event can tear down the MST topology setting mgr-mststate = false and mgr-mstprimary = NULL concurrently with a caller invoking...

5.3AI score0.00168EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2 days ago•5 views

CVE-2026-73249

calibre is an e-book manager. Prior to 9.12.0, the calibre Content Server endpoint POST /book-update-annotations/libraryid/bookid/fmt in src/calibre/srv/books.py omits needsdbwrite=True, causing Router.dispatch to skip ctx.checkforwriteaccess before updateannotations passes attacker-controlled JS...

7.5CVSS5.4AI score0.00248EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2 days ago•4 views

CVE-2026-73248

calibre is an e-book manager. Prior to 9.12.0, calibre processes attacker-controlled compositetemplate metadata from a malicious EPUB, OPF, PDF, or similar file through program: and a nested template call whose formatter does not inherit allowpythontemplates=False, allowing a nested python:...

8.5CVSS5.7AI score0.00149EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2 days ago•5 views

CVE-2026-19560

Use after free in Blink in Google Chrome prior to 151.0.7922.137 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. Chromium security severity: High...

8.8CVSS5.8AI score0.00308EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2 days ago•5 views

CVE-2026-19559

Use after free in HTML in Google Chrome prior to 151.0.7922.137 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. Chromium security severity: High...

8.8CVSS5.8AI score0.00308EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2 days ago•4 views

CVE-2026-19557

Use after free in TabStrip in Google Chrome on Mac prior to 151.0.7922.137 allowed a remote attacker who had compromised the renderer process to potentially perform a sandbox escape via a crafted HTML page. Chromium security severity: High...

8.3CVSS5.4AI score0.0025EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2 days ago•4 views

CVE-2026-19558

Use after free in Extensions in Google Chrome prior to 151.0.7922.137 allowed an attacker who convinced a user to install a malicious extension to execute arbitrary code inside a sandbox via a crafted Chrome Extension. Chromium security severity: High...

7.5CVSS5.8AI score0.00184EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2 days ago•6 views

CVE-2026-19556

Use after free in V8 in Google Chrome prior to 151.0.7922.137 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. Chromium security severity: High...

8.8CVSS5.8AI score0.00308EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2 days ago•3 views

CVE-2026-73242

FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.30.0, FreeRDP's winpr/libwinpr/sspi/Kerberos/kerberos.c kerberosDecryptMessage function fails to bound the peer-controlled GSS Wrap-token EC field before using it with RRC in IOV pointer offsets, allowing a malicious RDP...

8.3CVSS5.4AI score0.0035EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2 days ago•3 views

CVE-2026-73241

FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.30.0, FreeRDP server-side RDSTLS in libfreerdp/core/rdstls.c accepts an attacker-supplied RDSTLSTYPECAPABILITIES PDU while rdstlsserverauthenticate is waiting for RDSTLSTYPEAUTHREQ, leaving resultCode at RDSTLSRESULTSUCCE...

8.3CVSS5.5AI score0.00382EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2 days ago•4 views

CVE-2026-73235

FreeCAD is a free and open-source multiplatform 3D parametric modeler. Prior to 1.1.2, the Xerces SAX2 XMLReader constructed in src/Base/Reader.cpp by Base::XMLReader::XMLReader parses attacker-controlled Document.xml from a crafted .FCStd archive without disabling default external entity...

6.1CVSS5.4AI score0.00125EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2 days ago•3 views

CVE-2026-73234

FreeCAD is a free and open-source multiplatform 3D parametric modeler. Prior to 1.1.2, PropertyFileIncluded::Restore in src/App/PropertyFile.cpp concatenates an attacker-controlled file or data attribute from Document.xml with the document transient path without rejecting directory components,...

7.8CVSS5.6AI score0.00158EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2 days ago•3 views

CVE-2026-73233

FreeCAD is a free and open-source multiplatform 3D parametric modeler. Prior to 1.1.2, the FEM Displacement Constraint task dialog in src/Mod/Fem/Gui/TaskFemConstraintDisplacement.cpp passes the xDisplacementFormula, yDisplacementFormula, and zDisplacementFormula fields of a...

8.5CVSS5.7AI score0.0015EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2 days ago•4 views

CVE-2026-73232

ffuf is a fast web fuzzer written in Go. Prior to 2.2.0, ffuf allows a malicious target server to cause an out-of-memory denial of service because the response size guard in pkg/runner/simple.go checks only the compressed Content-Length while io.ReadAll reads gzip, brotli, deflate, transparently...

7.5CVSS5.4AI score0.00446EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2 days ago•4 views

CVE-2026-73283

In sshd in OpenSSH before 10.5, the restrict keyword in authorizedkeys was supposed to be applicable to tunnel forwarding but was not...

2.5CVSS5.3AI score0.00083EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2 days ago•4 views

CVE-2026-73282

In ssh in OpenSSH before 10.5, a use-after-free for realloc data can occur if a certain pair of remote-forwarding operations are concurrent...

4.8CVSS5.3AI score0.00163EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2 days ago•6 views

CVE-2026-73281

In ssh-agent in OpenSSH before 10.5, some operations can occur remotely but were intended to occur only locally, including operations that add tokens or use keys. This is caused by misinteraction between agent locking and the [email protected] extension...

3.5CVSS5.4AI score0.00158EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2 days ago•5 views

CVE-2026-73229

Django REST framework is a powerful and flexible toolkit for building Web APIs. Prior to 3.17.2, Django REST Framework's restframework/renderers.py AdminRenderer.render uses overridemethod to simulate GET and directly invokes view.get without view.checkpermissions while rendering an invalid write...

4.3CVSS5.3AI score0.00273EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2 days ago•6 views

CVE-2026-73228

Django REST framework is a toolkit for building Web APIs. Prior to 3.17.2, Django REST Framework's request.data parsing in restframework/request.py Request.parse passes the underlying HttpRequest stream to JSONParser and FormParser for application/json and application/x-www-form-urlencoded bodies...

5.3CVSS5.4AI score0.00321EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2 days ago•5 views

CVE-2026-73216

Coturn is a free open source implementation of TURN and STUN Server. Prior to 4.17.0, shutdownclientconnection in src/server/nsturnserver.c prematurely calls decquota and releases bandwidth accounting during the first-stage close of a mobility-enabled allocation while preserving the allocation,...

6.5CVSS5.3AI score0.00405EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2 days ago•4 views

CVE-2026-73215

Coturn is a free open source implementation of TURN and STUN Server. Prior to 4.17.0, turnportsallocateeven in src/apps/relay/turnports.c marks the unused odd sibling port as TPSTAKENODD for an EVEN-PORT Allocate request with reservation bit R=0 even though no RTCP socket will release it, allowin...

7.1CVSS5.3AI score0.00331EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2 days ago•4 views

CVE-2026-20917

Exposure of sensitive information caused by incorrect data forwarding during transient execution for some IntelR Processors within Ring 0: Hypervisor and Kernel may allow information disclosure. System software adversary with a privileged user combined with a high complexity attack may enable dat...

4CVSS5.4AI score0.0011EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2 days ago•4 views

CVE-2026-72712

Nmap versions up to and including 7.99 contains a denial of service vulnerability that allows remote attackers to crash the application by sending a crafted packet containing a zero-length TCP option. The malformed packet forces the Packet:parseoptions function in nselib/packet.lua to allocate...

6.9CVSS5.3AI score0.00423EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2 days ago•4 views

CVE-2026-73214

Coturn is a free open source implementation of TURN and STUN Server. Prior to 4.16.0, dtlsserverinputhandler and createnewconnectedudpsocket in src/apps/relay/dtlslistener.c retain OpenSSL dtls1reassemblefragment state for a 35-byte fragmented ClientHello declaring a 650,000-byte handshake before...

8.2CVSS5.4AI score0.00423EPSS
SaveExploits0
Total number of security vulnerabilities63346