Description
A security vulnerability has been detected in weiqingwen spring-boot-forum up to 538eecc3c6b85fdf0768ab4e8354b48c0c17d94f. Affected is the function validate of the file src/main/java/com/qingwenwei/util/NewUserFormValidator.java of the component Avatar Upload. The manipulation of the argument Username leads to path traversal. The attack can be initiated remotely. The exploit has been disclosed publicly and may be used. Continious delivery with rolling releases is used by this product. Therefore, no version details of affected nor updated releases are available. The vendor was contacted early about this disclosure but did not respond in any way.
Published: 2026-09-23
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: Remote Path Traversal
Action: Assess Impact
AI Analysis

Impact

The flaw allows an attacker to manipulate the Username field in the Avatar Upload workflow, causing a path traversal error that can expose arbitrary files on the server. It is a local file access vulnerability of type CWE‑22 and can be triggered remotely, leading to potential confidentiality and integrity breaches. No evidence of remote code execution has been described.

Affected Systems

The vulnerability exists in weiqingwen spring‑boot‑forum up to commit 538eecc3c6b85fdf0768ab4e8354b48c0c17d94f. Continuous delivery and rolling releases mean no version beyond this commit is known to be fixed, and the vendor has not released an official fix. All installations prior to a patch or an updated compliant commit are vulnerable.

Risk and Exploitability

The CVSS score of 5.3 indicates a moderate severity. The EPSS score is not available, which suggests uncertainty about the likelihood of exploitation, but the vulnerability has been publicly disclosed and can be activated remotely. It is not listed in the CISA KEV catalog, yet the known path traversal can still be used for information disclosure or further compromise if other weaknesses exist. The attacker only needs to supply a crafted Username value; no other preconditions are stated.

Generated by OpenCVE AI on September 24, 2026 at 00:24 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Deploy the latest vendor patch or replace the vulnerable code with a commit that fixes the path traversal in NewUserFormValidator.java.
  • Add server‑side input sanitization to the Username field—enforce a strict whitelist of acceptable characters and reject any string containing "/.." or similar patterns.
  • If a patch is not immediately available, temporarily disable avatar upload for new users or restrict it to trusted accounts until remediation.
  • Monitor application logs for anomalous file access attempts or unexpected input patterns that may indicate exploitation attempts.

Generated by OpenCVE AI on September 24, 2026 at 00:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 23 Sep 2026 23:00:00 +0000

Type Values Removed Values Added
Description A security vulnerability has been detected in weiqingwen spring-boot-forum up to 538eecc3c6b85fdf0768ab4e8354b48c0c17d94f. Affected is the function validate of the file src/main/java/com/qingwenwei/util/NewUserFormValidator.java of the component Avatar Upload. The manipulation of the argument Username leads to path traversal. The attack can be initiated remotely. The exploit has been disclosed publicly and may be used. Continious delivery with rolling releases is used by this product. Therefore, no version details of affected nor updated releases are available. The vendor was contacted early about this disclosure but did not respond in any way.
Title weiqingwen spring-boot-forum Avatar Upload NewUserFormValidator.java validate path traversal
First Time appeared Weiqingwen
Weiqingwen spring-boot-forum
Weaknesses CWE-22
CPEs cpe:2.3:a:weiqingwen:spring-boot-forum:*:*:*:*:*:*:*:*
Vendors & Products Weiqingwen
Weiqingwen spring-boot-forum
References
Metrics cvssV2_0

{'score': 6.5, 'vector': 'AV:N/AC:L/Au:S/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 6.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 6.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 5.3, 'vector': '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:P'}


Subscriptions

Weiqingwen Spring-boot-forum
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-09-23T22:45:09.921Z

Reserved: 2026-09-23T15:28:20.252Z

Link: CVE-2026-96678

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-23T23:18:49.923

Modified: 2026-09-23T23:18:49.923

Link: CVE-2026-96678

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-24T00:30:07Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')