Skip to content

Fix CVE-2024-6119 for 8.4 branch#690

Merged
InfoHunter merged 2 commits intoTongsuo-Project:8.4-stablefrom
dongbeiouba:fix84/CVE-2024-6119
Feb 17, 2025
Merged

Fix CVE-2024-6119 for 8.4 branch#690
InfoHunter merged 2 commits intoTongsuo-Project:8.4-stablefrom
dongbeiouba:fix84/CVE-2024-6119

Conversation

@dongbeiouba
Copy link
Copy Markdown
Member

The incorrectly typed data is read only, used in a compare operation, so neither remote code execution, nor memory content disclosure were possible. However, applications performing certificate name checks were vulnerable to denial of service.

The GENERAL_TYPE data type is a union, and we must take care to access the correct member, based on gen->type, not all the member fields have the same structure, and a segfault is possible if the wrong member field is read.

The code in question was lightly refactored with the intent to make it more obviously correct.

Fixes CVE-2024-6119

Checklist
  • https://yuque.com/tsdoc 增加或更新了必要的文档
  • 增加或更新了必要的测试用例
  • 对于重要修改,更新了CHANGES文件
  • 当前修改存在对已有API参数或返回值的改变
  • 当前修改存在对旧版本功能的兼容性改变(如网络协议或密码算法)

The incorrectly typed data is read only, used in a compare operation, so
neither remote code execution, nor memory content disclosure were possible.
However, applications performing certificate name checks were vulnerable to
denial of service.

The GENERAL_TYPE data type is a union, and we must take care to access the
correct member, based on `gen->type`, not all the member fields have the same
structure, and a segfault is possible if the wrong member field is read.

The code in question was lightly refactored with the intent to make it more
obviously correct.

Fixes CVE-2024-6119

(cherry picked from commit 06d1dc3fa96a2ba5a3e22735a033012aadc9f0d6)
@dongbeiouba dongbeiouba requested review from a team, InfoHunter and wa5i January 6, 2025 03:08
@dongbeiouba dongbeiouba self-assigned this Jan 6, 2025
@InfoHunter InfoHunter merged commit 0f7b8a4 into Tongsuo-Project:8.4-stable Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants