CVE-2026-47310
Use After Free in Samsung Open Source Escargot
Publication date: 2026-05-19
Last updated on: 2026-05-19
Assigner: Samsung TV & Appliance
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| samsung | escargot | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-416 | The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a use after free issue in Samsung Open Source Escargot that allows pointer manipulation.
How can this vulnerability impact me? :
The vulnerability can lead to high impact on confidentiality, integrity, and availability, as indicated by its CVSS score. Exploiting this issue could allow an attacker to manipulate pointers, potentially causing unauthorized access, data corruption, or denial of service.
What immediate steps should I take to mitigate this vulnerability?
To mitigate this vulnerability, you should update the Samsung Open Source Escargot to the latest version that includes the fix for the use after free vulnerability.
The fix is available in the pull request #1565 on the Samsung Escargot GitHub repository.