बीटा 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 नियम नहीं हैं।