Lucene search
+L

197 matches found

Kitploit
Kitploit
added 2026/09/13 2:06 a.m.9 views

sslx

sslx openssl, but you don't have to google the flags. A single binary that handles certs, TLS connections, and all the stuff you normally need three different openssl invocations for. Built with Rust and rustls, no system OpenSSL required. Install root@kitploit: cargo install sslx Prebuilt binari...

6AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/12 10:39 a.m.14 views

rustls

Rustls는 Rust로 작성된 현대적인 TLS 라이브러리입니다. 상태 Rustls는 많은 조직과 프로젝트에서 프로덕션 환경으로 사용되고 있습니다. 합리적인 API 표면 안정성을 유지하는 것을 목표로 하지만, 새로운 기능이나 성능 개선을 수용하기 위해 변경을 가하면서 API는 발전할 수 있습니다. 향후 계획에 대한 로드맵이 있습니다. 또한 성능 회귀를 방지하고 대상 하드웨어에서 rustls를 평가할 수 있도록 벤치마크도 제공합니다. 기여하고 싶다면 CONTRIBUTING.md를 참조하세요. 관리자들은 "rustls"를...

5.9AI score
SaveExploits0References19
Wolfi
Wolfi
added 2026/08/14 8:23 a.m.20 views

GO-2025-3678 vulnerabilities

Vulnerabilities for packages: atuin, rustls-ffi, kdash, sccache, deno, sdp-k8s-injector, nushell, zola, oranda, qdrant, wasm-pack, wadm, cargo-audit, rustup, linkerd-extension-init, uv, lychee, wash, pixi, parseable, wasmcloud, wasmtime, samply, sqlx, linkerd2-proxy, buck2, tealdeer, zed, rye,...

5.9AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/07/16 12:00 a.m.13 views

SUSE SLED15 / SLES15 Security Update : sccache (SUSE-SU-2026:3022-1)

The remote SUSE Linux SLED15 / SLEDSAP15 / SLES15 / SLESSAP15 host has a package installed that is affected by multiple vulnerabilities as referenced in the SUSE-SU-2026:3022-1 advisory. Update to version 0.15.017. - CVE-2023-26964: hyper,h2: high resource consumption due to stream stacking when ...

9.3CVSS7.1AI score0.01121EPSS
SaveExploits2References43
SUSE Linux
SUSE Linux
added 2026/07/15 9:48 a.m.13 views

Security update for sccache

This update for sccache fixes the following issues: Update to version 0.15.017. CVE-2023-26964: hyper,h2: high resource consumption due to stream stacking when H2 component processes HTTP2 RSTSTREAM frames bsc1210346. CVE-2024-32650: rust-rustls: infinite loop in...

8.7CVSS6.7AI score0.01121EPSS
SaveExploits2References56
OSV
OSV
added 2026/07/15 9:48 a.m.7 views

SUSE-SU-2026:3022-1 Security update for sccache

This update for sccache fixes the following issues: Update to version 0.15.017. - CVE-2023-26964: hyper,h2: high resource consumption due to stream stacking when H2 component processes HTTP2 RSTSTREAM frames bsc1210346. - CVE-2024-32650: rust-rustls: infinite loop in...

9.3CVSS6.2AI score0.01121EPSS
SaveExploits2References29
Hacker One
Hacker One
added 2026/06/26 8:40 a.m.39 views

curl: mbedTLS / wolfSSL / rustls backends silently skip hostname verification when CURLOPT_SSL_VERIFYPEER=0

Summary When an application sets CURLOPTSSLVERIFYPEER=0 while keeping CURLOPTSSLVERIFYHOST=2 the default, the mbedTLS, wolfSSL, and rustls TLS backends silently skip the hostname-vs-certificate check. The OpenSSL, GnuTLS, and Schannel backends correctly preserve hostname checking under the same...

6.1AI score
SaveExploits0
Chainguard
Chainguard
added 2026/05/21 1:18 a.m.88 views

GHSA-PHQJ-4MHP-Q6MQ vulnerabilities

Vulnerabilities for packages: vector, rpm-sequoia, rustls-openssl-client, sdp-k8s-injector, typst, komodo, sentry-cli, sccache, sqlx, rustup, valkey-ldap, deno, ztunnel-fips, guestproxyagent, bootc...

5.9AI score
SaveExploits0
Chainguard
Chainguard
added 2026/05/21 1:18 a.m.34 views

CVE-2026-45784 vulnerabilities

Vulnerabilities for packages: vector, rpm-sequoia, rustls-openssl-client, sdp-k8s-injector, typst, komodo, sentry-cli, sccache, sqlx, rustup, valkey-ldap, deno, ztunnel-fips, guestproxyagent, bootc...

7.1CVSS5.9AI score0.00134EPSS
SaveExploits0
Hacker One
Hacker One
added 2026/05/14 10:40 a.m.48 views

curl: rustls backend silently ignores CURLOPT_CRLFILE when native CA store is active

Hi all, When the rustls backend is configured to use the OS native CA store --ca-native / CURLSSLOPTNATIVECA, any CRL file supplied via --crlfile / CURLOPTCRLFILE is silently ignored. The option is accepted — CURLEOK from curleasysetopt, exit 0 from the command line — and revoked certificates pas...

5.8AI score
SaveExploits0
Hacker One
Hacker One
added 2026/05/13 11:33 p.m.58 views

curl: TLS verifyhost bypass in rustls, mbedTLS, and wolfSSL when verifypeer=0

The now-well-known CURLOPTSSLVERIFYHOST-bypass-when-CURLOPTSSLVERIFYPEER=0 defect exists in three of curl's TLS backends: rustls EXPERIMENTAL, mbedTLS, and wolfSSL DNS hostnames only. The documented contract at docs/libcurl/opts/CURLOPTSSLVERIFYPEER.md:57-59: The check that the host name in the...

5.8CVSS6.5AI score0.04866EPSS
SaveExploits0
Hacker One
Hacker One
added 2026/05/06 9:23 p.m.48 views

curl: CURLOPT_PROXY_CRLFILE / CURLOPT_PROXY_ISSUERCERT / CURLOPT_PROXY_ISSUERCERT_BLOB silently ignored on backends that don't support them

From the Mythos report 2026-05-06 F1. CURLOPTPROXYCRLFILE / CURLOPTPROXYISSUERCERT / CURLOPTPROXYISSUERCERTBLOB silently ignored on backends that don't support them — severity Low https://github.com/curl/curl/blob/455bebc2c7/lib/setopt.cL1786-L1797...

6.5CVSS6.5AI score0.01333EPSS
SaveExploits3
Chainguard
Chainguard
added 2026/05/06 7:17 p.m.20 views

CVE-2026-41898 vulnerabilities

Vulnerabilities for packages: vector, rpm-sequoia, rustls-openssl-client, sdp-k8s-injector, typst, komodo, sentry-cli, sccache, sqlx, rustup, valkey-ldap, deno, ztunnel-fips, guestproxyagent, bootc...

8.3CVSS5.9AI score0.0028EPSS
SaveExploits0
OPENSUSE Linux
OPENSUSE Linux
added 2026/05/04 12:00 a.m.23 views

Security update for himmelblau (moderate)

openSUSE security update: security update for himmelblau ------------------------------------------------------------- Announcement ID: openSUSE-SU-2026:20658-1 Rating: moderate References: bsc1261324 bsc1261613 Cross-References: CVE-2026-34397 CVSS scores: CVE-2026-34397 SUSE : 6.3...

7.2CVSS5.8AI score0.00158EPSS
SaveExploits1References2
Fedora
Fedora
added 2026/05/01 3:12 a.m.17 views

[SECURITY] Fedora 44 Update: rust-rustls-webpki-0.103.13-1.fc44

Web PKI X.509 Certificate Verification...

5.2AI score
SaveExploits0
Fedora
Fedora
added 2026/05/01 3:06 a.m.14 views

[SECURITY] Fedora 43 Update: rust-rustls-webpki-0.103.13-1.fc43

Web PKI X.509 Certificate Verification...

5.2AI score
SaveExploits0
Fedora
Fedora
added 2026/05/01 1:27 a.m.21 views

[SECURITY] Fedora 42 Update: rust-rustls-webpki-0.103.13-1.fc42

Web PKI X.509 Certificate Verification...

5.2AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/05/01 12:00 a.m.14 views

Fedora 43 : rust-rustls-webpki (2026-bea616fc84)

The remote Fedora 43 host has a package installed that is affected by a vulnerability as referenced in the FEDORA-2026-bea616fc84 advisory. Update to version 0.103.13. Addresses RUSTSEC-2026-0098, RUSTSEC-2026-0099, RUSTSEC-2026-0104. Tenable has extracted the preceding description block directly...

5.8AI score
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2026/05/01 12:00 a.m.9 views

Fedora 44 : rust-rustls-webpki (2026-8f36b2341e)

The remote Fedora 44 host has a package installed that is affected by a vulnerability as referenced in the FEDORA-2026-8f36b2341e advisory. Update to version 0.103.13. Addresses RUSTSEC-2026-0098, RUSTSEC-2026-0099, RUSTSEC-2026-0104. ---- Update to version 0.103.10. Addresses RUSTSEC-2026-0049...

5.8AI score
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2026/05/01 12:00 a.m.18 views

Fedora 42 : rust-rustls-webpki (2026-204499102d)

The remote Fedora 42 host has a package installed that is affected by a vulnerability as referenced in the FEDORA-2026-204499102d advisory. Update to version 0.103.13. Addresses RUSTSEC-2026-0098, RUSTSEC-2026-0099, RUSTSEC-2026-0104. Tenable has extracted the preceding description block directly...

5.8AI score
SaveExploits0References1
Rows per page
Query Builder