mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
46 lines
2.0 KiB
YAML
46 lines
2.0 KiB
YAML
id: CVE-2023-6246
|
|
|
|
info:
|
|
name: glibc's syslog - Local Privilege Escalation
|
|
author: gy741
|
|
severity: high
|
|
description: |
|
|
A heap-based buffer overflow was found in the __vsyslog_internal function of the glibc library. This function is called by the syslog and vsyslog functions. This issue occurs when the openlog function was not called, or called with the ident argument set to NULL, and the program name (the basename of argv[0]) is bigger than 1024 bytes, resulting in an application crash or local privilege escalation. This issue affects glibc 2.36 and newer.
|
|
remediation: |
|
|
Upgrade glibc to version 2.37 or later that properly handles program name buffer sizes in __vsyslog_internal.
|
|
impact: |
|
|
Local attackers can cause application crashes or escalate privileges through buffer overflow exploitation.
|
|
reference:
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2023-6246
|
|
- https://www.qualys.com/2024/01/30/cve-2023-6246/syslog.txt
|
|
- https://access.redhat.com/security/cve/CVE-2023-6246
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=2249053
|
|
- https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/D2FIH77VHY3KCRROCXOT6L27WMZXSJ2G/
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
|
|
cvss-score: 7.8
|
|
cve-id: CVE-2023-6246
|
|
cwe-id: CWE-787,CWE-122
|
|
epss-score: 0.24316
|
|
epss-percentile: 0.95936
|
|
cpe: cpe:2.3:a:gnu:glibc:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 1
|
|
vendor: gnu
|
|
product: glibc
|
|
tags: cve,cve2023,code,glibc,linux,privesc,local,gnu,vuln
|
|
|
|
self-contained: true
|
|
code:
|
|
- engine:
|
|
- sh
|
|
- bash
|
|
source: |
|
|
(exec -a "`printf '%0128000x' 1`" /usr/bin/su < /dev/null)
|
|
echo $?
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "127" # Segmentation Fault Exit Code
|
|
# digest: 4a0a0047304502207805d970702a4918f64e7d0188e197b7fb2d2c71c6bfbbbf79eaf3616850ee0e022100b7cfc503c07ddd28e61cfa931b1151c2f4bdec68b7f5b954020cd633439b9178:922c64590222798bb761d5b6d8e72950 |