Insecure service configuration - IAM
Description
In compliance with the different security standards for cloud computing such as ISO 27017 and NIST SP 800-144, no sensitive information should be stored among the information that is uploaded to the cloud, as this may result in data leakage, as in the case of AWS IAM passwords.
Impact
Generate data leakage within the sensitive information that is uploaded to the cloud, for example, the case of how through the credentials that were stored in the code can be obtained data from the buckets and AWS services.
Recommendation
Do not store credentials in the code, it is necessary to use environment variables and protected secret sources.
Threat
Internal attacker with access to services configurations.
Expected Remediation Time
⌚ 45 minutes.
Score
Default score using CVSS 3.1. It may change depending on the context of the src.
Base
- Attack vector: A
- Attack complexity: L
- Privileges required: N
- User interaction: N
- Scope: U
- Confidentiality: L
- Integrity: N
- Availability: N
Temporal
- Exploit code maturity: X
- Remediation level: O
- Report confidence: X
Result
- Vector string: CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N/E:X/RL:O/RC:X
- Score:
- Severity:
- Base: Medium
- Temporal: Medium
Score 4.0
Default score using CVSS 4.0. It may change depending on the context of the src.
Base 4.0
- Attack vector: A
- Attack complexity: L
- Attack Requirements: N
- Privileges required: N
- User interaction: N
- Confidentiality (VC): L
- Integrity (VI): N
- Availability (VA): N
- Confidentiality (SC): N
- Integrity (SI): N
- Availability (SA): N
Threat 4.0
Result 4.0
- Vector string: CVSS:4.0/AV:A/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:X
- Score:
- Severity:
Requirements
Fixes
Free trial