2020-01-15 15:01:05 +00:00
{
"CVE_data_meta" : {
2020-10-01 18:26:11 -07:00
"ASSIGNER" : "security@php.net" ,
"DATE_PUBLIC" : "2020-09-29T06:12:00.000Z" ,
2020-01-15 15:01:05 +00:00
"ID" : "CVE-2020-7069" ,
2020-10-01 18:26:11 -07:00
"STATE" : "PUBLIC" ,
"TITLE" : "Wrong ciphertext/tag in AES-CCM encryption for a 12 bytes IV"
2020-01-15 15:01:05 +00:00
} ,
2020-10-01 18:26:11 -07:00
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"product_name" : "PHP" ,
"version" : {
"version_data" : [
{
"version_affected" : "<" ,
"version_name" : "7.3.x" ,
"version_value" : "7.3.23"
} ,
{
"version_affected" : "<" ,
"version_name" : "7.4.x" ,
"version_value" : "7.4.11"
} ,
{
"version_affected" : "<" ,
"version_name" : "7.2.x" ,
"version_value" : "7.2.34"
}
]
}
}
]
} ,
"vendor_name" : "PHP Group"
}
]
}
} ,
"credit" : [
{
"lang" : "eng" ,
"value" : "Reported by bizxing at web dot de"
}
] ,
"data_format" : "MITRE" ,
"data_type" : "CVE" ,
"data_version" : "4.0" ,
2020-01-15 15:01:05 +00:00
"description" : {
"description_data" : [
{
"lang" : "eng" ,
2020-10-02 15:01:55 +00:00
"value" : "In PHP versions 7.2.x below 7.2.34, 7.3.x below 7.3.23 and 7.4.x below 7.4.11, when AES-CCM mode is used with openssl_encrypt() function with 12 bytes IV, only first 7 bytes of the IV is actually used. This can lead to both decreased security and incorrect encryption data."
2020-10-01 18:26:11 -07:00
}
]
} ,
"generator" : {
"engine" : "Vulnogram 0.0.9"
} ,
"impact" : {
"cvss" : {
"attackComplexity" : "LOW" ,
"attackVector" : "NETWORK" ,
"availabilityImpact" : "NONE" ,
"baseScore" : 5.4 ,
"baseSeverity" : "MEDIUM" ,
"confidentialityImpact" : "LOW" ,
"integrityImpact" : "LOW" ,
"privilegesRequired" : "NONE" ,
"scope" : "UNCHANGED" ,
"userInteraction" : "REQUIRED" ,
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N" ,
"version" : "3.1"
}
} ,
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng" ,
"value" : "CWE-20 Improper Input Validation"
}
]
2020-01-15 15:01:05 +00:00
}
]
2020-10-01 18:26:11 -07:00
} ,
"references" : {
"reference_data" : [
{
2020-10-02 15:01:55 +00:00
"refsource" : "MISC" ,
"url" : "https://bugs.php.net/bug.php?id=79601" ,
"name" : "https://bugs.php.net/bug.php?id=79601"
2020-10-04 02:01:39 +00:00
} ,
{
"refsource" : "FEDORA" ,
"name" : "FEDORA-2020-4573f0e03a" ,
"url" : "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RRU57N3OSYZPOMFWPRDNVH7EMYOTSZ66/"
2020-10-07 22:01:35 +00:00
} ,
{
"refsource" : "FEDORA" ,
"name" : "FEDORA-2020-4fe6b116e5" ,
"url" : "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7EVDN7D3IB4EAI4D3ZOM2OJKQ5SD7K4E/"
2020-10-07 23:01:37 +00:00
} ,
{
"refsource" : "FEDORA" ,
"name" : "FEDORA-2020-94763cb98b" ,
"url" : "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/P2J3ZZDHCSX65T5QWV4AHBN7MOJXBEKG/"
2020-10-16 11:01:34 +00:00
} ,
2020-10-20 15:01:53 +00:00
{
"refsource" : "SUSE" ,
"name" : "openSUSE-SU-2020:1703" ,
"url" : "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00045.html"
2020-10-20 20:01:39 +00:00
} ,
{
"refsource" : "UBUNTU" ,
"name" : "USN-4583-1" ,
"url" : "https://usn.ubuntu.com/4583-1/"
2020-11-02 21:01:48 +00:00
} ,
{
"refsource" : "SUSE" ,
"name" : "openSUSE-SU-2020:1767" ,
"url" : "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00067.html"
2020-12-23 22:01:40 +00:00
} ,
{
"refsource" : "GENTOO" ,
"name" : "GLSA-202012-16" ,
"url" : "https://security.gentoo.org/glsa/202012-16"
2021-02-18 15:00:42 +00:00
} ,
{
"refsource" : "DEBIAN" ,
"name" : "DSA-4856" ,
"url" : "https://www.debian.org/security/2021/dsa-4856"
2021-06-11 10:44:45 -07:00
} ,
{
2021-06-14 18:01:21 +00:00
"url" : "https://www.oracle.com/security-alerts/cpuApr2021.html" ,
"refsource" : "MISC" ,
"name" : "https://www.oracle.com/security-alerts/cpuApr2021.html"
} ,
{
"refsource" : "CONFIRM" ,
"name" : "https://security.netapp.com/advisory/ntap-20201016-0001/" ,
"url" : "https://security.netapp.com/advisory/ntap-20201016-0001/"
2021-07-22 18:00:50 +00:00
} ,
2021-10-20 11:01:48 +00:00
{
"url" : "https://www.oracle.com/security-alerts/cpuoct2021.html" ,
"refsource" : "MISC" ,
"name" : "https://www.oracle.com/security-alerts/cpuoct2021.html"
} ,
2021-07-22 18:00:50 +00:00
{
"refsource" : "CONFIRM" ,
"name" : "https://www.tenable.com/security/tns-2021-14" ,
"url" : "https://www.tenable.com/security/tns-2021-14"
2020-10-01 18:26:11 -07:00
}
]
} ,
"source" : {
"defect" : [
"https://bugs.php.net/bug.php?id=79601"
] ,
"discovery" : "EXTERNAL"
2020-01-15 15:01:05 +00:00
}
}