diff --git a/advisories/unreviewed/2025/05/GHSA-273c-54fq-2595/GHSA-273c-54fq-2595.json b/advisories/unreviewed/2025/05/GHSA-273c-54fq-2595/GHSA-273c-54fq-2595.json new file mode 100644 index 00000000000..724d74618bc --- /dev/null +++ b/advisories/unreviewed/2025/05/GHSA-273c-54fq-2595/GHSA-273c-54fq-2595.json @@ -0,0 +1,52 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-273c-54fq-2595", + "modified": "2025-05-15T06:31:13Z", + "published": "2025-05-15T06:31:13Z", + "aliases": [ + "CVE-2025-48024" + ], + "details": "In BlueWave Checkmate before 2.1, an authenticated regular user can access sensitive application secrets via the /api/v1/settings endpoint.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N" + } + ], + "affected": [], + "references": [ + { + "type": "WEB", + "url": "https://github.com/bluewave-labs/Checkmate/security/advisories/GHSA-jjmg-cjr4-439m" + }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-48024" + }, + { + "type": "WEB", + "url": "https://github.com/bluewave-labs/Checkmate/pull/2227" + }, + { + "type": "WEB", + "url": "https://github.com/bluewave-labs/Checkmate/commit/36d78a9aa4ed607ca1bd2b5fdaca5a3927b2d287" + }, + { + "type": "WEB", + "url": "https://github.com/bluewave-labs/Checkmate/commit/7a855ef47adf2265121c236097059c7c6555fd7c" + }, + { + "type": "WEB", + "url": "https://github.com/bluewave-labs/Checkmate/commit/91c2f7f0d5106bdfd4a0ff2c14b7e44acc3baee6" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-497" + ], + "severity": "MODERATE", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2025-05-15T05:15:51Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/05/GHSA-2hcq-63cj-2f3g/GHSA-2hcq-63cj-2f3g.json b/advisories/unreviewed/2025/05/GHSA-2hcq-63cj-2f3g/GHSA-2hcq-63cj-2f3g.json new file mode 100644 index 00000000000..af93b321599 --- /dev/null +++ b/advisories/unreviewed/2025/05/GHSA-2hcq-63cj-2f3g/GHSA-2hcq-63cj-2f3g.json @@ -0,0 +1,40 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-2hcq-63cj-2f3g", + "modified": "2025-05-15T06:31:12Z", + "published": "2025-05-15T06:31:12Z", + "aliases": [ + "CVE-2025-4589" + ], + "details": "The Bon Toolkit plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's 'bt-map' shortcode in all versions up to, and including, 1.3.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-4589" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/browser/bon-toolkit/trunk/includes/shortcodes.php#L71" + }, + { + "type": "WEB", + "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/4cafec05-c275-475d-91cf-ed65cd191b0e?source=cve" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "MODERATE", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2025-05-15T04:16:17Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/05/GHSA-47qp-9grv-hjc7/GHSA-47qp-9grv-hjc7.json b/advisories/unreviewed/2025/05/GHSA-47qp-9grv-hjc7/GHSA-47qp-9grv-hjc7.json new file mode 100644 index 00000000000..abdbbcc6fa7 --- /dev/null +++ b/advisories/unreviewed/2025/05/GHSA-47qp-9grv-hjc7/GHSA-47qp-9grv-hjc7.json @@ -0,0 +1,40 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-47qp-9grv-hjc7", + "modified": "2025-05-15T06:31:12Z", + "published": "2025-05-15T06:31:12Z", + "aliases": [ + "CVE-2025-4126" + ], + "details": "The EG-Series plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's [series] shortcode in all versions up to, and including, 2.1.1 due to insufficient input sanitization and output escaping on user supplied attributes in the shortcode_title function. This makes it possible for authenticated attackers - with contributor-level access and above, on sites with the Classic Editor plugin activated - to inject arbitrary JavaScript code in the titletag attribute that will execute whenever a user access 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-4126" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/browser/eg-series/trunk/lib/eg-plugin.inc.php#L546" + }, + { + "type": "WEB", + "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/ab518a1b-304d-4b93-b807-65ef3941dd47?source=cve" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-80" + ], + "severity": "MODERATE", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2025-05-15T04:16:17Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/05/GHSA-7chh-jrvc-3cqw/GHSA-7chh-jrvc-3cqw.json b/advisories/unreviewed/2025/05/GHSA-7chh-jrvc-3cqw/GHSA-7chh-jrvc-3cqw.json new file mode 100644 index 00000000000..18b7d4d8443 --- /dev/null +++ b/advisories/unreviewed/2025/05/GHSA-7chh-jrvc-3cqw/GHSA-7chh-jrvc-3cqw.json @@ -0,0 +1,40 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-7chh-jrvc-3cqw", + "modified": "2025-05-15T06:31:13Z", + "published": "2025-05-15T06:31:13Z", + "aliases": [ + "CVE-2024-13914" + ], + "details": "The File Manager Advanced Shortcode WordPress plugin for WordPress is vulnerable to Local File Inclusion in all versions up to, and including, 2.5.4 (file-manager-advanced-shortcode) and 2.5.6 (advanced-file-manager-pro-premium), via the 'file_manager_advanced' shortcode. This makes it possible for authenticated attackers, with Administrator-level access and above, to include and execute arbitrary JavaScript files on the server. This can be used to bypass access controls, obtain sensitive data, or achieve code execution in cases where images and other “safe” file types can be uploaded and included. Sites currently using 2.5.4 (file-manager-advanced-shortcode) should be updated to 2.6.0 (advanced-file-manager-pro-premium).", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" + } + ], + "affected": [], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-13914" + }, + { + "type": "WEB", + "url": "https://advancedfilemanager.com" + }, + { + "type": "WEB", + "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/1500c72a-0621-4f97-9cab-0c9c8abeaf8f?source=cve" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-22" + ], + "severity": "HIGH", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2025-05-15T06:15:36Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/05/GHSA-8gcc-m45m-24jc/GHSA-8gcc-m45m-24jc.json b/advisories/unreviewed/2025/05/GHSA-8gcc-m45m-24jc/GHSA-8gcc-m45m-24jc.json new file mode 100644 index 00000000000..2646f02e9bc --- /dev/null +++ b/advisories/unreviewed/2025/05/GHSA-8gcc-m45m-24jc/GHSA-8gcc-m45m-24jc.json @@ -0,0 +1,40 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-8gcc-m45m-24jc", + "modified": "2025-05-15T06:31:13Z", + "published": "2025-05-15T06:31:13Z", + "aliases": [ + "CVE-2025-4591" + ], + "details": "The Weluka Lite plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's 'weluka-map' shortcode in all versions up to, and including, 1.0.3 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-4591" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/browser/weluka-lite/trunk/class-weluka-builder.php#L4666" + }, + { + "type": "WEB", + "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/d21a12b4-2f9d-4ae3-a5f6-1ba90fab43a2?source=cve" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "MODERATE", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2025-05-15T04:16:18Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/05/GHSA-fprq-9jpr-7pxv/GHSA-fprq-9jpr-7pxv.json b/advisories/unreviewed/2025/05/GHSA-fprq-9jpr-7pxv/GHSA-fprq-9jpr-7pxv.json new file mode 100644 index 00000000000..4b0b24cae14 --- /dev/null +++ b/advisories/unreviewed/2025/05/GHSA-fprq-9jpr-7pxv/GHSA-fprq-9jpr-7pxv.json @@ -0,0 +1,44 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-fprq-9jpr-7pxv", + "modified": "2025-05-15T06:31:12Z", + "published": "2025-05-15T06:31:12Z", + "aliases": [ + "CVE-2025-3917" + ], + "details": "The 百度站长SEO合集(支持百度/神马/Bing/头条推送) plugin for WordPress is vulnerable to arbitrary file uploads due to missing file type validation in the download_remote_image_to_media_library function in all versions up to, and including, 2.0.6. This makes it possible for unauthenticated attackers to upload arbitrary files on the affected site's server which may make remote code execution possible.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" + } + ], + "affected": [], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-3917" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/browser/baiduseo/tags/2.0.6/inc/index/youhua.php#L371" + }, + { + "type": "WEB", + "url": "https://wordpress.org/plugins/baiduseo" + }, + { + "type": "WEB", + "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/70361501-8adc-499a-91d2-cf91fab5934a?source=cve" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-434" + ], + "severity": "CRITICAL", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2025-05-15T04:16:12Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/05/GHSA-m4qv-7jq9-f554/GHSA-m4qv-7jq9-f554.json b/advisories/unreviewed/2025/05/GHSA-m4qv-7jq9-f554/GHSA-m4qv-7jq9-f554.json new file mode 100644 index 00000000000..7a7fd5e9a64 --- /dev/null +++ b/advisories/unreviewed/2025/05/GHSA-m4qv-7jq9-f554/GHSA-m4qv-7jq9-f554.json @@ -0,0 +1,29 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-m4qv-7jq9-f554", + "modified": "2025-05-15T06:31:13Z", + "published": "2025-05-15T06:31:13Z", + "aliases": [ + "CVE-2025-3742" + ], + "details": "The Responsive Lightbox & Gallery WordPress plugin before 2.5.1 does not validate and escape some of its attributes before outputting them back in a page/post, which could allow users with the contributor role and above to perform Stored Cross-Site Scripting attacks.", + "severity": [], + "affected": [], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-3742" + }, + { + "type": "WEB", + "url": "https://wpscan.com/vulnerability/5b8f487b-63a5-4d2a-9b61-ed4d97f18320" + } + ], + "database_specific": { + "cwe_ids": [], + "severity": null, + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2025-05-15T06:15:37Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/05/GHSA-pf67-x6hq-5h3p/GHSA-pf67-x6hq-5h3p.json b/advisories/unreviewed/2025/05/GHSA-pf67-x6hq-5h3p/GHSA-pf67-x6hq-5h3p.json new file mode 100644 index 00000000000..f354283d632 --- /dev/null +++ b/advisories/unreviewed/2025/05/GHSA-pf67-x6hq-5h3p/GHSA-pf67-x6hq-5h3p.json @@ -0,0 +1,40 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-pf67-x6hq-5h3p", + "modified": "2025-05-15T06:31:13Z", + "published": "2025-05-15T06:31:13Z", + "aliases": [ + "CVE-2025-3053" + ], + "details": "The UiPress lite | Effortless custom dashboards, admin themes and pages plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 3.5.07 via the uip_process_form_input() function. This is due to the function taking user supplied inputs to execute arbitrary functions with arbitrary data, and does not have any sort of capability check. This makes it possible for authenticated attackers, with Subscriber-level access and above, to execute arbitrary code on the server.", + "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-3053" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/changeset/3292552/uipress-lite/trunk/admin/core/ajax-functions.php" + }, + { + "type": "WEB", + "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/6717adb0-27bc-4cd4-8c34-bea59bc0e016?source=cve" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-94" + ], + "severity": "HIGH", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2025-05-15T05:15:50Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/05/GHSA-qj7q-8p84-wf4q/GHSA-qj7q-8p84-wf4q.json b/advisories/unreviewed/2025/05/GHSA-qj7q-8p84-wf4q/GHSA-qj7q-8p84-wf4q.json new file mode 100644 index 00000000000..4542bc78a1a --- /dev/null +++ b/advisories/unreviewed/2025/05/GHSA-qj7q-8p84-wf4q/GHSA-qj7q-8p84-wf4q.json @@ -0,0 +1,40 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-qj7q-8p84-wf4q", + "modified": "2025-05-15T06:31:13Z", + "published": "2025-05-15T06:31:13Z", + "aliases": [ + "CVE-2025-48027" + ], + "details": "The HttpAuth plugin in pGina.Fork through 3.9.9.12 allows authentication bypass when an adversary controls DNS resolution for pginaloginserver.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N" + } + ], + "affected": [], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-48027" + }, + { + "type": "WEB", + "url": "https://github.com/MutonUfoAI/pgina/blob/1922de0fe27492c09d2f188c2c7e54a4b364bbad/Plugins/HttpAuth/HttpAuth/Settings.cs#L44" + }, + { + "type": "WEB", + "url": "https://github.com/kwburns/CVE/blob/main/pGina.Fork/3.9.9.12/README.md" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-290" + ], + "severity": "MODERATE", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2025-05-15T06:15:37Z" + } +} \ No newline at end of file