vendor:
Sub Station Alpha
by:
fl0 fl0w
7,8
CVSS
HIGH
Buffer Overflow
119
CWE
Product Name: Sub Station Alpha
Affected Version From: Sub Station Alpha v4.08
Affected Version To: Sub Station Alpha v4.08
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2020
Sub Station Alpha v4.08 .rt file local buffer overflow poc
This is a proof-of-concept exploit for a local buffer overflow vulnerability in Sub Station Alpha v4.08 .rt file. The exploit is written in C and creates a malicious .rt file with a size of 109 bytes of header, 154 bytes of tail and a variable amount of NOPs in between. The malicious file is then written to the disk.
Mitigation:
The best way to mitigate buffer overflow vulnerabilities is to always check the length of user input before copying it into a fixed-length buffer. Additionally, it is recommended to use secure coding practices and compile the code with the latest security patches.