CVE-2025-65783: An arbitrary file upload vulnerability in the /utils/uploadFile component of Hubert Imoveis e Administracao...
An arbitrary file upload vulnerability in the /utils/uploadFile component of Hubert Imoveis e Administracao Ltda Hub v2.0 1.27.3 allows attackers to execute arbitrary code via uploading a crafted PDF file.
Security readout for executives and security teams
Plain-English summary
CVE-2025-65783 describes a critical file-upload flaw in Hubert Imoveis e Administracao Ltda Hub v2.0 1.27.3. An unauthenticated attacker could reportedly upload a crafted PDF and achieve arbitrary code execution. That can mean full compromise of the affected application server if the vulnerable component is exposed.
Executive priority
Treat as urgent for any confirmed deployment because the reported outcome is unauthenticated remote code execution. Prioritize finding exposed systems first; the public record does not provide a named patch in the supplied sources.
Technical view
The reported issue is CWE-434 in the /utils/uploadFile component. The CVSS 3.1 score is 9.8 with network attack vector, low complexity, no privileges, and no user interaction. The source bundle does not name a vendor patch, affected CPE, or remediation release.
Likely exposure
Exposure is likely limited to organizations running Hubert Imoveis e Administracao Ltda Hub v2.0 1.27.3 with /utils/uploadFile reachable, especially from the internet. The CVE metadata has incomplete affected-product fields, so asset validation is important.
Exploitation context
The CVE states arbitrary code execution is possible through a crafted PDF upload. CISA KEV status is false in the source bundle, and no cited source here confirms active exploitation in the wild.
Researcher notes
Evidence is sparse. The CVE record gives a high-impact upload-to-code-execution claim and one GitHub research reference, but affected CPEs are empty and remediation details are absent. Avoid assuming broader product impact beyond Hub v2.0 1.27.3.
Mitigation direction
Identify any Hub v2.0 1.27.3 deployments and owners.
Check vendor or maintainer guidance for a fixed release or workaround.
Restrict access to /utils/uploadFile if business operations allow.
Require authentication and tight authorization for upload workflows.
Review upload storage, file validation, and execution controls.
Validation and detection
Inventory applications matching the named product and version.
Confirm whether /utils/uploadFile exists and is externally reachable.
Review web and application logs for unusual PDF uploads.
Check for unexpected files or processes created by upload handling.
Track the CVE reference repository for updated technical details.
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-434: File access and web shell behavior lookup
File traversal and upload weaknesses can lead teams to review file, web shell, execution, and collection telemetry. 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.
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
The CVE wording references file access or upload behavior, so file telemetry and web shell review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program 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.
1CVSS vectors
3Timeline events
1ADP providers
2Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: yesTechnical Impact: total
CVSS vector scores
1 official score
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-434 · source CWE mapping
Unrestricted Upload of File with Dangerous Type
Unrestricted Upload of File with Dangerous Type represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.