CVE-2025-67341
Unknown Unknown - Not Provided

BaseFortify

Vulnerability report for CVE-2025-67341, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2025-12-12

Last updated on: 2025-12-19

Assigner: MITRE

Description

jshERP versions 3.5 and earlier are affected by a stored XSS vulnerability. This vulnerability allows attackers to upload PDF files containing XSS payloads. Additionally, these PDF files can be accessed via static URLs, making them accessible to all users.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2025-12-12
Last Modified
2025-12-19
Generated
2026-07-06
AI Q&A
2025-12-12
EPSS Evaluated
2026-07-05
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
jishenghua jsherp to 3.5 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a stored Cross-Site Scripting (XSS) issue in jshERP versions 3.5 and earlier. Attackers can upload PDF files that contain malicious XSS payloads. These PDF files are then accessible via static URLs to all users, potentially allowing the malicious script to execute in the context of users' browsers.

Impact Analysis

The vulnerability can lead to attackers executing malicious scripts in the browsers of users who access the affected PDF files. This can result in theft of sensitive information, session hijacking, or other malicious actions performed on behalf of the user.

Detection Guidance

You can detect this vulnerability by checking for the presence of uploaded PDF files with potential XSS payloads on the /systemConfig/upload endpoint. Specifically, look for PDF files accessible via static URLs that may contain embedded scripts. Commands to help detect this include using curl or wget to fetch PDF files from the upload endpoint and inspecting their content for suspicious scripts. For example, you can use: curl -s http://yourserver/systemConfig/upload/filename.pdf | strings | grep -i script. Additionally, scanning your web server logs for POST requests to /systemConfig/upload with .pdf files can help identify potential exploit attempts. [1]

Mitigation Strategies

The immediate mitigation steps are to remove support for uploading PDF files entirely, as the application does not require this functionality. Additionally, implement validation mechanisms to detect and block malicious payloads within uploaded files to prevent XSS attacks. Restrict or disable the /systemConfig/upload endpoint from accepting PDF files and ensure that uploaded files are properly sanitized and validated before being stored or served. [1]

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-67341. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart