GSD-2023-30610
Vulnerability from gsd - Updated: 2023-12-13 01:20Details
aws-sigv4 is a rust library for low level request signing in the aws cloud platform. The `aws_sigv4::SigningParams` struct had a derived `Debug` implementation. When debug-formatted, it would include a user's AWS access key, AWS secret key, and security token in plaintext. When TRACE-level logging is enabled for an SDK, `SigningParams` is printed, thereby revealing those credentials to anyone with access to logs. All users of the AWS SDK for Rust who enabled TRACE-level logging, either globally (e.g. `RUST_LOG=trace`), or for the `aws-sigv4` crate specifically are affected. This issue has been addressed in a set of new releases. Users are advised to upgrade. Users unable to upgrade should disable TRACE-level logging for AWS Rust SDK crates.
Aliases
Aliases
{
"GSD": {
"alias": "CVE-2023-30610",
"id": "GSD-2023-30610"
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"aliases": [
"CVE-2023-30610"
],
"details": "aws-sigv4 is a rust library for low level request signing in the aws cloud platform. The `aws_sigv4::SigningParams` struct had a derived `Debug` implementation. When debug-formatted, it would include a user\u0027s AWS access key, AWS secret key, and security token in plaintext. When TRACE-level logging is enabled for an SDK, `SigningParams` is printed, thereby revealing those credentials to anyone with access to logs. All users of the AWS SDK for Rust who enabled TRACE-level logging, either globally (e.g. `RUST_LOG=trace`), or for the `aws-sigv4` crate specifically are affected. This issue has been addressed in a set of new releases. Users are advised to upgrade. Users unable to upgrade should disable TRACE-level logging for AWS Rust SDK crates.\n",
"id": "GSD-2023-30610",
"modified": "2023-12-13T01:20:52.240864Z",
"schema_version": "1.4.0"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2023-30610",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "aws-sdk-rust",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": "\u003e= 0.2.0, \u003c 0.2.1"
},
{
"version_affected": "=",
"version_value": "\u003e= 0.3.0, \u003c 0.3.1"
},
{
"version_affected": "=",
"version_value": "\u003e= 0.4.1, \u003c 0.4.2"
},
{
"version_affected": "=",
"version_value": "\u003e= 0.5.2, \u003c 0.5.3"
},
{
"version_affected": "=",
"version_value": "\u003e= 0.6.0, \u003c 0.6.1"
},
{
"version_affected": "=",
"version_value": "\u003e= 0.7.0, \u003c 0.7.1"
},
{
"version_affected": "=",
"version_value": "\u003e= 0.8.0, \u003c 0.8.1"
},
{
"version_affected": "=",
"version_value": "\u003e= 0.9.0, \u003c 0.9.1"
},
{
"version_affected": "=",
"version_value": "\u003e= 0.10.1, \u003c 0.10.2"
},
{
"version_affected": "=",
"version_value": "\u003e= 0.11.0, \u003c 0.11.1"
},
{
"version_affected": "=",
"version_value": "\u003e= 0.12.0, \u003c 0.12.1"
},
{
"version_affected": "=",
"version_value": "\u003e= 0.13.0, \u003c 0.13.1"
},
{
"version_affected": "=",
"version_value": "\u003e= 0.14.0, \u003c 0.14.1"
},
{
"version_affected": "=",
"version_value": "\u003e= 0.15.0, \u003c 0.15.1"
},
{
"version_affected": "=",
"version_value": "\u003e= 0.46.0, \u003c 0.46.1"
},
{
"version_affected": "=",
"version_value": "\u003e= 0.47.0, \u003c 0.47.1"
},
{
"version_affected": "=",
"version_value": "\u003e= 0.48.0, \u003c 0.48.1"
},
{
"version_affected": "=",
"version_value": "\u003e= 0.49.0, \u003c 0.49.1"
},
{
"version_affected": "=",
"version_value": "\u003e= 0.50.0, \u003c 0.51.1"
},
{
"version_affected": "=",
"version_value": "\u003e= 0.52.0, \u003c 0.52.1, "
},
{
"version_affected": "=",
"version_value": "\u003e= 0.53.1, \u003c 0.53.2"
},
{
"version_affected": "=",
"version_value": "\u003e= 0.54.1, \u003c 0.54.2"
},
{
"version_affected": "=",
"version_value": "\u003e= 0.55.0, \u003c 0.55.1"
}
]
}
}
]
},
"vendor_name": "awslabs"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "aws-sigv4 is a rust library for low level request signing in the aws cloud platform. The `aws_sigv4::SigningParams` struct had a derived `Debug` implementation. When debug-formatted, it would include a user\u0027s AWS access key, AWS secret key, and security token in plaintext. When TRACE-level logging is enabled for an SDK, `SigningParams` is printed, thereby revealing those credentials to anyone with access to logs. All users of the AWS SDK for Rust who enabled TRACE-level logging, either globally (e.g. `RUST_LOG=trace`), or for the `aws-sigv4` crate specifically are affected. This issue has been addressed in a set of new releases. Users are advised to upgrade. Users unable to upgrade should disable TRACE-level logging for AWS Rust SDK crates.\n"
}
]
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"cweId": "CWE-532",
"lang": "eng",
"value": "CWE-532: Insertion of Sensitive Information into Log File"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/awslabs/aws-sdk-rust/security/advisories/GHSA-mjv9-vp6w-3rc9",
"refsource": "MISC",
"url": "https://github.com/awslabs/aws-sdk-rust/security/advisories/GHSA-mjv9-vp6w-3rc9"
}
]
},
"source": {
"advisory": "GHSA-mjv9-vp6w-3rc9",
"discovery": "UNKNOWN"
}
},
"nvd.nist.gov": {
"configurations": {
"CVE_data_version": "4.0",
"nodes": [
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:amazon:aws-sigv4:0.54.1:*:*:*:*:rust:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:amazon:aws-sigv4:0.53.1:*:*:*:*:rust:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:amazon:aws-sigv4:0.52.0:*:*:*:*:rust:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:amazon:aws-sigv4:0.51.0:*:*:*:*:rust:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:amazon:aws-sigv4:0.50.0:*:*:*:*:rust:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:amazon:aws-sigv4:0.49.0:*:*:*:*:rust:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:amazon:aws-sigv4:0.48.0:*:*:*:*:rust:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:amazon:aws-sigv4:0.47.0:*:*:*:*:rust:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:amazon:aws-sigv4:0.46.0:*:*:*:*:rust:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:amazon:aws-sigv4:0.15.0:*:*:*:*:rust:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:amazon:aws-sigv4:0.14.0:*:*:*:*:rust:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:amazon:aws-sigv4:0.13.0:*:*:*:*:rust:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:amazon:aws-sigv4:0.12.0:*:*:*:*:rust:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:amazon:aws-sigv4:0.11.0:*:*:*:*:rust:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:amazon:aws-sigv4:0.10.1:*:*:*:*:rust:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:amazon:aws-sigv4:0.9.0:*:*:*:*:rust:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:amazon:aws-sigv4:0.8.0:*:*:*:*:rust:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:amazon:aws-sigv4:0.7.0:*:*:*:*:rust:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:amazon:aws-sigv4:0.6.0:*:*:*:*:rust:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:amazon:aws-sigv4:0.5.2:*:*:*:*:rust:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:amazon:aws-sigv4:0.4.1:*:*:*:*:rust:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:amazon:aws-sigv4:0.3.0:*:*:*:*:rust:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:amazon:aws-sigv4:0.2.0:*:*:*:*:rust:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:amazon:aws-sigv4:0.55.0:*:*:*:*:rust:*:*",
"cpe_name": [],
"vulnerable": true
}
],
"operator": "OR"
}
]
},
"cve": {
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2023-30610"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "en",
"value": "aws-sigv4 is a rust library for low level request signing in the aws cloud platform. The `aws_sigv4::SigningParams` struct had a derived `Debug` implementation. When debug-formatted, it would include a user\u0027s AWS access key, AWS secret key, and security token in plaintext. When TRACE-level logging is enabled for an SDK, `SigningParams` is printed, thereby revealing those credentials to anyone with access to logs. All users of the AWS SDK for Rust who enabled TRACE-level logging, either globally (e.g. `RUST_LOG=trace`), or for the `aws-sigv4` crate specifically are affected. This issue has been addressed in a set of new releases. Users are advised to upgrade. Users unable to upgrade should disable TRACE-level logging for AWS Rust SDK crates.\n"
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "en",
"value": "CWE-532"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/awslabs/aws-sdk-rust/security/advisories/GHSA-mjv9-vp6w-3rc9",
"refsource": "MISC",
"tags": [
"Vendor Advisory"
],
"url": "https://github.com/awslabs/aws-sdk-rust/security/advisories/GHSA-mjv9-vp6w-3rc9"
}
]
}
},
"impact": {
"baseMetricV3": {
"cvssV3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"exploitabilityScore": 1.8,
"impactScore": 3.6
}
},
"lastModifiedDate": "2023-05-01T18:11Z",
"publishedDate": "2023-04-19T18:15Z"
}
}
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…