diff --git a/advisories/github-reviewed/2023/11/GHSA-8qfm-h8rh-h3r7/GHSA-8qfm-h8rh-h3r7.json b/advisories/github-reviewed/2023/11/GHSA-8qfm-h8rh-h3r7/GHSA-8qfm-h8rh-h3r7.json index fb55553f507..4e2fbecd836 100644 --- a/advisories/github-reviewed/2023/11/GHSA-8qfm-h8rh-h3r7/GHSA-8qfm-h8rh-h3r7.json +++ b/advisories/github-reviewed/2023/11/GHSA-8qfm-h8rh-h3r7/GHSA-8qfm-h8rh-h3r7.json @@ -40,6 +40,10 @@ "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-6026" }, + { + "type": "WEB", + "url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/elijaa/phpmemcacheadmin/CVE-2023-6026.yaml" + }, { "type": "PACKAGE", "url": "https://github.com/elijaa/phpmemcachedadmin" diff --git a/advisories/github-reviewed/2023/11/GHSA-pr4w-m4rp-gp87/GHSA-pr4w-m4rp-gp87.json b/advisories/github-reviewed/2023/11/GHSA-pr4w-m4rp-gp87/GHSA-pr4w-m4rp-gp87.json index b3c9de348d8..7690b4ac0a1 100644 --- a/advisories/github-reviewed/2023/11/GHSA-pr4w-m4rp-gp87/GHSA-pr4w-m4rp-gp87.json +++ b/advisories/github-reviewed/2023/11/GHSA-pr4w-m4rp-gp87/GHSA-pr4w-m4rp-gp87.json @@ -40,6 +40,10 @@ "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-6027" }, + { + "type": "WEB", + "url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/elijaa/phpmemcacheadmin/CVE-2023-6027.yaml" + }, { "type": "PACKAGE", "url": "https://github.com/elijaa/phpmemcachedadmin" diff --git a/advisories/github-reviewed/2023/12/GHSA-3mv5-343c-w2qg/GHSA-3mv5-343c-w2qg.json b/advisories/github-reviewed/2023/12/GHSA-3mv5-343c-w2qg/GHSA-3mv5-343c-w2qg.json index b0b99c36efe..ecc7a54ed98 100644 --- a/advisories/github-reviewed/2023/12/GHSA-3mv5-343c-w2qg/GHSA-3mv5-343c-w2qg.json +++ b/advisories/github-reviewed/2023/12/GHSA-3mv5-343c-w2qg/GHSA-3mv5-343c-w2qg.json @@ -1,13 +1,13 @@ { "schema_version": "1.4.0", "id": "GHSA-3mv5-343c-w2qg", - "modified": "2023-12-15T03:48:38Z", + "modified": "2023-12-18T17:40:51Z", "published": "2023-12-15T03:48:38Z", "aliases": [ ], "summary": "Ref methods into_ref, into_mut, into_slice, and into_slice_mut are unsound when used with cell::Ref or cell::RefMut", - "details": "The `Ref` methods `into_ref`, `into_mut`, `into_slice`, and `into_slice_mut` are unsound and may allow safe code to exhibit undefined behavior when used with `Ref` where `B` is [`cell::Ref`](https://doc.rust-lang.org/core/cell/struct.Ref.html) or [`cell::RefMut`](https://doc.rust-lang.org/core/cell/struct.RefMut.html). Note that these methods remain sound when used with `B` types other than `cell::Ref` or `cell::RefMut`.\n\nSee https://github.com/google/zerocopy/issues/716 for a more in-depth analysis.\n\nThe current plan is to yank the affected versions soon. See https://github.com/google/zerocopy/issues/679 for more detail.\n", + "details": "*This advisory is also published as [RUSTSEC-2023-0074](https://rustsec.org/advisories/RUSTSEC-2023-0074.html).*\n\nThe `Ref` methods `into_ref`, `into_mut`, `into_slice`, and `into_slice_mut` are unsound and may allow safe code to exhibit undefined behavior when used with `Ref` where `B` is [`cell::Ref`](https://doc.rust-lang.org/core/cell/struct.Ref.html) or [`cell::RefMut`](https://doc.rust-lang.org/core/cell/struct.RefMut.html). Note that these methods remain sound when used with `B` types other than `cell::Ref` or `cell::RefMut`.\n\nSee https://github.com/google/zerocopy/issues/716 for a more in-depth analysis.\n\nThe current plan is to yank the affected versions soon. See https://github.com/google/zerocopy/issues/679 for more detail.\n", "severity": [ ], @@ -146,6 +146,10 @@ { "type": "PACKAGE", "url": "https://github.com/google/zerocopy" + }, + { + "type": "WEB", + "url": "https://rustsec.org/advisories/RUSTSEC-2023-0074.html" } ], "database_specific": { diff --git a/advisories/github-reviewed/2023/12/GHSA-3qx2-6f78-w2j2/GHSA-3qx2-6f78-w2j2.json b/advisories/github-reviewed/2023/12/GHSA-3qx2-6f78-w2j2/GHSA-3qx2-6f78-w2j2.json index 21bd53faf86..ac58ee01ccf 100644 --- a/advisories/github-reviewed/2023/12/GHSA-3qx2-6f78-w2j2/GHSA-3qx2-6f78-w2j2.json +++ b/advisories/github-reviewed/2023/12/GHSA-3qx2-6f78-w2j2/GHSA-3qx2-6f78-w2j2.json @@ -48,6 +48,10 @@ "type": "WEB", "url": "https://github.com/dompdf/dompdf/commit/41cbac16f3cf56affa49f06e8dae66d0eac2b593" }, + { + "type": "WEB", + "url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/dompdf/dompdf/CVE-2023-50262.yaml" + }, { "type": "PACKAGE", "url": "https://github.com/dompdf/dompdf"