Lucene search
+L

664 matches found

RustSec
RustSec
added 2021/01/10 12:0 p.m.29 views

panic safety issue in `impl TransformContent<S, D> for [S; (2|3|4)]`

Affected versions of this crate did not guard against double drop while temporarily duplicating objects' ownership using ptr::read. Upon panic in a user-provided function conversion, objects that are copied by ptr::read are dropped twice, leading to memory corruption. The flaw was corrected in...

7.5CVSS2.1AI score0.01327EPSS
SaveExploits1Affected Software1
RustSec
RustSec
added 2021/01/04 12:0 p.m.24 views

EventList's From<EventList> conversions can double drop on panic.

Affected versions of this crate read from a container using ptr::read in From, and then call a user specified Into function. This issue can result in a double-free if the user provided function panics...

7.5CVSS2.9AI score0.01327EPSS
SaveExploits1Affected Software1
OSV
OSV
added 2021/01/04 12:0 p.m.45 views

RUSTSEC-2021-0011 EventList's From<EventList> conversions can double drop on panic.

Affected versions of this crate read from a container using ptr::read in From, and then call a user specified Into function. This issue can result in a double-free if the user provided function panics...

7.5CVSS7.4AI score0.01327EPSS
SaveExploits1References3
OSV
OSV
added 2020/12/10 12:0 p.m.21 views

RUSTSEC-2020-0148 Multiple soundness issues in `Ptr`

Affected versions of this crate have the following issues: 1. Ptr implements Send and Sync for all types, this can lead to data races by sending non-thread safe types across threads. 2. Ptr::get violates mutable alias rules by returning multiple mutable references to the same object. 3. Ptr::writ...

5.9CVSS5.5AI score0.00978EPSS
SaveExploits3References3
OSV
OSV
added 2020/12/10 12:0 p.m.37 views

RUSTSEC-2020-0097 Soundness issue with base::Error

base::Error type contains public field named ptr. With this definition, it is possible to create a base::Error with an invalid pointer and trigger memory safety errors such as use-after-free or double-free with safe Rust. The users of xcb crate are advised not to manipulate the field...

5.5CVSS5.5AI score0.00401EPSS
SaveExploits1References3
RustSec
RustSec
added 2020/12/10 12:0 p.m.21 views

Soundness issue with base::Error

base::Error type contains public field named ptr. With this definition, it is possible to create a base::Error with an invalid pointer and trigger memory safety errors such as use-after-free or double-free with safe Rust. The users of xcb crate are advised not to manipulate the field...

5.5CVSS2AI score0.00401EPSS
SaveExploits1Affected Software1
RustSec
RustSec
added 2020/12/10 12:0 p.m.18 views

Multiple soundness issues in `Ptr`

Affected versions of this crate have the following issues: 1. Ptr implements Send and Sync for all types, this can lead to data races by sending non-thread safe types across threads. 2. Ptr::get violates mutable alias rules by returning multiple mutable references to the same object. 3. Ptr::writ...

5.9CVSS2AI score0.00978EPSS
SaveExploits2
UbuntuCve
UbuntuCve
added 2020/12/07 12:0 a.m.36 views

CVE-2020-27830

A vulnerability was found in Linux Kernel where in the spkttyioreceivebuf2 function, it would dereference spkttyiosynth without checking whether it is NULL or not, and may lead to a NULL-ptr deref crash...

5.5CVSS6.6AI score0.00303EPSS
SaveExploits0References7
Veracode
Veracode
added 2020/11/11 4:36 a.m.25 views

Prototype Pollution

json-ptr is vulnerable to prototype pollution. An attacker is able to inject arbitrary properties into existing construct prototypes...

9.8CVSS3.5AI score0.01902EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2020/11/10 4:15 p.m.25 views

CVE-2020-7766

This affects all versions of package json-ptr. The issue occurs in the set operation https://flitbit.github.io/json-ptr/classes/srcpointer.jsonpointer.htmlset when the force flag is set to true. The function recursively set the property in the target object, however it does not properly check the...

9.8CVSS6.5AI score0.01902EPSS
SaveExploits1References3
NVD
NVD
added 2020/11/10 4:15 p.m.37 views

CVE-2020-7766

This affects all versions of package json-ptr. The issue occurs in the set operation https://flitbit.github.io/json-ptr/classes/srcpointer.jsonpointer.htmlset when the force flag is set to true. The function recursively set the property in the target object, however it does not properly check the...

9.8CVSS7.2AI score0.01902EPSS
SaveExploits1References3
Prion
Prion
added 2020/11/10 4:15 p.m.26 views

Code injection

This affects all versions of package json-ptr. The issue occurs in the set operation https://flitbit.github.io/json-ptr/classes/srcpointer.jsonpointer.htmlset when the force flag is set to true. The function recursively set the property in the target object, however it does not properly check the...

7.5CVSS9.2AI score0.01902EPSS
SaveExploits1References3Affected Software1
Cvelist
Cvelist
added 2020/11/10 3:35 p.m.53 views

CVE-2020-7766 Prototype Pollution

This affects all versions of package json-ptr. The issue occurs in the set operation https://flitbit.github.io/json-ptr/classes/srcpointer.jsonpointer.htmlset when the force flag is set to true. The function recursively set the property in the target object, however it does not properly check the...

7.3CVSS7.2AI score0.01902EPSS
SaveExploits1References3
CVE
CVE
added 2020/11/10 3:35 p.m.77 views

CVE-2020-7766

The CVE-2020-7766 issue affects the json-ptr package and is triggered in the set operation when the force flag is true. The vulnerable path recursively sets properties on the target object but does not adequately validate the key, enabling prototype pollution. Affected versions are before 3.0.0, ...

9.8CVSS7.1AI score0.01902EPSS
SaveExploits1References3Affected Software1
RedHat Linux
RedHat Linux
added 2020/11/10 1:37 p.m.396 views

Moderate: Red Hat Security Advisory: kernel security and bug fix update

An update for kernel is now available for Red Hat Enterprise Linux 7. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the...

7.2CVSS6.8AI score0.00563EPSS
SaveExploits1References3
Positive Technologies
Positive Technologies
added 2020/11/10 12:0 a.m.13 views

PT-2020-19778 · Json Ptr · Json-Ptr

Name of the Vulnerable Software and Affected Versions: json-ptr versions prior to 2.1.0 Description: The issue occurs in the set operation when the force flag is set to true. The function recursively sets the property in the target object, however it does not properly check the key being set,...

9.8CVSS9.2AI score0.01902EPSS
SaveExploits1References13
Amazon
Amazon
added 2020/10/27 12:0 a.m.48 views

Low: libwmf

Issue Overview: No CVE associated with this advisory Affected Packages: libwmf Note: This advisory is applicable to Amazon Linux 2 AL2 Core repository. Visit this FAQ section for the difference between AL2 Core and AL2 Extras advisories. Issue Correction: Run yum update libwmf or yum update...

9.8CVSS9.7AI score0.04416EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2020/08/12 12:0 a.m.20 views

Fedora 32 : libmetalink (2020-c3ca827d31)

Patched null ptr dereference Note that Tenable Network Security has extracted the preceding description block directly from the Fedora update system website. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues. C Tenable Network...

5.5AI score
SaveExploits0References1
OpenVAS
OpenVAS
added 2020/06/17 12:0 a.m.14 views

openSUSE: Security Advisory for libupnp (openSUSE-SU-2020:0805-1)

The remote host is missing an update for the Copyright C 2020 Greenbone Networks GmbH 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-or-later This program is free software; you can...

7.5CVSS7.5AI score0.03469EPSS
SaveExploits0References2
OPENSUSE Linux
OPENSUSE Linux
added 2020/06/16 12:0 a.m.32 views

Security update for libupnp (moderate)

openSUSE Security Update: Security update for libupnp Announcement ID: openSUSE-SU-2020:0821-1 Rating: moderate References: 1172625 Cross-References: CVE-2020-13848 Affected Products: openSUSE Backports SLE-15-SP1 An update that fixes one vulnerability is now available. Description: This update f...

7.5CVSS7.3AI score0.03469EPSS
SaveExploits0References1
Rows per page
Query Builder