"-Synchronized-Data."

This commit is contained in:
CVE Team 2022-05-05 23:01:37 +00:00
parent 5c3c4d77ef
commit c6bb602eb4
No known key found for this signature in database
GPG Key ID: E3252B3D49582C98
9 changed files with 96 additions and 7 deletions

View File

@ -354,6 +354,16 @@
"url": "https://www.oracle.com/security-alerts/cpuapr2022.html",
"refsource": "MISC",
"name": "https://www.oracle.com/security-alerts/cpuapr2022.html"
},
{
"refsource": "MISC",
"name": "https://github.com/nu11secur1ty/CVE-mitre/tree/main/CVE-2021-44228",
"url": "https://github.com/nu11secur1ty/CVE-mitre/tree/main/CVE-2021-44228"
},
{
"refsource": "MISC",
"name": "https://www.nu11secur1ty.com/2021/12/cve-2021-44228.html",
"url": "https://www.nu11secur1ty.com/2021/12/cve-2021-44228.html"
}
]
},

View File

@ -102,6 +102,11 @@
"refsource": "DEBIAN",
"name": "DSA-5128",
"url": "https://www.debian.org/security/2022/dsa-5128"
},
{
"refsource": "DEBIAN",
"name": "DSA-5131",
"url": "https://www.debian.org/security/2022/dsa-5131"
}
]
}

View File

@ -102,6 +102,11 @@
"refsource": "DEBIAN",
"name": "DSA-5128",
"url": "https://www.debian.org/security/2022/dsa-5128"
},
{
"refsource": "DEBIAN",
"name": "DSA-5131",
"url": "https://www.debian.org/security/2022/dsa-5131"
}
]
}

View File

@ -102,6 +102,11 @@
"refsource": "DEBIAN",
"name": "DSA-5128",
"url": "https://www.debian.org/security/2022/dsa-5128"
},
{
"refsource": "DEBIAN",
"name": "DSA-5131",
"url": "https://www.debian.org/security/2022/dsa-5131"
}
]
}

View File

@ -156,6 +156,11 @@
"refsource": "DEBIAN",
"name": "DSA-5128",
"url": "https://www.debian.org/security/2022/dsa-5128"
},
{
"refsource": "DEBIAN",
"name": "DSA-5131",
"url": "https://www.debian.org/security/2022/dsa-5131"
}
]
}

View File

@ -102,6 +102,11 @@
"refsource": "DEBIAN",
"name": "DSA-5128",
"url": "https://www.debian.org/security/2022/dsa-5128"
},
{
"refsource": "DEBIAN",
"name": "DSA-5131",
"url": "https://www.debian.org/security/2022/dsa-5131"
}
]
}

View File

@ -102,6 +102,11 @@
"refsource": "DEBIAN",
"name": "DSA-5128",
"url": "https://www.debian.org/security/2022/dsa-5128"
},
{
"refsource": "DEBIAN",
"name": "DSA-5131",
"url": "https://www.debian.org/security/2022/dsa-5131"
}
]
}

View File

@ -35,7 +35,7 @@
"description_data": [
{
"lang": "eng",
"value": " Vyper is a pythonic smart contract language for the ethereum virtual machine. Since version 0.3.2, decimals use the full range of the underlying int168 type. multiplication of 168 bit integers can wrap in 256-bit arithmetic, but safemul does not check for that. This has been patched in v0.3.4. There are no known workarounds for this issue.\n"
"value": "Vyper is a pythonic smart contract language for the ethereum virtual machine. Since version 0.3.2, decimals use the full range of the underlying int168 type. multiplication of 168 bit integers can wrap in 256-bit arithmetic, but safemul does not check for that. This has been patched in v0.3.4. There are no known workarounds for this issue."
}
]
},

View File

@ -1,17 +1,66 @@
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2022-29535",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"ID": "CVE-2022-29535",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"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": "Zoho ManageEngine OPManager through 125588 allows SQL Injection via a few default reports."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "https://manageengine.com",
"refsource": "MISC",
"name": "https://manageengine.com"
},
{
"refsource": "MISC",
"name": "https://www.manageengine.com/network-monitoring/security-updates/cve-2022-29535.html",
"url": "https://www.manageengine.com/network-monitoring/security-updates/cve-2022-29535.html"
}
]
}