Lucene search
+L

530 matches found

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

rustls

Rustls is a modern TLS library written in Rust. Status Rustls is used in production at many organizations and projects. We aim to maintain reasonable API surface stability but the API may evolve as we make changes to accommodate new features or performance improvements. We have a roadmap for our...

6AI score
SaveExploits0References19
Kitploit
Kitploit
added 2026/09/13 3:57 a.m.10 views

CertificateDsc

CertificateDsc Code of Conduct This project has adopted this code of conduct. Releases For each merge to the branch main a preview release will be deployed to PowerShell Gallery. Periodically a release version tag will be pushed which will deploy a full release to PowerShell Gallery. Contributing...

5.9AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/13 12:22 a.m.5 views

openvpn-install

openvpn-install OpenVPN installer for Debian, Ubuntu, Fedora, openSUSE, CentOS, Amazon Linux, Arch Linux, Oracle Linux, Rocky Linux and AlmaLinux. This script will let you setup and manage your own secure VPN server in just a few seconds. What is this? This script is meant to be run on your own...

6AI score
SaveExploits0References9
Kitploit
Kitploit
added 2026/09/12 9:28 a.m.7 views

certbot

.. This file contains a series of comments that are used to include sections of this README in other files. Do not modify these comments unless you know what you are doing. tag:intro-begin |build-status| .. |build-status| image::...

5.6AI score
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/09 4:11 p.m.9 views

infisical

The open-source secret management platform : Sync secrets/configs across your team/infrastructure and prevent secret leaks. Slack | Infisical Cloud | Self-Hosting | Docs | Website | Twitter | Hiring Remote/SF Introduction Infisical is the open source security infrastructure platform that teams us...

6AI score
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/08/25 9:50 p.m.8 views

openssl: CMP indefinite cache growth of ExtraCerts

A flaw was found in OpenSSL. The CMP Certificate Management Protocol implementation does not clear cached additional certificates when an invalid message is received, leading to excessive memory consumption. This allows a malicious client to repeatedly send requests containing unique extra...

5.9CVSS5.3AI score0.00488EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/25 1:19 p.m.4 views

ALPINE-CVE-2026-63074

Issue summary: The OpenSSL Certificate Management Protocol CMP caches additional certificates extraCerts sent in a CMP message, but never expunges them for instance if they are invalid. If a server reuses an OSSLCMPCTX frequently, this cache of extraCerts may grow unboundedly, and a malicious...

5.9CVSS5.7AI score0.00488EPSS
SaveExploits0References1
Circl
Circl
added 2026/08/18 10:35 p.m.15 views

CVE-2026-70666

creationtimestamp| type| source ---|---|--- 2026-08-18 22:35:18+00:00| published-proof-of-concept| https://github.com/Netflix/lemur/security/advisories/GHSA-xpmj-wjcp-6pww 2026-08-19 09:32:00+00:00| seen| https://gist.github.com/alon710/f8eaee2020ed8f819add6f9d1de77bf8...

7.4CVSS4.8AI score0.00165EPSS
SaveExploits0References2
Circl
Circl
added 2026/08/18 10:35 p.m.17 views

CVE-2026-71308

creationtimestamp| type| source ---|---|--- 2026-08-18 22:35:09+00:00| published-proof-of-concept| https://github.com/Netflix/lemur/security/advisories/GHSA-cfh6-pv5c-38jv 2026-08-19 01:22:20+00:00| seen| https://bsky.app/profile/thestandup.bsky.social/post/3mtfky2ijcb2v 2026-08-19 06:44:38+00:00...

8.1CVSS4.8AI score0.00217EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/18 8:51 p.m.9 views

GHSA-4H97-P9WQ-CHQJ Lemur: Missing authorization check on POST /certificates/<id>/export for plugins with requires_key = False

Summary The CertificateExport handler in lemur/certificates/views.py nests its entire ownership / CertificatePermission check inside an if plugin.requireskey: branch. When the selected export plugin advertises requireskey = False, the authorization check is skipped entirely and any authenticated...

4.3CVSS5.6AI score0.00178EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/18 8:17 p.m.9 views

CVE-2026-71417

Lemur manages TLS certificate creation. Prior to 1.9.3, POST /api/1/certificates/upload allowed a non-read-only user to create a duplicate row using another certificate body, authorityid, serial, or externalid without requiring permission on the underlying authority. PUT /api/1/certificates//revo...

7.3CVSS0.00121EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/18 8:17 p.m.11 views

CVE-2026-70666

Lemur manages TLS certificate creation. Prior to 1.9.3, an authority-role member could update acmeurl through PUT /api/1/authorities/ without revalidation and direct setupacmeclientnoretry to an attacker-controlled ACME server. ACME directory and order responses contain newNonce, newOrder,...

7.4CVSS0.00165EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/18 7:05 p.m.9 views

EUVD-2026-61155

Lemur manages TLS certificate creation. Prior to 1.9.3, an authority-role member could update acmeurl through PUT /api/1/authorities/ without revalidation and direct setupacmeclientnoretry to an attacker-controlled ACME server. ACME directory and order responses contain newNonce, newOrder,...

7.4CVSS5.3AI score0.00165EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/18 7:02 p.m.14 views

EUVD-2026-61153

Lemur manages TLS certificate creation. Prior to 1.9.3, GET /api/1/destinations and GET /api/1/destinations/ relied only on authentication while sibling write handlers required adminpermission. DestinationOutputSchema returned raw options and copied them into pluginOptions without redacting...

7.7CVSS5.4AI score0.00295EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/18 6:50 p.m.29 views

CVE-2026-55163 Lemur: Privilege escalation via PUT /api/1/roles/<id> — non-admin role members can rewrite role membership

Lemur manages TLS certificate creation. Prior to 1.9.2, PUT /api/1/roles/ in lemur/roles/views.py:298 authorized updates with RoleMemberPermissionroleid, which allowed either an administrator or any existing member of the target role. The handler passed data"users" and data"name" to service.updat...

6.3CVSS0.00165EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/18 6:50 p.m.13 views

CVE-2026-55163 Lemur: Privilege escalation via PUT /api/1/roles/<id> — non-admin role members can rewrite role membership

Lemur manages TLS certificate creation. Prior to 1.9.2, PUT /api/1/roles/ in lemur/roles/views.py:298 authorized updates with RoleMemberPermissionroleid, which allowed either an administrator or any existing member of the target role. The handler passed data"users" and data"name" to service.updat...

6.3CVSS5.5AI score
SaveExploits0References5
Wolfi
Wolfi
added 2026/08/14 8:23 a.m.19 views

GO-2026-5543 vulnerabilities

Vulnerabilities for packages: opentofu, percona-server-mongodb-operator, rancher, zot, bento, frp, rancher-agent, terraform, trufflehog, k6, gitea, juicefs, rancher-webhook, yunikorn-k8shim, spqr, cert-manager-cmctl, kyverno, cert-manager, seaweedfs, cert-manager-csi-driver, telegraf, harbor,...

5.9AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2026/08/13 10:51 a.m.11 views

Important: Red Hat Security Advisory: cert-manager Operator for Red Hat OpenShift 1.19.1

cert-manager Operator for Red Hat OpenShift 1.19.1 The cert-manager Operator for Red Hat OpenShift builds on top of Kubernetes, introducing certificate authorities and certificates as first-class resource types in the Kubernetes API. This makes it possible to provide certificates-as-a-service to...

10CVSS7.1AI score0.01557EPSS
SaveExploits1References15
NVD
NVD
added 2026/08/10 8:17 p.m.12 views

CVE-2026-72880

Dokploy is a free, self-hostable Platform as a Service PaaS. Prior to 0.29.13, the apiCreateCertificate schema in packages/server/src/db/schema/certificate.ts accepts a client-supplied certificatePath, and packages/server/src/services/certificate.ts joins that value to the certificate root withou...

9.9CVSS0.00298EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/03 7:08 p.m.13 views

JLSEC-2026-1139 Issue summary: An attacker-controlled CMP (Certificate Management Protocol) server could trigger...

Issue summary: An attacker-controlled CMP Certificate Management Protocol server could trigger a NULL pointer dereference in a CMP client application. Impact summary: A NULL pointer dereference causes a crash of the application and a Denial of Service. An attacker controlling a CMP server or acti...

5.9CVSS7.2AI score0.00557EPSS
SaveExploits0References13
Rows per page
Query Builder