CVE-2024-41505
BaseFortify
Publication date: 2025-06-10
Last updated on: 2025-10-01
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| jetimob | imobiliaria | 2024-06-27 |
Helpful Resources
Exploitability
| 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?
CVE-2024-41505 is a Stored Cross-Site Scripting (XSS) vulnerability in the Jetimob Plataforma Imobiliaria software, version 20240627-0. It occurs in the 'Pessoas' section, specifically in the 'ProfissΓ£o' field. An attacker can inject malicious JavaScript code into this field, which is stored and executed whenever the affected person's profile is viewed, potentially allowing the attacker to run scripts in the context of other users. [1]
How can this vulnerability impact me? :
This vulnerability can allow attackers to execute malicious scripts in the context of users viewing the affected profiles. This can lead to session hijacking, theft of sensitive information such as cookies, unauthorized actions performed on behalf of users, and potentially further compromise of the system or user accounts. [1]
How can this vulnerability be detected on my network or system? Can you suggest some commands?
This vulnerability can be detected by testing the 'ProfissΓ£o' field in the 'Pessoas' section of Jetimob Plataforma Imobiliaria version 20240627-0 for stored Cross-Site Scripting (XSS). You can attempt to input a known XSS payload such as `<img src=x onerror=alert(document.cookie)>` into the 'ProfissΓ£o' field when creating or editing a profile. After saving, reload the profile page and observe if the payload executes (e.g., an alert box appears). Network detection might involve monitoring HTTP requests and responses for suspicious script injections in this field, but no specific network commands are provided. [1]
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include sanitizing and validating input on the 'ProfissΓ£o' field to prevent injection of malicious scripts. If possible, update or patch the Jetimob Plataforma Imobiliaria software to a version where this vulnerability is fixed. As a temporary measure, restrict user input in the affected field to disallow HTML or JavaScript content. Additionally, consider implementing Content Security Policy (CSP) headers to reduce the impact of XSS attacks. [1]