Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CWE-178 (大小写敏感处理不恰当) — Vulnerability Class 65

65 vulnerabilities classified as CWE-178 (大小写敏感处理不恰当). AI Chinese analysis included.

CWE-178 represents a logic flaw where software fails to properly account for case sensitivity when accessing or determining resource properties, leading to inconsistent and potentially insecure results. Attackers typically exploit this weakness by manipulating input casing to bypass access controls, evade input filters, or reduce the effective key space for password cracking, thereby facilitating brute-force attacks. For instance, a system treating "Admin" and "admin" as distinct users might inadvertently grant elevated privileges if case checks are inconsistently applied. To mitigate this risk, developers must enforce strict, consistent case-handling logic across all validation and authentication routines. This involves normalizing inputs to a standard case before comparison, explicitly defining case-sensitivity requirements in security policies, and rigorously testing edge cases to ensure that case variations do not circumvent security mechanisms or lead to unauthorized resource access.

MITRE CWE Description
The product does not properly account for differences in case sensitivity when accessing or determining the properties of a resource, leading to inconsistent results. Improperly handled case sensitive data can lead to several possible consequences, including: case-insensitive passwords reducing the size of the key space, making brute force attacks easier bypassing filters or access controls using alternate names multiple interpretation errors using alternate names.
Common Consequences (1)
Access Control Bypass Protection Mechanism
Mitigations (3)
Architecture and Design Avoid making decisions based on names of resources (e.g. files) if those resources can have alternate names.
Implementation Assume all input is malicious. Use an "accept known good" input validation strategy, i.e., use a list of acceptable inputs that strictly conform to specifications. Reject any input that does not strictly conform to specifications, or transform it into something that does. When performing input validation, consider all potentially relevant properties, including length, type of input, the full range…
Implementation Inputs should be decoded and canonicalized to the application's current internal representation before being validated (CWE-180). Make sure that the application does not decode the same input twice (CWE-174). Such errors could be used to bypass allowlist validation schemes by introducing dangerous inputs after they have been checked.
Examples (1)
In the following example, an XSS neutralization method intends to replace script tags in user-supplied input with a safe equivalent:
public String preventXSS(String input, String mask) { return input.replaceAll("script", mask); }
Bad · Java
CVE ID Title CVSS Severity Published
CVE-2026-77560 Tinyauth: forward-auth per-app ACL is matched case-sensitively against the (case-insensitive) hostname, letting an authenticated user reach apps they are not on the allowlist for — tinyauth 8.1 High 2026-09-21
CVE-2026-90982 @fastify/static vulnerable to route guard bypass via path case-folding — @fastify/static 5.3 Medium 2026-09-17
CVE-2026-86472 fast-uri vulnerable to inconsistent host case normalization via percent-encoded octets — fast-uri 4.8 Medium 2026-09-15
CVE-2026-54567 Flask-Reuploaded: Extension-denylist bypass via case-folding asymmetry in name-override path (incomplete-fix variant of CVE-2026-27641) — flask-reuploaded 7.5 High 2026-09-14
CVE-2026-89012 Dolibarr 24.0.0 < 24.0.1 SQL Filter Denylist Bypass via sqlfilters Parameter — Dolibarr 6.5 Medium 2026-09-11
CVE-2026-87876 Cups: openprinting cups: remaining case-insensitive username matching in scheduler side paths (cve-2026-27447 follow-up) — Red Hat Hardened Images 3.0 Low 2026-09-09
CVE-2026-86770 Snipe-IT before 8.7.0 Authentication Bypass via SAML Username Collation — snipe-it 8.1 High 2026-09-09
CVE-2026-82067 Improper Case Sensitivity Handling in MongoDB Server Configuration Validation May Cause Authorization to Remain Disabled at Startup — MongoDB Server 8.1 High 2026-09-08
CVE-2021-48006 PocketMine-MP before 4.0.3 Operator Privilege Escalation via Case Sensitivity — PocketMine-MP 3.3 Low 2026-09-06
CVE-2026-84428 fastify vulnerable to header validation bypass via incomplete schema case normalization — fastify 7.5 High 2026-09-04
CVE-2026-73476 External Authentication - Moderately critical - Access bypass - SA-CONTRIB-2026-098 — External Authentication - - 2026-09-02
CVE-2026-84303 gRPC-Go: xDS RBAC HTTP Filter bypass via mixed-case Header Matching and gRFC A41 validation evasion — grpc-go 6.3 Medium 2026-09-01
CVE-2026-73270 httpd mod_auth directory protection bypassed by request path casing on case-insensitive filesystems — OTP 8.2 High 2026-09-01
CVE-2026-83612 xmldom: HTML raw-text closing-tag case mismatch causes output amplification — xmldom 8.7 High 2026-09-01
CVE-2026-78959 Google Chrome 输入验证错误漏洞 — Chrome - - 2026-08-25
CVE-2026-59335 Case-Sensitive Authorization Check Bypass via Identity Zone ID Case Manipulation Leads to Full UAA Compromise — UAA 8.7 High 2026-08-25
CVE-2026-62673 Grav: .htaccess file extension rules bypass via case variation on case-insensitive filesystems — grav 8.2 High 2026-08-19
CVE-2026-72836 FileBrowser before 2.63.19 Case Sensitivity Authentication Bypass — filebrowser 8.1 High 2026-08-14
CVE-2026-73416 jupyterlab: PyPI extension blocklist package-name canonicalization bypass — jupyterlab 6.1 Medium 2026-08-13
CVE-2026-72721 Discourse: Onebox Domain Blocklist Bypass via Case-Sensitive Comparison — discourse 5.3 Medium 2026-08-10
CVE-2026-71315 Nuxt route rules silently dropped for mixed-case paths, bypassing appMiddleware auth gates (incomplete fix for CVE-2026-53721) — nuxt 8.2 High 2026-08-05
CVE-2026-66883 Oidcc.Plug.Authorize user agent session binding inert due to case-sensitive header lookup — oidcc_plug 6.3 Medium 2026-08-04
CVE-2026-53595 FreeScout vulnerable to anonymous account takeover via /user-setup empty invite_hash on MySQL — freescout 9.4 Critical 2026-07-20
CVE-2026-62230 Grav < 2.0.4 File Access Bypass via Case Variation — grav 7.5 High 2026-07-17
CVE-2026-55170 OpenFGA MySQL backend: case-insensitive collation on identifier columns causes incorrect authorization decisions — openfga - - 2026-07-09
CVE-2026-54528 jupyterlab-git excluded_paths Case-Sensitivity Bypass Allows Reading Excluded Directories — jupyterlab-git 7.1 High 2026-07-08
CVE-2026-54763 Traefik: headerField underscore-variant identity spoofing in BasicAuth / DigestAuth / ForwardAuth — traefik - - 2026-07-06
CVE-2026-14617 NousResearch hermes-agent Streaming Reasoning Tag Filter stream_consumer.py GatewayStreamConsumer._filter_and_accumulate case sensitivity — hermes-agent 3.1 Low 2026-07-03
CVE-2026-58057 Flowise - Custom MCP Environment Variable Denylist Bypass via Case Sensitivity — Flowise 5.0 Medium 2026-06-28
CVE-2026-57234 Nokogiri: XML::Schema on JRuby allows network requests when NONET is set, bypassing CVE-2020-26247 — nokogiri 2.6 Low 2026-06-25

Vulnerabilities classified as CWE-178 (大小写敏感处理不恰当) represent 65 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.