Lucene search
K

103 matches found

SUSE CVE
SUSE CVE
added 2026/05/07 2:16 a.m.3 views

SUSE CVE-2026-43239

In the Linux kernel, the following vulnerability has been resolved: smb: client: prevent races in -queryinterfaces It was possible for two query interface works to be concurrently trying to update the interfaces. Prevent this by checking and updating ifacelastupdate under ifacelock...

5.7AI score0.00043EPSS
Exploits0References3
EUVD
EUVD
added 2026/05/06 12:30 p.m.1 views

EUVD-2026-27800

In the Linux kernel, the following vulnerability has been resolved: smb: client: prevent races in -queryinterfaces It was possible for two query interface works to be concurrently trying to update the interfaces. Prevent this by checking and updating ifacelastupdate under ifacelock...

5.7AI score0.00043EPSS
Exploits0References6
NVD
NVD
added 2026/05/06 12:16 p.m.1 views

CVE-2026-43239

In the Linux kernel, the following vulnerability has been resolved: smb: client: prevent races in -queryinterfaces It was possible for two query interface works to be concurrently trying to update the interfaces. Prevent this by checking and updating ifacelastupdate under ifacelock...

8.8CVSS0.00043EPSS
Exploits0References5
CVE
CVE
added 2026/05/06 11:28 a.m.6 views

CVE-2026-43239

The CVE-2026-43239 issue concerns the Linux kernel SMB client where two concurrent operations could race while updating network interfaces via query_interfaces(), risking an inconsistent state. The root cause is improper synchronization of iface_last_update under iface_lock. Public advisories con...

8.8CVSS5.7AI score0.00043EPSS
Exploits0References5Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/05/06 11:28 a.m.2 views

CVE-2026-43239

In the Linux kernel, the following vulnerability has been resolved: smb: client: prevent races in -queryinterfaces It was possible for two query interface works to be concurrently trying to update the interfaces. Prevent this by checking and updating ifacelastupdate under ifacelock...

5.7AI score0.00043EPSS
Exploits0References6Affected Software1
Cvelist
Cvelist
added 2026/05/06 11:28 a.m.28 views

CVE-2026-43239 smb: client: prevent races in ->query_interfaces()

In the Linux kernel, the following vulnerability has been resolved: smb: client: prevent races in -queryinterfaces It was possible for two query interface works to be concurrently trying to update the interfaces. Prevent this by checking and updating ifacelastupdate under ifacelock...

8.8CVSS0.00043EPSS
Exploits0References5
UbuntuCve
UbuntuCve
added 2025/12/04 4:16 p.m.3 views

CVE-2025-40256

In the Linux kernel, the following vulnerability has been resolved: xfrm: also call xfrmstatedeletetunnel at destroy time for states that were never added In commit b441cf3f8c4b "xfrm: delete x-tunnel as we delete x", I missed the case where state creation fails between full initialization...

5.9AI score0.0004EPSS
Exploits0References9
UbuntuCve
UbuntuCve
added 2025/11/20 3:17 p.m.1 views

CVE-2025-60797

phpPgAdmin 7.13.0 and earlier contains a SQL injection vulnerability in dataexport.php at line 118. The application directly executes user-supplied SQL queries from the $REQUEST'query' parameter without any sanitization or parameterization via $data-conn-Execute$REQUEST'query'. An authenticated...

6.5CVSS6AI score0.00029EPSS
Exploits0References3
UbuntuCve
UbuntuCve
added 2025/11/12 11:15 a.m.1 views

CVE-2025-40170

In the Linux kernel, the following vulnerability has been resolved: net: use dstdevrcu in sksetupcaps Use RCU to protect accesses to dst-dev from sksetupcaps and skdstgsomaxsize. Also use dstdevrcu in ip6dstmtumaybeforward, and ipdstmtumaybeforward. ip4dsthoplimit can use dstdevnetrcu...

6.2AI score0.00028EPSS
Exploits0References8
UbuntuCve
UbuntuCve
added 2025/10/28 12:15 p.m.1 views

CVE-2025-40044

In the Linux kernel, the following vulnerability has been resolved: fs: udf: fix OOB read in lengthAllocDescs handling When parsing Allocation Extent Descriptor, lengthAllocDescs comes from on-disk data and must be validated against the block size. Crafted or corrupted images may set...

5.7AI score0.00073EPSS
Exploits0References37
UbuntuCve
UbuntuCve
added 2025/10/23 12:15 p.m.1 views

CVE-2025-62401

An issue in Moodle’s timed assignment feature allowed students to bypass the time restriction, potentially giving them more time than allowed to complete an assessment...

5.4CVSS5.9AI score0.00041EPSS
Exploits0References3
UbuntuCve
UbuntuCve
added 2025/10/15 8:15 a.m.0 views

CVE-2025-40000

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: fix use-after-free in rtw89coretxkickoffandwait There is a bug observed when rtw89coretxkickoffandwait tries to access already freed skbdata: BUG: KFENCE: use-after-free write in rtw89coretxkickoffandwait...

5.7AI score0.0003EPSS
Exploits0References16
UbuntuCve
UbuntuCve
added 2025/10/04 4:15 p.m.1 views

CVE-2023-53559

In the Linux kernel, the following vulnerability has been resolved: ipvti: fix potential slab-use-after-free in decodesession6 When ipvti device is set to the qdisc of the sfb type, the cb field of the sent skb may be modified during enqueuing. Then, slab-use-after-free may occur when ipvti devic...

7.8CVSS6.3AI score0.00017EPSS
Exploits0References10
UbuntuCve
UbuntuCve
added 2025/10/04 4:15 p.m.1 views

CVE-2023-53544

In the Linux kernel, the following vulnerability has been resolved: cpufreq: davinci: Fix clk use after free The remove function first frees the clks and only then calls cpufrequnregisterdriver. If one of the cpufreq callbacks is called just before cpufrequnregisterdriver is run, the freed clks...

7.8CVSS6.3AI score0.00018EPSS
Exploits0References6
UbuntuCve
UbuntuCve
added 2025/10/04 4:15 p.m.1 views

CVE-2023-53555

In the Linux kernel, the following vulnerability has been resolved: mm/damon/core: initialize damofilter-list from damosnewfilter damosnewfilter is not initializing the list field of newly allocated filter object. However, DAMON sysfs interface and DAMONRECLAIM are not initializing it after calli...

5.5CVSS5.9AI score0.0002EPSS
Exploits0References4
UbuntuCve
UbuntuCve
added 2025/10/04 8:15 a.m.1 views

CVE-2025-39944

In the Linux kernel, the following vulnerability has been resolved: octeontx2-pf: Fix use-after-free bugs in otx2synctstamp The original code relies on canceldelayedwork in otx2ptpdestroy, which does not ensure that the delayed work item synctstampwork has fully completed if it was already runnin...

7.8CVSS6.7AI score0.00017EPSS
Exploits0References17
UbuntuCve
UbuntuCve
added 2025/10/01 8:15 a.m.1 views

CVE-2025-39923

In the Linux kernel, the following vulnerability has been resolved: dmaengine: qcom: bamdma: Fix DT error handling for num-channels/ees When we don't have a clock specified in the device tree, we have no way to ensure the BAM is on. This is often the case for remotely-controlled or remotely-power...

5.5CVSS6.4AI score0.00032EPSS
Exploits0References31
UbuntuCve
UbuntuCve
added 2025/09/25 4:15 p.m.1 views

CVE-2025-60019

glib-networking's OpenSSL backend fails to properly check the return value of memory allocation routines. An out of memory condition could potentially result in writing to an invalid memory location...

3.7CVSS5.9AI score0.00038EPSS
Exploits0References2
UbuntuCve
UbuntuCve
added 2025/09/19 4:15 p.m.1 views

CVE-2025-39837

In the Linux kernel, the following vulnerability has been resolved: platform/x86: asus-wmi: Fix racy registrations asuswmiregisterdriver may be called from multiple drivers concurrently, which can lead to the racy list operations, eventually corrupting the memory and hitting Oops on some ASUS...

7.8CVSS6.5AI score0.00021EPSS
Exploits0References4
UbuntuCve
UbuntuCve
added 2025/09/17 3:15 p.m.1 views

CVE-2022-50355

In the Linux kernel, the following vulnerability has been resolved: staging: vt6655: fix some erroneous memory clean-up loops In some initialization functions of this driver, memory is allocated with 'i' acting as an index variable and increasing from 0. The commit in "Fixes" introduces some...

5.5CVSS5.9AI score0.00021EPSS
Exploits0References9
Rows per page
Query Builder