Lucene search
+L

1603 matches found

ATTACKERKB
ATTACKERKB
added 2021/05/24 12:00 a.m.27 views

CVE-2021-29256

. The Arm Mali GPU kernel driver allows an unprivileged user to achieve access to freed memory, leading to information disclosure or root privilege escalation. This affects Bifrost r16p0 through r29p0 before r30p0, Valhall r19p0 through r29p0 before r30p0, and Midgard r28p0 through r30p0. Recent...

9CVSS6.4AI score0.02988EPSS
SaveIn wildExploits0References2
UbuntuCve
UbuntuCve
added 2021/05/24 12:00 a.m.47 views

CVE-2021-29256

. The Arm Mali GPU kernel driver allows an unprivileged user to achieve access to freed memory, leading to information disclosure or root privilege escalation. This affects Bifrost r16p0 through r29p0 before r30p0, Valhall r19p0 through r29p0 before r30p0, and Midgard r28p0 through r30p0. Notes...

9CVSS7.6AI score0.02988EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2021/05/10 12:00 a.m.6 views

PT-2024-11092 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A memory leak has been identified in the Linux kernel's ACPI scan functionality. The issue arises when the acpi device set name function fails, resulting in a potential memory leak if...

5.5CVSS8.4AI score0.00249EPSS
SaveExploits0References28
OSV
OSV
added 2021/04/19 9:15 p.m.3 views

DEBIAN-CVE-2021-3497

GStreamer before 1.18.4 might access already-freed memory in error code paths when demuxing certain malformed Matroska files...

7.8CVSS7.6AI score0.01219EPSS
SaveExploits0References1
OSV
OSV
added 2021/04/19 12:00 a.m.16 views

UBUNTU-CVE-2021-23995

When Responsive Design Mode was enabled, it used references to objects that were previously freed. We presume that with enough effort this could have been exploited to run arbitrary code. This vulnerability affects Firefox ESR 78.10, Thunderbird 78.10, and Firefox 88...

8.8CVSS7AI score0.01214EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2021/04/14 8:09 a.m.26 views

CVE-2021-3497

GStreamer before 1.18.4 might access already-freed memory in error code paths when demuxing certain malformed Matroska files...

7.8CVSS2.5AI score0.01219EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2021/04/12 12:00 a.m.35 views

CVE-2022-24070

Subversion's moddavsvn is vulnerable to memory corruption. While looking up path-based authorization rules, moddavsvn servers may attempt to use memory which has already been freed. Affected Subversion moddavsvn servers 1.10.0 through 1.14.1 inclusive. Servers that do not use moddavsvn are not...

7.5CVSS6.8AI score0.09473EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2021/04/12 12:00 a.m.5 views

PT-2021-7366 · Apache +10 · Subversion +11

Name of the Vulnerable Software and Affected Versions: Subversion mod dav svn versions 1.10.0 through 1.14.1 Description: The issue is related to memory corruption in Subversion's mod dav svn. It occurs when mod dav svn servers attempt to use memory that has already been freed while looking up...

8.2CVSS5.2AI score0.09473EPSS
SaveExploits2References90
Positive Technologies
Positive Technologies
added 2021/04/09 12:00 a.m.8 views

PT-2024-11143 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A memory leak issue has been resolved in the Linux kernel, specifically in the crypto: sun8i-ss module. The problem occurs due to several failure return paths that do not free the pad,...

5.5CVSS6.5AI score0.00236EPSS
SaveExploits0References21
CNNVD
CNNVD
added 2021/04/07 12:00 a.m.5 views

Linux kernel 资源管理错误漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. Linux kernel has a security vulnerability that can be exploited by an attacker who can force the use of a freed memory area via the noisy Linux kernel's ioctl to trigger a deni...

7.8CVSS6.6AI score0.00361EPSS
SaveExploits0References26
OSV
OSV
added 2021/02/19 12:00 p.m.25 views

RUSTSEC-2021-0028 Multiple memory safety issues in insert_row

When inserting rows from an iterator at a particular index, toodee would shift items over, duplicating their ownership. The space reserved for the new elements was based on the len returned by the ExactSizeIterator. This could result in elements in the array being freed twice if the iterator...

9.8CVSS8.5AI score0.01167EPSS
SaveExploits0References3
OSV
OSV
added 2021/02/09 12:00 p.m.31 views

RUSTSEC-2021-0044 Use after free possible in `uri::Formatter` on panic

Affected versions of this crate transmuted a &str to a &'static str before pushing it into a StackVec, this value was then popped later in the same function. This was assumed to be safe because the reference would be valid while the method's stack was active. In between the push and the pop,...

7.3CVSS7AI score0.01025EPSS
SaveExploits1References3
OSV
OSV
added 2021/02/09 12:00 p.m.33 views

RUSTSEC-2021-0022 Use-after-free in `subscript_next` and `subscript_prev` wrappers

Affected versions of this crate had an unsound implementation which could pass a pointer to freed memory to ydbsubscriptnextst and ydbsubscriptprevst if the variable and subscripts did not have enough memory allocated on the first call to hold the next variable in the database. For example, the...

9.8CVSS9.5AI score0.01308EPSS
SaveExploits1References3
RustSec
RustSec
added 2021/02/09 12:00 p.m.36 views

Use-after-free in `subscript_next` and `subscript_prev` wrappers

Affected versions of this crate had an unsound implementation which could pass a pointer to freed memory to ydbsubscriptnextst and ydbsubscriptprevst if the variable and subscripts did not have enough memory allocated on the first call to hold the next variable in the database. For example, the...

9.8CVSS3.2AI score0.01308EPSS
SaveExploits1Affected Software1
OSV
OSV
added 2021/02/03 12:00 p.m.54 views

RUSTSEC-2021-0018 insert_slice_clone can double drop if Clone panics.

Affected versions of this crate used ptr::copy when inserting into the middle of a Vec. When ownership was temporarily duplicated during this copy, it calls the clone method of a user provided element. This issue can result in an element being double-freed if the clone call panics. Commit 20cb73d...

5.3CVSS5AI score0.01359EPSS
SaveExploits1References3
RustSec
RustSec
added 2021/02/03 12:00 p.m.21 views

insert_slice_clone can double drop if Clone panics.

Affected versions of this crate used ptr::copy when inserting into the middle of a Vec. When ownership was temporarily duplicated during this copy, it calls the clone method of a user provided element. This issue can result in an element being double-freed if the clone call panics. Commit 20cb73d...

5.3CVSS3AI score0.01359EPSS
SaveExploits1Affected Software1
Veracode
Veracode
added 2020/12/31 5:02 p.m.29 views

Denial Of Service (DoS)

xen is vulnerable to denial of service DoS. The vulnerability exists through when acting upon a guest XSRESETWATCHES request, and not all tracking information is freed, through an unbounded memory usage in oxenstored...

5.5CVSS3AI score0.004EPSS
SaveExploits0References7Affected Software1
CNVD
CNVD
added 2020/12/17 12:00 a.m.48 views

Huawei Taurus-AL00A Resource Management Error Vulnerability

Huawei Taurus-AL00A is a smartphone from Huawei of China.Huawei Taurus-AL00A is vulnerable to a resource management error. A module fails to properly process a message, and a function references freed memory. An attacker could use this vulnerability to trick a user into running a carefully...

5.5CVSS2AI score0.00488EPSS
SaveExploits0References1
OSV
OSV
added 2020/12/15 5:15 p.m.3 views

DEBIAN-CVE-2020-29569

An issue was discovered in the Linux kernel through 5.10.1, as used with Xen through 4.14.x. The Linux kernel PV block backend expects the kernel thread handler to reset ring-xenblkd to NULL when stopped. However, the handler may not have time to run if the frontend quickly toggles between the...

8.8CVSS6.2AI score0.00388EPSS
SaveExploits0References1
Oracle linux
Oracle linux
added 2020/12/15 12:00 a.m.188 views

Unbreakable Enterprise kernel security update

5.4.17-2036.101.2uek - vt: Disable KDFONTOPCOPY Daniel Vetter Orabug: 32187738 CVE-2020-28974 - pagefrag: Recover from memory pressure Dongli Zhang Orabug: 32177966 - Fonts: Support FONTEXTRAWORDS macros for built-in fonts Peilin Ye Orabug: 32176254 CVE-2020-28915 - fbdev, newportcon: Move...

7CVSS7.6AI score0.05714EPSS
SaveExploits9
Rows per page
Query Builder