"-Synchronized-Data."

This commit is contained in:
CVE Team 2023-11-27 13:00:31 +00:00
parent c821eedfaf
commit 6d62fae689
No known key found for this signature in database
GPG Key ID: E3252B3D49582C98
7 changed files with 121 additions and 5 deletions

View File

@ -21,7 +21,8 @@
"description": [
{
"lang": "eng",
"value": "CWE-284 Improper Access Control"
"value": "CWE-284 Improper Access Control",
"cweId": "CWE-284"
}
]
}
@ -69,6 +70,7 @@
]
},
"source": {
"advisory": "NAVER Security Advisory",
"discovery": "EXTERNAL"
},
"credits": [

View File

@ -98,6 +98,11 @@
"url": "http://www.openwall.com/lists/oss-security/2023/11/26/1",
"refsource": "MISC",
"name": "http://www.openwall.com/lists/oss-security/2023/11/26/1"
},
{
"url": "http://www.openwall.com/lists/oss-security/2023/11/27/1",
"refsource": "MISC",
"name": "http://www.openwall.com/lists/oss-security/2023/11/27/1"
}
]
},

View File

@ -59,6 +59,11 @@
"url": "https://lists.apache.org/thread/jvgxpk4dbxyqtsgtl4pdgbd520rc0rot",
"refsource": "MISC",
"name": "https://lists.apache.org/thread/jvgxpk4dbxyqtsgtl4pdgbd520rc0rot"
},
{
"url": "http://www.openwall.com/lists/oss-security/2023/11/27/2",
"refsource": "MISC",
"name": "http://www.openwall.com/lists/oss-security/2023/11/27/2"
}
]
},

View File

@ -59,6 +59,11 @@
"url": "https://lists.apache.org/thread/vk1rmrh9kz0chjmc9tk7o3md6zpz4ygh",
"refsource": "MISC",
"name": "https://lists.apache.org/thread/vk1rmrh9kz0chjmc9tk7o3md6zpz4ygh"
},
{
"url": "http://www.openwall.com/lists/oss-security/2023/11/27/3",
"refsource": "MISC",
"name": "http://www.openwall.com/lists/oss-security/2023/11/27/3"
}
]
},

View File

@ -59,6 +59,11 @@
"url": "https://lists.apache.org/thread/4dnr1knk50fw60jxkjgqj228f0xcc892",
"refsource": "MISC",
"name": "https://lists.apache.org/thread/4dnr1knk50fw60jxkjgqj228f0xcc892"
},
{
"url": "http://www.openwall.com/lists/oss-security/2023/11/27/4",
"refsource": "MISC",
"name": "http://www.openwall.com/lists/oss-security/2023/11/27/4"
}
]
},

View File

@ -0,0 +1,18 @@
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2023-49566",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
}
]
}
}

View File

@ -1,17 +1,93 @@
{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2023-4590",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"ASSIGNER": "cve-coordination@incibe.es",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
"value": "Buffer overflow vulnerability in Frhed hex editor, affecting version 1.6.0. This vulnerability could allow an attacker to execute arbitrary code via a long filename argument through the Structured Exception Handler (SEH) registers."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-119 Improper Restriction of Operations within the Bounds of a Memory Buffer",
"cweId": "CWE-119"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Frhed ",
"product": {
"product_data": [
{
"product_name": "Frhed ",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": "1.6.0"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://www.incibe.es/en/incibe-cert/notices/aviso/buffer-overflow-vulnerability-frhed",
"refsource": "MISC",
"name": "https://www.incibe.es/en/incibe-cert/notices/aviso/buffer-overflow-vulnerability-frhed"
}
]
},
"generator": {
"engine": "Vulnogram 0.1.0-dev"
},
"source": {
"discovery": "UNKNOWN"
},
"credits": [
{
"lang": "en",
"value": "Rafael Pedrero"
}
],
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
}
]
}