Lucene search
+L

654 matches found

OSV
OSV
added 2023/11/14 12:0 p.m.12 views

RUSTSEC-2023-0076 `cpython` is unmaintained

The cpython crate and the underlying python3-sys and python27-sys crates have been marked as no longer actively maintained by the developer. There are also open issues for unsound code that is currently in these crates: - cpython265: Using some string functions causes segmentation faults on...

7.4AI score
SaveExploits0References5
RustSec
RustSec
added 2023/11/13 12:0 p.m.8 views

`loopdev` crate is unmaintained; use 'loopdev-3` instead.

The loopdev crate was last released in Oct, 2021. It has been unable to build in Fedora 38 and above since April, 2023. The loopdev-3 crate is a maintained fork: https://github.com/stratis-storage/loopdev-3...

7.1AI score
SaveExploits0
OSV
OSV
added 2023/11/13 12:0 p.m.7 views

RUSTSEC-2023-0088 `loopdev` crate is unmaintained; use 'loopdev-3` instead.

The loopdev crate was last released in Oct, 2021. It has been unable to build in Fedora 38 and above since April, 2023. The loopdev-3 crate is a maintained fork: https://github.com/stratis-storage/loopdev-3...

7.1AI score
SaveExploits0References3
OSV
OSV
added 2023/10/12 12:0 p.m.11 views

RUSTSEC-2023-0067 `fehler` is unmaintained; use `culpa` instead

The fehler crate is no longer maintained. Consider using culpa instead...

7.2AI score
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2023/10/12 12:0 a.m.6 views

PT-2023-36096 · Fehler +1 · Fehler +1

Name of the Vulnerable Software and Affected Versions: fehler affected versions not specified Description: The fehler crate is no longer maintained. It is recommended to consider using culpa instead. Recommendations: At the moment, there is no information about a newer version that contains a fix...

6.9AI score
SaveExploits0References4
Prion
Prion
added 2023/10/10 10:15 a.m.24 views

Cross site request forgery (csrf)

UNSUPPPORTED WHEN ASSIGNED SmodBIP is vulnerable to Cross-Site Request Forgery, that could be used to induce logged in users to perform unintended actions, including creation of additional accounts with administrative privileges. This issue affects all versions of SmodBIP. SmodBIP is no longer...

6.8CVSS8.5AI score0.00328EPSS
SaveExploits0References3
RustSec
RustSec
added 2023/09/15 12:0 p.m.5 views

`hpack` is unmaintained

The hpack crate is no longer maintained. Consider using fluke-hpack or httlib-huffman...

7.2AI score
SaveExploits0
OSV
OSV
added 2023/09/15 12:0 p.m.17 views

RUSTSEC-2023-0085 HPACK decoder panics on invalid input

Due to insufficient checking of input data, decoding certain data sequences can lead to Decoder::decode panicking rather than returning an error. Example code that triggers this vulnerability looks like this: rust use hpack::Decoder; pub fn main let input = &0x3f; let mut decoder = Decoder::new;...

5.5AI score
SaveExploits0References4
OSV
OSV
added 2023/09/15 12:0 p.m.9 views

RUSTSEC-2023-0084 `hpack` is unmaintained

The hpack crate is no longer maintained. Consider using fluke-hpack or httlib-huffman...

7.2AI score
SaveExploits0References3
OSV
OSV
added 2023/09/11 8:43 p.m.4 views

GHSA-JCR6-4FRQ-9GJJ Users vulnerable to unaligned read of `*const *const c_char` pointer

Affected versions dereference a potentially unaligned pointer. The pointer is commonly unaligned in practice, resulting in undefined behavior. In some build modes, this is observable as a panic followed by abort. In other build modes the UB may manifest in some other way, including the possibilit...

5.9AI score
SaveExploits0References3
OSV
OSV
added 2023/09/03 12:0 p.m.11 views

RUSTSEC-2023-0055 Multiple soundness issues

lexical contains multiple soundness issues: 1. Bytes::read allows creating instances of types with invalid bit patterns 1. BytesIter::read advances iterators out of bounds 1. The BytesIter trait has safety invariants but is public and not marked unsafe 1. writefloat calls MaybeUninit::assumeinit ...

7.2AI score
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2023/08/22 12:0 a.m.8 views

PT-2023-27190 · Hitachi · Hitachi Eh-View

Name of the Vulnerable Software and Affected Versions: Hitachi EH-VIEW KeypadDesigner affected versions not specified Description: The issue is related to an Improper Restriction of Operations within the Bounds of a Memory Buffer, which allows local attackers to potentially disclose information a...

7.8CVSS7.2AI score0.00182EPSS
SaveExploits0References7
RustSec
RustSec
added 2023/08/07 12:0 p.m.7 views

`tui` is unmaintained; use `ratatui` instead

The tui crate is no longer maintained. Consider using the ratatui crate instead...

7.2AI score
SaveExploits0
RustSec
RustSec
added 2023/07/30 12:0 p.m.6 views

`dlopen_derive` is unmaintained

dlopenderive hasn't been updated since June 9, 2019. dlopenderive depends on quote = "0.6.12" and syn = "0.15.34". Versions 1.0.0 of these dependencies were published on August 13, 2019. The 0. versions haven't received updates since. Note that dlopen is an unmaintained crate from the same...

7.2AI score
SaveExploits0
OSV
OSV
added 2023/07/30 12:0 p.m.17 views

RUSTSEC-2023-0051 `dlopen_derive` is unmaintained

dlopenderive hasn't been updated since June 9, 2019. dlopenderive depends on quote = "0.6.12" and syn = "0.15.34". Versions 1.0.0 of these dependencies were published on August 13, 2019. The 0. versions haven't received updates since. Note that dlopen is an unmaintained crate from the same...

7.2AI score
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2023/07/30 12:0 a.m.5 views

PT-2023-36095 · Quote +3 · Quote +3

Name of the Vulnerable Software and Affected Versions: dlopen derive affected versions not specified Description: The issue concerns the dlopen derive crate, which has not been updated since June 9, 2019. It depends on outdated versions of quote and syn, specifically quote = "0.6.12" and syn =...

7AI score
SaveExploits0References4
RustSec
RustSec
added 2023/07/11 12:0 p.m.12 views

atomic-polyfill is unmaintained

The author has archived the GitHub repository and mentions deprecation in project's README. Possible alternatives portable-atomic...

7.2AI score
SaveExploits0
OSV
OSV
added 2023/07/11 12:0 p.m.4 views

RUSTSEC-2023-0089 atomic-polyfill is unmaintained

The author has archived the GitHub repository and mentions deprecation in project's README. Possible alternatives portable-atomic...

7.2AI score
SaveExploits0References3
OSV
OSV
added 2023/06/30 8:21 p.m.5 views

GHSA-G98V-HV3F-HCFR atty potential unaligned read

On windows, atty dereferences a potentially unaligned pointer. In practice however, the pointer won't be unaligned unless a custom global allocator is used. In particular, the System allocator on windows uses HeapAlloc, which guarantees a large enough alignment. atty is Unmaintained A Pull Reques...

5.7AI score
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2023/06/30 8:21 p.m.35 views

atty potential unaligned read

On windows, atty dereferences a potentially unaligned pointer. In practice however, the pointer won't be unaligned unless a custom global allocator is used. In particular, the System allocator on windows uses HeapAlloc, which guarantees a large enough alignment. atty is Unmaintained A Pull Reques...

7.1AI score
SaveExploits0References4Affected Software1
Rows per page
Query Builder