diff --git a/advisories/unreviewed/2024/04/GHSA-p68v-qx32-5pvp/GHSA-p68v-qx32-5pvp.json b/advisories/unreviewed/2024/04/GHSA-p68v-qx32-5pvp/GHSA-p68v-qx32-5pvp.json index edb5f0d9d35..cd3d73a4127 100644 --- a/advisories/unreviewed/2024/04/GHSA-p68v-qx32-5pvp/GHSA-p68v-qx32-5pvp.json +++ b/advisories/unreviewed/2024/04/GHSA-p68v-qx32-5pvp/GHSA-p68v-qx32-5pvp.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-p68v-qx32-5pvp", - "modified": "2024-04-15T06:30:34Z", + "modified": "2025-05-30T12:31:25Z", "published": "2024-04-15T06:30:34Z", "aliases": [ "CVE-2024-3767" @@ -11,6 +11,10 @@ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], "affected": [], @@ -23,6 +27,10 @@ "type": "WEB", "url": "https://github.com/BurakSevben/CVEs/blob/main/News%20Portal/News%20Portal%20-%20SQL%20Injection%20-%203.md" }, + { + "type": "WEB", + "url": "https://phpgurukul.com" + }, { "type": "WEB", "url": "https://vuldb.com/?ctiid.260614" @@ -38,6 +46,7 @@ ], "database_specific": { "cwe_ids": [ + "CWE-74", "CWE-89" ], "severity": "MODERATE", diff --git a/advisories/unreviewed/2025/05/GHSA-6f5m-fg33-2rmv/GHSA-6f5m-fg33-2rmv.json b/advisories/unreviewed/2025/05/GHSA-6f5m-fg33-2rmv/GHSA-6f5m-fg33-2rmv.json new file mode 100644 index 00000000000..fda004b0474 --- /dev/null +++ b/advisories/unreviewed/2025/05/GHSA-6f5m-fg33-2rmv/GHSA-6f5m-fg33-2rmv.json @@ -0,0 +1,48 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-6f5m-fg33-2rmv", + "modified": "2025-05-30T12:31:25Z", + "published": "2025-05-30T12:31:25Z", + "aliases": [ + "CVE-2025-5142" + ], + "details": "The Simple Page Access Restriction plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.0.31. This is due to missing nonce validation and capability checks in the settings save handler in the settings.php script. This makes it possible for unauthenticated attackers to (1) enable or disable access protection on all post types or taxonomies, (2) force every new page/post to be public or private, regardless of meta-box settings, (3) cause a silent wipe of all plugin data when it’s later removed, or (4) to conduct URL redirection attacks via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N" + } + ], + "affected": [], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-5142" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/browser/simple-page-access-restriction/tags/1.0.31/includes/admin/settings/settings.php#L16" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/changeset/3300680" + }, + { + "type": "WEB", + "url": "https://wordpress.org/plugins/simple-page-access-restriction/#developers" + }, + { + "type": "WEB", + "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/657e2a4d-7e10-495d-8352-1adc0cb89e83?source=cve" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-352" + ], + "severity": "MODERATE", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2025-05-30T10:15:25Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/05/GHSA-j45r-rp34-c5fh/GHSA-j45r-rp34-c5fh.json b/advisories/unreviewed/2025/05/GHSA-j45r-rp34-c5fh/GHSA-j45r-rp34-c5fh.json new file mode 100644 index 00000000000..1e356936ede --- /dev/null +++ b/advisories/unreviewed/2025/05/GHSA-j45r-rp34-c5fh/GHSA-j45r-rp34-c5fh.json @@ -0,0 +1,56 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-j45r-rp34-c5fh", + "modified": "2025-05-30T12:31:25Z", + "published": "2025-05-30T12:31:25Z", + "aliases": [ + "CVE-2025-5235" + ], + "details": "The OpenSheetMusicDisplay plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the ‘className’ parameter in all versions up to, and including, 1.4.0 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N" + } + ], + "affected": [], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-5235" + }, + { + "type": "WEB", + "url": "https://github.com/opensheetmusicdisplay/opensheetmusicdisplay/blob/develop/CHANGELOG.md" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/browser/opensheetmusicdisplay/trunk/opensheetmusicdisplay.php#L473" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/changeset/3301757" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/changeset/3301757/#file48" + }, + { + "type": "WEB", + "url": "https://wordpress.org/plugins/opensheetmusicdisplay/#developers" + }, + { + "type": "WEB", + "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/a45417ce-d5dd-4706-adbb-d44670de6eb7?source=cve" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "MODERATE", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2025-05-30T10:15:26Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/05/GHSA-j875-427q-5q22/GHSA-j875-427q-5q22.json b/advisories/unreviewed/2025/05/GHSA-j875-427q-5q22/GHSA-j875-427q-5q22.json new file mode 100644 index 00000000000..54861dae66a --- /dev/null +++ b/advisories/unreviewed/2025/05/GHSA-j875-427q-5q22/GHSA-j875-427q-5q22.json @@ -0,0 +1,40 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-j875-427q-5q22", + "modified": "2025-05-30T12:31:26Z", + "published": "2025-05-30T12:31:26Z", + "aliases": [ + "CVE-2025-1763" + ], + "details": "An issue has been discovered in GitLab EE that allows for cross-site-scripting attack and content security policy bypass in a user's browser under specific conditions, affecting all versions from 16.6 before 17.9.7, 17.10 before 17.10.5, and 17.11 before 17.11.1.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N" + } + ], + "affected": [], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-1763" + }, + { + "type": "WEB", + "url": "https://hackerone.com/reports/3016600" + }, + { + "type": "WEB", + "url": "https://gitlab.com/gitlab-org/gitlab/-/issues/521718" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "HIGH", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2025-05-30T11:15:20Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/05/GHSA-qx4r-6w8j-823h/GHSA-qx4r-6w8j-823h.json b/advisories/unreviewed/2025/05/GHSA-qx4r-6w8j-823h/GHSA-qx4r-6w8j-823h.json new file mode 100644 index 00000000000..7d0defee45c --- /dev/null +++ b/advisories/unreviewed/2025/05/GHSA-qx4r-6w8j-823h/GHSA-qx4r-6w8j-823h.json @@ -0,0 +1,44 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-qx4r-6w8j-823h", + "modified": "2025-05-30T12:31:26Z", + "published": "2025-05-30T12:31:26Z", + "aliases": [ + "CVE-2025-4944" + ], + "details": "The LA-Studio Element Kit for Elementor plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's Image Compare and Google Maps widgets in all versions up to, and including, 1.5.2 due to insufficient input sanitization and output escaping on user supplied attributes. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N" + } + ], + "affected": [], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4944" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/changeset/3302784" + }, + { + "type": "WEB", + "url": "https://wordpress.org/plugins/lastudio-element-kit/#developers" + }, + { + "type": "WEB", + "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/68ae8404-6dfa-4b13-b2a6-bd4554f1043f?source=cve" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "MODERATE", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2025-05-30T12:15:20Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/05/GHSA-xp67-rfwj-p4w6/GHSA-xp67-rfwj-p4w6.json b/advisories/unreviewed/2025/05/GHSA-xp67-rfwj-p4w6/GHSA-xp67-rfwj-p4w6.json new file mode 100644 index 00000000000..f1c6df6f1eb --- /dev/null +++ b/advisories/unreviewed/2025/05/GHSA-xp67-rfwj-p4w6/GHSA-xp67-rfwj-p4w6.json @@ -0,0 +1,44 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-xp67-rfwj-p4w6", + "modified": "2025-05-30T12:31:26Z", + "published": "2025-05-30T12:31:26Z", + "aliases": [ + "CVE-2025-5190" + ], + "details": "The Browse As plugin for WordPress is vulnerable to authentication bypass in versions up to, and including, 0.2. This is due to incorrect authentication checking in the 'IS_BA_Browse_As::notice' function with the 'is_ba_original_user_COOKIEHASH' cookie value. This makes it possible for authenticated attackers, with subscriber-level permissions and above, to log in as any existing user on the site, such as an administrator, if they have access to the user id.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" + } + ], + "affected": [], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-5190" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/browser/browse-as/tags/0.2/browse-as.php#L115" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/browser/browse-as/tags/0.2/browse-as.php#L92" + }, + { + "type": "WEB", + "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/8f5722b0-0d54-4c44-b168-a886da1077cb?source=cve" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-288" + ], + "severity": "HIGH", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2025-05-30T12:15:21Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/05/GHSA-xrxr-x757-5v8c/GHSA-xrxr-x757-5v8c.json b/advisories/unreviewed/2025/05/GHSA-xrxr-x757-5v8c/GHSA-xrxr-x757-5v8c.json new file mode 100644 index 00000000000..9f6c6373ef6 --- /dev/null +++ b/advisories/unreviewed/2025/05/GHSA-xrxr-x757-5v8c/GHSA-xrxr-x757-5v8c.json @@ -0,0 +1,40 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-xrxr-x757-5v8c", + "modified": "2025-05-30T12:31:26Z", + "published": "2025-05-30T12:31:26Z", + "aliases": [ + "CVE-2025-4597" + ], + "details": "The Woo Slider Pro – Drag Drop Slider Builder For WooCommerce plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the woo_slide_pro_delete_draft_preview AJAX action in all versions up to, and including, 1.12. This makes it possible for authenticated attackers, with Subscriber-level access and above, to delete arbitrary posts.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N" + } + ], + "affected": [], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4597" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/browser/woo-slider-pro-drag-drop-slider-builder-for-woocommerce/trunk/inc/actions.php#L111" + }, + { + "type": "WEB", + "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/1eaee0f6-968c-4004-83e7-f79baf3ff88d?source=cve" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-862" + ], + "severity": "MODERATE", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2025-05-30T12:15:20Z" + } +} \ No newline at end of file