5.9 CVE-2025-27244

 

AssetView and AssetView CLOUD contain an issue with acquiring sensitive information from sent data to the developer. If exploited, sensitive information may be obtained by a remote unauthenticated attacker.
https://nvd.nist.gov/vuln/detail/CVE-2025-27244

Categories

CWE-201 : Insertion of Sensitive Information Into Sent Data
The code transmits data to another actor, but a portion of the data includes sensitive information that should not be accessible to that actor. Automated static analysis, commonly referred to as Static Application Security Testing (SAST), can find some instances of this weakness by analyzing source code (or binary/compiled code) without having to execute it. Typically, this is done by building a model of data flow and control flow, then searching for potentially-vulnerable patterns that connect "sources" (origins of input) with "sinks" (destinations where the data interacts with external components, a lower layer such as the OS, etc.) Specify which data in the software should be regarded as sensitive. Consider which types of users should have access to which types of data. Ensure that any possibly sensitive data specified in the requirements is verified with designers to ensure that it is either a calculated risk or mitigated elsewhere. Any information that is not necessary to the functionality should be removed in order to lower both the overhead and the possibility of security sensitive data being sent. Setup default error messages so that unexpected errors do not disclose sensitive information. Collaboration platform does not clear team emails in a response, allowing leak of email addresses

References


 

CPE

cpe start end


REMEDIATION




EXPLOITS


Exploit-db.com

id description date
No known exploits

POC Github

Url
No known exploits

Other Nist (github, ...)

Url
No known exploits


CAPEC


Common Attack Pattern Enumerations and Classifications

id description severity
12 Choosing Message Identifier
High
217 Exploiting Incorrectly Configured SSL/TLS
612 WiFi MAC Address Tracking
Low
613 WiFi SSID Tracking
Low
618 Cellular Broadcast Message Request
Low
619 Signal Strength Tracking
Low
621 Analysis of Packet Timing and Sizes
Low
622 Electromagnetic Side-Channel Attack
Low
623 Compromising Emanations Attack
Low