Xcb Project

Xcb

5 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
Exploit
  • EPSS 0.5%
  • Veröffentlicht 09.02.2021 23:15:14
  • Zuletzt bearbeitet 21.11.2024 05:57:07

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::change_property(), as demonstrated by a format=32 T=u8 situation where out-of-bounds bytes are s...

Exploit
  • EPSS 0.57%
  • Veröffentlicht 09.02.2021 23:15:14
  • Zuletzt bearbeitet 21.11.2024 05:57:07

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::cast_event uses std::mem::transmute to return a reference to an arbitrary type.

Exploit
  • EPSS 0.5%
  • Veröffentlicht 09.02.2021 23:15:13
  • Zuletzt bearbeitet 21.11.2024 05:57:07

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::from_utf8_unchecked() on unvalidated bytes from an X server.

Exploit
  • EPSS 0.5%
  • Veröffentlicht 09.02.2021 23:15:13
  • Zuletzt bearbeitet 21.11.2024 05:57:07

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.

Exploit
  • EPSS 0.06%
  • Veröffentlicht 26.01.2021 18:15:55
  • Zuletzt bearbeitet 21.11.2024 05:29:01

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.