cvelist/2023/1xxx/CVE-2023-1255.json

100 lines
4.1 KiB
JSON
Raw Normal View History

2023-03-07 15:00:37 +00:00
{
2023-04-20 17:00:35 +00:00
"data_version": "4.0",
2023-03-07 15:00:37 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2023-1255",
2023-04-20 17:00:35 +00:00
"ASSIGNER": "openssl-security@openssl.org",
"STATE": "PUBLIC"
2023-03-07 15:00:37 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2023-04-21 09:00:34 +00:00
"value": "Issue summary: The AES-XTS cipher decryption implementation for 64 bit ARM\nplatform contains a bug that could cause it to read past the input buffer,\nleading to a crash.\n\nImpact summary: Applications that use the AES-XTS algorithm on the 64 bit ARM\nplatform can crash in rare circumstances. The AES-XTS algorithm is usually\nused for disk encryption.\n\nThe AES-XTS cipher decryption implementation for 64 bit ARM platform will read\npast the end of the ciphertext buffer if the ciphertext size is 4 mod 5 in 16\nbyte blocks, e.g. 144 bytes or 1024 bytes. If the memory after the ciphertext\nbuffer is unmapped, this will trigger a crash which results in a denial of\nservice.\n\nIf an attacker can control the size and location of the ciphertext buffer\nbeing decrypted by an application using AES-XTS on 64 bit ARM, the\napplication is affected. This is fairly unlikely making this issue\na Low severity one."
2023-04-20 17:00:35 +00:00
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "buffer over-read"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "OpenSSL",
"product": {
"product_data": [
{
"product_name": "OpenSSL",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "3.1.0",
"version_value": "3.1.1"
},
{
"version_affected": "<",
"version_name": "3.0.0",
"version_value": "3.0.9"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://www.openssl.org/news/secadv/20230419.txt",
"refsource": "MISC",
"name": "https://www.openssl.org/news/secadv/20230419.txt"
},
{
"url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=bc2f61ad70971869b242fc1cb445b98bad50074a",
"refsource": "MISC",
"name": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=bc2f61ad70971869b242fc1cb445b98bad50074a"
},
{
"url": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=02ac9c9420275868472f33b01def01218742b8bb",
"refsource": "MISC",
"name": "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=02ac9c9420275868472f33b01def01218742b8bb"
2023-09-08 17:00:35 +00:00
},
{
"url": "https://security.netapp.com/advisory/ntap-20230908-0006/",
"refsource": "MISC",
"name": "https://security.netapp.com/advisory/ntap-20230908-0006/"
2023-03-07 15:00:37 +00:00
}
]
2023-04-20 17:00:35 +00:00
},
"generator": {
"engine": "Vulnogram 0.1.0-dev"
},
"source": {
"discovery": "UNKNOWN"
},
"credits": [
{
"lang": "en",
"value": "Anton Romanov (Amazon)"
},
{
"lang": "en",
"value": "Nevine Ebeid (Amazon)"
}
]
2023-03-07 15:00:37 +00:00
}