Lucene search
K

2504 matches found

UbuntuCve
UbuntuCve
added 2025/05/14 11:15 p.m.46 views

CVE-2025-46836

net-tools is a collection of programs that form the base set of the NET-3 networking distribution for the Linux operating system. Inn versions up to and including 2.10, the Linux network utilities like ifconfig from the net-tools package do not properly validate the structure of /proc files when...

6.6CVSS7.3AI score0.00157EPSS
Exploits0References4
Wolfi
Wolfi
added 2025/05/14 7:46 p.m.10 views

GHSA-GMG8-593G-7MV3 vulnerabilities

Vulnerabilities for packages: opensearch...

7.5AI score
Exploits0
UbuntuCve
UbuntuCve
added 2025/05/13 9:16 p.m.6 views

CVE-2024-43420

Exposure of sensitive information caused by shared microarchitectural predictor state that influences transient execution for some Intel AtomR processors may allow an authenticated user to potentially enable information disclosure via local access...

5.7CVSS7AI score0.00148EPSS
Exploits0References5
UbuntuCve
UbuntuCve
added 2025/05/13 9:16 p.m.4 views

CVE-2025-20623

Exposure of sensitive information caused by shared microarchitectural predictor state that influences transient execution for some IntelR Core™ processors 10th Generation may allow an authenticated user to potentially enable information disclosure via local access...

5.7CVSS7AI score0.00148EPSS
Exploits0References5
Mageia
Mageia
added 2025/05/13 7:41 p.m.39 views

Updated postgresql15 & postgresql13 packages fix security vulnerability

PostgreSQL GB18030 encoding validation can read one byte past end of allocation for text that fails validation. CVE-2025-4207...

5.9CVSS6.9AI score0.00612EPSS
Exploits0References2
UbuntuCve
UbuntuCve
added 2025/05/13 5:16 p.m.7 views

CVE-2025-4658

Versions of OpenPubkey library prior to 0.10.0 contained a vulnerability that would allow a specially crafted JWS to bypass signature verification. As OPKSSH depends on the OpenPubkey library for authentication, this vulnerability in OpenPubkey also applies to OPKSSH versions prior to 0.5.0 and...

9.8CVSS7.2AI score0.00295EPSS
Exploits0References3
Debian CVE
Debian CVE
added 2025/05/13 3:57 p.m.8 views

CVE-2025-47278

Flask is a web server gateway interface WSGI web application framework. In Flask 3.1.0, the way fallback key configuration was handled resulted in the last fallback key being used for signing, rather than the current signing key. Signing is provided by the itsdangerous library. A list of keys can...

1.8CVSS5.4AI score0.00152EPSS
Exploits0
RedHat Linux
RedHat Linux
added 2025/05/13 1:31 p.m.9 views

Moderate: Red Hat Security Advisory: 389-ds-base security update

An update for 389-ds-base is now available for Red Hat Enterprise Linux 9. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability fro...

4.9CVSS5.8AI score0.0054EPSS
Exploits0References2
SUSE CVE
SUSE CVE
added 2025/05/13 3:32 a.m.1 views

SUSE CVE-2025-47816

libpspp-core.a in GNU PSPP through 2.0.1 allows attackers to cause an spvxml-helpers.c spvxmlparseattributes out-of-bounds read, related to extra content at the end of a document...

9.1CVSS6.9AI score0.00298EPSS
Exploits1References3
UbuntuCve
UbuntuCve
added 2025/05/13 12:0 a.m.5 views

CVE-2025-24495

Incorrect initialization of resource in the branch prediction unit for some IntelR Core™ Ultra Processors may allow an authenticated user to potentially enable information disclosure via local access...

6.8CVSS6.7AI score0.00159EPSS
Exploits0References4
AlmaLinux
AlmaLinux
added 2025/05/13 12:0 a.m.8 views

Important: yelp security update

Yelp is the help browser for the GNOME desktop. It is designed to help you browse all the documentation on your system in one central tool, including traditional man pages, info pages and documentation written in DocBook. Security Fixes: yelp: Arbitrary file read CVE-2025-3155 For more details...

7.4CVSS6.7AI score0.10598EPSS
Exploits1References4
AlmaLinux
AlmaLinux
added 2025/05/13 12:0 a.m.13 views

Moderate: expat security update

Expat is a C library for parsing XML documents. Security Fixes: libexpat: expat: Improper Restriction of XML Entity Expansion Depth in libexpat CVE-2024-8176 For more details about the security issues, including the impact, a CVSS score, acknowledgments, and other related information, refer to th...

7.5CVSS7AI score0.01569EPSS
Exploits0References4
UbuntuCve
UbuntuCve
added 2025/05/09 7:16 a.m.12 views

CVE-2025-37874

In the Linux kernel, the following vulnerability has been resolved: net: ngbe: fix memory leak in ngbeprobe error path When ngbeswinit is called, memory is allocated for wx-rsskey in wxinitrsskey. However, in ngbeprobe function, the subsequent error paths after ngbeswinit don't free the rsskey. F...

5.5CVSS6.5AI score0.00235EPSS
Exploits0References25
UbuntuCve
UbuntuCve
added 2025/05/09 7:16 a.m.7 views

CVE-2025-37852

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: handle amdgpucgscreatedevice errors in amdpowerplaycreate Add error handling to propagate amdgpucgscreatedevice failures to the caller. When amdgpucgscreatedevice fails, release hwmgr and return -ENOMEM to prevent nul...

5.5CVSS6.4AI score0.00221EPSS
Exploits0References27
UbuntuCve
UbuntuCve
added 2025/05/09 7:16 a.m.5 views

CVE-2025-37879

In the Linux kernel, the following vulnerability has been resolved: 9p/net: fix improper handling of bogus negative read/write replies In p9clientwrite and p9clientreadonce, if the server incorrectly replies with success but a negative write/read count then we would consider written negative 3...

7.1CVSS6.4AI score0.00231EPSS
Exploits0References26
UbuntuCve
UbuntuCve
added 2025/05/09 7:16 a.m.5 views

CVE-2025-37881

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: aspeed: Add NULL pointer check in astvhubinitdev The variable d-name, returned by devmkasprintf, could be NULL. A pointer check is added to prevent potential NULL pointer dereference. This is similar to the fix in...

5.5CVSS6.3AI score0.00244EPSS
Exploits0References39
UbuntuCve
UbuntuCve
added 2025/05/09 7:16 a.m.1 views

CVE-2025-37843

In the Linux kernel, the following vulnerability has been resolved: PCI: pciehp: Avoid unnecessary device replacement check Hot-removal of nested PCI hotplug ports suffers from a long-standing race condition which can lead to a deadlock: A parent hotplug port acquires pcilockrescanremove, then...

5.5CVSS6.4AI score0.00167EPSS
Exploits0References10
Debian CVE
Debian CVE
added 2025/05/09 6:45 a.m.4 views

CVE-2025-37888

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix null-ptr-deref in mlx5createinner,ttctable Add NULL check for mlx5getflownamespace returns in mlx5createinnerttctable and mlx5createttctable to prevent NULL pointer dereference...

5.5CVSS5.5AI score0.00217EPSS
Exploits0
Debian CVE
Debian CVE
added 2025/05/09 6:45 a.m.7 views

CVE-2025-37878

In the Linux kernel, the following vulnerability has been resolved: perf/core: Fix WARNON!ctx in freeevent for partial init Move the getctxchildctx call and the childevent-ctx assignment to occur immediately after the child event is allocated. Ensure that childevent-ctx is non-NULL before any...

5.5CVSS5.7AI score0.00217EPSS
Exploits0
Debian CVE
Debian CVE
added 2025/05/09 6:44 a.m.17 views

CVE-2025-37872

In the Linux kernel, the following vulnerability has been resolved: net: txgbe: fix memory leak in txgbeprobe error path When txgbeswinit is called, memory is allocated for wx-rsskey in wxinitrsskey. However, in txgbeprobe function, the subsequent error paths after txgbeswinit don't free the...

5.5CVSS5.8AI score0.00231EPSS
Exploits0
Rows per page
Query Builder