Vulnerabilities > Medium

DATE CVE VULNERABILITY TITLE RISK
2024-08-26 CVE-2024-44937 NULL Pointer Dereference vulnerability in Linux Kernel
In the Linux kernel, the following vulnerability has been resolved: platform/x86: intel-vbtn: Protect ACPI notify handler against recursion Since commit e2ffcda16290 ("ACPI: OSL: Allow Notify () handlers to run on all CPUs") ACPI notify handlers like the intel-vbtn notify_handler() may run on multiple CPU cores racing with themselves. This race gets hit on Dell Venue 7140 tablets when undocking from the keyboard, causing the handler to try and register priv->switches_dev twice, as can be seen from the dev_info() message getting logged twice: [ 83.861800] intel-vbtn INT33D6:00: Registering Intel Virtual Switches input-dev after receiving a switch event [ 83.861858] input: Intel Virtual Switches as /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/INT33D6:00/input/input17 [ 83.861865] intel-vbtn INT33D6:00: Registering Intel Virtual Switches input-dev after receiving a switch event After which things go seriously wrong: [ 83.861872] sysfs: cannot create duplicate filename '/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/INT33D6:00/input/input17' ... [ 83.861967] kobject: kobject_add_internal failed for input17 with -EEXIST, don't try to register things with the same name in the same directory. [ 83.877338] BUG: kernel NULL pointer dereference, address: 0000000000000018 ... Protect intel-vbtn notify_handler() from racing with itself with a mutex to fix this.
local
low complexity
linux CWE-476
5.5
2024-08-26 CVE-2024-43884 NULL Pointer Dereference vulnerability in Linux Kernel
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: Add error handling to pair_device() hci_conn_params_add() never checks for a NULL value and could lead to a NULL pointer dereference causing a crash. Fixed by adding error handling in the function.
local
low complexity
linux CWE-476
5.5
2024-08-25 CVE-2024-8152 Cross-site Scripting vulnerability in Rems QR Code Bookmark System 1.0
A vulnerability was found in SourceCodester QR Code Bookmark System 1.0.
network
low complexity
rems CWE-79
5.4
2024-08-25 CVE-2024-8153 Cross-site Scripting vulnerability in Rems QR Code Bookmark System 1.0
A vulnerability was found in SourceCodester QR Code Bookmark System 1.0.
network
low complexity
rems CWE-79
5.4
2024-08-25 CVE-2024-8154 Cross-site Scripting vulnerability in Rems QR Code Bookmark System 1.0
A vulnerability classified as problematic has been found in SourceCodester QR Code Bookmark System 1.0.
network
low complexity
rems CWE-79
5.4
2024-08-25 CVE-2024-8155 SQL Injection vulnerability in Continew Admin 3.2.0
A vulnerability classified as critical was found in ContiNew Admin 3.2.0.
network
low complexity
continew CWE-89
4.9
2024-08-25 CVE-2024-8150 SQL Injection vulnerability in Continew Admin 3.2.0
A vulnerability was found in ContiNew Admin 3.2.0 and classified as critical.
network
low complexity
continew CWE-89
4.9
2024-08-25 CVE-2024-8151 Cross-site Scripting vulnerability in Rems Interactive MAP With Marker 1.0
A vulnerability was found in SourceCodester Interactive Map with Marker 1.0.
network
low complexity
rems CWE-79
5.4
2024-08-25 CVE-2024-8158 Authorization Bypass Through User-Controlled Key vulnerability in 9Front Lib9P
A bug in the 9p authentication implementation within lib9p allows an attacker with an existing valid user within the configured auth server to impersonate any other valid filesystem user. This is due to lib9p not properly verifying that the uname given in the Tauth and Tattach 9p messages matches the client UID returned from the factotum authentication handshake. The only filesystem making use of these functions within the base 9front systems is the experimental hjfs disk filesystem, other disk filesystems (cwfs and gefs) are not affected by this bug. This bug was inherited from Plan 9 and is present in all versions of 9front and is remedied fully in commit 9645ae07eb66a59015e3e118d0024790c37400da.
network
low complexity
9front CWE-639
6.5
2024-08-25 CVE-2023-48957 Unspecified vulnerability in Purevpn 2.0.2
PureVPN Linux client 2.0.2-Productions fails to properly handle DNS queries, allowing them to bypass the VPN tunnel and be sent directly to the ISP or default DNS servers.
network
low complexity
purevpn
5.3