v2fly/v2ray-core prior to 4.44.0 is vulnerable to an off-by-one error. Indexing operations on arrays, slices, or strings should use an index at most one less than the length. If the index is checked for being less than or equal to the length (<=
), instead of less than the length (<
), the index could be out of bounds.
{ "nvd_published_at": "2022-02-23T20:15:00Z", "github_reviewed_at": "2022-02-24T20:44:31Z", "severity": "CRITICAL", "github_reviewed": true, "cwe_ids": [ "CWE-193" ] }