Bug 6885 - [Anolis OS 23] Bugfix for CVE-2023-39323
Summary: [Anolis OS 23] Bugfix for CVE-2023-39323
Status: RESOLVED FIXED
Alias: None
Product: Anolis OS 23
Classification: Anolis OS
Component: BaseOS Packages (show other bugs) BaseOS Packages
Version: unspecified
Hardware: All Linux
: P4-Low S4-trivial
Target Milestone: ---
Assignee: happy_orange
QA Contact: bolong_tbl
URL:
Whiteboard:
Keywords: CVE
Depends on:
Blocks:
 
Reported: 2023-10-17 17:40 UTC by 小龙
Modified: 2023-10-17 17:45 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description 小龙 admin 2023-10-17 17:40:20 UTC
Description:
Line directives ("//line") can be used to bypass the restrictions on "//go:cgo_" directives, allowing blocked linker and compiler flags to be passed during compilation. This can result in unexpected execution of arbitrary code when running "go build". The line directive requires the absolute path of the file in which the directive lives, which makes exploiting this issue significantly more complex.

Broken commit info:

Bugfix commit info:
Comment 1 小龙 admin 2023-10-17 17:45:32 UTC
PR: 
https://gitee.com/src-anolis-os/golang/pulls/25