Lucene search
+L

3856 matches found

OSV
OSV
added 2020/11/24 5:15 p.m.3 views

DEBIAN-CVE-2020-29040

An issue was discovered in Xen through 4.14.x allowing x86 HVM guest OS users to cause a denial of service stack corruption, cause a data leak, or possibly gain privileges because of an off-by-one error. NOTE: this issue is caused by an incorrect fix for CVE-2020-27671...

8.8CVSS8.4AI score0.00377EPSS
SaveExploits0References1
OSV
OSV
added 2020/11/24 5:15 p.m.9 views

ALPINE-CVE-2020-29040

An issue was discovered in Xen through 4.14.x allowing x86 HVM guest OS users to cause a denial of service stack corruption, cause a data leak, or possibly gain privileges because of an off-by-one error. NOTE: this issue is caused by an incorrect fix for CVE-2020-27671...

8.8CVSS7.1AI score0.00377EPSS
SaveExploits0References1
OSV
OSV
added 2020/11/24 5:15 p.m.5 views

UBUNTU-CVE-2020-29040

An issue was discovered in Xen through 4.14.x allowing x86 HVM guest OS users to cause a denial of service stack corruption, cause a data leak, or possibly gain privileges because of an off-by-one error. NOTE: this issue is caused by an incorrect fix for CVE-2020-27671...

8.8CVSS7.3AI score0.00377EPSS
SaveExploits0References3
Prion
Prion
added 2020/11/24 5:15 p.m.21 views

Design/Logic Flaw

An issue was discovered in Xen through 4.14.x allowing x86 HVM guest OS users to cause a denial of service stack corruption, cause a data leak, or possibly gain privileges because of an off-by-one error. NOTE: this issue is caused by an incorrect fix for CVE-2020-27671...

4.6CVSS7.6AI score0.00377EPSS
SaveExploits0References3Affected Software1
UbuntuCve
UbuntuCve
added 2020/11/24 5:15 p.m.25 views

CVE-2020-29040

An issue was discovered in Xen through 4.14.x allowing x86 HVM guest OS users to cause a denial of service stack corruption, cause a data leak, or possibly gain privileges because of an off-by-one error. NOTE: this issue is caused by an incorrect fix for CVE-2020-27671...

8.8CVSS7.2AI score0.00377EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2020/11/24 4:07 p.m.58 views

CVE-2020-29040

An issue was discovered in Xen through 4.14.x allowing x86 HVM guest OS users to cause a denial of service stack corruption, cause a data leak, or possibly gain privileges because of an off-by-one error. NOTE: this issue is caused by an incorrect fix for CVE-2020-27671...

8.8CVSS7.6AI score0.00377EPSS
SaveExploits0
CVE
CVE
added 2020/11/24 4:07 p.m.86 views

CVE-2020-29040

Xen up to 4.14.x contains an off-by-one error introduced by an incorrect fix for CVE-2020-27671, allowing local x86 HVM guest OS users to cause denial of service (stack corruption), data leakage, or privilege escalation. Affected component: Xen hypervisor (x86 HVM path). Root cause: a diff-one/of...

8.8CVSS7.6AI score0.00377EPSS
SaveExploits0References3Affected Software1
Tenable Nessus
Tenable Nessus
added 2020/11/12 12:00 a.m.14 views

Oracle Linux 8 : cyrus-sasl (ELSA-2020-4497)

The remote Oracle Linux 8 host has packages installed that are affected by a vulnerability as referenced in the ELSA-2020-4497 advisory. - Backport fix for CVE-2019-19906 Tenable has extracted the preceding description block directly from the Oracle Linux security advisory. Note that Nessus has n...

7.5CVSS7.5AI score0.08036EPSS
SaveExploits1References2
RedHat Linux
RedHat Linux
added 2020/11/04 2:13 a.m.10 views

cyrus-sasl: denial of service in _sasl_add_string function

cyrus-sasl aka Cyrus SASL 2.1.27 has an out-of-bounds write leading to unauthenticated remote denial-of-service in OpenLDAP via a malformed LDAP packet. The OpenLDAP crash is ultimately caused by an off-by-one error in sasladdstring in common.c in cyrus-sasl...

7.5CVSS7.2AI score0.08036EPSS
SaveExploits1References4
RedHat Linux
RedHat Linux
added 2020/11/04 1:45 a.m.11 views

squid: Off-by-one error in addStackElement allows for heap buffer overflow and crash

A flaw was found in squid. When Squid is parsing ESI, it keeps the ESI elements in ESIContext. ESIContext contains a buffer for holding a stack of ESIElements. When a new ESIElement is parsed, it is added via addStackElement. addStackElement has a check for the number of elements in this buffer,...

5.9CVSS5.9AI score0.05765EPSS
SaveExploits0References5
Gitee
Gitee
added 2020/09/21 10:52 a.m.4 views

sploitfun-linux-x86-exp-tut-zh

This is a Linux x86 exploit development tutorial series. The series covers various topics such as buffer overflow, integer overflow, off-by-one vulnerability, return-to-libc, and ASLR bypass. The tutorials are written in Chinese and translated into English. The series includes chapters on: 1...

7.2AI score
SaveExploits0
OSV
OSV
added 2020/09/03 12:00 p.m.67 views

RUSTSEC-2020-0039 `index()` allows out-of-bound read and `remove()` has off-by-one error

Slab::index does not perform the boundary checking, which leads to out-of-bound read access. Slab::remove copies an element from an invalid address due to off-by-one error, resulting in memory leakage and uninitialized memory drop...

9.1CVSS8.1AI score0.0151EPSS
SaveExploits0References3
RustSec
RustSec
added 2020/09/03 12:00 p.m.28 views

`index()` allows out-of-bound read and `remove()` has off-by-one error

Slab::index does not perform the boundary checking, which leads to out-of-bound read access. Slab::remove copies an element from an invalid address due to off-by-one error, resulting in memory leakage and uninitialized memory drop...

9.1CVSS3.3AI score0.0151EPSS
SaveExploits0Affected Software1
Hacker One
Hacker One
added 2020/08/26 7:17 a.m.35 views

Open-Xchange: Buffer overread off by one in `rpa_read_buffer`, incomplete fix for CVE-2020-12674

In function rpareadbuffer, the condition in if p end return 0; len = p++; is not strict enough It should be if p = end return 0; len = p++; The fix from https://github.com/dovecot/core/commit/69ad3c902ea4bbf9f21ab1857d8923f975dc6145 is not enough The ASAN stack trace is...

5CVSS7.3AI score0.06187EPSS
SaveExploits1
OSV
OSV
added 2020/08/25 2:15 p.m.9 views

CVE-2020-14508

GateManager versions prior to 9.2c, The affected product is vulnerable to an off-by-one error, which may allow an attacker to remotely execute arbitrary code or cause a denial-of-service condition...

9.8CVSS7.5AI score0.02017EPSS
SaveExploits0References1
NVD
NVD
added 2020/08/25 2:15 p.m.30 views

CVE-2020-14508

GateManager versions prior to 9.2c, The affected product is vulnerable to an off-by-one error, which may allow an attacker to remotely execute arbitrary code or cause a denial-of-service condition...

9.8CVSS9.2AI score0.02017EPSS
SaveExploits0References1
Prion
Prion
added 2020/08/25 2:15 p.m.34 views

Race condition

GateManager versions prior to 9.2c, The affected product is vulnerable to an off-by-one error, which may allow an attacker to remotely execute arbitrary code or cause a denial-of-service condition...

7.5CVSS9.6AI score0.02017EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2020/08/25 1:15 p.m.40 views

CVE-2020-14508 OFF-BY-ONE ERROR CWE-193

GateManager versions prior to 9.2c, The affected product is vulnerable to an off-by-one error, which may allow an attacker to remotely execute arbitrary code or cause a denial-of-service condition...

8.1CVSS9.6AI score0.02017EPSS
SaveExploits0References1
CVE
CVE
added 2020/08/25 1:15 p.m.77 views

CVE-2020-14508

CVE-2020-14508 is an off-by-one error in Secomea GateManager prior to version 9.2c that could allow an unauthenticated remote attacker to cause a remote code execution or a denial-of-service condition. Devices affected are GateManager VPN servers (pre-9.2c). The issue is part of a broader set of ...

9.8CVSS9.1AI score0.02017EPSS
SaveExploits0References1Affected Software1
Microsoft CVE
Microsoft CVE
added 2020/08/18 7:00 a.m.6 views

cyrus-sasl (aka Cyrus SASL) 2.1.27 has an out-of-bounds write leading to unauthenticated remote denial-of-service in OpenLDAP via a malformed LDAP packet. The OpenLDAP crash is ultimately caused by an off-by-one error in _sasl_add_string in common.c in cyrus-sasl.

...

7.5CVSS7.7AI score0.08036EPSS
SaveExploits1
Rows per page
Query Builder