Lucene search
+L

1712 matches found

UbuntuCve
UbuntuCve
added 2024/12/24 12:00 a.m.8 views

CVE-2024-53154

In the Linux kernel, the following vulnerability has been resolved: clk: clk-apple-nco: Add NULL check in applncoprobe Add NULL check in applncoprobe, to handle kernel NULL pointer dereference error...

5.5CVSS6.4AI score0.00207EPSS
SaveExploits0References18
UbuntuCve
UbuntuCve
added 2024/12/24 12:00 a.m.9 views

CVE-2024-53153

In the Linux kernel, the following vulnerability has been resolved: PCI: qcom-ep: Move controller cleanups to qcompcieperstdeassert Currently, the endpoint cleanup function dwpcieepcleanup and EPF deinit notify function pciepcdeinitnotify are called during the execution of qcompcieperstassert i.e...

5.5CVSS6.8AI score0.0028EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2024/12/24 12:00 a.m.19 views

CVE-2024-53155

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix uninitialized value in ocfs2filereaditer Syzbot has reported the following KMSAN splat: BUG: KMSAN: uninit-value in ocfs2filereaditer+0x9a4/0xf80 ocfs2filereaditer+0x9a4/0xf80 ioread+0x8d4/0x20f0 ioread+0x3e/0xf0...

7.1CVSS6.1AI score0.00236EPSS
SaveExploits0References53
UbuntuCve
UbuntuCve
added 2024/12/24 12:00 a.m.6 views

CVE-2024-9427

A vulnerability in Koji was found. An unsanitized input allows for an XSS attack. Javascript code from a malicious link could be reflected in the resulting web page. It is not expected to be able to submit an action or make a change in Koji due to existing XSS protections in the code...

5.4CVSS5.9AI score0.00296EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2024/12/24 12:00 a.m.19 views

CVE-2024-53156

In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k: add range check for connrspepid in htcconnectservice I found the following bug in my fuzzer: UBSAN: array-index-out-of-bounds in drivers/net/wireless/ath/ath9k/htchst.c:26:51 index 255 is out of range for type...

7.8CVSS6AI score0.00237EPSS
SaveExploits0References52
UbuntuCve
UbuntuCve
added 2024/12/23 4:15 p.m.25 views

CVE-2024-56201

Jinja is an extensible templating engine. In versions on the 3.x branch prior to 3.1.5, a bug in the Jinja compiler allows an attacker that controls both the content and filename of a template to execute arbitrary Python code, regardless of if Jinja's sandbox is used. To exploit the vulnerability...

8.8CVSS7AI score0.00307EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2024/12/22 11:15 p.m.8 views

CVE-2024-56375

An integer underflow was discovered in Fort 1.6.3 and 1.6.4 before 1.6.5. A malicious RPKI repository that descends from a trusted Trust Anchor can serve via rsync or RRDP a Manifest RPKI object containing an empty fileList. Fort dereferences and, shortly afterwards, writes to this array during a...

7.5CVSS5.9AI score0.0045EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/12/18 5:15 a.m.11 views

CVE-2024-56169

A validation integrity issue was discovered in Fort through 1.6.4 before 2.0.0. RPKI Relying Parties such as Fort are supposed to maintain a backup cache of the remote RPKI data. This can be employed as a fallback in case a new fetch fails or yields incorrect files. However, the product currently...

5.3CVSS5.9AI score0.00179EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2024/12/17 12:00 a.m.14 views

CVE-2024-55919

Improper input validation on generic SSO login...

5.8AI score
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/12/16 10:15 p.m.13 views

CVE-2024-52949

iptraf-ng 1.2.1 has a stack-based buffer overflow. In src/ifaces.c, the strcpy function consistently fails to control the size, and it is consequently possible to overflow memory on the stack...

7.5CVSS7.1AI score0.00748EPSS
SaveExploits1References3
UbuntuCve
UbuntuCve
added 2024/12/15 3:15 a.m.11 views

CVE-2024-56072

An issue was discovered in FastNetMon Community Edition through 1.2.7. The sFlow v5 plugin allows remote attackers to cause a denial of service application crash via a crafted packet that specifies many sFlow samples...

7.5CVSS5.9AI score0.0072EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2024/12/13 12:00 a.m.34 views

CVE-2024-21543

Versions of the package djoser before 2.3.0 are vulnerable to Authentication Bypass when the authenticate function fails. This is because the system falls back to querying the database directly, granting access to users with valid credentials, and eventually bypassing custom authentication checks...

7.1CVSS7AI score0.00546EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2024/12/12 12:00 a.m.14 views

CVE-2024-47537

GStreamer is a library for constructing graphs of media-handling components. The program attempts to reallocate the memory pointed to by stream-samples to accommodate stream-nsamples + samplescount elements of type QtDemuxSample. The problem is that samplescount is read from the input file. And i...

9.8CVSS7.2AI score0.00957EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/12/12 12:00 a.m.10 views

CVE-2024-47607

GStreamer is a library for constructing graphs of media-handling components. stack-buffer overflow has been detected in the gstopusdecparseheader function within gstopusdec.c'. The pos array is a stack-allocated buffer of size 64. If nchannels exceeds 64, the for loop will write beyond the...

9.8CVSS7.1AI score0.01201EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/12/12 12:00 a.m.11 views

CVE-2024-47615

GStreamer is a library for constructing graphs of media-handling components. An OOB-Write has been detected in the function gstparsevorbissetuppacket within vorbisparse.c. The integer size is read from the input file without proper validation. As a result, size can exceed the fixed size of the...

9.8CVSS6.9AI score0.01134EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/12/12 12:00 a.m.8 views

CVE-2024-47542

GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference has been discovered in the id3v2readsynchuint function, located in id3v2.c. If id3v2readsynchuint is called with a null work-hdr.framedata, the pointer guint8 data is accessed without validatio...

7.5CVSS6.7AI score0.01106EPSS
SaveExploits1References5
UbuntuCve
UbuntuCve
added 2024/12/12 12:00 a.m.20 views

CVE-2024-47603

GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been discovered in the gstmatroskademuxupdatetracks function within matroska-demux.c. The vulnerability occurs when the gstcapsisequal function is called with invalid caps...

7.5CVSS6.5AI score0.00873EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/12/12 12:00 a.m.14 views

CVE-2024-47613

GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been identified in gstgdkpixbufdecflush within gstgdkpixbufdec.c. This function invokes memcpy, using outpix as the destination address. outpix is expected to point to the fra...

9.8CVSS6.7AI score0.00902EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/12/12 12:00 a.m.21 views

CVE-2024-47834

GStreamer is a library for constructing graphs of media-handling components. An Use-After-Free read vulnerability has been discovered affecting the processing of CodecPrivate elements in Matroska streams. In the GSTMATROSKAIDCODECPRIVATE case within the gstmatroskademuxparsestream function, a dat...

9.1CVSS6.6AI score0.0092EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/12/11 5:15 p.m.10 views

CVE-2024-47760

GLPI is a free asset and IT management software package. Starting in version 9.1.0 and prior to version 10.0.17, a technician with an access to the API can take control of an account with higher privileges. Version 10.0.17 contains a patch for this issue...

8.8CVSS5.8AI score0.00479EPSS
SaveExploits0References3
Rows per page
Query Builder