Lucene search
K
SusecveRecent

58583 matches found

SUSE CVE
SUSE CVE
•added 2025/10/01 11:29 p.m.•3 views

SUSE CVE-2023-53513

In the Linux kernel, the following vulnerability has been resolved: nbd: fix incomplete validation of ioctl arg We tested and found an alarm caused by nbdioctl arg without verification. The UBSAN warning calltrace like below: UBSAN: Undefined behaviour in fs/buffer.c:1709:35 signed integer...

5.2CVSS6.5AI score0.00133EPSS
Exploits0References6
SUSE CVE
SUSE CVE
•added 2025/10/01 11:29 p.m.•3 views

SUSE CVE-2023-53514

In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fix memory leak of device names The device names allocated by devsetname need be freed before module unloading, but they can not be freed because the kobject's refcount which was set in deviceinitialize has not be...

5.5CVSS6.4AI score0.00132EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/10/01 11:29 p.m.•1 views

SUSE CVE-2023-53515

In the Linux kernel, the following vulnerability has been resolved: virtio-mmio: don't break lifecycle of vmdev vmdev has a separate lifecycle because it has a 'struct device' embedded. Thus, having a release callback for it is correct. Allocating the vmdev struct with devres totally breaks this...

6.7CVSS6.4AI score0.00137EPSS
Exploits0References19
SUSE CVE
SUSE CVE
•added 2025/10/01 11:29 p.m.•1 views

SUSE CVE-2023-53516

In the Linux kernel, the following vulnerability has been resolved: macvlan: add forgotten nlapolicy for IFLAMACVLANBCCUTOFF The previous commit 954d1fa1ac93 "macvlan: Add netlink attribute for broadcast cutoff" added one additional attribute named IFLAMACVLANBCCUTOFF to allow broadcast cutfoff...

5.5CVSS6.7AI score0.00131EPSS
Exploits0References15
SUSE CVE
SUSE CVE
•added 2025/10/01 11:29 p.m.•1 views

SUSE CVE-2023-53517

In the Linux kernel, the following vulnerability has been resolved: tipc: do not update mtu if msgmax is too small in mtu negotiation When doing link mtu negotiation, a malicious peer may send Activate msg with a very small mtu, e.g. 4 in Shuang's testing, without checking for the minimum mtu,...

6.5CVSS6.7AI score0.00132EPSS
Exploits0References4
SUSE CVE
SUSE CVE
•added 2025/10/01 11:29 p.m.•1 views

SUSE CVE-2023-53518

In the Linux kernel, the following vulnerability has been resolved: PM / devfreq: Fix leak in devfreqdevrelease srcuinitnotifierhead allocates resources that need to be released with a srcucleanupnotifierhead call. Reported by kmemleak...

3.3CVSS6.4AI score0.00136EPSS
Exploits0References19
SUSE CVE
SUSE CVE
•added 2025/10/01 11:29 p.m.•2 views

SUSE CVE-2023-53519

In the Linux kernel, the following vulnerability has been resolved: media: v4l2-mem2mem: add lock to protect parameter numrdy Getting below error when using KCSAN to check the driver. Adding lock to protect parameter numrdy when getting the value with function:...

4.5CVSS5.8AI score0.00105EPSS
Exploits0References20
SUSE CVE
SUSE CVE
•added 2025/10/01 11:29 p.m.•1 views

SUSE CVE-2023-53520

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix hcisuspendsync crash If hciunregisterdev frees the hcidev object but hcisuspendnotifier may still be accessing it, it can cause the program to crash. Here's the call trace: 102152.653246 Call Trace: 102152.653254...

7CVSS6.4AI score0.00099EPSS
Exploits0References16
SUSE CVE
SUSE CVE
•added 2025/10/01 11:29 p.m.•2 views

SUSE CVE-2023-53522

In the Linux kernel, the following vulnerability has been resolved: cgroup,freezer: hold cpuhotpluglock before freezermutex syzbot is reporting circular locking dependency between cpuhotpluglock and freezermutex, for commit f5d39b020809 "freezer,sched: Rewrite core freezer logic" replaced atomici...

7.8CVSS6.5AI score0.00138EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/10/01 11:29 p.m.•2 views

SUSE CVE-2023-53523

In the Linux kernel, the following vulnerability has been resolved: can: gsusb: fix time stamp counter initialization If the gsusb device driver is unloaded or unbound before the interface is shut down, the USB stack first calls the struct usbdriver::disconnect and then the struct...

4.4CVSS6.4AI score0.00116EPSS
Exploits0References15
SUSE CVE
SUSE CVE
•added 2025/10/01 11:29 p.m.•1 views

SUSE CVE-2023-53524

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: pcie: Fix integer overflow in iwlwritetouserbuf An integer overflow occurs in the iwlwritetouserbuf function, which is called by the iwldbgfsmonitordataread function. static bool iwlwritetouserbufchar user userbuf,...

4.2CVSS6.8AI score0.00156EPSS
Exploits0References7
SUSE CVE
SUSE CVE
•added 2025/10/01 11:29 p.m.•3 views

SUSE CVE-2023-53525

In the Linux kernel, the following vulnerability has been resolved: RDMA/cma: Allow UD qptype to join multicast only As for multicast: - The SIDR is the only mode that makes sense; - Besides PSUDP, other port spaces like PSIB is also allowed, as it is UD compatible. In this case qkey also needs t...

5.3CVSS6.5AI score0.00132EPSS
Exploits0References7
SUSE CVE
SUSE CVE
•added 2025/10/01 11:29 p.m.•3 views

SUSE CVE-2023-53527

In the Linux kernel, the following vulnerability has been resolved: thunderbolt: Fix memory leak in tbhandledpbandwidthrequest The memory allocated in tbqueuedpbandwidthrequest needs to be released once the request is handled to avoid leaking it...

3.3CVSS6.5AI score0.00116EPSS
Exploits0References15
SUSE CVE
SUSE CVE
•added 2025/10/01 11:29 p.m.•1 views

SUSE CVE-2023-53528

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix unsafe drain work queue code If createqp does not fully succeed it is possible for qp cleanup code to attempt to drain the send or recv work queues before the queues have been created causing a seg fault. This patch...

4.7CVSS6.5AI score0.00131EPSS
Exploits0References15
SUSE CVE
SUSE CVE
•added 2025/10/01 11:29 p.m.•3 views

SUSE CVE-2023-53530

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Use rawsmpprocessorid instead of smpprocessorid The following call trace was observed: localhost kernel: nvme nvme0: NVME-FC0: controller connect complete localhost kernel: BUG: using smpprocessorid in preemptible...

5.5CVSS6.5AI score0.00132EPSS
Exploits0References20
SUSE CVE
SUSE CVE
•added 2025/10/01 11:29 p.m.•2 views

SUSE CVE-2023-53531

In the Linux kernel, the following vulnerability has been resolved: nullblk: fix poll request timeout handling When doing iouring benchmark on /dev/nullb0, it's easy to crash the kernel if poll requests timeout triggered, as reported by David. 1 BUG: kernel NULL pointer dereference, address:...

4.7CVSS6.4AI score0.00131EPSS
Exploits0References17
SUSE CVE
SUSE CVE
•added 2025/10/01 11:29 p.m.•1 views

SUSE CVE-2023-53532

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix deinitialization of firmware resources Currently, in ath11kahbfwresourcesinit, iommu domain mapping is done only for the chipsets having fixed firmware memory. Also, for such chipsets, mapping is done only if it...

4.4CVSS6.3AI score0.00132EPSS
Exploits0References5
SUSE CVE
SUSE CVE
•added 2025/10/01 11:26 p.m.•2 views

SUSE CVE-2025-7493

A privilege escalation flaw from host to domain administrator was found in FreeIPA. This vulnerability is similar to CVE-2025-4404, where it fails to validate the uniqueness of the krbCanonicalName. While the previously released version added validations for the admin@REALM credential, FreeIPA...

9.1CVSS7AI score0.00511EPSS
Exploits0References7
SUSE CVE
SUSE CVE
•added 2025/10/01 11:25 p.m.•3 views

SUSE CVE-2025-9231

Issue summary: A timing side-channel which could potentially allow remote recovery of the private key exists in the SM2 algorithm implementation on 64 bit ARM platforms. Impact summary: A timing side-channel in SM2 signature computations on 64 bit ARM platforms could allow recovering the private...

5.3CVSS6.7AI score0.02267EPSS
Exploits0References6
SUSE CVE
SUSE CVE
•added 2025/10/01 11:25 p.m.•4 views

SUSE CVE-2025-9232

Issue summary: An application using the OpenSSL HTTP client API functions may trigger an out-of-bounds read if the 'noproxy' environment variable is set and the host portion of the authority component of the HTTP URL is an IPv6 address. Impact summary: An out-of-bounds read can trigger a crash...

6.5CVSS7AI score0.02046EPSS
Exploits0References6
SUSE CVE
SUSE CVE
•added 2025/10/01 11:25 p.m.•2 views

SUSE CVE-2025-11205

Heap buffer overflow in WebGPU in Google Chrome prior to 141.0.7390.54 allowed a remote attacker who had compromised the renderer process to potentially exploit heap corruption via a crafted HTML page. Chromium security severity: High...

8.8CVSS7.6AI score0.0028EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/10/01 11:25 p.m.•3 views

SUSE CVE-2025-11206

Heap buffer overflow in Video in Google Chrome prior to 141.0.7390.54 allowed a remote attacker to potentially perform a sandbox escape via a crafted HTML page. Chromium security severity: High...

7.1CVSS7.6AI score0.00191EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/10/01 11:25 p.m.•2 views

SUSE CVE-2025-11207

Side-channel information leakage in Storage in Google Chrome prior to 141.0.7390.54 allowed a remote attacker to perform arbitrary read/write via a crafted HTML page. Chromium security severity: Medium...

6.5CVSS6.5AI score0.00208EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/10/01 11:25 p.m.•1 views

SUSE CVE-2025-11208

Inappropriate implementation in Media in Google Chrome prior to 141.0.7390.54 allowed a remote attacker who convinced a user to engage in specific UI gestures to perform UI spoofing via a crafted HTML page. Chromium security severity: Medium...

6.3CVSS6.4AI score0.00192EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/10/01 11:25 p.m.•4 views

SUSE CVE-2025-11209

Inappropriate implementation in Omnibox in Google Chrome on Android prior to 141.0.7390.54 allowed a remote attacker to spoof the contents of the Omnibox URL bar via a crafted HTML page. Chromium security severity: Medium...

8.2CVSS6.5AI score0.00224EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/10/01 11:25 p.m.•1 views

SUSE CVE-2025-11210

Side-channel information leakage in Tab in Google Chrome prior to 141.0.7390.54 allowed a remote attacker who convinced a user to engage in specific UI gestures to perform UI spoofing via a crafted HTML page. Chromium security severity: Medium...

5.4CVSS6.2AI score0.00197EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/10/01 11:25 p.m.•5 views

SUSE CVE-2025-11211

Out of bounds read in Media in Google Chrome prior to 141.0.7390.54 allowed a remote attacker to potentially perform out of bounds memory access via a crafted HTML page. Chromium security severity: Medium...

7.5CVSS6.7AI score0.00329EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/10/01 11:25 p.m.•1 views

SUSE CVE-2025-11212

Inappropriate implementation in Media in Google Chrome on Windows prior to 141.0.7390.54 allowed a remote attacker who convinced a user to engage in specific UI gestures to perform domain spoofing via a crafted HTML page. Chromium security severity: Medium...

6.3CVSS6.5AI score0.00178EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/10/01 11:25 p.m.•2 views

SUSE CVE-2025-11213

Inappropriate implementation in Omnibox in Google Chrome on Android prior to 141.0.7390.54 allowed a remote attacker who convinced a user to engage in specific UI gestures to perform domain spoofing via a crafted HTML page. Chromium security severity: Medium...

6.3CVSS6.4AI score0.00192EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/10/01 11:25 p.m.•1 views

SUSE CVE-2025-11215

Off by one error in V8 in Google Chrome prior to 141.0.7390.54 allowed a remote attacker to perform an out of bounds memory read via a crafted HTML page. Chromium security severity: Medium...

4.3CVSS6.6AI score0.00215EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/10/01 11:25 p.m.•3 views

SUSE CVE-2025-11216

Inappropriate implementation in Storage in Google Chrome on Mac prior to 141.0.7390.54 allowed a remote attacker to perform domain spoofing via a crafted video file. Chromium security severity: Low...

6.3CVSS6.6AI score0.00206EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/10/01 11:25 p.m.•1 views

SUSE CVE-2025-11219

Use after free in V8 in Google Chrome prior to 141.0.7390.54 allowed a remote attacker to potentially perform out of bounds memory access via a crafted HTML page. Chromium security severity: Low...

3.1CVSS7AI score0.00231EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/10/01 11:25 p.m.•2 views

SUSE CVE-2025-11226

ACE vulnerability in conditional configuration file processing by QOS.CH logback-core up to and including version 1.5.18 in Java applications, allows an attacker to execute arbitrary code by compromising an existing logback configuration file or by injecting an environment variable before program...

5.3CVSS9.3AI score0.00151EPSS
Exploits0References4
SUSE CVE
SUSE CVE
•added 2025/10/01 11:23 p.m.•2 views

SUSE CVE-2025-39891

In the Linux kernel, the following vulnerability has been resolved: wifi: mwifiex: Initialize the chanstats array to zero The adapter-chanstats array is initialized in mwifiexinitchannelscangap with vmalloc, which doesn't zero out memory. The array is filled in mwifiexupdatechanstatistics and the...

4.7CVSS6.3AI score0.00149EPSS
Exploits0References21
SUSE CVE
SUSE CVE
•added 2025/10/01 11:23 p.m.•3 views

SUSE CVE-2025-39892

In the Linux kernel, the following vulnerability has been resolved: ASoC: soc-core: care NULL dirver name on sndsoclookupcomponentnolocked soc-generic-dmaengine-pcm.c uses same dev for both CPU and Platform. In such case, CPU component driver might not have driver-name, then...

5.5CVSS6.5AI score0.00117EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/10/01 11:23 p.m.•3 views

SUSE CVE-2025-39893

In the Linux kernel, the following vulnerability has been resolved: spi: spi-qpic-snand: unregister ECC engine on probe error and device remove The on-host hardware ECC engine remains registered both when the spiregistercontroller function returns with an error and also on device removal. Change...

5.5CVSS6.5AI score0.00116EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/10/01 11:23 p.m.•2 views

SUSE CVE-2025-39894

In the Linux kernel, the following vulnerability has been resolved: netfilter: brnetfilter: do not check confirmed bit in brnflocalin after confirm When send a broadcast packet to a tap device, which was added to a bridge, brnflocalin is called to confirm the conntrack. If another conntrack with...

5.5CVSS6.2AI score0.00136EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/10/01 11:23 p.m.•1 views

SUSE CVE-2025-39895

In the Linux kernel, the following vulnerability has been resolved: sched: Fix schednumafindnthcpu if mask offline schednumafindnthcpu uses a bsearch to look for the 'closest' CPU in scheddomainsnumamasks and given cpus mask. However they might not intersect if all CPUs in the cpus mask are...

5.5CVSS6.4AI score0.00133EPSS
Exploits0References19
SUSE CVE
SUSE CVE
•added 2025/10/01 11:23 p.m.•1 views

SUSE CVE-2025-39896

In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Prevent recovery work from being queued during device removal Use disableworksync instead of cancelworksync in ivpudevfini to ensure that no new recovery work items can be queued after device removal has started...

6.4CVSS6.5AI score0.00135EPSS
Exploits0References10
SUSE CVE
SUSE CVE
•added 2025/10/01 11:23 p.m.•1 views

SUSE CVE-2025-39897

In the Linux kernel, the following vulnerability has been resolved: net: xilinx: axienet: Add error handling for RX metadata pointer retrieval Add proper error checking for dmaenginedescgetmetadataptr which can return an error pointer and lead to potential crashes or undefined behaviour if the...

6.6CVSS6.5AI score0.00132EPSS
Exploits0References7
SUSE CVE
SUSE CVE
•added 2025/10/01 11:23 p.m.•1 views

SUSE CVE-2025-39898

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

7.8CVSS6AI score
Exploits0References24
SUSE CVE
SUSE CVE
•added 2025/10/01 11:23 p.m.•3 views

SUSE CVE-2025-39899

In the Linux kernel, the following vulnerability has been resolved: mm/userfaultfd: fix kmaplocal LIFO ordering for CONFIGHIGHPTE With CONFIGHIGHPTE on 32-bit ARM, movepagespte maps PTE pages using kmaplocalpage, which requires unmapping in Last-In-First-Out order. The current code maps dstpte...

5.5CVSS6.7AI score0.00132EPSS
Exploits0References9
SUSE CVE
SUSE CVE
•added 2025/10/01 11:23 p.m.•1 views

SUSE CVE-2025-39900

In the Linux kernel, the following vulnerability has been resolved: netsched: genestimator: fix esttimer vs CONFIGPREEMPTRT=y syzbot reported a WARNING in esttimer 1 Problem here is that with CONFIGPREEMPTRT=y, timer callbacks can be preempted. Adopt preemptdisablenested/preemptenablenested to fi...

5.5CVSS6.5AI score0.00131EPSS
Exploits0References12
SUSE CVE
SUSE CVE
•added 2025/10/01 11:23 p.m.•2 views

SUSE CVE-2025-39901

In the Linux kernel, the following vulnerability has been resolved: i40e: remove read access to debugfs files The 'command' and 'netdevops' debugfs files are a legacy debugging interface supported by the i40e driver since its early days by commit 02e9c290814c "i40e: debugfs interface". Both of...

7.1CVSS7.4AI score0.00138EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/10/01 11:23 p.m.•9 views

SUSE CVE-2025-39902

In the Linux kernel, the following vulnerability has been resolved: mm/slub: avoid accessing metadata when pointer is invalid in objecterr objecterr reports details of an object for further debugging, such as the freelist pointer, redzone, etc. However, if the pointer is invalid, attempting to...

5.5CVSS6.5AI score0.00146EPSS
Exploits0References21
SUSE CVE
SUSE CVE
•added 2025/10/01 11:23 p.m.•1 views

SUSE CVE-2025-39903

In the Linux kernel, the following vulnerability has been resolved: ofnuma: fix uninitialized memory nodes causing kernel panic When there are memory-only nodes nodes without CPUs, these nodes are not properly initialized, causing kernel panic during boot. ofnumainit ofnumaparsecpunodes nodesetni...

4.4CVSS6.2AI score0.00131EPSS
Exploits0References7
SUSE CVE
SUSE CVE
•added 2025/10/01 11:23 p.m.•1 views

SUSE CVE-2025-39904

In the Linux kernel, the following vulnerability has been resolved: arm64: kexec: initialize kexecbuf struct in loadothersegments Patch series "kexec: Fix invalid field access". The kexecbuf structure was previously declared without initialization. commit bf454ec31add "kexecfile: allow to place...

5.5CVSS6.5AI score0.0012EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/10/01 11:23 p.m.•3 views

SUSE CVE-2025-39905

In the Linux kernel, the following vulnerability has been resolved: net: phylink: add lock for serializing concurrent pl-phydev writes with resolver Currently phylinkresolve protects itself against concurrent phylinkbringupphy or phylinkdisconnectphy calls which modify pl-phydev by relying on...

3.6CVSS6.5AI score0.001EPSS
Exploits0References4
SUSE CVE
SUSE CVE
•added 2025/10/01 11:23 p.m.•1 views

SUSE CVE-2025-39906

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: remove oem i2c adapter on finish Fixes a bug where unbinding of the GPU would leave the oem i2c adapter registered resulting in a null pointer dereference when applications try to access the invalid device. cherr...

5.5CVSS6.5AI score0.00116EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/10/01 11:23 p.m.•1 views

SUSE CVE-2025-39907

In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: stm32fmc2: avoid overlapping mappings on ECC buffer Avoid below overlapping mappings by using a contiguous non-cacheable buffer. 4.077708 DMA-API: stm32fmc2nfc 48810000.nand-controller: cacheline tracking EEXIST,...

5.5CVSS6.5AI score0.00137EPSS
Exploits0References21
Total number of security vulnerabilities58583