Vulnerability Report — rgb-lightning-node
Table of Contents
Rust · rgb-lightning-node
|
|
| Path |
. |
| DB updated |
2026-07-30 |
| Dependencies |
598 |
| Vulnerabilities |
5 |
| Warnings (unmaintained/unsound) |
3 |
Vulnerabilities
| # |
ID |
Package |
Version |
Severity |
Fix |
Title |
| 1 |
RUSTSEC-2024-0430 |
magic-crypt |
4.0.1 |
⚪ unknown |
❌ |
Use of insecure cryptographic algorithms |
| 2 |
RUSTSEC-2023-0071 |
rsa |
0.9.10 |
🟡 medium |
❌ |
Marvin Attack: potential key recovery through timing sidechannels |
| 3 |
RUSTSEC-2026-0098 |
rustls-webpki |
0.101.7 |
⚪ unknown |
>=0.103.12, <0.104.0-alpha.1 |
Name constraints for URI names were incorrectly accepted |
| 4 |
RUSTSEC-2026-0099 |
rustls-webpki |
0.101.7 |
⚪ unknown |
>=0.103.12, <0.104.0-alpha.1 |
Name constraints were accepted for certificates asserting a wildcard n |
| 5 |
RUSTSEC-2026-0104 |
rustls-webpki |
0.101.7 |
🟠 high |
>=0.103.13, <0.104.0-alpha.1 |
Reachable panic in certificate revocation list parsing |
Vulnerability details
RUSTSEC-2024-0430: Use of insecure cryptographic algorithms
Package: magic-crypt 4.0.1
Fix: ❌ no fix
Aliases: GHSA-gmx7-gr5q-85w5
This crate uses a number of cryptographic algorithms that are no longer considered secure and it uses them in ways that do not guarantee the integrity of the encrypted data. MagicCrypt64 uses the insecure DES block cipher in CBC mode without authe…
RUSTSEC-2023-0071: Marvin Attack: potential key recovery through timing sidechannels
Package: rsa 0.9.10
Fix: ❌ no fix
Aliases: CVE-2023-49092, GHSA-c38w-74pg-36hr, GHSA-4grx-2x9w-596c
Impact Due to a non-constant-time implementation, information about the private key is leaked through timing information which is observable over the network. An attacker may be able to use that information to recover the key. ### Patches No pat…
RUSTSEC-2026-0098: Name constraints for URI names were incorrectly accepted
Package: rustls-webpki 0.101.7
Fix: >=0.103.12, <0.104.0-alpha.1, >=0.104.0-alpha.6
Aliases: GHSA-965h-392x-2mh5
Name constraints for URI names were ignored and therefore accepted. Note this library does not provide an API for asserting URI names, and URI name constraints are otherwise not implemented. URI name constraints are now rejected unconditionally. S…
RUSTSEC-2026-0099: Name constraints were accepted for certificates asserting a wildcard name
Package: rustls-webpki 0.101.7
Fix: >=0.103.12, <0.104.0-alpha.1, >=0.104.0-alpha.6
Aliases: GHSA-xgp8-3hg3-c2mh
Permitted subtree name constraints for DNS names were accepted for certificates asserting a wildcard name. This was incorrect because, given a name constraint of accept.example.com, *.example.com could feasibly allow a name of `reject.example.co…
RUSTSEC-2026-0104: Reachable panic in certificate revocation list parsing
Package: rustls-webpki 0.101.7
Fix: >=0.103.13, <0.104.0-alpha.1, >=0.104.0-alpha.7
Aliases: GHSA-82j2-j2ch-gfr8
A panic was reachable when parsing certificate revocation lists via [BorrowedCertRevocationList::from_der] or [OwnedCertRevocationList::from_der]. This was the result of mishandling a syntactically valid empty BIT STRING appearing in the `only…
Recommended fixes:
rustls-webpki → 0.103.13,
cargo update -p rustls-webpki --precise 0.103.13,
No fix available (monitor upstream):
Warnings
Unmaintained:
Vulnerability Report — rgb-lightning-node
Table of Contents
Rust ·
rgb-lightning-node.Vulnerabilities
magic-crypt4.0.1❌rsa0.9.10❌rustls-webpki0.101.7>=0.103.12, <0.104.0-alpha.1rustls-webpki0.101.7>=0.103.12, <0.104.0-alpha.1rustls-webpki0.101.7>=0.103.13, <0.104.0-alpha.1Vulnerability details
RUSTSEC-2024-0430: Use of insecure cryptographic algorithms
Package:
magic-crypt4.0.1Fix: ❌ no fix
Aliases: GHSA-gmx7-gr5q-85w5
This crate uses a number of cryptographic algorithms that are no longer considered secure and it uses them in ways that do not guarantee the integrity of the encrypted data.
MagicCrypt64uses the insecure DES block cipher in CBC mode without authe…RUSTSEC-2023-0071: Marvin Attack: potential key recovery through timing sidechannels
Package:
rsa0.9.10Fix: ❌ no fix
Aliases: CVE-2023-49092, GHSA-c38w-74pg-36hr, GHSA-4grx-2x9w-596c
Impact Due to a non-constant-time implementation, information about the private key is leaked through timing information which is observable over the network. An attacker may be able to use that information to recover the key. ### Patches No pat…
RUSTSEC-2026-0098: Name constraints for URI names were incorrectly accepted
Package:
rustls-webpki0.101.7Fix:
>=0.103.12, <0.104.0-alpha.1,>=0.104.0-alpha.6Aliases: GHSA-965h-392x-2mh5
Name constraints for URI names were ignored and therefore accepted. Note this library does not provide an API for asserting URI names, and URI name constraints are otherwise not implemented. URI name constraints are now rejected unconditionally. S…
RUSTSEC-2026-0099: Name constraints were accepted for certificates asserting a wildcard name
Package:
rustls-webpki0.101.7Fix:
>=0.103.12, <0.104.0-alpha.1,>=0.104.0-alpha.6Aliases: GHSA-xgp8-3hg3-c2mh
Permitted subtree name constraints for DNS names were accepted for certificates asserting a wildcard name. This was incorrect because, given a name constraint of
accept.example.com,*.example.comcould feasibly allow a name of `reject.example.co…RUSTSEC-2026-0104: Reachable panic in certificate revocation list parsing
Package:
rustls-webpki0.101.7Fix:
>=0.103.13, <0.104.0-alpha.1,>=0.104.0-alpha.7Aliases: GHSA-82j2-j2ch-gfr8
A panic was reachable when parsing certificate revocation lists via [
BorrowedCertRevocationList::from_der] or [OwnedCertRevocationList::from_der]. This was the result of mishandling a syntactically valid emptyBIT STRINGappearing in the `only…Recommended fixes:
rustls-webpki→0.103.13,No fix available (monitor upstream):
magic-cryptrsaWarnings
Unmaintained:
bincode1.3.3paste1.0.15proc-macro-error22.0.1