Lucene search
K

981 matches found

UbuntuCve
UbuntuCve
added 2025/05/27 12:0 a.m.1 views

CVE-2024-38866

Improper neutralization of input in Nagvis before version 1.9.47 which can lead to livestatus injection...

7.5CVSS5.9AI score0.00316EPSS
Exploits0References4
UbuntuCve
UbuntuCve
added 2025/05/26 12:0 a.m.6 views

CVE-2025-5166

A vulnerability was found in Open Asset Import Library Assimp 5.4.3. It has been classified as problematic. Affected is the function MDCImporter::InternReadFile of the file assimp/code/AssetLib/MDC/MDCLoader.cpp of the component MDC File Parser. The manipulation of the argument pcVerts leads to...

5.5CVSS4.9AI score0.00208EPSS
Exploits1References7
UbuntuCve
UbuntuCve
added 2025/05/22 4:15 p.m.4 views

CVE-2025-2506

When pglogical attempts to replicate data, it does not verify it is using a replication connection, which means a user with CONNECT access to a database configured for replication can execute the pglogical command to obtain read access to replicated tables. When pglogical runs it should verify it...

5.3CVSS5.9AI score0.00266EPSS
Exploits0References2
Debian CVE
Debian CVE
added 2025/05/22 2:51 p.m.11 views

CVE-2025-5024

A flaw was found in gnome-remote-desktop. Once gnome-remote-desktop listens for RDP connections, an unauthenticated attacker can exhaust system resources and repeatedly crash the process. There may be a resource leak after many attacks, which will also result in gnome-remote-desktop no longer bei...

7.4CVSS7.1AI score0.00783EPSS
Exploits0
Oracle linux
Oracle linux
added 2025/05/21 12:0 a.m.6 views

xterm security update

366-10 - Fix CVE-2022-45063 - Resolves: RHEL-87485...

9.8CVSS6.9AI score0.04949EPSS
Exploits1
UbuntuCve
UbuntuCve
added 2025/05/20 6:15 p.m.5 views

CVE-2025-37986

In the Linux kernel, the following vulnerability has been resolved: usb: typec: class: Invalidate USB device pointers on partner unregistration To avoid using invalid USB device pointers after a Type-C partner disconnects, this patch clears the pointers upon partner unregistration. This ensures a...

5.5CVSS6.3AI score0.00146EPSS
Exploits0References24
UbuntuCve
UbuntuCve
added 2025/05/20 6:15 p.m.5 views

CVE-2025-37991

In the Linux kernel, the following vulnerability has been resolved: parisc: Fix double SIGFPE crash Camm noticed that on parisc a SIGFPE exception will crash an application with a second SIGFPE in the signal handler. Dave analyzed it, and it happens because glibc uses a double-word floating-point...

7.8CVSS6.6AI score0.0016EPSS
Exploits0References40
UbuntuCve
UbuntuCve
added 2025/05/20 5:15 p.m.4 views

CVE-2025-37978

In the Linux kernel, the following vulnerability has been resolved: block: integrity: Do not call setpagedirtylock Placing multiple protection information buffers inside the same page can lead to oopses because setpagedirtylock can't be called from interrupt context. Since a protection informatio...

5.5CVSS6.5AI score0.00146EPSS
Exploits0References24
UbuntuCve
UbuntuCve
added 2025/05/20 5:15 p.m.5 views

CVE-2025-37982

In the Linux kernel, the following vulnerability has been resolved: wifi: wl1251: fix memory leak in wl1251txwork The skb dequeued from txqueue is lost when wl1251pselpwakeup fails with a -ETIMEDOUT error. Fix that by queueing the skb back to txqueue...

5.5CVSS6.4AI score0.00152EPSS
Exploits0References39
UbuntuCve
UbuntuCve
added 2025/05/20 5:15 p.m.5 views

CVE-2025-37966

In the Linux kernel, the following vulnerability has been resolved: riscv: Fix kernel crash due to PRSETTAGGEDADDRCTRL When userspace does PRSETTAGGEDADDRCTRL, but Supm extension is not available, the kernel crashes: Oops - illegal instruction 1 snip epc : settaggedaddrctrl+0x112/0x15a ra :...

5.5CVSS6.2AI score0.0013EPSS
Exploits0References7
UbuntuCve
UbuntuCve
added 2025/05/20 5:15 p.m.5 views

CVE-2025-37972

In the Linux kernel, the following vulnerability has been resolved: Input: mtk-pmic-keys - fix possible null pointer dereference In mtkpmickeysprobe, the regs parameter is only set if the button is parsed in the device tree. However, on hardware where the button is left floating, that node will...

5.5CVSS6.4AI score0.00149EPSS
Exploits0References26
UbuntuCve
UbuntuCve
added 2025/05/20 4:15 p.m.6 views

CVE-2025-37952

In the Linux kernel, the following vulnerability has been resolved: ksmbd: Fix UAF in closefiletableids A use-after-free is possible if one thread destroys the file via ksmbdclosefd while another thread holds a reference to it. The existing checks on fp-refcount are not sufficient to prevent this...

7.8CVSS6.3AI score0.00152EPSS
Exploits0References25
UbuntuCve
UbuntuCve
added 2025/05/20 4:15 p.m.7 views

CVE-2025-37935

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: mtkethsoc: fix SER panic with 4GB+ RAM If the mtkpollrx function detects the MTKRESETTING flag, it will jump to releasedesc and refill the high word of the SDP on the 4GB RFB. Subsequently, mtkrxclean will process ...

5.5CVSS6.4AI score0.00159EPSS
Exploits0References28
UbuntuCve
UbuntuCve
added 2025/05/20 4:15 p.m.10 views

CVE-2025-37964

In the Linux kernel, the following vulnerability has been resolved: x86/mm: Eliminate window where TLB flushes may be inadvertently skipped tl;dr: There is a window in the mm switching code where the new CR3 is set and the CPU should be getting TLB flushes for the new mm. But shouldflushtlb has a...

5.5CVSS6.4AI score0.00149EPSS
Exploits0References21
UbuntuCve
UbuntuCve
added 2025/05/20 4:15 p.m.1 views

CVE-2025-37955

In the Linux kernel, the following vulnerability has been resolved: virtio-net: free xskbuffs on error in virtnetxskpoolenable The selftests added to our CI by Bui Quang Minh recently reveals that there is a mem leak on the error path of virtnetxskpoolenable: unreferenced object 0xffff88800a68a00...

5.5CVSS6.4AI score0.00148EPSS
Exploits0References8
UbuntuCve
UbuntuCve
added 2025/05/20 4:15 p.m.0 views

CVE-2025-37922

In the Linux kernel, the following vulnerability has been resolved: book3s64/radix : Align section vmemmap start address to PAGESIZE A vmemmap altmap is a device-provided region used to provide backing storage for struct pages. For each namespace, the altmap should belong to that same namespace. ...

5.5CVSS6.4AI score0.00162EPSS
Exploits0References28
UbuntuCve
UbuntuCve
added 2025/05/20 4:15 p.m.1 views

CVE-2025-37900

In the Linux kernel, the following vulnerability has been resolved: iommu: Fix two issues in iommucopystructfromuser In the review for iommucopystructtouser helper, Matt pointed out that a NULL pointer should be rejected prior to dereferencing it:...

5.5CVSS6.3AI score0.00157EPSS
Exploits0References27
UbuntuCve
UbuntuCve
added 2025/05/16 12:0 a.m.14 views

CVE-2025-48174

In libavif before 1.3.0, makeRoom in stream.c has an integer overflow and resultant buffer overflow in stream-offset+size...

9.1CVSS6AI score0.00299EPSS
Exploits0References5
UbuntuCve
UbuntuCve
added 2025/05/15 2:15 p.m.10 views

CVE-2025-4516

There is an issue in CPython when using bytes.decode"unicodeescape", error="ignore|replace". If you are not using the "unicodeescape" encoding or an error handler your usage is not affected. To work-around this issue you may stop using the error= handler and instead wrap the bytes.decode call in ...

5.9CVSS6.4AI score0.00169EPSS
Exploits0References6
Oracle linux
Oracle linux
added 2025/05/15 12:0 a.m.10 views

yelp and yelp-xsl security update

yelp 2:3.28.1-3.1 - Fix CVE-2025-3155 RHEL-85922 yelp-xsl 3.28.0-2.1 - Fix CVE-2025-3155 RHEL-85922...

7.4CVSS6.9AI score0.10259EPSS
Exploits1
Rows per page
Query Builder