Lucene search
+L

129 matches found

Cvelist
Cvelist
added 2021/02/09 10:7 p.m.33 views

CVE-2021-26955

An issue was discovered in the xcb crate through 2021-02-04 for Rust. It has a soundness violation because xcb::xproto::GetAtomNameReply::name calls std::str::fromutf8unchecked on unvalidated bytes from an X server...

9.7AI score0.01728EPSS
SaveExploits1References1
Debian CVE
Debian CVE
added 2021/02/09 10:7 p.m.57 views

CVE-2021-26955

An issue was discovered in the xcb crate through 2021-02-04 for Rust. It has a soundness violation because xcb::xproto::GetAtomNameReply::name calls std::str::fromutf8unchecked on unvalidated bytes from an X server...

9.8CVSS9.5AI score0.01728EPSS
SaveExploits1
CVE
CVE
added 2021/02/09 10:7 p.m.94 views

CVE-2021-26955

The CVE-2021-26955 issue affects the Rust xcb crate (up to 2021-02-04). Root cause: xcb::xproto::GetAtomNameReply::name() uses std::str::from_utf8_unchecked() on bytes received from an X server without validation, constituting a soundness violation. Documented impacts indicate a potential securit...

9.8CVSS9.3AI score0.01728EPSS
SaveExploits1References1Affected Software1
Cvelist
Cvelist
added 2021/02/09 10:7 p.m.31 views

CVE-2021-26957

An issue was discovered in the xcb crate through 2021-02-04 for Rust. It has a soundness violation because there is an out-of-bounds read in xcb::xproto::changeproperty, as demonstrated by a format=32 T=u8 situation where out-of-bounds bytes are sent to an X server...

9.6AI score0.01754EPSS
SaveExploits1References1
Debian CVE
Debian CVE
added 2021/02/09 10:7 p.m.50 views

CVE-2021-26957

An issue was discovered in the xcb crate through 2021-02-04 for Rust. It has a soundness violation because there is an out-of-bounds read in xcb::xproto::changeproperty, as demonstrated by a format=32 T=u8 situation where out-of-bounds bytes are sent to an X server...

9.8CVSS9.4AI score0.01754EPSS
SaveExploits1
CVE
CVE
added 2021/02/09 10:7 p.m.99 views

CVE-2021-26957

CVE-2021-26957 affects the Rust xcb crate; a soundness issue causes an out-of-bounds read in xcb::xproto::change_property(), illustrated by a format=32 T=u8 scenario, with out-of-bounds bytes sent to the X server. The issue is documented across OSV/NVD references (e.g., RUSTSEC-2021-0019). No rem...

9.8CVSS9.1AI score0.01754EPSS
SaveExploits1References1Affected Software1
CVE
CVE
added 2021/02/09 10:7 p.m.255 views

CVE-2021-26958

CVE-2021-26958 concerns the Rust xcb crate (up to 2021-02-04) with a soundness violation caused by transmuting to the wrong type in xcb::base::cast_event, which can return a reference to an arbitrary type. Multiple connected sources (OSV entries, Red Hat/RH advisory, Nessus plugin) describe an ou...

8.8CVSS9AI score0.016EPSS
SaveExploits1References1Affected Software1
Debian CVE
Debian CVE
added 2021/02/09 10:7 p.m.55 views

CVE-2021-26958

An issue was discovered in the xcb crate through 2021-02-04 for Rust. It has a soundness violation because transmutation to the wrong type can happen after xcb::base::castevent uses std::mem::transmute to return a reference to an arbitrary type...

8.8CVSS8.7AI score0.016EPSS
SaveExploits1
Cvelist
Cvelist
added 2021/02/09 10:7 p.m.39 views

CVE-2021-26958

An issue was discovered in the xcb crate through 2021-02-04 for Rust. It has a soundness violation because transmutation to the wrong type can happen after xcb::base::castevent uses std::mem::transmute to return a reference to an arbitrary type...

8.9AI score0.016EPSS
SaveExploits1References1
CVE
CVE
added 2021/02/09 10:6 p.m.265 views

CVE-2021-26956

The CVE-2021-26956 issue affects the Rust xcb crate (pre-2021-02-04). Bytes from an X server can be interpreted as any data type returned by xcb::xproto::GetPropertyReply::value, causing a soundness violation. Reported CVSS data show a base score of 9.8 (CRITICAL) with network attack vector and n...

9.8CVSS9.2AI score0.01728EPSS
SaveExploits1References1Affected Software1
Cvelist
Cvelist
added 2021/02/09 10:6 p.m.41 views

CVE-2021-26956

An issue was discovered in the xcb crate through 2021-02-04 for Rust. It has a soundness violation because bytes from an X server can be interpreted as any data type returned by xcb::xproto::GetPropertyReply::value...

9.7AI score0.01728EPSS
SaveExploits1References1
Debian CVE
Debian CVE
added 2021/02/09 10:6 p.m.50 views

CVE-2021-26956

An issue was discovered in the xcb crate through 2021-02-04 for Rust. It has a soundness violation because bytes from an X server can be interpreted as any data type returned by xcb::xproto::GetPropertyReply::value...

9.8CVSS9.5AI score0.01728EPSS
SaveExploits1
vulnersOsv
vulnersOsv
added 2021/02/04 12:0 p.m.10 views

AsgoreCore (>=0.1.0 <=0.1.2), RustyBox (=0.1.0) +425 more potentially affected by CVE-2021-26955 +3 more via xcb (>=0.10.1 <=0.9.0)

xcb CARGO version =0.10.1, =0.1.0, =0.1.0, =0.4.0, =0.1.0, =1.0.9, =0.6.0, =0.1.0, =0.1.0, =0.1.0, =0.2.0, =0.3.0 and more Source cves: CVE-2021-26955, CVE-2021-26956, CVE-2021-26957, CVE-2021-26958 Source advisory: OSV:RUSTSEC-2021-0019...

9.8CVSS7.7AI score0.01754EPSS
SaveExploits4
RustSec
RustSec
added 2021/02/04 12:0 p.m.17 views

Multiple soundness issues

Calls std::str::fromutf8unchecked without any checks The function xcb::xproto::GetAtomNameReply::name calls std::str::fromutf8unchecked on the raw bytes that were received from the X11 server without any validity checks. The X11 server only prevents interior null bytes, but otherwise allows any X...

9.8CVSS1.3AI score0.01754EPSS
SaveExploits3Affected Software1
OSV
OSV
added 2021/02/04 12:0 p.m.21 views

RUSTSEC-2021-0019 Multiple soundness issues

Calls std::str::fromutf8unchecked without any checks The function xcb::xproto::GetAtomNameReply::name calls std::str::fromutf8unchecked on the raw bytes that were received from the X11 server without any validity checks. The X11 server only prevents interior null bytes, but otherwise allows any X...

9.8CVSS9AI score0.01754EPSS
SaveExploits4References7
OSV
OSV
added 2021/01/26 6:15 p.m.4 views

DEBIAN-CVE-2020-36205

An issue was discovered in the xcb crate through 2020-12-10 for Rust. base::Error does not have soundness. Because of the public ptr field, a use-after-free or double-free can occur...

5.5CVSS5.8AI score0.00401EPSS
SaveExploits1References1
NVD
NVD
added 2021/01/26 6:15 p.m.21 views

CVE-2020-36205

An issue was discovered in the xcb crate through 2020-12-10 for Rust. base::Error does not have soundness. Because of the public ptr field, a use-after-free or double-free can occur...

5.5CVSS5.5AI score0.00401EPSS
SaveExploits1References1
OSV
OSV
added 2021/01/26 6:15 p.m.5 views

CVE-2020-36205

An issue was discovered in the xcb crate through 2020-12-10 for Rust. base::Error does not have soundness. Because of the public ptr field, a use-after-free or double-free can occur...

5.5CVSS5.5AI score
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2021/01/26 6:15 p.m.21 views

CVE-2020-36205

An issue was discovered in the xcb crate through 2020-12-10 for Rust. base::Error does not have soundness. Because of the public ptr field, a use-after-free or double-free can occur...

5.5CVSS6.1AI score0.00401EPSS
SaveExploits1References3
Prion
Prion
added 2021/01/26 6:15 p.m.16 views

Double free

An issue was discovered in the xcb crate through 2020-12-10 for Rust. base::Error does not have soundness. Because of the public ptr field, a use-after-free or double-free can occur...

2.1CVSS5.5AI score0.00401EPSS
SaveExploits1References1Affected Software1
Rows per page
Query Builder