Lucene search
+L

168312 matches found

SUSE Linux
SUSE Linux
added 2026/08/10 4:47 p.m.9 views

Security update for gd

This update for gd fixes the following issue: CVE-2026-9672: security issues in libgd bsc1273101. Patch Instructions: To install this SUSE update use the SUSE recommended installation methods like YaST onlineupdate or "zypper patch". Alternatively you can run the command listed for your product:...

6.5CVSS5.3AI score
SaveExploits0References4
SUSE Linux
SUSE Linux
added 2026/08/10 4:38 p.m.13 views

Security update for perl-Date-Manip

This update for perl-Date-Manip fixes the following issues: CVE-2026-60074: corrupted dates returned when processing non-ASCII decimal digits that pass the numeric range tests in check bsc1273063. CVE-2026-60075: CPU exhaustion due to quadratic backtracking in the unanchored time substitution in...

8.7CVSS5.3AI score0.00373EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/10 4:38 p.m.8 views

CLSA-2026-1786379889 TuxCare security update for org.codehaus.plexus:plexus-utils (1 CVE)

TuxCare rebuilt org.codehaus.plexus:plexus-utils to address 1 CVE. Fixed in 3.4.2-tuxcare.1...

8.8CVSS7.3AI score0.00663EPSS
SaveExploits0
OSV
OSV
added 2026/08/10 3:52 p.m.13 views

CVE-2026-48048 XWiki Platform's Livetable results still allow reconstructing password hashes using 768 requests

XWiki Platform is a generic wiki platform. XWiki discovered that the patch for GHSA-5cf8-vrr8-8hjm was insufficient. Starting with version 6.2.1 and prior to versions 18.0.0RC1, 17.10.13, 17.4.9 and 16.10.17, with slightly modified parameters to the LiveTableResults, it is still possible to...

7.5CVSS5.4AI score
SaveExploits0References5
OSV
OSV
added 2026/08/10 2:48 p.m.8 views

CLSA-2026-1786373314 TuxCare security update for fast-xml-parser (1 CVE)

TuxCare rebuilt fast-xml-parser to address 1 CVE. Fixed in 4.5.3-tuxcare.5...

5.9CVSS6.5AI score0.00449EPSS
SaveExploits1
RedHat Linux
RedHat Linux
added 2026/08/10 1:36 p.m.10 views

Important: Red Hat Security Advisory: Red Hat OpenShift GitOps v1.19.6 security update

Important: Red Hat OpenShift GitOps v1.19.6 security update An update is now available for Red Hat OpenShift GitOps...

9.1CVSS6.4AI score0.07314EPSS
SaveExploits0References13
OSV
OSV
added 2026/08/10 1:26 p.m.8 views

MINI-JR6W-Q5HV-467G

Bulletin has no description...

7.5CVSS6.5AI score0.00199EPSS
SaveExploits0
OSV
OSV
added 2026/08/10 1:21 p.m.6 views

MINI-Q9R7-H6VR-C965

Bulletin has no description...

6.6CVSS7AI score0.0036EPSS
SaveExploits0
OSV
OSV
added 2026/08/10 1:21 p.m.6 views

MINI-3W5P-C8Q9-H95G

Bulletin has no description...

2.2CVSS7AI score0.00292EPSS
SaveExploits0
OSV
OSV
added 2026/08/10 1:20 p.m.6 views

DEBIAN-CVE-2026-68284

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix cork use-after-free in tcpbpfsendmsg tcpbpfsendmsg keeps msgtx across skstreamwaitmemory, which drops and reacquires the socket lock. Its error path tries to decide whether msgtx names the local temporary messag...

7.8CVSS5.4AI score0.00135EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/10 1:20 p.m.6 views

DEBIAN-CVE-2026-68194

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7921: drop TXRXNOTIFY on non-mmio buses PKTTYPETXRXNOTIFY is an mmio-only event, but mt7921rxcheck and mt7921queuerxskb dispatch it to mt7921mactxfree on every bus. mt7921mactxfree cleans the DMA tx queues with...

5.2AI score0.00205EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/10 12:40 p.m.11 views

CLSA-2026-1786365605 TuxCare security update for 10 packages (4 CVEs)

TuxCare rebuilt 10 packages to address 4 CVEs. Fixed in 4.16.19-tuxcare.3...

6.9CVSS5.2AI score0.00637EPSS
SaveExploits1
CVE
CVE
added 2026/08/10 12:07 p.m.58 views

CVE-2026-19429

CVE-2026-19429 relates to Jenkins FilePath.untarFrom() where TAR extraction does not validate tar entry symlink targets, allowing an authenticated user with Item/Configure privileges to create workspace symlinks that point to arbitrary files on the Jenkins controller. This can enable reading sens...

5.5AI score0.00401EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/10 12:04 p.m.39 views

CVE-2026-68390 Bluetooth: hci_sync: hold hdev->lock for hci_conn_params lookups

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisync: hold hdev-lock for hciconnparams lookups hciconnparamslookup requires hdev-lock be held, otherwise the list iteration or param access is not safe. Hold hdev-lock for params lookups in hcisync...

8.8CVSS0.00218EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/10 12:03 p.m.67 views

CVE-2026-68376

The CVE-2026-68376 issue concerns the Linux kernel SCTP implementation. A miscalculated auth_hmacs array size in struct sctp_cookie caused the HMAC-ALGO parameter (struct sctp_paramhdr plus N HMAC identifiers) to overflow the buffer when four identifiers are configured, leading to copying beyond ...

8.1CVSS5.5AI score0.00475EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/08/10 12:03 p.m.12 views

CVE-2026-68355

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix potential buffer underflow in ath11khalrxmsdulistget When the first entry in msdudetails has a zero buffer address, the code accesses msdudetailsi - 1 with i == 0, causing a buffer underflow. Fix similarly to...

5.5AI score0.00184EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/10 12:02 p.m.40 views

CVE-2026-68304 wifi: brcmfmac: fix 802.1X-SHA256 call trace warning

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: fix 802.1X-SHA256 call trace warning Based on wpaauth as 1x256 mode, need to set up "usefwsup" with BRCMFPROFILEFWSUP1X. Or it will happen trace warning when call brcmfcfg80211setpmk. 4481.831101 ------------ cut...

0.0021EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/08/10 12:00 p.m.10 views

CVE-2026-68197

In the Linux kernel, the following vulnerability has been resolved: wifi: mwifiex: fix NULL dereference when the AP has HT-cap but no HT-oper mwifiextdlsaddhtoper gates its follow-the-AP-bandwidth path on bssdesc-bcnhtcap being present, but then dereferences a different pointer, bssdesc-bcnhtoper...

5.2AI score0.0021EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/10 11:59 a.m.12 views

EUVD-2026-55276

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix resource leak on mmiotrace tracepipe close The mmiotrace tracer was added May 12th 2008. At that time, resources created in pipeopen could not be freed because there was not pipeclose function pointer of the tracer...

5.3AI score0.00211EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/10 11:59 a.m.12 views

EUVD-2026-55541

In the Linux kernel, the following vulnerability has been resolved: libceph: Reject monmaps advertising zero monitors A message of type CEPHMSGMONMAP contains a monmap that is sent from a monitor to the client. This monmap contains information about the existing monitors in the cluster. Currently...

5.4AI score0.00662EPSS
SaveExploits0References5
Rows per page
Query Builder