CVE-2025-70846
Awaiting Analysis Awaiting Analysis - Queue
BaseFortify

Publication date: 2026-02-17

Last updated on: 2026-03-11

Assigner: MITRE

Description
lty628 aidigu v1.9.1 is vulnerable to Cross Site Scripting (XSS) on the /tools/Password/add page in the input field password.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-02-17
Last Modified
2026-03-11
Generated
2026-05-27
AI Q&A
2026-02-17
EPSS Evaluated
2026-05-25
NVD
EUVD
Affected Vendors & Products
Currently, no data is known.
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 Powered Q&A
Can you explain this vulnerability to me?

The vulnerability in lty628 aidigu version 1.9.1 is a Cross Site Scripting (XSS) issue. It occurs on the /tools/Password/add page specifically in the input field named password.


How can this vulnerability impact me? :

This Cross Site Scripting (XSS) vulnerability can allow attackers to inject malicious scripts into the password input field on the affected page. This can lead to unauthorized actions such as stealing user session cookies, defacing the website, or redirecting users to malicious sites.


How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:

I don't know


How can this vulnerability be detected on my network or system? Can you suggest some commands?

[{'type': 'paragraph', 'content': 'The vulnerability is a Cross Site Scripting (XSS) issue on the /tools/Password/add page in the input field password of lty628 aidigu v1.9.1.'}, {'type': 'paragraph', 'content': 'To detect this vulnerability, you can attempt to inject typical XSS payloads into the password input field on the /tools/Password/add page and observe if the input is improperly sanitized and reflected back.'}, {'type': 'list_item', 'content': 'Use curl or similar tools to send a request with an XSS payload, for example: curl -X POST -d "password=<script>alert(1)</script>" http://target/tools/Password/add'}, {'type': 'list_item', 'content': 'Use a web vulnerability scanner that supports XSS detection targeting the specific URL and input field.'}] [1]


What immediate steps should I take to mitigate this vulnerability?

Immediate mitigation steps include sanitizing and validating all user inputs on the /tools/Password/add page, especially the password input field, to prevent injection of malicious scripts.

If possible, apply any available patches or updates from the vendor that address this vulnerability.

As a temporary measure, restrict access to the vulnerable page or implement web application firewall (WAF) rules to block suspicious input patterns.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart