Skip to content

Instantly share code, notes, and snippets.

@anzz1
Last active January 1, 2024 22:58
Show Gist options
  • Save anzz1/71689275ed722492da7ec7c02a41b867 to your computer and use it in GitHub Desktop.
Save anzz1/71689275ed722492da7ec7c02a41b867 to your computer and use it in GitHub Desktop.
GoldSrc_CVE-2023-35855_RCE_fix
// Half-Life / GoldSrc Engine
// RCE Fix (Buffer Overflow)
//
// CVE: CVE-2023-35855
//
// Module: hw.dll
// Build: Aug 3 2020 (8684)
//
// Original SHA1 : f0f7372692f285154c76be35fc50b89ed0ea2d18
// Fixed SHA1 : 51c2ecb1ab8241b6afeae535a6a66dbd73a00a65
//
// Offsets FO / VA
--------
0x0001DDC6 / 0x1D1DDC6:
68 24 C8 E3 01
->
68 8C 65 E5 01
--------
0x0001DF13 / 0x1D1DF13:
68 E4 C8 E3 01
->
68 8C 65 E5 01
--------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment