Lucene search
+L

17702 matches found

RedhatCVE
RedhatCVE
•added 2025/07/25 7:21 p.m.•5 views

CVE-2025-38360

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add more checks for DSC / HUBP ONO guarantees WHY For non-zero DSC instances it's possible that the HUBP domain required to drive it for sequential ONO ASICs isn't met, potentially causing the logic to the tile t...

5.5CVSS6.6AI score0.00164EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
•added 2025/07/25 5:56 p.m.•6 views

CVE-2025-38424

In the Linux kernel, the following vulnerability has been resolved: perf: Fix sample vs doexit Baisheng Gao reported an ARM64 crash, which Mark decoded as being a synchronous external abort -- most likely due to trying to access MMIO in bad ways. The crash further shows perf trying to do a user...

7CVSS6.4AI score0.0019EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
•added 2025/07/25 5:49 p.m.•9 views

CVE-2025-38428

In the Linux kernel, the following vulnerability has been resolved: Input: ims-pcu - check record size in imspcuflashfirmware The "len" variable comes from the firmware and we generally do trust firmware, but it's always better to double check. If the "len" is too large it could result in memory...

5.5CVSS6.8AI score0.00192EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
•added 2025/07/25 5:49 p.m.•6 views

CVE-2025-38425

In the Linux kernel, the following vulnerability has been resolved: i2c: tegra: check msg length in SMBUS block read For SMBUS block read, do not continue to read if the message length passed from the device is '0' or greater than the maximum allowed bytes...

7CVSS6.4AI score0.00175EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
•added 2025/07/25 5:42 p.m.•5 views

CVE-2025-38455

In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: Reject SEV-ES intra host migration if vCPU creation is in-flight Reject migration of SEV-ES state if either the source or destination VM is actively creating a vCPU, i.e. if kvmvmioctlcreatevcpu is in the section betwee...

4.1CVSS6.1AI score0.00166EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
•added 2025/07/25 5:42 p.m.•10 views

CVE-2025-38441

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: account for Ethernet header in nfflowpppoeproto syzbot found a potential access to uninit-value in nfflowpppoeproto Blamed commit forgot the Ethernet header. BUG: KMSAN: uninit-value in...

5.5CVSS6.5AI score0.00168EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
•added 2025/07/25 5:41 p.m.•9 views

CVE-2025-38466

In the Linux kernel, the following vulnerability has been resolved: perf: Revert to requiring CAPSYSADMIN for uprobes Jann reports that uprobes can be used destructively when used in the middle of an instruction. The kernel only verifies there is a valid instruction at the requested offset, but d...

7CVSS6.5AI score0.00189EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
•added 2025/07/25 5:40 p.m.•18 views

CVE-2025-38464

In the Linux kernel, the following vulnerability has been resolved: tipc: Fix use-after-free in tipcconnclose. syzbot reported a null-ptr-deref in tipcconnclose during netns dismantle. 0 tipctopsrvstop iterates tipcnetnet-topsrv-connidr and calls tipcconnclose for each tipcconn. The problem is th...

7.3CVSS6.2AI score0.0018EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
•added 2025/07/25 5:38 p.m.•4 views

CVE-2025-38457

In the Linux kernel, the following vulnerability has been resolved: net/sched: Abort tcmodifyqdisc if parent class does not exist Lion's patch 1 revealed an ancient bug in the qdisc API. Whenever a user creates/modifies a qdisc specifying as a parent another qdisc, the qdisc API will, during...

7CVSS6.5AI score0.00171EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
•added 2025/07/25 5:38 p.m.•5 views

CVE-2025-38456

In the Linux kernel, the following vulnerability has been resolved: ipmi:msghandler: Fix potential memory corruption in ipmicreateuser The "intf" list iterator is an invalid pointer if the correct "intf-intfnum" is not found. Calling atomicdec&intf-;nrusers on and invalid pointer will lead to...

5.5CVSS6.7AI score0.00165EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
•added 2025/07/25 5:38 p.m.•8 views

CVE-2025-38454

In the Linux kernel, the following vulnerability has been resolved: ALSA: ad1816a: Fix potential NULL pointer deref in sndcardad1816apnp Use prwarn instead of devwarn when 'pdev' is NULL to avoid a potential NULL pointer dereference...

5.5CVSS6.5AI score0.00154EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
•added 2025/07/25 5:35 p.m.•5 views

CVE-2025-38444

In the Linux kernel, the following vulnerability has been resolved: raid10: cleanup memleak at raid10makerequest If raid10readrequest or raid10writerequest registers a new request and the REQNOWAIT flag is set, the code does not free the malloc from the mempool. unreferenced object...

5.5CVSS6.7AI score0.00157EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
•added 2025/07/25 5:35 p.m.•8 views

CVE-2025-38442

In the Linux kernel, the following vulnerability has been resolved: block: reject bs ps block devices when THP is disabled If THP is disabled and when a block device with logical block size page size is present, the following null ptr deref panic happens during boot: 13.2 mK AOSAN: null-ptr-deref...

5.5CVSS6.6AI score0.0014EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
•added 2025/07/25 4:57 p.m.•4 views

CVE-2025-38462

In the Linux kernel, the following vulnerability has been resolved: vsock: Fix transportg2h,h2g TOCTOU vsockfindcid and vsockdevdoioctl may race with module unload. transportg2h,h2g may become NULL after the NULL check. Introduce vsocktransportlocalcid to protect from a potential null-ptr-deref...

7CVSS6.5AI score0.00119EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
•added 2025/07/25 4:55 p.m.•7 views

CVE-2025-38449

In the Linux kernel, the following vulnerability has been resolved: drm/gem: Acquire references on GEM handles for framebuffers A GEM handle can be released while the GEM buffer object is attached to a DRM framebuffer. This leads to the release of the dma-buf backing the buffer object, if any. 1...

7.3CVSS6.5AI score0.00166EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
•added 2025/07/25 4:55 p.m.•4 views

CVE-2025-38437

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix potential use-after-free in oplock/lease break ack If ksmbdiovpinrsp return error, use-after-free can happen by accessing opinfo-state and opinfoput and ksmbdfdput could called twice...

5.5CVSS6.6AI score0.00387EPSS
SaveExploits0References4
Circl
Circl
•added 2025/07/25 4:24 p.m.•18 views

CVE-2025-38437

creationtimestamp| type| source ---|---|--- 2025-07-25 16:24:10+00:00| seen| https://bsky.app/profile/2rZiKKbOU3nTafniR2qMMSE0gwZ.activitypub.awakari.com.ap.brid.gy/post/3lushifr47hx2 2026-03-19 00:00:00+00:00| seen| https://www.cert.ssi.gouv.fr/avis/CERTFR-2026-AVI-0316/...

8.8CVSS7.1AI score0.00387EPSS
SaveExploits0References2
Circl
Circl
•added 2025/07/25 4:10 p.m.•41 views

CVE-2025-34139

creationtimestamp| type| source ---|---|--- 2025-07-25 16:10:11+00:00| seen| https://infosec.exchange/users/cR0w/statuses/114914742159509500...

8.7CVSS4.8AI score0.00481EPSS
SaveExploits0References1
OSV
OSV
•added 2025/07/25 3:30 p.m.•4 views

CGA-MVH3-V8V8-6JPJ

Bulletin has no description...

5.5CVSS7.2AI score0.00495EPSS
SaveExploits1
Circl
Circl
•added 2025/07/25 3:08 p.m.•23 views

CVE-2025-8139

creationtimestamp| type| source ---|---|--- 2025-07-25 15:08:00+00:00| seen| https://infosec.exchange/users/cR0w/statuses/114914497629194333...

9CVSS7.3AI score0.0105EPSS
SaveExploits1References1
Rows per page
Query Builder