Lucene search
+L

161 matches found

CVE
CVE
added 2023/11/02 12:00 a.m.69 views

CVE-2023-47204

CVE-2023-47204 : Affected software is the Python library/transformation tool transmute-core prior to version 1.13.5 . The root cause is unsafe YAML deserialization in yaml.Loader , allowing attackers to execute arbitrary Python code. Impact is described as high for confidentiality, integrity, and...

9.8CVSS9.6AI score0.00802EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2023/11/02 12:00 a.m.13 views

CVE-2023-47204

Unsafe YAML deserialization in yaml.Loader in transmute-core before 1.13.5 allows attackers to execute arbitrary Python code...

9.7AI score0.00802EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2023/11/02 12:00 a.m.11 views

transmute-core security vulnerability

transmute-core is a library for building API generators for Python webframeworks. A security vulnerability exists in versions of transmute-core prior to 1.13.5, which stems from the presence of insecure YAML deserialization and allows attackers to execute arbitrary Python code...

9.8CVSS7.4AI score0.00802EPSS
SaveExploits0References3
OSV
OSV
added 2023/11/02 12:00 a.m.24 views

CVE-2023-47204

Unsafe YAML deserialization in yaml.Loader in transmute-core before 1.13.5 allows attackers to execute arbitrary Python code...

9.8CVSS7.8AI score
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2022/06/17 12:12 a.m.15 views

`mopa` is technically unsound

The mopa crate redefines the deprecated TraitObject struct from core::raw like so: rust reprC deriveCopy, Clone dochidden pub struct TraitObject pub data: mut , pub vtable: mut , This is done to then transmute a reference to a trait object &dyn Trait for any trait Trait into this struct and...

7.7AI score
SaveExploits0References3Affected Software1
OSV
OSV
added 2022/06/16 11:24 p.m.41 views

GHSA-HFXP-P695-629X abomonation transmutes &T to and from &[u8] without sufficient constraints

This transmute is at the core of the abomonation crates. It's so easy to use it to violate alignment requirements that no test in the crate's test suite passes under miri. The use of this transmute in serialization/deserialization also incorrectly assumes that the layout of a reprRust type is...

7.5CVSS5.8AI score0.00972EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2022/06/16 11:24 p.m.23 views

abomonation transmutes &T to and from &[u8] without sufficient constraints

This transmute is at the core of the abomonation crates. It's so easy to use it to violate alignment requirements that no test in the crate's test suite passes under miri. The use of this transmute in serialization/deserialization also incorrectly assumes that the layout of a reprRust type is...

6.5AI score
SaveExploits0References3Affected Software1
GitLab Advisory Database
GitLab Advisory Database
added 2022/06/16 12:00 a.m.10 views

abomonation transmutes &T to and from &[u8] without sufficient constraints

This transmute is at the core of the abomonation crates. It's so easy to use it to violate alignment requirements that no test in the crate's test suite passes under miri. The use of this transmute in serialization/deserialization also incorrectly assumes that the layout of a reprRust type is...

5.9AI score
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2022/01/06 10:08 p.m.38 views

Abomonation transmutes &T to and from &[u8] without sufficient constraints

An issue was discovered in the abomonation crate through version 0.7.3 for Rust. Because transmute operations are insufficiently constrained, there can be an information leak or ASLR bypass...

7.5CVSS7.2AI score0.00972EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2022/01/06 10:08 p.m.13 views

GHSA-5VWC-R48G-WJ6C Abomonation transmutes &T to and from &[u8] without sufficient constraints

An issue was discovered in the abomonation crate through version 0.7.3 for Rust. Because transmute operations are insufficiently constrained, there can be an information leak or ASLR bypass...

7.5CVSS5.8AI score0.00972EPSS
SaveExploits0References5
GitLab Advisory Database
GitLab Advisory Database
added 2022/01/06 12:00 a.m.34 views

Abomonation transmutes &T to and from &[u8] without sufficient constraints

An issue was discovered in the abomonation crate through version 0.7.3 for Rust. Because transmute operations are insufficiently constrained, there can be an information leak or ASLR bypass...

7.5CVSS7.1AI score0.00972EPSS
SaveExploits0References6Affected Software1
ATTACKERKB
ATTACKERKB
added 2021/12/27 12:15 a.m.7 views

CVE-2021-45708

An issue was discovered in the abomonation crate through 2021-10-17 for Rust. Because transmute operations are insufficiently constrained, there can be an information leak or ASLR bypass...

7.5CVSS5.8AI score0.00972EPSS
SaveExploits0References3
OSV
OSV
added 2021/12/27 12:15 a.m.12 views

CVE-2021-45708

An issue was discovered in the abomonation crate through 2021-10-17 for Rust. Because transmute operations are insufficiently constrained, there can be an information leak or ASLR bypass...

7.5CVSS7.1AI score0.00972EPSS
SaveExploits0References2
RustSec
RustSec
added 2021/10/17 12:00 p.m.31 views

abomonation transmutes &T to and from &[u8] without sufficient constraints

This transmute is at the core of the abomonation crates. It's so easy to use it to violate alignment requirements that no test in the crate's test suite passes under miri. The use of this transmute in serialization/deserialization also incorrectly assumes that the layout of a reprRust type is...

7.5CVSS1.2AI score0.00972EPSS
SaveExploits0
OSV
OSV
added 2021/10/17 12:00 p.m.44 views

RUSTSEC-2021-0120 abomonation transmutes &T to and from &[u8] without sufficient constraints

This transmute is at the core of the abomonation crates. It's so easy to use it to violate alignment requirements that no test in the crate's test suite passes under miri. The use of this transmute in serialization/deserialization also incorrectly assumes that the layout of a reprRust type is...

7.5CVSS7.2AI score0.00972EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2021/08/25 8:54 p.m.36 views

Use after free in Rocket

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.5CVSS6.8AI score0.01025EPSS
SaveExploits1References6Affected Software1
vulnersOsv
vulnersOsv
added 2021/08/25 8:50 p.m.2 views

adi (>=0.4.0, <=0.6.0), adi_screen (>=0.3.0, <=0.7.0) +119 more potentially affected by CVE-2020-35923 via ordered-float (>=0.2.3, <=1.0.2)

ordered-float CARGO version =0.2.3, =0.4.0, =0.3.0, =0.7.5, =0.2.0, =3.1.3, =0.1.1, =0.9.0, =0.0.10, =0.1.2, =0.0.2, =0.1.0, =0.1.0, =0.1.1 and more Source cves: CVE-2020-35923 Source advisory: OSV:GHSA-566X-HHRF-QF8M...

5.5CVSS5.3AI score0.00387EPSS
SaveExploits1
OSV
OSV
added 2021/08/25 8:47 p.m.103 views

GHSA-C9H5-HF8R-M97X Dangling reference in flatbuffers

An issue was discovered in the flatbuffers crate through 2020-04-11 for Rust. readscalar and readscalarat can transmute values without unsafe blocks...

7.5CVSS7.4AI score0.00583EPSS
SaveExploits1References4
vulnersOsv
vulnersOsv
added 2021/08/25 8:43 p.m.5 views

nifti (>=0.3.1, <=0.6.0), trk-io (>=0.3.0, <=0.11.0) potentially affected by CVE-2018-21000 via safe-transmute (>=0.5.0, <=0.8.0)

safe-transmute CARGO version =0.5.0, =0.3.1, =0.3.0, =0.11.0 Source cves: CVE-2018-21000 Source advisory: OSV:GHSA-2V78-J59H-FMPF...

9.8CVSS8.5AI score0.02032EPSS
SaveExploits0
Github Security Blog
Github Security Blog
added 2021/08/25 8:43 p.m.26 views

Heap overflow or corruption in safe-transmute

Affected versions of this crate switched the length and capacity arguments in the Vec::fromrawparts constructor, which could lead to memory corruption or data leakage...

9.8CVSS9.1AI score0.02032EPSS
SaveExploits0References5Affected Software1
Rows per page
Query Builder