Lucene search
K

76969 matches found

OSV
OSV
added 2026/05/28 10:16 a.m.1 views

UBUNTU-CVE-2026-46179

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: Don't allow pointer operations on unconfigured streams When reporting the pointer for a compressed stream we report the current I/O frame position by dividing the position by the number of channels multiplied by the...

5.7AI score0.00032EPSS
Exploits0References8
RedhatCVE
RedhatCVE
added 2026/05/28 10:5 a.m.7 views

CVE-2026-45104

A flaw was found in MapServer. A remote attacker can exploit this vulnerability by sending a specially crafted Styled Layer Descriptor SLD via the Web Map Service WMS SLDBODY parameter. This can lead to a NULL pointer dereference, causing a Denial of Service DoS condition...

7.5CVSS5.8AI score0.00053EPSS
Exploits1References2
CVE
CVE
added 2026/05/28 9:41 a.m.15 views

CVE-2026-46238

CVE-2026-46238 affects the Linux kernel’s BAT IV implementation via the batman-adv subsystem. The issue stems from caching an auxiliary originator pointer derived from a temporary lookup in neigh_node state, where the pointer can be freed or become stale after purge handling. The documented fix i...

8.8CVSS5.7AI score0.0003EPSS
Exploits0References8
Cvelist
Cvelist
added 2026/05/28 9:41 a.m.23 views

CVE-2026-46238 batman-adv: stop caching unowned originator pointers in BAT IV

In the Linux kernel, the following vulnerability has been resolved: batman-adv: stop caching unowned originator pointers in BAT IV BAT IV keeps the last-hop neighbor address in each neighnode, but some paths also cache an originator pointer derived from a temporary lookup. That pointer is not own...

8.8CVSS0.0003EPSS
Exploits0References8
Cvelist
Cvelist
added 2026/05/28 9:41 a.m.25 views

CVE-2026-46235 media: saa7164: add ioremap return checks and cleanups

In the Linux kernel, the following vulnerability has been resolved: media: saa7164: add ioremap return checks and cleanups Add checks for ioremap return values in saa7164devsetup. If ioremap for BAR0 or BAR2 fails, release the already allocated PCI memory regions, remove the device from the globa...

0.00032EPSS
Exploits0References6
CVE
CVE
added 2026/05/28 9:41 a.m.12 views

CVE-2026-46235

The CVE-2026-46235 entry concerns the Linux kernel driver for media saa7164. The fix adds ioremap return value checks in saa7164_dev_setup(), and on failure to map BAR0 or BAR2 it releases allocated PCI memory regions, removes the device from the global list, decrements the device count, and retu...

5.8AI score0.00032EPSS
Exploits0References6
CVE
CVE
added 2026/05/28 9:40 a.m.8 views

CVE-2026-46233

The CVE-2026-46233 issue affects the Linux kernel’s batman-adv subsystem, specifically batadv_bla_purge_claims(): a race under RCU while iterating claims can encounter a claim being released, causing backbone_gw to become NULL before delayed kfree. The fix is to purge only claims with a valid ref...

5.8AI score0.00032EPSS
Exploits0References8
Cvelist
Cvelist
added 2026/05/28 9:40 a.m.24 views

CVE-2026-46233 batman-adv: bla: only purge non-released claims

In the Linux kernel, the following vulnerability has been resolved: batman-adv: bla: only purge non-released claims When batadvblapurgeclaims goes through the list of claims, it is only traversing the hash list with an rcureadlock. Due to a potential parallel batadvclaimput, it can happen that it...

0.00032EPSS
Exploits0References8
EUVD
EUVD
added 2026/05/28 9:40 a.m.7 views

EUVD-2026-32751

In the Linux kernel, the following vulnerability has been resolved: batman-adv: bla: only purge non-released claims When batadvblapurgeclaims goes through the list of claims, it is only traversing the hash list with an rcureadlock. Due to a potential parallel batadvclaimput, it can happen that it...

5.8AI score0.00032EPSS
Exploits0References5
ATTACKERKB
ATTACKERKB
added 2026/05/28 9:40 a.m.3 views

CVE-2026-46233

In the Linux kernel, the following vulnerability has been resolved: batman-adv: bla: only purge non-released claims When batadvblapurgeclaims goes through the list of claims, it is only traversing the hash list with an rcureadlock. Due to a potential parallel batadvclaimput, it can happen that it...

5.8AI score0.00032EPSS
Exploits0References9Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/05/28 9:40 a.m.5 views

CVE-2026-46222

In the Linux kernel, the following vulnerability has been resolved: media: rockchip: rkcif: Add missing MUSTCONNECT flag to pads The pads missed checks for connected devices which may a null dereference when the stream is enabled. Unable to handle kernel NULL pointer dereference at virtual addres...

5.8AI score0.00024EPSS
Exploits0References3Affected Software1
EUVD
EUVD
added 2026/05/28 9:40 a.m.6 views

EUVD-2026-32849

In the Linux kernel, the following vulnerability has been resolved: media: rockchip: rkcif: Add missing MUSTCONNECT flag to pads The pads missed checks for connected devices which may a null dereference when the stream is enabled. Unable to handle kernel NULL pointer dereference at virtual addres...

5.8AI score0.00024EPSS
Exploits0References2
Cvelist
Cvelist
added 2026/05/28 9:40 a.m.24 views

CVE-2026-46210 media: iris: fix use-after-free of fmt_src during MBPF check

In the Linux kernel, the following vulnerability has been resolved: media: iris: fix use-after-free of fmtsrc during MBPF check During concurrency testing, multiple instances can run in parallel, and each instance uses its own inst-lock while the core-lock protects the list of active instances. T...

7.8CVSS0.00015EPSS
Exploits0References2
ATTACKERKB
ATTACKERKB
added 2026/05/28 9:36 a.m.8 views

CVE-2026-46195

In the Linux kernel, the following vulnerability has been resolved: smb: client: validate dacloffset before building DACL pointers parsesecdesc, buildsecdesc, and the chown path in idmodetocifsacl all add the server-supplied dacloffset to pntsd before proving a DACL header fits inside the returne...

5.8AI score0.0006EPSS
Exploits0References6Affected Software1
EUVD
EUVD
added 2026/05/28 9:36 a.m.4 views

EUVD-2026-32817

In the Linux kernel, the following vulnerability has been resolved: mtd: spi-nor: debugfs: fix out-of-bounds read in spinorparamsshow Sashiko noticed an out-of-bounds read 1. In spinorparamsshow, the snorfnames array is passed to spinorprintflags using sizeofsnorfnames. Since snorfnames is an arr...

5.8AI score0.00013EPSS
Exploits0References5
EUVD
EUVD
added 2026/05/28 9:36 a.m.6 views

EUVD-2026-32815

In the Linux kernel, the following vulnerability has been resolved: octeonepvf: add NULL check for napibuildskb napibuildskb can return NULL on allocation failure. In octepvfoqprocessrx, the result is used directly without a NULL check in both the single-buffer and multi-fragment paths, leading t...

5.8AI score0.00023EPSS
Exploits0References4
ATTACKERKB
ATTACKERKB
added 2026/05/28 9:36 a.m.5 views

CVE-2026-46188

In the Linux kernel, the following vulnerability has been resolved: octeonepvf: add NULL check for napibuildskb napibuildskb can return NULL on allocation failure. In octepvfoqprocessrx, the result is used directly without a NULL check in both the single-buffer and multi-fragment paths, leading t...

5.8AI score0.00023EPSS
Exploits0References5Affected Software1
Cvelist
Cvelist
added 2026/05/28 9:36 a.m.21 views

CVE-2026-46188 octeon_ep_vf: add NULL check for napi_build_skb()

In the Linux kernel, the following vulnerability has been resolved: octeonepvf: add NULL check for napibuildskb napibuildskb can return NULL on allocation failure. In octepvfoqprocessrx, the result is used directly without a NULL check in both the single-buffer and multi-fragment paths, leading t...

0.00023EPSS
Exploits0References4
CVE
CVE
added 2026/05/28 9:36 a.m.8 views

CVE-2026-46179

The CVE concerns the Linux kernel ASoC SOF path where reporting the pointer for a compressed stream divides the I/O frame position by (channels × container bytes). Initially these values default to 0 and are configured only when setting stream parameters, allowing a divide-by-zero condition. The ...

5.7AI score0.00032EPSS
Exploits0References6
ATTACKERKB
ATTACKERKB
added 2026/05/28 9:36 a.m.5 views

CVE-2026-46179

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: Don't allow pointer operations on unconfigured streams When reporting the pointer for a compressed stream we report the current I/O frame position by dividing the position by the number of channels multiplied by the...

5.7AI score0.00032EPSS
Exploits0References7Affected Software1
Rows per page
Query Builder