Lucene search
+L

1739 matches found

RedhatCVE
RedhatCVE
added 2024/07/16 10:24 p.m.20 views

CVE-2022-48817

In the Linux kernel, the following vulnerability has been resolved: net: dsa: ar9331: register the mdiobus under devres As explained in commits: 74b6d7d13307 "net: dsa: realtek: register the MDIO bus under devres" 5135e96a3dd2 "net: dsa: don't allocate the slavemiibus using devres" mdiobusfree wi...

4.4CVSS7.1AI score0.00268EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/16 8:57 p.m.28 views

CVE-2022-48846

A memory leak vulnerability was found in the Linux kernel due to a failed memory release. This vulnerability may lead to reliability issues...

5.5CVSS5.7AI score0.00219EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/16 8:56 p.m.26 views

CVE-2022-48836

In the Linux kernel, the following vulnerability has been resolved: Input: aiptek - properly check endpoint type Syzbot reported warning in usbsubmiturb which is caused by wrong endpoint type. There was a check for the number of endpoints, but not for the type of endpoint. Fix it by replacing old...

5.5CVSS6.8AI score0.00242EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/16 7:55 p.m.22 views

CVE-2022-48855

A kernel information leak was found in SCTP sockets in the Linux Kernel, where uninitialized memory could be exposed to userspace. This issue occurs in the inetsctpdiagfill function, which fails to initialize certain fields before sending data. Mitigation Mitigation for this issue is either not...

6.1CVSS6.6AI score0.00231EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/16 7:26 p.m.29 views

CVE-2024-40998

In the Linux kernel, the following vulnerability has been resolved: ext4: fix uninitialized ratelimitstate-lock access in ext4fillsuper In the following concurrency we will access the uninitialized rs-lock: ext4fillsuper ext4registersysfs // sysfs registered msgratelimitintervalms // Other...

5.5CVSS8.3AI score0.00271EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/16 4:26 p.m.26 views

CVE-2024-40944

A vulnerability was found in the Linux kernel's x86/kexec component, where the function call to ccplatformhas could lead to a system crash when call depth tracking is active. This issue occurs because the GS segment is reset by loadsegments, setting GSBASE to 0, while call depth tracking relies o...

4.1CVSS8.2AI score0.00239EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/16 2:37 p.m.23 views

CVE-2024-40906

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Always stop health timer during driver removal Currently, if teardownhca fails to execute during driver removal, mlx5 does not stop the health timer. Afterwards, mlx5 continue with driver teardown. This may lead to a UA...

7.3CVSS8.4AI score0.00305EPSS
SaveExploits0References4
NVD
NVD
added 2024/07/16 1:15 p.m.28 views

CVE-2022-48861

In the Linux kernel, the following vulnerability has been resolved: vdpa: fix use-after-free on vpvdparemove When vpvdpa driver is unbind, vpvdpa is freed in vdpaunregisterdevice and then vpvdpa-mdev.pcidev is dereferenced in vpmodernremove, triggering use-after-free. Call Trace of unbinding driv...

5.5CVSS0.00201EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2024/07/16 1:15 p.m.37 views

CVE-2022-48861

In the Linux kernel, the following vulnerability has been resolved: vdpa: fix use-after-free on vpvdparemove When vpvdpa driver is unbind, vpvdpa is freed in vdpaunregisterdevice and then vpvdpa-mdev.pcidev is dereferenced in vpmodernremove, triggering use-after-free. Call Trace of unbinding driv...

5.5CVSS5.9AI score0.00201EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/07/16 12:25 p.m.16 views

CVE-2022-48865 tipc: fix kernel panic when enabling bearer

In the Linux kernel, the following vulnerability has been resolved: tipc: fix kernel panic when enabling bearer When enabling a bearer on a node, a kernel panic is observed: 4.498085 RIP: 0010:tipcmonprep+0x4e/0x130 tipc ... 4.520030 Call Trace: 4.520689 4.521236 tipclinkbuildprotomsg+0x375/0x750...

6.6AI score0.00259EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/07/16 12:25 p.m.32 views

CVE-2022-48855 sctp: fix kernel-infoleak for SCTP sockets

In the Linux kernel, the following vulnerability has been resolved: sctp: fix kernel-infoleak for SCTP sockets syzbot reported a kernel infoleak 1 of 4 bytes. After analysis, it turned out r-idiagexpires is not initialized if inetsctpdiagfill calls inetdiagmsgcommonfill Make sure to clear...

0.00231EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/07/16 12:25 p.m.33 views

CVE-2022-48851 staging: gdm724x: fix use after free in gdm_lte_rx()

In the Linux kernel, the following vulnerability has been resolved: staging: gdm724x: fix use after free in gdmlterx The netifrxni function frees the skb so we can't dereference it to save the skb-len...

9.8CVSS0.00513EPSS
SaveExploits0References8
OSV
OSV
added 2024/07/16 12:25 p.m.13 views

CVE-2022-48848 tracing/osnoise: Do not unregister events twice

In the Linux kernel, the following vulnerability has been resolved: tracing/osnoise: Do not unregister events twice Nicolas reported that using: trace-cmd record -e all -M 10 -p osnoise --poll Resulted in the following kernel warning: ------------ cut here ------------ WARNING: CPU: 0 PID: 1217 a...

5.8AI score
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/07/16 12:25 p.m.21 views

CVE-2022-48841 ice: fix NULL pointer dereference in ice_update_vsi_tx_ring_stats()

In the Linux kernel, the following vulnerability has been resolved: ice: fix NULL pointer dereference in iceupdatevsitxringstats It is possible to do NULL pointer dereference in routine that updates Tx ring stats. Currently only stats and bytes are updated when ring pointer is valid, but later on...

6.7AI score0.00204EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/07/16 12:25 p.m.46 views

CVE-2022-48834 usb: usbtmc: Fix bug in pipe direction for control transfers

In the Linux kernel, the following vulnerability has been resolved: usb: usbtmc: Fix bug in pipe direction for control transfers The syzbot fuzzer reported a minor bug in the usbtmc driver: usb 5-1: BOGUS control dir, pipe 80001e80 doesn't match bRequestType 0 WARNING: CPU: 0 PID: 3813 at...

0.0026EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/07/16 11:44 a.m.14 views

CVE-2022-48815 net: dsa: bcm_sf2: don't use devres for mdiobus

In the Linux kernel, the following vulnerability has been resolved: net: dsa: bcmsf2: don't use devres for mdiobus As explained in commits: 74b6d7d13307 "net: dsa: realtek: register the MDIO bus under devres" 5135e96a3dd2 "net: dsa: don't allocate the slavemiibus using devres" mdiobusfree will...

6.9AI score0.00268EPSS
SaveExploits0References4
CVE
CVE
added 2024/07/16 11:44 a.m.88 views

CVE-2022-48812

CVE-2022-48812 concerns the Linux kernel: the net: dsa: lantiq_gswip code should not use devres for mdiobus allocation/registration. The root cause is that mdiobus_free() can panic when invoked via devm_mdiobus_free() because devres_release_all() may free a bus that is still registered, especiall...

5.5CVSS6.7AI score0.00268EPSS
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2024/07/16 11:44 a.m.15 views

CVE-2022-48810 ipmr,ip6mr: acquire RTNL before calling ip[6]mr_free_table() on failure path

In the Linux kernel, the following vulnerability has been resolved: ipmr,ip6mr: acquire RTNL before calling ip6mrfreetable on failure path ip6mrfreetable can only be called under RTNL lock. RTNL: assertion failed at net/core/dev.c 10367 WARNING: CPU: 1 PID: 5890 at net/core/dev.c:10367...

6.7AI score0.00211EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/07/16 11:43 a.m.42 views

CVE-2022-48806 eeprom: ee1004: limit i2c reads to I2C_SMBUS_BLOCK_MAX

In the Linux kernel, the following vulnerability has been resolved: eeprom: ee1004: limit i2c reads to I2CSMBUSBLOCKMAX Commit effa453168a7 "i2c: i801: Don't silently correct invalid transfer size" revealed that ee1004eepromread did not properly limit how many bytes to read at once. In particular...

0.00281EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/07/16 11:43 a.m.36 views

CVE-2022-48799 perf: Fix list corruption in perf_cgroup_switch()

In the Linux kernel, the following vulnerability has been resolved: perf: Fix list corruption in perfcgroupswitch There's list corruption on cgrpcpuctxlist. This happens on the following path: perfcgroupswitch: listforeachentrycgrpcpuctxlist cpuctxschedin ctxschedin ctxpinnedschedin mergeschedin...

0.0024EPSS
SaveExploits0References7
Rows per page
Query Builder