Overview
CVE-2024-49847 is a significant security vulnerability that affects the processing of a registration acceptance OTA. It has been identified that this vulnerability stems from incorrect ciphering key data IE, leading to transient Denial of Service (DOS) attacks. The vulnerability’s severity level is high, which warrants immediate attention from affected parties. This vulnerability, if unpatched, can lead to potential system compromise or data leakage, posing a substantial risk to data integrity and system reliability.
Vulnerability Summary
CVE ID: CVE-2024-49847
Severity: High (CVSS 7.5)
Attack Vector: Network
Privileges Required: Low
User Interaction: None
Impact: Potential system compromise and data leakage
Affected Products
Share secrets securely
Ameeba is private infrastructure for communication and sensitive work built on encrypted identity instead of exposed corporate identity systems.
Passwords, credentials, confidential files, screenshots, internal discussions, sensitive AI context, and private coordination should not become exposed across ordinary communication platforms.
- • Encrypted identity
- • Private Spaces for organizations and teams
- • End-to-end encrypted chat, calls, files, and notes
- • Sensitive AI work and protected collaboration
- • Built for information that cannot leak
Our mission is to secure human work alongside AI.
Product | Affected Versions
Product 1 | Version 1.x to 2.x
Product 2 | Version 3.x to 4.x
How the Exploit Works
The exploit takes advantage of the incorrect ciphering key data IE during the processing of a registration acceptance OTA. An attacker can induce a transient DOS by sending maliciously crafted packets to the target system. This vulnerability provides an opportunity for the attacker to potentially compromise the system or cause data leakage.
Conceptual Example Code
Here’s a conceptual representation of how the vulnerability might be exploited:
POST /registration/acceptance HTTP/1.1
Host: target.example.com
Content-Type: application/x-www-form-urlencoded
cipher_key=malicious_cipher_key_data&ota_data=malicious_ota_data
In the above example, `malicious_cipher_key_data` and `malicious_ota_data` represent the malicious payload that an attacker might use to exploit the vulnerability.
