Lucene search
+L

339 matches found

Debian CVE
Debian CVE
•added 2025/04/16 2:13 p.m.•20 views

CVE-2025-23138

In the Linux kernel, the following vulnerability has been resolved: watchqueue: fix pipe accounting mismatch Currently, watchqueuesetsize modifies the pipe buffers charged to user-pipebufs without updating the pipe-nraccounted on the pipe itself, due to the if !pipehaswatchqueue test in...

5.5CVSS5.7AI score0.0021EPSS
SaveExploits0
RedHat Linux
RedHat Linux
•added 2025/04/02 1:06 p.m.•25 views

Important: Red Hat Security Advisory: Red Hat build of Quarkus 3.15.4 release and security update

An update is now available for Red Hat build of Quarkus. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability. For more informatio...

7.5CVSS7.1AI score0.01001EPSS
SaveExploits0References63
Oracle linux
Oracle linux
•added 2025/03/25 12:00 a.m.•43 views

fence-agents security update

4.10.0-76.6 - fenceibmvpc: refresh bearer-token if token data is corrupt, and avoid edge-case of writing empty token file Resolves: RHEL-83487 4.10.0-76.5 - bundled jinja2: fix CVE-2025-27516 Resolves: RHEL-82712...

5.4CVSS7.3AI score0.00497EPSS
SaveExploits0
OSV
OSV
•added 2025/03/24 5:01 p.m.•18 views

OPENSUSE-SU-2025:0103-1 Security update for cadvisor

This update for cadvisor fixes the following issues: - update to 0.52.1: Make resctrl optional/pluggable - update to 0.52.0: bump containerd related deps: api v1.8.0; errdefs v1.0.0; ttrpc v1.2.6 chore: Update Prometheus libraries bump runc to v1.2.4 Add Pressure Stall Information Metrics Switch ...

7.5CVSS7.2AI score0.03269EPSS
SaveExploits0References5
Rockylinux
Rockylinux
•added 2025/03/17 8:16 p.m.•10 views

runc security update

An update is available for runc. This update affects Rocky Linux 9. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list The runC tool is a lightweight, portable implementation of the Open Container...

6.9AI score0.01001EPSS
SaveExploits0
Github Security Blog
Github Security Blog
•added 2025/03/14 6:51 p.m.•19 views

Nokogiri updates packaged libxslt to v1.1.43 to resolve multiple CVEs

Summary Nokogiri v1.18.4 upgrades its dependency libxslt to v1.1.43. libxslt v1.1.43 resolves: - CVE-2025-24855: Fix use-after-free of XPath context node - CVE-2024-55549: Fix UAF related to excluded namespaces Impact CVE-2025-24855 - "Use-after-free due to xsltEvalXPathStringNs leaking...

7.8CVSS7.1AI score0.00351EPSS
SaveExploits4References6Affected Software1
OpenVAS
OpenVAS
•added 2025/03/14 12:00 a.m.•9 views

Fedora: Security Advisory (FEDORA-2025-fd490bcdcd)

The remote host is missing an update for the SPDX-FileCopyrightText: 2025 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.8CVSS7.9AI score0.00444EPSS
SaveExploits0References2
CVE
CVE
•added 2025/02/26 2:13 a.m.•117 views

CVE-2022-49484

CVE-2022-49484 is a Linux kernel issue related to the mt76/mt7915 MAC RX vector handling. The provided documents state a fix for a possible NULL pointer dereference in mt7915_mac_fill_rx_vector that could occur when the chip does not support dbdc and the hardware reports band_idx = 1. The fix is ...

5.5CVSS5.3AI score0.00224EPSS
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
•added 2025/02/18 10:36 p.m.•31 views

Nokogiri updates packaged libxml2 to 2.13.6 to resolve CVE-2025-24928 and CVE-2024-56171

Summary Nokogiri v1.18.3 upgrades its dependency libxml2 to v2.13.6. libxml2 v2.13.6 addresses: - CVE-2025-24928 - described at https://gitlab.gnome.org/GNOME/libxml2/-/issues/847 - CVE-2024-56171 - described at https://gitlab.gnome.org/GNOME/libxml2/-/issues/828 Impact CVE-2025-24928 Stack-buffe...

9.8CVSS6.9AI score0.01178EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
•added 2025/01/21 12:18 p.m.•18 views

CVE-2025-21661

In the Linux kernel, the following vulnerability has been resolved: gpio: virtuser: fix missing lookup table cleanups When a virtuser device is created via configfs and the probe fails due to an incorrect lookup table, the table is not removed. This prevents subsequent probe attempts from...

7.8CVSS5.5AI score0.00188EPSS
SaveExploits0
CVE
CVE
•added 2025/01/21 12:01 p.m.•99 views

CVE-2024-57934

The CVE-2024-57934 entry concerns a race in Linux kernel fgraph handling where fgraph_array[] access can race with updates to a fgraph_stub, potentially triggering a NULL pointer dereference. The fixed patch adds READ_ONCE() protection when accessing fgraph_array[] to ensure consistency between t...

4.7CVSS6.4AI score0.00169EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
•added 2025/01/15 1:05 p.m.•28 views

CVE-2024-57887 drm: adv7511: Fix use-after-free in adv7533_attach_dsi()

In the Linux kernel, the following vulnerability has been resolved: drm: adv7511: Fix use-after-free in adv7533attachdsi The hostnode pointer was assigned and freed in adv7533parsedt, and later, adv7533attachdsi uses the same. Fix this use-after-free issue by dropping ofnodeput in adv7533parsedt...

7.8CVSS0.00209EPSS
SaveExploits0References5
CVE
CVE
•added 2024/12/29 11:30 a.m.•136 views

CVE-2024-56741

CVE-2024-56741 is reported in several external advisories as a Linux kernel issue related to AppArmor: aa_unpack_strdup() leaks memory due to the string allocated by kmemdup() not being freed. The connected documents reference multiple Nessus advisories (Azure Linux, Mariner, UNPATCHED_CVE) and S...

6.5AI score
SaveExploits0
Debian CVE
Debian CVE
•added 2024/12/27 2:51 p.m.•14 views

CVE-2024-56611

In the Linux kernel, the following vulnerability has been resolved: mm/mempolicy: fix migratetonode assuming there is at least one VMA in a MM We currently assume that there is at least one VMA in a MM, which isn't true. So we might end up having findvma return NULL, to then de-reference NULL. So...

5.5CVSS5.7AI score0.00206EPSS
SaveExploits0
OSV
OSV
•added 2024/12/11 11:24 a.m.•9 views

SUSE-SU-2024:4291-1 Security update for python312

This update for python312 fixes the following issues: - CVE-2024-12254: Fixed unbounded memory buffering in SelectorSocketTransport.writelines bsc1234290 Other fixes: - Updated to version 3.12.8 - Remove -IVendor/ from python-config bsc1231795...

8.7CVSS7.5AI score0.01868EPSS
SaveExploits0References4
SUSE Linux
SUSE Linux
•added 2024/12/11 8:30 a.m.•16 views

Security update for nodejs20

This update for nodejs20 fixes the following issues: CVE-2024-21538: Fixed regular expression denial of service in cross-spawn dependency bsc1233856 Other fixes: - Updated to 20.18.1: Experimental Network Inspection Support in Node.js Exposes X509VFLAGPARTIALCHAIN to tls.createSecureContext New...

5.6CVSS6.6AI score0.00868EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
•added 2024/11/01 12:00 a.m.•30 views

Amazon Linux 2 : kernel, --advisory ALAS2KERNEL-5.15-2024-056 (ALASKERNEL-5.15-2024-056)

The version of kernel installed on the remote host is prior to 5.15.168-114.166. It is, therefore, affected by multiple vulnerabilities as referenced in the ALAS2KERNEL-5.15-2024-056 advisory. In the Linux kernel, the following vulnerability has been resolved: inet: inetdefrag: prevent sk release...

9.8CVSS6.8AI score0.01369EPSS
SaveExploits1References136
Oracle linux
Oracle linux
•added 2024/08/30 12:00 a.m.•33 views

postgresql:15 security update

pgaudit 1.7.0-1 - Initial import for postgresql 15 module - Update to 1.7.0 - Support postgresql 15 - Related: 2128410 pgrepack postgres-decoderbufs 1.9.7-1.Final - Iitial import for postgresql 15 stream - Related: 2128410 postgresql 15.8-1 - Update to 15.8 15.6-3 - Remove /var/run/postgresql -...

8.8CVSS9.1AI score0.04322EPSS
SaveExploits0
Spring Security Advisories
Spring Security Advisories
•added 2024/08/20 12:00 a.m.•95 views

This Week in Spring - August 20th, 2024

Hi, Spring fans! Welcome to another installment in This Week in Spring! And happy week-before-SpringOne! I'm so excited I could spit! As you might imagine, AI, cloud native architecture, and so much more are top-of-mind. I love AI, and all its many applications. In that spirit, let's get ChatGPT ...

5.4CVSS7.4AI score0.00852EPSS
SaveExploits1
Oracle linux
Oracle linux
•added 2024/07/31 12:00 a.m.•85 views

freeradius:3.0 security update

3.0.20-15 - Backport BlastRADIUS CVE fix Resolves: RHEL-46572...

9CVSS7.2AI score0.14859EPSS
SaveExploits2
Rows per page
Query Builder