Lucene search
+L

325 matches found

UbuntuCve
UbuntuCve
added 2024/05/21 3:15 p.m.20 views

CVE-2021-47335

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid racing on fsyncentryslab by multi filesystem instances As syzbot reported, there is an use-after-free issue during f2fs recovery: Use-after-free write at 0xffff88823bc16040 in kfence-10:...

5.5CVSS6.1AI score0.00232EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/05/21 2:35 p.m.41 views

CVE-2021-47335 f2fs: fix to avoid racing on fsync_entry_slab by multi filesystem instances

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid racing on fsyncentryslab by multi filesystem instances As syzbot reported, there is an use-after-free issue during f2fs recovery: Use-after-free write at 0xffff88823bc16040 in kfence-10:...

6.5AI score0.00232EPSS
SaveExploits0References4
NVD
NVD
added 2024/04/25 6:15 a.m.33 views

CVE-2024-26923

In the Linux kernel, the following vulnerability has been resolved: afunix: Fix garbage collector racing against connect Garbage collector does not take into account the risk of embryo getting enqueued during the garbage collection. If such embryo has a peer that carries SCMRIGHTS, two consecutiv...

7.8CVSS7.5AI score0.00207EPSS
SaveExploits0References13
NVD
NVD
added 2024/04/17 10:15 a.m.23 views

CVE-2024-26838

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Fix KASAN issue with tasklet KASAN testing revealed the following issue assocated with freeing an IRQ. 50006.466686 Call Trace: 50006.466691 50006.489538 dumpstack+0x5c/0x80 50006.493475...

7.8CVSS7.5AI score0.00234EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/04/17 10:10 a.m.27 views

CVE-2024-26838 RDMA/irdma: Fix KASAN issue with tasklet

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Fix KASAN issue with tasklet KASAN testing revealed the following issue assocated with freeing an IRQ. 50006.466686 Call Trace: 50006.466691 50006.489538 dumpstack+0x5c/0x80 50006.493475...

7.8CVSS6.6AI score0.00234EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/04/05 8:24 a.m.36 views

CVE-2024-26810 vfio/pci: Lock external INTx masking ops

In the Linux kernel, the following vulnerability has been resolved: vfio/pci: Lock external INTx masking ops Mask operations through config space changes to DisINTx may race INTx configuration changes via ioctl. Create wrappers that add locking for paths outside of the core interrupt code. In...

7.8CVSS7.1AI score0.00196EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/04/04 8:20 a.m.38 views

CVE-2024-26785 iommufd: Fix protection fault in iommufd_test_syz_conv_iova

In the Linux kernel, the following vulnerability has been resolved: iommufd: Fix protection fault in iommufdtestsyzconviova Syzkaller reported the following bug: general protection fault, probably for non-canonical address 0xdffffc0000000038: 0000 1 SMP KASAN KASAN: null-ptr-deref in range...

6.7AI score0.00227EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/04/04 8:20 a.m.17 views

CVE-2024-26785 iommufd: Fix protection fault in iommufd_test_syz_conv_iova

In the Linux kernel, the following vulnerability has been resolved: iommufd: Fix protection fault in iommufdtestsyzconviova Syzkaller reported the following bug: general protection fault, probably for non-canonical address 0xdffffc0000000038: 0000 1 SMP KASAN KASAN: null-ptr-deref in range...

6.8AI score0.00227EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/04/03 10:35 p.m.28 views

CVE-2023-52638

A vulnerability was found in the Linux kernel's Controller Area Network CAN protocol, within the J1939 protocol implementation. This issue occurs due to a potential deadlock caused by a race condition involving three locks: j1939sockslock, activesessionlistlock, and sksessionqueuelock. This issue...

5.5CVSS6.9AI score0.00183EPSS
SaveExploits0References4
CVE
CVE
added 2024/04/03 5:00 p.m.150 views

CVE-2024-26737

CVE-2024-26737 refers to a race in the Linux kernel’s BPF timers where a race between bpf_timer_cancel_and_free and bpf_timer_cancel could produce a use-after-free of timer->timer. The fix adds freeing of timer->timer after an RC U grace period and introduces an rcu_head in struct bpf_hrtim...

7.8CVSS7AI score0.00251EPSS
SaveExploits0References5Affected Software1
Vulnrichment
Vulnrichment
added 2024/04/03 5:00 p.m.24 views

CVE-2024-26737 bpf: Fix racing between bpf_timer_cancel_and_free and bpf_timer_cancel

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix racing between bpftimercancelandfree and bpftimercancel The following race is possible between bpftimercancelandfree and bpftimercancel. It will lead a UAF on the timer-timer. bpftimercancel; spinlock; t = timer-time;...

7.8CVSS6.7AI score0.00251EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/03/15 9:15 p.m.27 views

CVE-2021-47124

In the Linux kernel, the following vulnerability has been resolved: iouring: fix link timeout refs WARNING: CPU: 0 PID: 10242 at lib/refcount.c:28 refcountwarnsaturate+0x15b/0x1a0 lib/refcount.c:28 RIP: 0010:refcountwarnsaturate+0x15b/0x1a0 lib/refcount.c:28 Call Trace: refcountsubandtest...

7.8CVSS6.4AI score0.00241EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/03/15 8:14 p.m.22 views

CVE-2021-47124 io_uring: fix link timeout refs

In the Linux kernel, the following vulnerability has been resolved: iouring: fix link timeout refs WARNING: CPU: 0 PID: 10242 at lib/refcount.c:28 refcountwarnsaturate+0x15b/0x1a0 lib/refcount.c:28 RIP: 0010:refcountwarnsaturate+0x15b/0x1a0 lib/refcount.c:28 Call Trace: refcountsubandtest...

7.8CVSS6.9AI score0.00241EPSS
SaveExploits0References5
Openbugbounty
Openbugbounty
added 2024/03/08 1:47 p.m.8 views

tower-racing.pl Cross Site Scripting vulnerability OBB-3867940

Following the coordinated and responsible vulnerability disclosure guidelines of the ISO 29147 standard, Open Bug Bounty has: a. verified the vulnerability and confirmed its existence; b. notified the website operator about its existence. Technical details of the vulnerability are currently hidde...

6.2AI score
SaveExploits0
Openbugbounty
Openbugbounty
added 2023/12/29 1:38 a.m.9 views

racing-art.eu Improper Access Control vulnerability OBB-3825325

Following the coordinated and responsible vulnerability disclosure guidelines of the ISO 29147 standard, Open Bug Bounty has: a. verified the vulnerability and confirmed its existence; b. notified the website operator about its existence. Technical details of the vulnerability are currently hidde...

7AI score
SaveExploits0
Openbugbounty
Openbugbounty
added 2023/12/21 7:14 a.m.12 views

boutique.citroenracing.com Improper Access Control vulnerability OBB-3819383

Following the coordinated and responsible vulnerability disclosure guidelines of the ISO 29147 standard, Open Bug Bounty has: a. verified the vulnerability and confirmed its existence; b. notified the website operator about its existence. Technical details of the vulnerability are currently hidde...

7AI score
SaveExploits0
Openbugbounty
Openbugbounty
added 2023/10/28 8:17 p.m.7 views

racing-days-ruesselsheim.de Improper Access Control vulnerability OBB-3767723

Following the coordinated and responsible vulnerability disclosure guidelines of the ISO 29147 standard, Open Bug Bounty has: a. verified the vulnerability and confirmed its existence; b. notified the website operator about its existence. Technical details of the vulnerability are currently hidde...

6.6AI score
SaveExploits0
HackRead
HackRead
added 2023/10/26 1:00 p.m.21 views

Horse Racing Game NEOBRED Integrates with Avalanche for Elite Gaming Experience

By Owais Sultan NEOBRED, a blockchain horse racing game, has announced that it is integrating with the Avalanche blockchain. The integration… This is a post from HackRead.com Read the original post: Horse Racing Game NEOBRED Integrates with Avalanche for Elite Gaming Experience...

7AI score
SaveExploits0
Code423n4
Code423n4
added 2023/08/04 12:00 a.m.15 views

USDT approval racing can lead to DoS

Lines of code Vulnerability details Impact USDT approval racing can lead to DoS Proof of Concept 2023-07-tapioca/tapioca-periph-audit/contracts/Magnetar/modules/MagnetarMarketModule.solL157 Tools Used Recommended Mitigation Steps Use safeApprove Assessed type call/delegatecall --- The text was...

7AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2023/07/26 12:00 a.m.174 views

Ubuntu 22.04 LTS : Linux kernel (OEM) vulnerabilities (USN-6249-1)

The remote Ubuntu 22.04 LTS host has a package installed that is affected by multiple vulnerabilities as referenced in the USN-6249-1 advisory. Ruihan Li discovered that the memory management subsystem in the Linux kernel contained a race condition when accessing VMAs in certain conditions, leadi...

7.8CVSS7.9AI score0.01304EPSS
SaveExploits1References3
Rows per page
Query Builder