Lucene search
+L

3405 matches found

UbuntuCve
UbuntuCve
added 2024/10/27 10:15 p.m.10 views

CVE-2024-50610

GSL GNU Scientific Library through 2.8 has an integer signedness error in gslsimansolvemany in siman/siman.c. When params.ntries is negative, incorrect memory allocation occurs...

3.6CVSS5.9AI score0.00284EPSS
SaveExploits1References4
UbuntuCve
UbuntuCve
added 2024/10/26 8:15 a.m.12 views

CVE-2024-0126

NVIDIA GPU Display Driver for Windows and Linux contains a vulnerability which could allow a privileged attacker to escalate permissions. A successful exploit of this vulnerability might lead to code execution, denial of service, escalation of privileges, information disclosure, and data tamperin...

8.2CVSS7.2AI score0.00338EPSS
SaveExploits0References2
Wolfi
Wolfi
added 2024/10/25 7:43 p.m.9 views

GHSA-F9VJ-2WH5-FJ8J vulnerabilities

Vulnerabilities for packages: mlflow, kubeflow-volumes-web-app, py3-werkzeug, kubeflow-pipelines-visualization-server, emissary, superset, kubeflow-jupyter-web-app...

5.3AI score
SaveExploits0
UbuntuCve
UbuntuCve
added 2024/10/24 9:15 p.m.13 views

CVE-2024-48423

An issue in assimp v.5.4.3 allows a local attacker to execute arbitrary code via the CallbackToLogRedirector function within the Assimp library...

8.4CVSS6.8AI score0.00255EPSS
SaveExploits1References1
UbuntuCve
UbuntuCve
added 2024/10/22 12:0 a.m.22 views

CVE-2023-52918

In the Linux kernel, the following vulnerability has been resolved: media: pci: cx23885: check cx23885vdevinit return cx23885vdevinit can return a NULL pointer, but that pointer is used in the next line without a check. Add a NULL pointer check and go to the error unwind if it is NULL...

5.5CVSS6.1AI score0.00208EPSS
SaveExploits0References25
UbuntuCve
UbuntuCve
added 2024/10/21 8:15 p.m.11 views

CVE-2024-50039

In the Linux kernel, the following vulnerability has been resolved: net/sched: accept TCASTAB only for root qdisc Most qdiscs maintain their backlog using qdiscpktlenskb on the assumption it is invariant between the enqueue and dequeue handlers. Unfortunately syzbot can crash a host rather easily...

7.8CVSS6.3AI score0.00254EPSS
SaveExploits0References40
UbuntuCve
UbuntuCve
added 2024/10/21 8:15 p.m.11 views

CVE-2024-50032

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

6.7AI score
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2024/10/21 8:15 p.m.15 views

CVE-2022-48977

In the Linux kernel, the following vulnerability has been resolved: can: afcan: fix NULL pointer dereference in canrcvfilter Analogue to commit 8aa59e355949 "can: afcan: fix NULL pointer dereference in canrxregister" we need to check for a missing initialization of mlpriv in the receive path of C...

5.5CVSS6.3AI score0.00245EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2024/10/21 8:15 p.m.14 views

CVE-2024-50056

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: Fix ERRPTR dereference in uvcv4l2.c Fix potential dereferencing of ERRPTR in findformatbypix and uvcv4l2enumformat. Fix the following smatch errors: drivers/usb/gadget/function/uvcv4l2.c:124 findformatbypix erro...

5.5CVSS6.2AI score0.00219EPSS
SaveExploits0References18
UbuntuCve
UbuntuCve
added 2024/10/21 8:15 p.m.14 views

CVE-2024-50044

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: RFCOMM: FIX possible deadlock in rfcommskstatechange rfcommskstatechange attempts to use socklock so it must never be called with it locked but rfcommsockioctl always attempt to lock it causing the following trace:...

3.3CVSS6AI score0.00187EPSS
SaveExploits0References40
UbuntuCve
UbuntuCve
added 2024/10/21 8:15 p.m.8 views

CVE-2022-49018

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix sleep in atomic at close time Matt reported a splat at msk close time: BUG: sleeping function called from invalid context at net/mptcp/protocol.c:2877 inatomic: 1, irqsdisabled: 0, nonblock: 0, pid: 155, name:...

5.5CVSS5.8AI score0.00153EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/10/21 8:15 p.m.22 views

CVE-2022-49005

In the Linux kernel, the following vulnerability has been resolved: ASoC: ops: Fix bounds check for sx controls For sx controls the semantics of the max field is not the usual one, max is the number of steps rather than the maximum value. This means that our check in sndsocputvolswsx needs to jus...

5.5CVSS6.3AI score0.00236EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2024/10/21 8:15 p.m.16 views

CVE-2024-50030

In the Linux kernel, the following vulnerability has been resolved: drm/xe/ct: prevent UAF in sendrecv Ensure we serialize with completion side to prevent UAF with fence going out of scope on the stack, since we have no clue if it will fire after the timeout before we can erase from the xa. Also ...

7.8CVSS6.7AI score0.00229EPSS
SaveExploits0References18
UbuntuCve
UbuntuCve
added 2024/10/21 7:15 p.m.14 views

CVE-2024-50011

In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: soc-acpi-intel-rpl-match: add missing empty item There is no linksnum in struct sndsocacpimach , and we test !link-numadr as a condition to end the loop in hdasdwmachineselect. So an empty item in struct...

5.5CVSS5.9AI score0.00191EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2024/10/21 6:15 p.m.15 views

CVE-2024-49897

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check phantomstream before it is used dcn32enablephantomstream can return null, so returned value must be checked before used. This fixes 1 NULLRETURNS issue reported by Coverity...

5.5CVSS6.4AI score0.00238EPSS
SaveExploits0References19
UbuntuCve
UbuntuCve
added 2024/10/21 6:15 p.m.7 views

CVE-2024-49948

In the Linux kernel, the following vulnerability has been resolved: net: add more sanity checks to qdiscpktleninit One path takes care of SKBGSODODGY, assuming skb-len is bigger than hdrlen. virtionethdrtoskb does not fully dissect TCP headers, it only make sure it is at least 20 bytes. It is...

5.5CVSS6.2AI score0.00291EPSS
SaveExploits0References46
UbuntuCve
UbuntuCve
added 2024/10/21 6:15 p.m.13 views

CVE-2024-49908

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null check for 'afb' in amdgpudmupdatecursor v2 This commit adds a null check for the 'afb' variable in the amdgpudmupdatecursor function. Previously, 'afb' was assumed to be null at line 8388, but was used...

5.5CVSS5.8AI score0.00206EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2024/10/21 6:15 p.m.16 views

CVE-2024-49973

In the Linux kernel, the following vulnerability has been resolved: r8169: add tally counter fields added with RTL8125 RTL8125 added fields to the tally counter, what may result in the chip dma'ing these new fields to unallocated memory. Therefore make sure that the allocated memory area is big...

7.8CVSS6.1AI score0.00259EPSS
SaveExploits0References42
UbuntuCve
UbuntuCve
added 2024/10/21 6:15 p.m.7 views

CVE-2024-49942

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Prevent null pointer access in xemigratecopy xemigratecopy designed to copy content of TTM resources. When source resource is null, it will trigger a NULL pointer dereference in xemigratecopy. To avoid this situation,...

5.5CVSS6.4AI score0.00235EPSS
SaveExploits0References19
UbuntuCve
UbuntuCve
added 2024/10/21 6:15 p.m.11 views

CVE-2024-49960

In the Linux kernel, the following vulnerability has been resolved: ext4: fix timer use-after-free on failed mount Syzbot has found an ODEBUG bug in ext4fillsuper The deltimersync function cancels the serrreport timer, which reminds about filesystem errors daily. We should guarantee the timer is ...

7.8CVSS6.2AI score0.00289EPSS
SaveExploits0References31
Rows per page
Query Builder