CVE-2025-62528
Unknown Unknown - Not Provided

BaseFortify

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

Publication date: 2025-10-20

Last updated on: 2025-10-30

Assigner: GitHub, Inc.

Description

Taguette is an open source qualitative research tool. An issue has been discovered in Taguette versions prior to 1.5.0. It was possible for a project member to put JavaScript in name or description fields which would run on project load. This issue has been patched in version 1.5.0.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2025-10-20
Last Modified
2025-10-30
Generated
2026-07-06
AI Q&A
2025-10-20
EPSS Evaluated
2026-07-05
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
taguette taguette to 1.5.0 (exc)

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 cross-site scripting (XSS) issue in Taguette versions prior to 1.5.0. It occurs because the application does not properly sanitize user input in fields like tag name, tag description, document name, and document description. As a result, a project member can inject JavaScript code that executes when the project is loaded, potentially affecting other users. [2]

Impact Analysis

The vulnerability allows a project member to inject malicious JavaScript code that runs when other users load the project. This can lead to limited data exposure and modification, potentially compromising user data or session information. However, it does not affect system availability or cause denial of service. [2]

Detection Guidance

This vulnerability can be detected by checking if your Taguette installation is running a version prior to 1.5.0, as those versions are vulnerable. Additionally, you can inspect project data fields such as tag name, tag description, document name, and document description for injected JavaScript code. Since the vulnerability involves stored cross-site scripting (XSS), manual or automated scanning of these fields for suspicious script tags or JavaScript code can help detect exploitation. Specific commands are not provided in the resources, but you can query your database or export project data and search for patterns like '<script>' or 'javascript:' in these fields. [2, 1]

Mitigation Strategies

The immediate step to mitigate this vulnerability is to upgrade Taguette to version 1.5.0 or later, where the issue has been fixed. This upgrade ensures proper neutralization of user input in the affected fields, preventing JavaScript injection. Additionally, review and sanitize existing project data fields to remove any malicious scripts that may have been injected prior to the upgrade. [2]

Chat Assistant

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

EPSS Chart