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

Goal: 1000 CNY · Raised: 1336 CNY

100%

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

56 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-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
CVE-2026-48794 Authelia has an Edge Case Access Control Rule Mismatch — authelia - - 2026-06-19
CVE-2026-47203 Authelia Missing Username Canonicalization in Basic Auth (LDAP) — authelia - - 2026-06-19
CVE-2026-49336 @microsoft/kiota-http-fetchlibrary: Bearer token and Cookie leak across origin on redirect due to case-mismatched scrub in fetchRequestAdapter — kiota-typescript - - 2026-06-19
CVE-2026-53721 Nuxt: Route-rule middleware bypass via case-sensitivity mismatch between vue-router and the routeRules matcher — nuxt - - 2026-06-12
CVE-2026-47346 TYPO3 CMS - Broken Access Control in Form Framework — TYPO3 CMS - - 2026-06-09
CVE-2026-46392 HAX CMS PHP Has a Stored XSS via Case-Sensitivity Mismatch in HTML Upload Validation — haxcms-php 8.7 High 2026-06-05
CVE-2026-8404 Potential exposure of private data via case-sensitive Cache-Control directives in UpdateCacheMiddleware — Django 3.1 Low 2026-06-03
CVE-2026-48595 Authorization header leaks to third-party origin on cross-origin redirect in Tesla.Middleware.FollowRedirects — tesla - - 2026-06-02
CVE-2026-44367 Klaw: user lockout due to case sensitivity inconsistency — klaw 2.7 Low 2026-06-02

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