{
    "dataType": "CVE_RECORD",
    "dataVersion": "5.2",
    "cveMetadata": {
        "cveId": "CVE-2026-42369",
        "assignerOrgId": "0df08a0e-a200-4957-9bb0-084f562506f9",
        "state": "PUBLISHED",
        "assignerShortName": "GV",
        "dateReserved": "2026-04-26T23:39:08.350Z",
        "datePublished": "2026-05-04T00:47:00.507Z",
        "dateUpdated": "2026-05-15T07:45:15.385Z"
    },
    "containers": {
        "cna": {
            "providerMetadata": {
                "orgId": "0df08a0e-a200-4957-9bb0-084f562506f9",
                "shortName": "GV",
                "dateUpdated": "2026-05-15T07:45:15.385Z"
            },
            "title": "GeoVision GV-VMS V20 WebCam Server stack overflow vulnerability",
            "datePublic": "2026-04-27T00:00:00.000Z",
            "problemTypes": [
                {
                    "descriptions": [
                        {
                            "lang": "en",
                            "cweId": "CWE-787",
                            "description": "CWE-787 Out-of-bounds write",
                            "type": "CWE"
                        }
                    ]
                }
            ],
            "impacts": [
                {
                    "capecId": "CAPEC-100",
                    "descriptions": [
                        {
                            "lang": "en",
                            "value": "CAPEC-100 Overflow Buffers"
                        }
                    ]
                },
                {
                    "capecId": "CAPEC-242",
                    "descriptions": [
                        {
                            "lang": "en",
                            "value": "CAPEC-242 Code Injection"
                        }
                    ]
                }
            ],
            "affected": [
                {
                    "vendor": "GeoVision Inc.",
                    "product": "GV-VMS V20.0.2",
                    "platforms": [
                        "Windows"
                    ],
                    "versions": [
                        {
                            "status": "affected",
                            "version": "V20.0.2"
                        },
                        {
                            "status": "unaffected",
                            "version": "V20.0.2.10"
                        },
                        {
                            "status": "unaffected",
                            "version": "V20.1.0.0"
                        }
                    ],
                    "defaultStatus": "unaffected"
                }
            ],
            "cpeApplicability": [
                {
                    "operator": "OR",
                    "nodes": [
                        {
                            "operator": "OR",
                            "negate": false,
                            "cpeMatch": [
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:a:geovision_inc.:gv-vms_v20.0.2:v20.0.2:*:windows:*:*:*:*:*"
                                },
                                {
                                    "vulnerable": false,
                                    "criteria": "cpe:2.3:a:geovision_inc.:gv-vms_v20.0.2:v20.0.2.10:*:windows:*:*:*:*:*"
                                },
                                {
                                    "vulnerable": false,
                                    "criteria": "cpe:2.3:a:geovision_inc.:gv-vms_v20.0.2:v20.1.0.0:*:windows:*:*:*:*:*"
                                }
                            ]
                        }
                    ]
                }
            ],
            "descriptions": [
                {
                    "lang": "en",
                    "value": "GV-VMS V20 is a Video Monitoring Software used to gather the feeds of many surveillance cameras and manage other security devices. It is a native application accessed locally, but it is also possible to enable remote access via the \"WebCam Server\" feature.  Once enabled, it is possible to access to the management and monitoring feature via a regular Web interface. This webersever is another native application, compiled without ASLR, which makes exploitation much easier and more likely. \n\n\n\nMost of the features require authentication before being reachable and leverage a standard login page to grant access. However the `gvapi` endpoint uses its own authentication mechanism via an `HTTP Authorization` header. It supports both `Basic` authentication and the `Digest` modes of authentication.  \n\n\n\n#### Stack-overflow via unbound copy of base64 decoded string\n\nThe `b64decoder` string is sized dynamically, but it is then copied to the `Buffer` stack variable one character at the time at [0], and there's no bound-check. As such, if the decoded string is bigger than 256 characters (the size of the `Buffer` variable) then a stack overflow occurs. Because the data can be fully controlled by an attacker and lack of ASLR, this vulnerability can easily be exploited to gain full code execution as SYSTEM on the machine running the service.",
                    "supportingMedia": [
                        {
                            "type": "text/html",
                            "base64": false,
                            "value": "GV-VMS V20 is a Video Monitoring Software used to gather the feeds of many surveillance cameras and manage other security devices. It is a native application accessed locally, but it is also possible to enable remote access via the \"WebCam Server\" feature.  Once enabled, it is possible to access to the management and monitoring feature via a regular Web interface. This webersever is another native application, compiled without ASLR, which makes exploitation much easier and more likely. \n<br>\n<br>Most of the features require authentication before being reachable and leverage a standard login page to grant access. However the `gvapi` endpoint uses its own authentication mechanism via an `HTTP Authorization` header. It supports both `Basic` authentication and the `Digest` modes of authentication.&nbsp;&nbsp;<div><br></div><div><br>#### Stack-overflow via unbound copy of base64 decoded string<br><br>The `b64decoder` string is sized dynamically, but it is then copied to the `Buffer` stack variable one character at the time at [0], and there's no bound-check. As such, if the decoded string is bigger than 256 characters (the size of the `Buffer` variable) then a stack overflow occurs. Because the data can be fully controlled by an attacker and lack of ASLR, this vulnerability can easily be exploited to gain full code execution as SYSTEM on the machine running the service.</div>"
                        }
                    ]
                }
            ],
            "references": [
                {
                    "url": "https://www.geovision.com.tw/cyber_security.php",
                    "tags": [
                        "vendor-advisory",
                        "third-party-advisory"
                    ]
                },
                {
                    "url": "https://https://talosintelligence.com/vulnerability_reports/"
                }
            ],
            "metrics": [
                {
                    "format": "CVSS",
                    "scenarios": [
                        {
                            "lang": "en",
                            "value": "GENERAL"
                        }
                    ],
                    "cvssV3_1": {
                        "version": "3.1",
                        "attackVector": "NETWORK",
                        "attackComplexity": "LOW",
                        "privilegesRequired": "NONE",
                        "userInteraction": "NONE",
                        "scope": "CHANGED",
                        "confidentialityImpact": "HIGH",
                        "integrityImpact": "HIGH",
                        "availabilityImpact": "HIGH",
                        "baseSeverity": "CRITICAL",
                        "baseScore": 10,
                        "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H"
                    }
                }
            ],
            "solutions": [
                {
                    "lang": "en",
                    "value": "GeoVision GV-VMS version V20.1.0 has patched the reported vulnerability. \n\n\nUser is recommended to download the update from GeoVision's offical website (https://www.geovision.com.tw/download/product/GV-VMS%20V20)\n\nor contact GeoVision Support team\n\n\n\n\nFor User currently running V20.0.2 may also visit the following link to download the V20.0.2.10 patch file that fixed the vulnerability. \n\nhttps://php.gvdip.com/phpbb3/viewtopic.php?t=3326",
                    "supportingMedia": [
                        {
                            "type": "text/html",
                            "base64": false,
                            "value": "GeoVision GV-VMS version V20.1.0 has patched the reported vulnerability.&nbsp;<div><br></div><div>User is recommended to download the update from GeoVision's offical website&nbsp;<span>(https://www.geovision.com.tw/download/product/GV-VMS%20V20)</span></div><div>or contact GeoVision Support team</div><div><br></div><div><div>For User currently running V20.0.2 may also visit the following link to download the V20.0.2.10&nbsp;patch file that fixed the vulnerability.&nbsp;</div><div>https://php.gvdip.com/phpbb3/viewtopic.php?t=3326</div></div>"
                        }
                    ]
                }
            ],
            "timeline": [
                {
                    "time": "2026-02-17T01:32:00.000Z",
                    "lang": "en",
                    "value": "Initial Vendor Contact"
                }
            ],
            "credits": [
                {
                    "lang": "en",
                    "value": "Philippe Laulheret of Cisco Talos.",
                    "type": "finder"
                },
                {
                    "lang": "en",
                    "value": "Kelly Patterson of Cisco Talos.",
                    "type": "remediation reviewer"
                },
                {
                    "lang": "en",
                    "value": "Martin Zeiser of Cisco Talos.",
                    "type": "coordinator"
                }
            ],
            "source": {
                "advisory": "TALOS-2026-2333",
                "discovery": "EXTERNAL"
            },
            "x_generator": {
                "engine": "Vulnogram 1.0.1"
            }
        },
        "adp": [
            {
                "metrics": [
                    {
                        "other": {
                            "type": "ssvc",
                            "content": {
                                "timestamp": "2026-05-04T00:00:00+00:00",
                                "options": [
                                    {
                                        "Exploitation": "none"
                                    },
                                    {
                                        "Automatable": "yes"
                                    },
                                    {
                                        "Technical Impact": "total"
                                    }
                                ],
                                "role": "CISA Coordinator",
                                "version": "2.0.3",
                                "id": "CVE-2026-42369"
                            }
                        }
                    }
                ],
                "title": "CISA ADP Vulnrichment",
                "providerMetadata": {
                    "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
                    "shortName": "CISA-ADP",
                    "dateUpdated": "2026-05-05T03:56:13.979Z"
                }
            }
        ]
    }
}