Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions advisories/published/2025/DONOTUSEJLSEC-0000-mnro52e14-1xdidyw.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
```toml
schema_version = "1.7.3"
id = "DONOTUSEJLSEC-0000-mnro52e14-1xdidyw"
modified = 2025-10-07T03:22:39.112Z
upstream = ["CVE-2025-43903"]
references = ["https://gitlab.freedesktop.org/poppler/poppler/-/commit/f1b9c830f145a0042e853d6462b2f9ca4016c669"]

[[affected]]
pkg = "Poppler_jll"
ranges = ["*"]

[[jlsec_sources]]
id = "CVE-2025-43903"
imported = 2025-10-07T03:22:39.092Z
modified = 2025-10-06T16:37:14.947Z
published = 2025-04-18T21:15:44.673Z
url = "https://services.nvd.nist.gov/rest/json/cves/2.0?cveId=CVE-2025-43903"
html_url = "https://nvd.nist.gov/vuln/detail/CVE-2025-43903"
```

# NSSCryptoSignBackend.cc in Poppler before 25.04.0 does not verify the adbe.pkcs7.sha1 signatures on ...

NSSCryptoSignBackend.cc in Poppler before 25.04.0 does not verify the adbe.pkcs7.sha1 signatures on documents, resulting in potential signature forgeries.

26 changes: 26 additions & 0 deletions advisories/published/2025/DONOTUSEJLSEC-0000-mnro52gwf-73adho.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
```toml
schema_version = "1.7.3"
id = "DONOTUSEJLSEC-0000-mnro52gwf-73adho"
modified = 2025-10-07T03:22:42.831Z
upstream = ["CVE-2025-32988"]
references = ["https://access.redhat.com/errata/RHSA-2025:16115", "https://access.redhat.com/errata/RHSA-2025:16116", "https://access.redhat.com/errata/RHSA-2025:17348", "https://access.redhat.com/errata/RHSA-2025:17361", "https://access.redhat.com/security/cve/CVE-2025-32988", "https://bugzilla.redhat.com/show_bug.cgi?id=2359622"]

[[affected]]
pkg = "GnuTLS_jll"
ranges = ["*"]

[[jlsec_sources]]
id = "CVE-2025-32988"
imported = 2025-10-07T03:22:42.831Z
modified = 2025-10-06T12:15:33.023Z
published = 2025-07-10T08:15:24.223Z
url = "https://services.nvd.nist.gov/rest/json/cves/2.0?cveId=CVE-2025-32988"
html_url = "https://nvd.nist.gov/vuln/detail/CVE-2025-32988"
```

# A flaw was found in GnuTLS

A flaw was found in GnuTLS. A double-free vulnerability exists in GnuTLS due to incorrect ownership handling in the export logic of Subject Alternative Name (SAN) entries containing an otherName. If the type-id OID is invalid or malformed, GnuTLS will call asn1_delete_structure() on an ASN.1 node it does not own, leading to a double-free condition when the parent function or caller later attempts to free the same structure.

This vulnerability can be triggered using only public GnuTLS APIs and may result in denial of service or memory corruption, depending on allocator behavior.

Loading