Lucene search
+L

102 matches found

Fedora
Fedora
added 2024/06/02 3:39 a.m.15 views

[SECURITY] Fedora 39 Update: rust-bindgen-cli-0.69.4-2.fc39

Automatically generates Rust FFI bindings to C and C++ libraries...

7.3AI score
SaveExploits0
OpenVAS
OpenVAS
added 2024/05/27 12:00 a.m.6 views

Fedora: Security Advisory for rust-bindgen-cli (FEDORA-2024-ce2936b568)

The remote host is missing an update for the SPDX-FileCopyrightText: 2024 Greenbone AG 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-only ifdescription...

7.5AI score
SaveExploits0References2
Fedora
Fedora
added 2024/05/26 1:28 a.m.12 views

[SECURITY] Fedora 40 Update: rust-bindgen-cli-0.69.4-2.fc40

Automatically generates Rust FFI bindings to C and C++ libraries...

7.3AI score
SaveExploits0
vulnersOsv
vulnersOsv
added 2024/04/19 7:46 p.m.2 views

rustls-ffi (>=0.10.0, <=0.11.0) potentially affected by CVE-2024-32650 via rustls (>=0.21.0, <=0.21.5)

rustls CARGO version =0.21.0, =0.10.0, =0.11.0 Source cves: CVE-2024-32650 Source advisory: OSV:GHSA-6G7W-8WPP-FRHJ...

7.5CVSS7.3AI score0.00949EPSS
SaveExploits0
OSV
OSV
added 2024/04/19 12:00 p.m.26 views

RUSTSEC-2024-0336 `rustls::ConnectionCommon::complete_io` could fall into an infinite loop based on network input

If a closenotify alert is received during a handshake, completeio does not terminate. Callers which do not call completeio are not affected. rustls-tokio and rustls-ffi do not call completeio and are not affected. rustls::Stream and rustls::StreamOwned types use completeio and are affected...

7.5CVSS7.3AI score0.00949EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2024/03/06 5:04 p.m.33 views

Deno arbitrary file descriptor close via `op_node_ipc_pipe()` leading to permission prompt bypass

Summary Use of raw file descriptors in opnodeipcpipe leads to premature close of arbitrary file descriptors, allowing standard input to be re-opened as a different resource resulting in permission prompt bypass. Details Node childprocess IPC relies on the JS side to pass the raw IPC file descript...

8.8CVSS7.9AI score0.02276EPSS
SaveExploits1References12Affected Software1
Fedora
Fedora
added 2024/02/14 1:13 a.m.15 views

[SECURITY] Fedora 38 Update: rust-kvm-bindings-0.7.0-1.fc38

Rust FFI bindings to KVM generated using bindgen...

9.8CVSS7.3AI score0.00652EPSS
SaveExploits0
OpenVAS
OpenVAS
added 2024/02/14 12:00 a.m.14 views

Fedora: Security Advisory for rust-kvm-bindings (FEDORA-2024-f2305d485f)

The remote host is missing an update for the SPDX-FileCopyrightText: 2024 Greenbone AG 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-only ifdescription...

9.8CVSS9.6AI score0.00652EPSS
SaveExploits0References2
Fedora
Fedora
added 2024/02/10 1:27 a.m.19 views

[SECURITY] Fedora 39 Update: rust-kvm-bindings-0.7.0-1.fc39

Rust FFI bindings to KVM generated using bindgen...

9.8CVSS7.3AI score0.00652EPSS
SaveExploits0
Github Security Blog
Github Security Blog
added 2023/04/07 7:23 p.m.20 views

ntru-rs has unsound FFI: Wrong API usage causes write past allocated area

The following usage causes undefined behavior. rust let kp: ntru::types::KeyPair = …; kp.getpublic.exportDefault::default When compiled with debug assertions, the code above will trigger a attempt to subtract with overflow panic before UB occurs. Other mistakes e.g. using EncParams from a differe...

6.8AI score
SaveExploits0References3Affected Software1
OSV
OSV
added 2023/04/07 7:23 p.m.21 views

GHSA-FQ33-VMHV-48XH ntru-rs has unsound FFI: Wrong API usage causes write past allocated area

The following usage causes undefined behavior. rust let kp: ntru::types::KeyPair = …; kp.getpublic.exportDefault::default When compiled with debug assertions, the code above will trigger a attempt to subtract with overflow panic before UB occurs. Other mistakes e.g. using EncParams from a differe...

7.2AI score
SaveExploits0References3
RustSec
RustSec
added 2023/03/22 12:00 p.m.18 views

Unsound FFI: Wrong API usage causes write past allocated area

The following usage causes undefined behavior. rust let kp: ntru::types::KeyPair = …; kp.getpublic.exportDefault::default When compiled with debug assertions, the code above will trigger a attempt to subtract with overflow panic before UB occurs. Other mistakes e.g. using EncParams from a differe...

6.8AI score
SaveExploits0Affected Software1
Tenable Nessus
Tenable Nessus
added 2022/11/09 12:00 a.m.33 views

CentOS 8 : php:8.0 (CESA-2022:7624)

The remote CentOS Linux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the CESA-2022:7624 advisory. - php: Use after free due to phpfilterfloat failing for ints CVE-2021-21708 - php: Uninitialized array in pgqueryparams leading to RCE CVE-2022-31625...

9.8CVSS7.7AI score0.03666EPSS
SaveExploits2References3
Github Security Blog
Github Security Blog
added 2022/06/17 1:17 a.m.34 views

Use After Free in Context::start_auth_session

Impact This issue only applies to applications starting authorization sessions using an explicit initial nonce. When Context::startauthsession was called with a nonce argument value of Some..., the nonce pointer passed down through FFI to EsysStartAuthSession would be a dangling pointer, left ove...

0.1AI score
SaveExploits0References2Affected Software1
OSV
OSV
added 2022/03/29 10:10 p.m.74 views

GHSA-838H-JQP6-CF2F Sandbox bypass leading to arbitrary code execution in Deno

Impact The versions of Deno between release 1.18.0 and 1.20.2 inclusive are vulnerable to an attack where a malicious actor controlling the code executed in a Deno runtime could bypass permission checks and execute arbitrary shell code. There is no evidence that this vulnerability has been...

10CVSS9.6AI score0.01147EPSS
SaveExploits0References7
OSV
OSV
added 2022/01/06 10:18 p.m.29 views

GHSA-XVCG-2Q82-R87J Panic mishandled in libpulse-binding

An issue was discovered in the libpulse-binding crate before 2.6.0 for Rust. It mishandles a panic that crosses a Foreign Function Interface FFI boundary...

7.5CVSS7.4AI score0.01177EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2022/01/06 10:18 p.m.33 views

Panic mishandled in libpulse-binding

An issue was discovered in the libpulse-binding crate before 2.6.0 for Rust. It mishandles a panic that crosses a Foreign Function Interface FFI boundary...

7.5CVSS2.3AI score0.01177EPSS
SaveExploits0References5Affected Software1
NVD
NVD
added 2021/12/27 12:15 a.m.30 views

CVE-2019-25055

An issue was discovered in the libpulse-binding crate before 2.6.0 for Rust. It mishandles a panic that crosses a Foreign Function Interface FFI boundary...

7.5CVSS0.01177EPSS
SaveExploits0References2
OSV
OSV
added 2021/12/27 12:15 a.m.20 views

CVE-2019-25055

An issue was discovered in the libpulse-binding crate before 2.6.0 for Rust. It mishandles a panic that crosses a Foreign Function Interface FFI boundary...

7.5CVSS6.8AI score
SaveExploits0References2
CVE
CVE
added 2021/12/26 9:54 p.m.75 views

CVE-2019-25055

The CVE-2019-25055 entry concerns the libpulse-binding crate for Rust (pre-2.6.0). The issue is a panic that is mishandled across an FFI boundary, causing undefined behavior. Affected versions prior to 2.6.0 expose a boundary error in the FFI during panic propagation; this is the underlying root ...

7.5CVSS7.4AI score0.01177EPSS
SaveExploits0References2Affected Software1
Rows per page
Query Builder