提交 #398805: master-nan sweet-cms None Improper Output Neutralization for Logs信息

标题master-nan sweet-cms None Improper Output Neutralization for Logs
描述Cause of vulnerability: In lines 58-62 of the file 'middleware/log.go', the log entry relies on a user-supplied value (' c.reequest '). If the values provided by the user contain special characters or malicious code, these values may be logged directly into the log, resulting in log injection attacks. Attackers may manipulate the content of logs by submitting specific requests, which may lead to security issues such as leakage of sensitive information and misuse of log files. This is a typical log injection vulnerability. middleware/log.go line 57-65 ``` zap.L().Info("用户访问日志:", zap.String("uri", c.Request.URL.Path), zap.String("method", c.Request.Method), zap.Any("query", c.Request.URL.Query()), zap.Any("body", c.Request.Body), zap.Any("response", responseBody), zap.String("ip", c.ClientIP()), zap.String("duration", fmt.Sprintf("%.4f seconds", duration.Seconds()))) zap.L().Info("Access Log end") ```
来源⚠️ https://github.com/master-nan/sweet-cms/issues/3
用户
 zihe (UID 56943)
提交2024-08-27 19時04分 (2 年前)
管理2024-08-30 07時37分 (3 days later)
状态已接受
VulDB条目276209 [master-nan Sweet-CMS 直到 5f441e022b8876f07cde709c77b5be6d2f262e3f middleware/log.go LogHandler 权限提升]
积分20

Might our Artificial Intelligence support you?

Check our Alexa App!