CVE-2024-41504: Jetimob Plataforma Imobiliaria 20240627-0 is vulnerable to Cross Site Scripting (XSS).
Jetimob Plataforma Imobiliaria 20240627-0 is vulnerable to Cross Site Scripting (XSS). In the "Oportunidades" (opportunities) section of the application when creating or editing an "Atividade" (activity), the form field "Descrico" allows injection of JavaScript.
Security readout for executives and security teams
Plain-English summary
This CVE describes a cross-site scripting issue in Jetimob Plataforma Imobiliaria 20240627-0. A description field for activities in the opportunities area may accept JavaScript. A successful attack would likely require a user to interact with affected content and could expose session or page data or alter displayed content.
Executive priority
Handle as a moderate-priority application security issue. It is not currently evidenced as actively exploited, but XSS can affect user trust, session security, and data integrity in business workflows if the platform is used internally or customer-facing.
Technical view
The reported flaw is CWE-79 XSS in the Atividade Description field under Oportunidades. CVSS 3.1 is 6.1: network reachable, low complexity, no privileges, user interaction required, changed scope, low confidentiality and integrity impact, no availability impact.
Likely exposure
Exposure is likely limited to organizations using Jetimob Plataforma Imobiliaria, especially version 20240627-0. The CVE source names the product and version in the title and description, but the structured affected-product data is not populated.
Exploitation context
The supplied bundle does not show CISA KEV listing or active exploitation evidence. The public GitHub reference appears to be the main disclosure source. Treat exploit status as unconfirmed unless vendor or threat-intelligence sources provide additional evidence.
Researcher notes
The record lacks populated CPE or affected-product metadata, so asset matching may require product-name and version inventory. The CVSS vector supports stored or reflected user-interaction-dependent XSS, but the bundle only identifies the Description field and does not document a vendor fix.
Mitigation direction
Check Jetimob vendor guidance for a fixed release or mitigation.
Restrict activity creation and editing to trusted users until addressed.
Apply output encoding and input sanitization where administratively configurable.
Monitor activity descriptions for script-like content or unexpected markup.
Use web-layer filtering only as a temporary compensating control.
Validation and detection
Inventory whether Jetimob Plataforma Imobiliaria is deployed.
Confirm deployed version against 20240627-0 and vendor advisories.
Review access to Oportunidades activity create and edit workflows.
Check records for unexpected script-like content in Description fields.
Verify any vendor patch or sanitization change in a test environment.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-79: User-session and phishing behavior lookup
Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-79 · source CWE mapping
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.