Lucene search
+L

15829 matches found

OSV
OSV
added 2024/03/06 11:06 a.m.56 views

BIT-PHP-2020-7068 Use of freed hash key in the phar_parse_zipfile function

In PHP versions 7.2.x below 7.2.33, 7.3.x below 7.3.21 and 7.4.x below 7.4.9, while processing PHAR files using phar extension, pharparsezipfile could be tricked into accessing freed memory, which could lead to a crash or information disclosure...

4.8CVSS4.9AI score0.01661EPSS
SaveExploits1References6
OSV
OSV
added 2024/03/06 11:05 a.m.38 views

BIT-PHP-2021-21703 PHP-FPM memory access in root process leading to privilege escalation

In PHP versions 7.3.x up to and including 7.3.31, 7.4.x below 7.4.25 and 8.0.x below 8.0.12, when running PHP FPM SAPI with main FPM daemon process running as root and child worker processes running as lower-privileged users, it is possible for the child processes to access memory shared with the...

7.8CVSS7.5AI score0.01438EPSS
SaveExploits1References13
OSV
OSV
added 2024/03/06 10:56 a.m.31 views

BIT-LUA-2020-24371

lgc.c in Lua 5.4.0 mishandles the interaction between barriers and the sweep phase, leading to a memory access violation involving collectgarbage...

5.3CVSS5.3AI score0.01793EPSS
SaveExploits1References3
Tenable Nessus
Tenable Nessus
added 2024/03/06 12:00 a.m.37 views

Debian dsa-5636 : chromium - security update

The remote Debian 12 host has packages installed that are affected by multiple vulnerabilities as referenced in the dsa-5636 advisory. -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 - ------------------------------------------------------------------------- Debian Security Advisory DSA-5636-1...

8.8CVSS8.5AI score0.13669EPSS
SaveExploits3References8
RedhatCVE
RedhatCVE
added 2024/03/05 5:10 p.m.26 views

CVE-2021-47102

In the Linux kernel, the following vulnerability has been resolved: net: marvell: prestera: fix incorrect structure access In line: upper = info-upperdev; We access upperdev field, which is related only for particular events e.g. event == NETDEVCHANGEUPPER. So, this line cause invalid memory acce...

6CVSS6.6AI score0.00332EPSS
SaveExploits1References4
SUSE CVE
SUSE CVE
added 2024/03/05 4:49 a.m.11 views

SUSE CVE-2021-47078

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Clear all QP fields if creation failed rxeqpdocleanup relies on valid pointer values in QP for the properly created ones, but in case rxeqpfrominit failed it was filled with garbage and caused tot the following error...

5.3CVSS5.9AI score0.00281EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
added 2024/03/05 4:49 a.m.7 views

SUSE CVE-2021-47076

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Return CQE error if invalid lkey was supplied RXE is missing update of WQE status in LOCALWRITE failures. This caused the following kernel panic if someone sent an atomic operation with an explicitly wrong lkey. leonro@...

5.5CVSS6.3AI score0.00228EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
added 2024/03/05 4:31 a.m.4 views

SUSE CVE-2023-52573

In the Linux kernel, the following vulnerability has been resolved: net: rds: Fix possible NULL-pointer dereference In rdsrdmacmeventhandlercmn check, if conn pointer exists before dereferencing it as rdmasetservicetype argument Found by Linux Verification Center linuxtesting.org with SVACE...

5.5CVSS6.1AI score0.00226EPSS
SaveExploits0References6
FreeBSD
FreeBSD
added 2024/03/05 12:00 a.m.36 views

chromium -- multiple security fixes

Chrome Releases reports: This update includes 3 security fixes: 325893559 High CVE-2024-2173: Out of bounds memory access in V8. Reported by 5fceb6172bbf7e2c5a948183b53565b9 on 2024-02-19 325866363 High CVE-2024-2174: Inappropriate implementation in V8. Reported by 5f46f4ee2e17957ba7b39897fb376be...

8.8CVSS7.7AI score0.13669EPSS
SaveExploits3References1
OpenVAS
OpenVAS
added 2024/03/05 12:00 a.m.35 views

CentOS: Security Advisory for tigervnc (CESA-2024:0629)

The remote host is missing an update for the SPDX-FileCopyrightText: 2024 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

9.8CVSS8.9AI score0.02106EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2024/03/05 12:00 a.m.65 views

Google Chrome < 122.0.6261.111 Multiple Vulnerabilities

The version of Google Chrome installed on the remote Windows host is prior to 122.0.6261.111. It is, therefore, affected by multiple vulnerabilities as referenced in the 202403stable-channel-update-for-desktop advisory. - Use after free in FedCM in Google Chrome prior to 122.0.6261.111 allowed a...

8.8CVSS8.3AI score0.13669EPSS
SaveExploits3References7
Positive Technologies
Positive Technologies
added 2024/03/05 12:00 a.m.16 views

PT-2024-21356 · Swftools · Swftools

Name of the Vulnerable Software and Affected Versions: swftools version 0.9.2 Description: The issue is related to a segmentation violation in the function free lines at swftools/lib/modules/swfshape.c. This indicates a potential memory access error that could lead to unexpected program behavior ...

5.5CVSS6.9AI score0.00275EPSS
SaveExploits1References9
Google Chrome Security Advisories
Google Chrome Security Advisories
added 2024/03/05 12:00 a.m.113 views

Stable Channel Update for ChromeOS / ChromeOS Flex

The Stable channel is being updated to 122.0.6045.214 Platform version: 15753.38.0 for most ChromeOS devices and will be rolled out over the coming days. This build contains a number of bug fixes and security updates. If you find new issues, please let us know one of the following ways: File a bu...

9.8CVSS8.3AI score0.95086EPSS
SaveExploits31Affected Software1
NVD
NVD
added 2024/03/04 6:15 p.m.25 views

CVE-2021-47102

In the Linux kernel, the following vulnerability has been resolved: net: marvell: prestera: fix incorrect structure access In line: upper = info-upperdev; We access upperdev field, which is related only for particular events e.g. event == NETDEVCHANGEUPPER. So, this line cause invalid memory acce...

7.1CVSS7.4AI score0.00332EPSS
SaveExploits1References2
OSV
OSV
added 2024/03/04 6:15 p.m.2 views

DEBIAN-CVE-2021-47102

In the Linux kernel, the following vulnerability has been resolved: net: marvell: prestera: fix incorrect structure access In line: upper = info-upperdev; We access upperdev field, which is related only for particular events e.g. event == NETDEVCHANGEUPPER. So, this line cause invalid memory acce...

7.1CVSS5.6AI score0.00332EPSS
SaveExploits1References1
OSV
OSV
added 2024/03/04 6:15 p.m.6 views

CVE-2021-47102

In the Linux kernel, the following vulnerability has been resolved: net: marvell: prestera: fix incorrect structure access In line: upper = info-upperdev; We access upperdev field, which is related only for particular events e.g. event == NETDEVCHANGEUPPER. So, this line cause invalid memory acce...

7.1CVSS7.4AI score
SaveExploits0References2
Prion
Prion
added 2024/03/04 6:15 p.m.14 views

Design/Logic Flaw

In the Linux kernel, the following vulnerability has been resolved: net: marvell: prestera: fix incorrect structure access In line: upper = info-upperdev; We access upperdev field, which is related only for particular events e.g. event == NETDEVCHANGEUPPER. So, this line cause invalid memory acce...

7.4AI score0.00332EPSS
SaveExploits1References2
OSV
OSV
added 2024/03/04 6:15 p.m.9 views

UBUNTU-CVE-2021-47102

In the Linux kernel, the following vulnerability has been resolved: net: marvell: prestera: fix incorrect structure access In line: upper = info-upperdev; We access upperdev field, which is related only for particular events e.g. event == NETDEVCHANGEUPPER. So, this line cause invalid memory acce...

7.1CVSS6.1AI score0.00332EPSS
SaveExploits1References5
UbuntuCve
UbuntuCve
added 2024/03/04 6:15 p.m.24 views

CVE-2021-47102

In the Linux kernel, the following vulnerability has been resolved: net: marvell: prestera: fix incorrect structure access In line: upper = info-upperdev; We access upperdev field, which is related only for particular events e.g. event == NETDEVCHANGEUPPER. So, this line cause invalid memory acce...

7.1CVSS6.3AI score0.00332EPSS
SaveExploits1References4
Cvelist
Cvelist
added 2024/03/04 6:10 p.m.38 views

CVE-2021-47102 net: marvell: prestera: fix incorrect structure access

In the Linux kernel, the following vulnerability has been resolved: net: marvell: prestera: fix incorrect structure access In line: upper = info-upperdev; We access upperdev field, which is related only for particular events e.g. event == NETDEVCHANGEUPPER. So, this line cause invalid memory acce...

7.1CVSS7.6AI score0.00332EPSS
SaveExploits1References2
Rows per page
Query Builder