CVE-2023-26047

Source
https://nvd.nist.gov/vuln/detail/CVE-2023-26047
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2023-26047.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2023-26047
Aliases
Published
2023-03-03T22:44:16Z
Modified
2025-11-04T20:07:47.493750Z
Severity
  • 6.5 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L CVSS Calculator
Summary
teler-waf contains detection rule bypass via entities payload
Details

teler-waf is a Go HTTP middleware that provides teler IDS functionality to protect against web-based attacks. In teler-waf prior to version v0.2.0 is vulnerable to a bypass attack when a specific case-sensitive hex entities payload with special characters such as CR/LF and horizontal tab is used. This vulnerability allows an attacker to execute arbitrary JavaScript code on the victim's browser and compromise the security of the web application. An attacker can exploit this vulnerability to bypass common web attack threat rules in teler-waf and launch cross-site scripting (XSS) attacks. The attacker can execute arbitrary JavaScript code on the victim's browser and steal sensitive information, such as login credentials and session tokens, or take control of the victim's browser and perform malicious actions. This issue has been patched in version 0.2.0.

Database specific
{
    "cwe_ids": [
        "CWE-692",
        "CWE-79",
        "CWE-80"
    ]
}
References

Affected packages

Git / github.com/kitabisa/teler-waf

Affected ranges

Type
GIT
Repo
https://github.com/kitabisa/teler-waf
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Database specific
{
    "versions": [
        {
            "introduced": "0"
        },
        {
            "fixed": "0.2.0"
        }
    ]
}

Affected versions

v0.*

v0.0.1
v0.1.0
v0.1.1
v0.1.2