Lucene search
+L

195 matches found

OSV
OSV
added 2024/04/17 10:15 a.m.2 views

DEBIAN-CVE-2024-26820

In the Linux kernel, the following vulnerability has been resolved: hvnetvsc: Register VF in netvscprobe if NETDEVICEREGISTER missed If hvnetvsc driver is unloaded and reloaded, the NETDEVICEREGISTER handler cannot perform VF register successfully as the register call is received before netvscpro...

5.5CVSS5.2AI score0.00237EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2024/04/15 11:20 p.m.4 views

SUSE CVE-2021-47217

In the Linux kernel, the following vulnerability has been resolved: x86/hyperv: Fix NULL deref in sethvtscchangecb if Hyper-V setup fails Check for a valid hvvpindex array prior to derefencing hvvpindex when setting Hyper-V's TSC change callback. If Hyper-V setup failed in hypervinit, the kernel...

5.5CVSS6.1AI score0.00235EPSS
SaveExploits0References13
OSV
OSV
added 2024/04/10 7:15 p.m.1 views

DEBIAN-CVE-2021-47217

In the Linux kernel, the following vulnerability has been resolved: x86/hyperv: Fix NULL deref in sethvtscchangecb if Hyper-V setup fails Check for a valid hvvpindex array prior to derefencing hvvpindex when setting Hyper-V's TSC change callback. If Hyper-V setup failed in hypervinit, the kernel...

5.5CVSS5.4AI score0.00235EPSS
SaveExploits0References1
OSV
OSV
added 2024/04/10 7:15 p.m.3 views

UBUNTU-CVE-2021-47217

In the Linux kernel, the following vulnerability has been resolved: x86/hyperv: Fix NULL deref in sethvtscchangecb if Hyper-V setup fails Check for a valid hvvpindex array prior to derefencing hvvpindex when setting Hyper-V's TSC change callback. If Hyper-V setup failed in hypervinit, the kernel...

5.5CVSS6.2AI score0.00235EPSS
SaveExploits0References8
OSV
OSV
added 2024/04/03 3:15 p.m.12 views

UBUNTU-CVE-2024-26698

In the Linux kernel, the following vulnerability has been resolved: hvnetvsc: Fix race condition between netvscprobe and netvscremove In commit ac5047671758 "hvnetvsc: Disable NAPI before closing the VMBus channel", napidisable was getting called for all channels, including all subchannels withou...

4.7CVSS6.2AI score0.00183EPSS
SaveExploits0References19
OSV
OSV
added 2024/03/01 10:15 p.m.1 views

DEBIAN-CVE-2021-47071

In the Linux kernel, the following vulnerability has been resolved: uiohvgeneric: Fix a memory leak in error handling paths If 'vmbusestablishgpadl' fails, the recv|sendgpadl will not be updated and 'hvuiocleanup' in the error handling path will not be able to free the corresponding buffer. In su...

5.5CVSS5.7AI score0.00235EPSS
SaveExploits0References1
OSV
OSV
added 2024/03/01 10:15 p.m.2 views

DEBIAN-CVE-2021-47070

In the Linux kernel, the following vulnerability has been resolved: uiohvgeneric: Fix another memory leak in error handling paths Memory allocated by 'vmbusallocring' at the beginning of the probe function is never freed in the error handling path. Add the missing 'vmbusfreering' call. Note that ...

5.5CVSS5.5AI score0.00228EPSS
SaveExploits0References1
OSV
OSV
added 2024/03/01 10:15 p.m.7 views

UBUNTU-CVE-2021-47071

In the Linux kernel, the following vulnerability has been resolved: uiohvgeneric: Fix a memory leak in error handling paths If 'vmbusestablishgpadl' fails, the recv|sendgpadl will not be updated and 'hvuiocleanup' in the error handling path will not be able to free the corresponding buffer. In su...

5.5CVSS6.3AI score0.00235EPSS
SaveExploits0References3
OSV
OSV
added 2024/03/01 10:15 p.m.5 views

UBUNTU-CVE-2021-47070

In the Linux kernel, the following vulnerability has been resolved: uiohvgeneric: Fix another memory leak in error handling paths Memory allocated by 'vmbusallocring' at the beginning of the probe function is never freed in the error handling path. Add the missing 'vmbusfreering' call. Note that ...

5.5CVSS6.2AI score0.00228EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2024/02/29 11:2 a.m.25 views

CVE-2021-47049

In the Linux kernel, the following vulnerability has been resolved: Drivers: hv: vmbus: Use after free in vmbusopen The "openinfo" variable is added to the connection.chnmsglist, but the error handling frees "openinfo" without removing it from the list. This will result in a use after free. First...

6CVSS7.6AI score0.00227EPSS
SaveExploits0References4
Prion
Prion
added 2024/02/28 9:15 a.m.28 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: Drivers: hv: vmbus: Use after free in vmbusopen The "openinfo" variable is added to the &vmbusconnection.chnmsglist, but the error handling frees "openinfo" without removing it from the list. This will result in a use after free...

7.1AI score0.00227EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/02/28 9:15 a.m.27 views

CVE-2021-47049

In the Linux kernel, the following vulnerability has been resolved: Drivers: hv: vmbus: Use after free in vmbusopen The "openinfo" variable is added to the &vmbusconnection.chnmsglist, but the error handling frees "openinfo" without removing it from the list. This will result in a use after free...

7.8CVSS6.4AI score0.00227EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/02/28 8:13 a.m.18 views

CVE-2021-47049 Drivers: hv: vmbus: Use after free in __vmbus_open()

In the Linux kernel, the following vulnerability has been resolved: Drivers: hv: vmbus: Use after free in vmbusopen The "openinfo" variable is added to the &vmbusconnection.chnmsglist, but the error handling frees "openinfo" without removing it from the list. This will result in a use after free...

6.8AI score0.00227EPSS
SaveExploits0References4
CVE
CVE
added 2024/02/28 8:13 a.m.4671 views

CVE-2021-47049

CVE-2021-47049 affects the Linux kernel driver hv: vmbus. The vulnerability is a use-after-free in __vmbus_open() caused by freeing open_info without removing it from the vmbus_connection. The fix is to remove open_info from the chn_msg_list before freeing it (explicit in the advisory). Impact is...

7.8CVSS6.7AI score0.00227EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2024/02/28 8:13 a.m.36 views

CVE-2021-47049

In the Linux kernel, the following vulnerability has been resolved: Drivers: hv: vmbus: Use after free in vmbusopen The "openinfo" variable is added to the &vmbusconnection.chnmsglist, but the error handling frees "openinfo" without removing it from the list. This will result in a use after free...

7.8CVSS7.6AI score0.00227EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2023/11/14 3:46 p.m.5 views

kernel: HV: hv_balloon: fix memory leak with using debugfs_lookup()

In the Linux kernel, the following vulnerability has been resolved: HV: hvballoon: fix memory leak with using debugfslookup When calling debugfslookup the result must have dput called on it, otherwise the memory will leak over time. To make things simpler, just call debugfslookupandremove instead...

5.5CVSS6.3AI score0.00197EPSS
SaveExploits0References5
Openbugbounty
Openbugbounty
added 2023/07/16 4:14 p.m.6 views

hv-maarakennus.fi Cross Site Scripting vulnerability OBB-3519902

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.1AI score
SaveExploits0
SUSE CVE
SUSE CVE
added 2023/02/15 4:5 a.m.5 views

SUSE CVE-2019-20919

An issue was discovered in the DBI module before 1.643 for Perl. The hvfetch documentation requires checking for NULL and the code does that. But, shortly thereafter, it calls SvOKprofile, causing a NULL pointer dereference...

7.5CVSS7.2AI score0.00505EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2023/02/02 12:0 a.m.23 views

PT-2025-13313 · Linux +5 · Linux Kernel +5

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A memory leak issue has been identified in the Linux kernel, specifically in the hv balloon component when using the debugfs lookup function. The issue arises because the result of...

8.8CVSS7.8AI score0.16642EPSS
SaveExploits11References579
RedHat Linux
RedHat Linux
added 2023/01/23 3:21 p.m.184 views

Important: Red Hat Security Advisory: kernel security and bug fix update

An update for kernel is now available for Red Hat Enterprise Linux 9. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from th...

7.8CVSS6.8AI score0.21314EPSS
SaveExploits1References7
Rows per page
Query Builder