Severity by source
AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
Lifecycle Timeline
3DescriptionCVE.org
XnSoft NConvert 7.230 is vulnerable to Use-After-Free via a crafted .tiff file
AnalysisAI
XnSoft NConvert version 7.230 contains a Use-After-Free vulnerability triggered by processing specially crafted TIFF files, which can lead to information disclosure and potential code execution. The vulnerability affects NConvert image conversion software and has been publicly documented with proof-of-concept code available on GitHub. An attacker can exploit this by providing a malicious TIFF file to an NConvert user or service, potentially causing a crash or unauthorized memory access.
Technical ContextAI
The vulnerability is a Use-After-Free (UAF) flaw classified under CWE category, occurring in NConvert's TIFF file parsing routines. TIFF (Tagged Image File Format) is a complex image format with multiple compression schemes and metadata structures that can trigger memory management issues in image processing libraries. NConvert, developed by XnSoft and identified via CPE references, processes image files through buffer operations that fail to properly validate or manage memory lifecycles when encountering malformed TIFF headers or data structures. The UAF occurs when the application attempts to access memory that has already been freed, a condition commonly triggered by edge cases in image format parsing where resource cleanup occurs prematurely or multiple code paths reference the same memory region.
RemediationAI
Immediately upgrade NConvert to a patched version released by XnSoft after version 7.230; check https://www.xnview.com/en/nconvert/ for the latest release and security advisories. Until patching is feasible, implement input validation by rejecting or sandboxing TIFF files from untrusted sources, restricting NConvert to processing only known-safe image formats, and running the application with minimal privileges in isolated environments (containers or separate user accounts). For automated systems, disable TIFF processing if not essential, validate TIFF file integrity using external tools before passing to NConvert, and consider using alternative image processing libraries that have undergone more recent security reviews. Monitor for vendor updates and apply them promptly.
LibreNMS before 24.10.0 allows a remote attacker to execute arbitrary code via OS command injection involving AboutContr
Reachable assertion in Open5GS up to version 2.7.6 allows remote unauthenticated attackers to crash the Diameter CER han
A Command Injection issue in the payload build page in BYOB (Build Your Own Botnet) 2.0 allows attackers to execute arbi
Denial of service in Open5GS 2.7.6 and earlier allows network-adjacent attackers with low-privilege Diameter Gx peer acc
Denial of service in Open5GS HSS (Home Subscriber Server) versions 2.7.0 through 2.7.6 is triggered remotely by manipula
Remote command injection in Control Web Panel allows unauthenticated attackers to execute arbitrary OS commands as root
LINQPad before 5.52.01 Pro edition is vulnerable to Unsafe Deserialization in LINQPad.AutoRefManager::PopulateFromCache(
Remote code execution in dash-uploader (Python package for Plotly Dash) versions 0.1.0 through 0.7.0a2 allows unauthenti
Command injection in LiteLLM 1.18.10 lets attackers who can configure MCP (Model Context Protocol) servers supply arbitr
SQL injection in AzuraCast's backup restore flow (versions up to and including 0.23.7) lets an attacker achieve privileg
Arbitrary file read in Yu AI Code Mother v4.3 lets anonymous, remote attackers retrieve files outside the intended previ
Remote code execution in APScheduler (all versions through 3.10.x and 4.0.0a5) is achievable when applications deseriali
Same weakness CWE-416 – Use After Free
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-14469