Lucene search
+L

4832 matches found

Code423n4
Code423n4
added 2022/09/08 12:00 a.m.19 views

No validation on wcanto may lead into lock deposit because of arbitrary address in deposit call

Lines of code Vulnerability details No validation on wcanto may lead into lock deposit because of arbitrary address in deposit call Impact Address wcanto is not being validated. In case of wrong deployment, function swapExactCANTOForTokens will lock ether in a wrong contract. Consideration...

6.9AI score
SaveExploits0
OSV
OSV
added 2022/09/06 6:15 p.m.9 views

CVE-2022-26451

In ged, there is a possible use after free due to improper locking. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation. Patch ID: ALPS07202966; Issue ID: ALPS07202966...

6.7CVSS5.9AI score0.00085EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2022/09/06 6:15 p.m.6 views

CVE-2022-26451

In ged, there is a possible use after free due to improper locking. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation. Patch ID: ALPS07202966; Issue ID: ALPS07202966...

6.7CVSS6.9AI score0.00085EPSS
SaveExploits0References2
NVD
NVD
added 2022/09/06 6:15 p.m.21 views

CVE-2022-26451

In ged, there is a possible use after free due to improper locking. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation. Patch ID: ALPS07202966; Issue ID: ALPS07202966...

6.7CVSS0.00085EPSS
SaveExploits0References1
Prion
Prion
added 2022/09/06 6:15 p.m.25 views

Design/Logic Flaw

In ged, there is a possible use after free due to improper locking. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation. Patch ID: ALPS07202966; Issue ID: ALPS07202966...

4CVSS6.8AI score0.00085EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2022/09/06 5:19 p.m.30 views

CVE-2022-26451

In ged, there is a possible use after free due to improper locking. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation. Patch ID: ALPS07202966; Issue ID: ALPS07202966...

7AI score0.00085EPSS
SaveExploits0References1
CVE
CVE
added 2022/09/06 5:19 p.m.62 views

CVE-2022-26451

In ged, a use-after-free due to improper locking is described, enabling local escalation to SYSTEM privileges with no user interaction required. Patch ID ALPS07202966 (Issue ALPS07202966) is noted as the remediation; exploitation status is not detailed in the provided documents.

6.7CVSS6.7AI score0.00085EPSS
SaveExploits0References1Affected Software1
Positive Technologies
Positive Technologies
added 2022/09/06 12:00 a.m.16 views

PT-2022-17862 · Ged · Ged

Name of the Vulnerable Software and Affected Versions: ged affected versions not specified Description: The issue is related to a possible use after free due to improper locking, which could lead to local escalation of privilege. System execution privileges are needed for exploitation, and user...

6.7CVSS6.6AI score0.00085EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2022/09/06 12:00 a.m.16 views

MediaTek 芯片资源管理错误漏洞

MediaTek chips are a variety of chips from MediaTek, a Chinese company called MediaTek. A security vulnerability exists in the ged module of the MediaTek chips, which stems from improper locking and use after free. This could result in a local privilege escalation that requires system execution...

6.7CVSS6.8AI score0.00085EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2022/09/01 2:21 p.m.12 views

mariadb: improper locking due to the unreleased lock in extra/mariabackup/ds_compress.cc

MariaDB Server before 10.7 is vulnerable to Denial of Service. In extra/mariabackup/dscompress.cc, when an error occurs pthreadcreate returns a nonzero value while executing the method createworkerthreads, the held lock is not released correctly, which allows local users to trigger a denial of...

5.5CVSS7.3AI score0.00221EPSS
SaveExploits0References4
OPENSUSE Linux
OPENSUSE Linux
added 2022/09/01 12:00 a.m.71 views

Security update for the Linux Kernel (important)

openSUSE Security Update: Security update for the Linux Kernel Announcement ID: openSUSE-SU-2022:2177-1 Rating: important References: 1055117 1061840 1065729 1103269 1118212 1153274 1154353 1156395 1158266 1167773 1176447 1177282 1178134 1180100 1183405 1188885 1195826 1196426 1196478 1196570...

8.4CVSS7.2AI score0.06451EPSS
SaveExploits11References62
Debian CVE
Debian CVE
added 2022/08/29 2:03 p.m.44 views

CVE-2022-0480

A flaw was found in the filelockinit in fs/locks.c function in the Linux kernel. This issue can lead to host memory exhaustion due to memcg not limiting the number of Portable Operating System Interface POSIX file locks...

5.5CVSS6.7AI score0.00289EPSS
SaveExploits0
OpenVAS
OpenVAS
added 2022/08/26 12:00 a.m.34 views

Ubuntu: Security Advisory (USN-395-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2022 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...

7.5CVSS6.8AI score0.04722EPSS
SaveExploits3References2
ATTACKERKB
ATTACKERKB
added 2022/08/25 6:15 p.m.7 views

CVE-2022-2959

A race condition was found in the Linux kernel's watch queue due to a missing lock in piperesizering. The specific flaw exists within the handling of pipe buffers. The issue results from the lack of proper locking when performing operations on an object. This flaw allows a local user to crash the...

7CVSS6.1AI score0.0038EPSS
SaveExploits0References4
Code423n4
Code423n4
added 2022/08/15 12:00 a.m.10 views

Unsafe typecasting can lead to tokens being locked in the contract

Lines of code Vulnerability details Impact In the createLock function the amount is calculated by casting the uint256 value to int128 in an unsafe way. Specifically the locked.amount is calculated as: locked.amount += int128int256value; could result in a negative value for locked.amount. For...

6.7AI score
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2022/08/11 3:15 p.m.9 views

CVE-2022-20376

In trustylogseqstart of trusty-log.c, there is a possible use after free due to improper locking. 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.7CVSS5.9AI score0.00083EPSS
SaveExploits0References2
Prion
Prion
added 2022/08/11 3:15 p.m.25 views

Design/Logic Flaw

In trustylogseqstart of trusty-log.c, there is a possible use after free due to improper locking. 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:...

4CVSS6.8AI score0.00083EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2022/08/11 3:01 p.m.36 views

CVE-2022-20376

In trustylogseqstart of trusty-log.c, there is a possible use after free due to improper locking. 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:...

7AI score0.00083EPSS
SaveExploits0References1
OSV
OSV
added 2022/08/11 7:15 a.m.13 views

SUSE-SU-2022:2781-1 Security update for the Linux Kernel (Live Patch 27 for SLE 15 SP2)

This update for the Linux Kernel 5.3.18-15020024115 fixes several issues. The following security issues were fixed: - CVE-2022-1679: Fixed a use-after-free in the Atheros wireless driver in the way a user forces the ath9khtcwaitfortarget function to fail with some input messages bsc1199487. -...

7.8CVSS7.5AI score0.00813EPSS
SaveExploits2References5
OSV
OSV
added 2022/08/11 2:33 a.m.10 views

SUSE-SU-2022:2779-1 Security update for the Linux Kernel (Live Patch 26 for SLE 15 SP2)

This update for the Linux Kernel 5.3.18-15020024112 fixes several issues. The following security issues were fixed: - CVE-2022-1679: Fixed a use-after-free in the Atheros wireless driver in the way a user forces the ath9khtcwaitfortarget function to fail with some input messages bsc1199487. -...

7.8CVSS7.5AI score0.00813EPSS
SaveExploits2References5
Rows per page
Query Builder