"-Synchronized-Data."

This commit is contained in:
CVE Team 2022-09-21 08:00:39 +00:00
parent df96a32804
commit fcbb4522b8
No known key found for this signature in database
GPG Key ID: E3252B3D49582C98
6 changed files with 223 additions and 111 deletions

View File

@ -1,109 +1,109 @@
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"generator": {
"engine": "Vulnogram 0.0.9"
},
"CVE_data_meta": {
"ID": "CVE-2022-2315",
"ASSIGNER": "cve@usom.gov.tr",
"DATE_PUBLIC": "2022-09-21T15:00:00.000Z",
"TITLE": "SQL Injection in Database Accreditation System",
"AKA": "",
"STATE": "PUBLIC"
},
"source": {
"defect": [
"TR-22-0634"
],
"advisory": "TR-22-0634",
"discovery": "EXTERNAL"
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Database Software",
"product": {
"product_data": [
{
"product_name": "Database Software",
"version": {
"version_data": [
{
"version_name": "",
"version_affected": "<",
"version_value": "2",
"platform": ""
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"generator": {
"engine": "Vulnogram 0.0.9"
},
"CVE_data_meta": {
"ID": "CVE-2022-2315",
"ASSIGNER": "cve@usom.gov.tr",
"DATE_PUBLIC": "2022-09-21T15:00:00.000Z",
"TITLE": "SQL Injection in Database Accreditation System",
"AKA": "",
"STATE": "PUBLIC"
},
"source": {
"defect": [
"TR-22-0634"
],
"advisory": "TR-22-0634",
"discovery": "EXTERNAL"
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Database Software",
"product": {
"product_data": [
{
"product_name": "Database Software",
"version": {
"version_data": [
{
"version_name": "",
"version_affected": "<",
"version_value": "2",
"platform": ""
}
]
}
}
]
}
]
}
}
]
}
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-89 SQL Injection"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-89 SQL Injection"
}
]
}
]
}
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "Database Software Accreditation Tracking/Presentation Module product before version 2 has an unauthenticated SQL Injection vulnerability. This is fixed in version 2."
}
]
},
"references": {
"reference_data": [
{
"refsource": "CONFIRM",
"url": "https://www.usom.gov.tr/bildirim/tr-22-0634",
"name": "https://www.usom.gov.tr/bildirim/tr-22-0634"
}
]
},
"configuration": [],
"impact": {
"cvss": {
"version": "3.1",
"attackVector": "NETWORK",
"attackComplexity": "LOW",
"privilegesRequired": "NONE",
"userInteraction": "NONE",
"scope": "UNCHANGED",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"availabilityImpact": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:L",
"baseScore": 9.4,
"baseSeverity": "CRITICAL"
}
},
"exploit": [],
"work_around": [],
"solution": [
{
"lang": "eng",
"value": "Database Software Accreditation Tracking/Presentation Module should be updated to the v2 version provided by the vendor. "
}
],
"credit": [
{
"lang": "eng",
"value": "Bartu Utku Sarp "
}
]
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "Database Software Accreditation Tracking/Presentation Module product before version 2 has an unauthenticated SQL Injection vulnerability. This is fixed in version 2. "
}
]
},
"references": {
"reference_data": [
{
"refsource": "CONFIRM",
"url": "https://www.usom.gov.tr/bildirim/tr-22-0634",
"name": "https://www.usom.gov.tr/bildirim/tr-22-0634"
}
]
},
"configuration": [],
"impact": {
"cvss": {
"version": "3.1",
"attackVector": "NETWORK",
"attackComplexity": "LOW",
"privilegesRequired": "NONE",
"userInteraction": "NONE",
"scope": "UNCHANGED",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"availabilityImpact": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:L",
"baseScore": 9.4,
"baseSeverity": "CRITICAL"
}
},
"exploit": [],
"work_around": [],
"solution": [
{
"lang": "eng",
"value": "Database Software Accreditation Tracking/Presentation Module should be updated to the v2 version provided by the vendor. "
}
],
"credit": [
{
"lang": "eng",
"value": "Bartu Utku Sarp "
}
]
}

View File

@ -71,16 +71,18 @@
"references": {
"reference_data": [
{
"refsource": "CONFIRM",
"url": "https://github.com/apache/airflow/pull/26337"
"refsource": "MISC",
"url": "https://github.com/apache/airflow/pull/26337",
"name": "https://github.com/apache/airflow/pull/26337"
},
{
"refsource": "CONFIRM",
"url": "https://lists.apache.org/thread/z20x8m16fnhxdkoollv53w1ybsts687t"
"refsource": "MISC",
"url": "https://lists.apache.org/thread/z20x8m16fnhxdkoollv53w1ybsts687t",
"name": "https://lists.apache.org/thread/z20x8m16fnhxdkoollv53w1ybsts687t"
}
]
},
"source": {
"discovery": "UNKNOWN"
}
}
}

View File

@ -71,16 +71,18 @@
"references": {
"reference_data": [
{
"refsource": "CONFIRM",
"url": "https://github.com/apache/airflow/pull/26409"
"refsource": "MISC",
"url": "https://github.com/apache/airflow/pull/26409",
"name": "https://github.com/apache/airflow/pull/26409"
},
{
"refsource": "CONFIRM",
"url": "https://lists.apache.org/thread/cn098dcp5x3c402xrb06p3l7nz5goffm"
"refsource": "MISC",
"url": "https://lists.apache.org/thread/cn098dcp5x3c402xrb06p3l7nz5goffm",
"name": "https://lists.apache.org/thread/cn098dcp5x3c402xrb06p3l7nz5goffm"
}
]
},
"source": {
"discovery": "UNKNOWN"
}
}
}

View File

@ -0,0 +1,18 @@
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2022-41221",
"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

@ -0,0 +1,72 @@
{
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2022-41222",
"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": "mm/mremap.c in the Linux kernel before 5.13.3 has a use-after-free via a stale TLB because an rmap lock is not held during a PUD move."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.13.3",
"refsource": "MISC",
"name": "https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.13.3"
},
{
"url": "https://bugs.chromium.org/p/project-zero/issues/detail?id=2347",
"refsource": "MISC",
"name": "https://bugs.chromium.org/p/project-zero/issues/detail?id=2347"
},
{
"url": "https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=97113eb39fa7972722ff490b947d8af023e1f6a2",
"refsource": "MISC",
"name": "https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=97113eb39fa7972722ff490b947d8af023e1f6a2"
}
]
}
}

View File

@ -0,0 +1,18 @@
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2022-41223",
"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."
}
]
}
}