From 551ca4c76480b09c9a2fb49a5622a7e4dfc5c433 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 18:34:25 +0000 Subject: [PATCH] Publish GHSA-w34w-fvp3-68xm --- .../GHSA-w34w-fvp3-68xm.json | 65 +++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 advisories/github-reviewed/2025/04/GHSA-w34w-fvp3-68xm/GHSA-w34w-fvp3-68xm.json diff --git a/advisories/github-reviewed/2025/04/GHSA-w34w-fvp3-68xm/GHSA-w34w-fvp3-68xm.json b/advisories/github-reviewed/2025/04/GHSA-w34w-fvp3-68xm/GHSA-w34w-fvp3-68xm.json new file mode 100644 index 00000000000..463238967a3 --- /dev/null +++ b/advisories/github-reviewed/2025/04/GHSA-w34w-fvp3-68xm/GHSA-w34w-fvp3-68xm.json @@ -0,0 +1,65 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-w34w-fvp3-68xm", + "modified": "2025-04-01T18:31:48Z", + "published": "2025-04-01T18:31:48Z", + "aliases": [ + "CVE-2025-31131" + ], + "summary": "Yeswiki Path Traversal vulnerability allows arbitrary read of files", + "details": "### Summary\nThe `squelette` parameter is vulnerable to path traversal attacks, enabling read access to arbitrary files on the server. The payload `../../../../../../etc/passwd` was submitted in the `squelette` parameter. The requested file was returned in the application's response.\n\n### Details\nFile path traversal vulnerabilities arise when user-controllable data is used within a filesystem operation in an unsafe manner. Typically, a user-supplied filename is appended to a directory prefix in order to read or write the contents of a file. If vulnerable, an attacker can supply path traversal sequences (using dot-dot-slash characters) to break out of the intended directory and read or write files elsewhere on the filesystem.\n\n### PoC\n1. Access the below URL to see the contents of `/etc/passwd`:\n **URL with payload:** `https://yeswiki.net/?UrkCEO/edit&theme=margot&squelette=..%2f..%2f..%2f..%2f..%2f..%2fetc%2fpasswd&style=margot.css`\n \n Similarly, contents of `wakka.config.php` can be read (which contains database password) using `..%2f..%2f..%2fwakka.config.php` as payload. Thus showing the severity of this issue. \n\n### Impact\nThis is a very serious vulnerability, allowing an attacker to access sensitive files containing configuration data, passwords, database records, log data, source code, and program scripts and binaries. Thus, leading to complete loss of confidentiality.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "yeswiki/yeswiki" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "4.5.2" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/YesWiki/yeswiki/security/advisories/GHSA-w34w-fvp3-68xm" + }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-31131" + }, + { + "type": "WEB", + "url": "https://github.com/YesWiki/yeswiki/commit/f78c915369a60c74ab8f38561ae93a4aaca9b989" + }, + { + "type": "PACKAGE", + "url": "https://github.com/YesWiki/yeswiki" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-22" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2025-04-01T18:31:48Z", + "nvd_published_at": "2025-04-01T15:16:07Z" + } +} \ No newline at end of file