Insecure Design
Insecure design is a broad category representing different weaknesses, expressed as missing or ineffective control design. This is distinct from implementation flaws.
概述
Slides from #4 to #6 in 2025. Introduced in 2021, there have been noticeable improvements in the industry related to threat modeling and greater emphasis on secure design. Focus on risks related to design and architectural flaws.
攻击者如何利用此漏洞
理解攻击模式有助于您构建更好的防御。这些是安全团队监控的技术。
Business logic bypass
Application flows can be circumvented because the design didn't account for all possible user paths or state transitions.
Missing rate limiting
Sensitive operations like password reset or account creation lack rate limits, enabling automated attacks.
Insufficient anti-automation
Critical functions lack protections against automated abuse, such as CAPTCHA or proof-of-work.
如何预防
- Establish a secure development lifecycle with security professionals
- Use threat modeling for critical authentication and access control
- Integrate security language and controls into user stories
- Write unit and integration tests to validate security controls
- Segregate tier layers based on exposure and protection needs
- Limit resource consumption by user or service
有Shoulder检测的CWE (8)
这些CWE有Shoulder检测规则。点击查看具体漏洞和修复方法。
其他映射的CWE (32)
这些CWE映射到此类别,但尚无Shoulder规则。