베타 Shoulder는 베타 버전입니다 — 결과가 가끔 잘못될 수 있습니다. 여러분의 피드백이 다음에 무엇을 고칠지 결정합니다. 피드백 공유
#8 A08:2025

Data Integrity Failures

Data integrity failures relate to code and infrastructure that does not protect against integrity violations, including insecure deserialization and unsigned updates.

개요

Renamed from 'Software and Data Integrity Failures' to 'Data Integrity Failures'. Focus on making assumptions related to software updates, critical data, and CI/CD pipelines without verifying integrity.

공격자가 이것을 악용하는 방법

공격 패턴을 이해하면 더 나은 방어를 구축하는 데 도움이 됩니다. 이것들은 보안 팀이 주시하는 기술입니다.

Insecure deserialization

Untrusted data is deserialized by the application, potentially leading to remote code execution.

탐지 신호: Serialized object patterns in requests, unexpected class instantiation errors

Unsigned updates

Software updates are accepted without verifying their authenticity, allowing malicious updates.

탐지 신호: Update mechanisms that don't verify signatures, unsigned packages accepted

Data tampering

Critical data lacks integrity verification, allowing modification without detection.

탐지 신호: Missing checksums, unsigned tokens, modifiable hidden fields

예방 방법

  • Use digital signatures to verify software or data is from expected source
  • Ensure libraries and dependencies are from trusted repositories
  • Use software supply chain security tools to verify components
  • Ensure CI/CD pipeline has proper segregation and access control
  • Ensure unsigned or unencrypted serialized data is not sent to untrusted clients
  • Implement integrity checks for critical data

Shoulder 탐지가 있는 CWE (2)

이 CWE들은 Shoulder 탐지 규칙이 있습니다. 클릭하여 특정 취약점과 수정 사항을 확인하세요.

기타 매핑된 CWE (8)

이 CWE들은 이 카테고리에 매핑되어 있지만 아직 Shoulder 규칙이 없습니다.