Lucene search
+L

1762 matches found

SUSE CVE
SUSE CVE
added 2023/02/15 3:30 a.m.10 views

SUSE CVE-2022-20158

In bdiput and bdiunregister of backing-dev.c, there is a possible memory corruption due to a use after free. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android kernelAndroid ID...

6.7CVSS6.8AI score0.00122EPSS
SaveExploits0References3
BDU FSTEC
BDU FSTEC
added 2023/02/15 12:00 a.m.11 views

The vulnerability of the memory manager in the Linux operating system’s kernel, backing-dev.c, allows a hacker to cause a service failure.

The vulnerability of the Linux operating system’s memory manager, specifically the backing-dev.c module, is related to the use of previously freed memory in the functions bdiput and bdiunregister. Exploiting this vulnerability can allow an attacker to cause a service failure...

6.8CVSS6.8AI score0.00122EPSS
SaveExploits0References17Affected Software2
Positive Technologies
Positive Technologies
added 2023/02/09 12:00 a.m.4 views

PT-2025-40686

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The issue involves a use-after-free condition within the cpufreq subsystem, specifically related to the davinci platform. The remove function first frees clock resources clks and then...

7.8CVSS6.7AI score0.00149EPSS
SaveExploits0References26
Code423n4
Code423n4
added 2023/02/03 12:00 a.m.14 views

Upgraded Q -> 2 from #748 [1675439377792]

Judge has assessed an item in Issue 748 as 2 risk. The relevant finding follows: L MultisigManager doesn't have unregister function MultisigManager.sol contains a hard limit of MULTISIGLIMIT to 10. Meanwhile in the contract, there are functions like registerMultisig, enableMultisig, and...

6.8AI score
SaveExploits0
OSV
OSV
added 2023/01/31 3:43 p.m.13 views

GSD-2023-1001718 iommu/arm-smmu: Don't unregister on shutdown

iommu/arm-smmu: Don't unregister on shutdown This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v6.1.7 by commit...

7.2AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2022/11/15 11:55 a.m.16 views

kernel: media: usb: go7007: s2250-board: fix leak in probe()

In the Linux kernel, the following vulnerability has been resolved: media: usb: go7007: s2250-board: fix leak in probe Call i2cunregisterdeviceaudio on this error path...

5.5CVSS6.3AI score0.0027EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2022/11/15 11:55 a.m.10 views

kernel: igc: avoid kernel warning when changing RX ring parameters

In the Linux kernel, the following vulnerability has been resolved: igc: avoid kernel warning when changing RX ring parameters Calling ethtool changing the RX ring parameters like this: $ ethtool -G eth0 rx 1024 on igc triggers kernel warnings like this: 225.198467 ------------ cut here...

5.5CVSS6.3AI score0.00263EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2022/11/15 11:55 a.m.5 views

kernel: ptp: unregister virtual clocks when unregistering physical clock.

In the Linux kernel, the following vulnerability has been resolved: ptp: unregister virtual clocks when unregistering physical clock. When unregistering a physical clock which has some virtual clocks, unregister the virtual clocks with it. This fixes the following oops, which can be triggered by...

5.5CVSS6AI score0.00256EPSS
SaveExploits0References5
OSV
OSV
added 2022/11/14 6:44 p.m.5 views

GSD-2022-1006841 drm: bridge: adv7511: unregister cec i2c device after cec adapter

drm: bridge: adv7511: unregister cec i2c device after cec adapter This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v6.0.3 by commit...

7.2AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2022/11/14 12:00 a.m.7 views

PT-2022-35096 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux Kernel versions prior to v6.0.3 Description: The issue is related to the drm: bridge: adv7511, where the CEC I2C device is not unregistered after the CEC adapter is removed. This is an automated ID intended to aid in discovery of...

7.2AI score
SaveExploits0References1
OSV
OSV
added 2022/11/11 11:05 a.m.6 views

OESA-2022-2070 kernel security update

Security Fixes: The vulnerability is a use-after-free that happens when an iouring request is being processed on a registered file and the Unix GC runs and frees the iouring fd and all the registered fds. The order at which the Unix GC processes the inflight fds may lead to registered fds be free...

6.5CVSS7.9AI score0.01433EPSS
SaveExploits2References2
RedHat Linux
RedHat Linux
added 2022/11/08 9:32 a.m.13 views

kernel: Drivers: hv: vmbus: Fix potential crash on module unload

In the Linux kernel, the following vulnerability has been resolved: Drivers: hv: vmbus: Fix potential crash on module unload The vmbus driver relies on the panic notifier infrastructure to perform some operations when a panic event is detected. Since vmbus can be built as module, it is required...

5.5CVSS6.3AI score0.00251EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2022/09/20 12:00 a.m.15 views

PT-2024-7887 · Linux +3 · Linux Kernel +3

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue is related to a NULL pointer dereference in the Linux kernel's gpio component. This occurs when removing debugfs entries while unbinding the driver, causing a NULL-pointer...

8.4CVSS6.5AI score0.08555EPSS
SaveExploits2References1343
OSV
OSV
added 2022/09/16 11:26 p.m.17 views

GSD-2022-1005039 net: Fix a data-race around netdev_unregister_timeout_secs.

net: Fix a data-race around netdevunregistertimeoutsecs. This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.19.6 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2022/09/16 11:22 p.m.8 views

GSD-2022-1004975 firmware_loader: Fix use-after-free during unregister

firmwareloader: Fix use-after-free during unregister This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.19.8 by commit...

7.2AI score
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2022/08/31 12:00 a.m.9 views

The vulnerability of the nfcmrvl_nci_unregister_dev() function in the Linux operating system allows a attacker to compromise the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the nfcmrvlnciunregisterdev function driver/nfc/nfcmrvl/main.c in the Linux operating system is related to the use of memory after it is freed. Exploiting this vulnerability could allow an attacker to compromise the confidentiality, integrity, and accessibility of the protect...

7CVSS6.5AI score0.00526EPSS
SaveExploits1References37Affected Software4
Positive Technologies
Positive Technologies
added 2022/08/28 12:00 a.m.5 views

PT-2022-7236 · Linux +1 · Linux Kernel +1

Name of the Vulnerable Software and Affected Versions: Linux Kernel affected versions not specified Description: A use-after-free flaw was found in the Linux Kernel. When a disk is removed, bdi unregister is called to stop further write-back and waits for associated delayed work to complete...

7.8CVSS6.4AI score0.00254EPSS
SaveExploits0References23
Microsoft CVE
Microsoft CVE
added 2022/08/27 7:00 a.m.9 views

A use-after-free flaw was found in libvirt. The qemuMonitorUnregister() function in qemuProcessHandleMonitorEOF is called using multiple threads without being adequately protected by a monitor lock. This flaw could be triggered by the virConnectGetAllDomainStats API when the guest is shutting down. An unprivileged client with a read-only connection could use this flaw to perform a denial of service attack by causing the libvirt daemon to crash.

...

6.5CVSS6.7AI score0.01528EPSS
SaveExploits0
OSV
OSV
added 2022/08/23 8:15 p.m.4 views

DEBIAN-CVE-2021-3975

A use-after-free flaw was found in libvirt. The qemuMonitorUnregister function in qemuProcessHandleMonitorEOF is called using multiple threads without being adequately protected by a monitor lock. This flaw could be triggered by the virConnectGetAllDomainStats API when the guest is shutting down...

6.5CVSS6.4AI score0.01528EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2022/08/11 2:58 p.m.4 views

CVE-2022-20158

In bdiput and bdiunregister of backing-dev.c, there is a possible memory corruption due to a use after free. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android kernelAndroid ID...

6.3AI score0.00122EPSS
SaveExploits0References1
Rows per page
Query Builder