CVE-2025-64065: n/a
The Primakon Pi Portal 1.0.18 API /api/V2/pp_udfv_admin endpoint, fails to perform necessary server-side validation. The administrative LoginAs or user impersonation feature is vulnerable to a access control failure. This flaw allows any authenticated low-privileged user to execute a direct PATCH request, enabling them to impersonate any other arbitrary user, including application Administrators. This is due to a Broken Function Level Authorization failure (the function doesn't check the caller's privilege) compounded by an Insecure Design that permits a session switch without requiring the target user's password or an administrative token and only needs email of user.
AI Analysis
Technical Summary
CVE-2025-64065 identifies a severe security vulnerability in the Primakon Pi Portal version 1.0.18, specifically targeting the API endpoint /api/V2/pp_udfv_admin. The vulnerability stems from a broken function level authorization mechanism combined with insecure design choices. The affected endpoint exposes a LoginAs or user impersonation feature that fails to validate the privileges of the caller properly. As a result, any authenticated user with low privileges can craft a direct PATCH HTTP request to impersonate any arbitrary user, including high-privilege administrators, by supplying only the target user's email address. This bypasses typical authentication requirements such as the target user's password or an administrative token, enabling unauthorized session switching. The lack of server-side validation means the system trusts the request without verifying if the requester has the right to perform impersonation. This flaw compromises the confidentiality and integrity of user accounts and can lead to full administrative control over the application, allowing attackers to manipulate data, escalate privileges, and disrupt services. Although no known exploits are currently reported in the wild, the vulnerability's nature and ease of exploitation make it a significant threat. The absence of a CVSS score necessitates an expert severity assessment, which rates this vulnerability as critical due to its potential impact and exploitation simplicity. The vulnerability affects all deployments of Primakon Pi Portal 1.0.18 and possibly earlier versions if they share the same codebase. Organizations relying on this portal for administrative tasks or user management must urgently address this issue to prevent unauthorized access and potential data breaches.
Potential Impact
For European organizations, the impact of CVE-2025-64065 is substantial. Successful exploitation allows attackers to impersonate any user, including administrators, leading to unauthorized access to sensitive data, modification or deletion of critical information, and potential disruption of services. This can result in data breaches, loss of trust, regulatory non-compliance (e.g., GDPR violations), and financial penalties. Sectors such as finance, healthcare, government, and critical infrastructure that use Primakon Pi Portal for user management or administrative functions are particularly vulnerable. The ability to escalate privileges without detection can facilitate lateral movement within networks, increasing the risk of broader compromise. Additionally, the impersonation capability can be leveraged for fraud, espionage, or sabotage. The lack of authentication requirements for impersonation exacerbates the risk, making it easier for insider threats or external attackers with low-level access to cause significant damage. Given the interconnected nature of European IT environments, a successful attack could have cascading effects across supply chains and partner organizations.
Mitigation Recommendations
To mitigate CVE-2025-64065, organizations should immediately implement the following measures: 1) Restrict access to the /api/V2/pp_udfv_admin endpoint to only trusted administrative IP addresses or networks using network-level controls such as firewalls or API gateways. 2) Implement strict server-side authorization checks to verify that the requesting user has the appropriate privileges before allowing any impersonation or session switching actions. 3) Require multi-factor authentication (MFA) for all administrative and impersonation-related functions to add an additional security layer. 4) Introduce logging and monitoring of all impersonation attempts and PATCH requests to detect and respond to suspicious activities promptly. 5) Conduct a thorough code review and security audit of the user impersonation functionality to identify and remediate insecure design flaws. 6) If possible, disable the LoginAs feature temporarily until a secure patch or update is available. 7) Engage with the vendor or development team to obtain and apply security patches or updates addressing this vulnerability. 8) Educate users and administrators about the risks of impersonation features and enforce the principle of least privilege to minimize exposure. 9) Perform regular penetration testing and vulnerability assessments focusing on access control mechanisms to prevent similar issues.
Affected Countries
Germany, France, United Kingdom, Italy, Spain, Netherlands, Belgium, Sweden, Poland, Austria
CVE-2025-64065: n/a
Description
The Primakon Pi Portal 1.0.18 API /api/V2/pp_udfv_admin endpoint, fails to perform necessary server-side validation. The administrative LoginAs or user impersonation feature is vulnerable to a access control failure. This flaw allows any authenticated low-privileged user to execute a direct PATCH request, enabling them to impersonate any other arbitrary user, including application Administrators. This is due to a Broken Function Level Authorization failure (the function doesn't check the caller's privilege) compounded by an Insecure Design that permits a session switch without requiring the target user's password or an administrative token and only needs email of user.
AI-Powered Analysis
Technical Analysis
CVE-2025-64065 identifies a severe security vulnerability in the Primakon Pi Portal version 1.0.18, specifically targeting the API endpoint /api/V2/pp_udfv_admin. The vulnerability stems from a broken function level authorization mechanism combined with insecure design choices. The affected endpoint exposes a LoginAs or user impersonation feature that fails to validate the privileges of the caller properly. As a result, any authenticated user with low privileges can craft a direct PATCH HTTP request to impersonate any arbitrary user, including high-privilege administrators, by supplying only the target user's email address. This bypasses typical authentication requirements such as the target user's password or an administrative token, enabling unauthorized session switching. The lack of server-side validation means the system trusts the request without verifying if the requester has the right to perform impersonation. This flaw compromises the confidentiality and integrity of user accounts and can lead to full administrative control over the application, allowing attackers to manipulate data, escalate privileges, and disrupt services. Although no known exploits are currently reported in the wild, the vulnerability's nature and ease of exploitation make it a significant threat. The absence of a CVSS score necessitates an expert severity assessment, which rates this vulnerability as critical due to its potential impact and exploitation simplicity. The vulnerability affects all deployments of Primakon Pi Portal 1.0.18 and possibly earlier versions if they share the same codebase. Organizations relying on this portal for administrative tasks or user management must urgently address this issue to prevent unauthorized access and potential data breaches.
Potential Impact
For European organizations, the impact of CVE-2025-64065 is substantial. Successful exploitation allows attackers to impersonate any user, including administrators, leading to unauthorized access to sensitive data, modification or deletion of critical information, and potential disruption of services. This can result in data breaches, loss of trust, regulatory non-compliance (e.g., GDPR violations), and financial penalties. Sectors such as finance, healthcare, government, and critical infrastructure that use Primakon Pi Portal for user management or administrative functions are particularly vulnerable. The ability to escalate privileges without detection can facilitate lateral movement within networks, increasing the risk of broader compromise. Additionally, the impersonation capability can be leveraged for fraud, espionage, or sabotage. The lack of authentication requirements for impersonation exacerbates the risk, making it easier for insider threats or external attackers with low-level access to cause significant damage. Given the interconnected nature of European IT environments, a successful attack could have cascading effects across supply chains and partner organizations.
Mitigation Recommendations
To mitigate CVE-2025-64065, organizations should immediately implement the following measures: 1) Restrict access to the /api/V2/pp_udfv_admin endpoint to only trusted administrative IP addresses or networks using network-level controls such as firewalls or API gateways. 2) Implement strict server-side authorization checks to verify that the requesting user has the appropriate privileges before allowing any impersonation or session switching actions. 3) Require multi-factor authentication (MFA) for all administrative and impersonation-related functions to add an additional security layer. 4) Introduce logging and monitoring of all impersonation attempts and PATCH requests to detect and respond to suspicious activities promptly. 5) Conduct a thorough code review and security audit of the user impersonation functionality to identify and remediate insecure design flaws. 6) If possible, disable the LoginAs feature temporarily until a secure patch or update is available. 7) Engage with the vendor or development team to obtain and apply security patches or updates addressing this vulnerability. 8) Educate users and administrators about the risks of impersonation features and enforce the principle of least privilege to minimize exposure. 9) Perform regular penetration testing and vulnerability assessments focusing on access control mechanisms to prevent similar issues.
For access to advanced analysis and higher rate limits, contact root@offseq.com
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- mitre
- Date Reserved
- 2025-10-27T00:00:00.000Z
- Cvss Version
- null
- State
- PUBLISHED
Threat ID: 6925f747ea01c5f8b834af02
Added to database: 11/25/2025, 6:36:55 PM
Last enriched: 11/25/2025, 6:51:55 PM
Last updated: 11/25/2025, 7:40:17 PM
Views: 2
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Related Threats
CVE-2025-34350: CWE-22 Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') in Synergetic Data Systems, Inc. UnForm Server
HighCVE-2025-12816: CWE-436 Interpretation Conflict in Digital Bazaar node-forge
UnknownCVE-2025-64067: n/a
UnknownCVE-2025-61168: n/a
UnknownCVE-2025-61167: n/a
UnknownActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need enhanced features?
Contact root@offseq.com for Pro access with improved analysis and higher rate limits.