"-Synchronized-Data."

This commit is contained in:
CVE Team 2024-05-11 13:00:34 +00:00
parent b214a5a047
commit 9f3cc36a2a
No known key found for this signature in database
GPG Key ID: BC5FD8F2443B23B7
2 changed files with 95 additions and 5 deletions

View File

@ -40,13 +40,23 @@
"version_data": [ "version_data": [
{ {
"version_affected": "<", "version_affected": "<",
"version_name": "1da177e4c3f4", "version_name": "95a15d80aa0d",
"version_value": "1f08a1b26cfc" "version_value": "1f08a1b26cfc"
}, },
{ {
"version_value": "not down converted", "version_value": "not down converted",
"x_cve_json_5_version_data": { "x_cve_json_5_version_data": {
"versions": [ "versions": [
{
"version": "5.4",
"status": "affected"
},
{
"version": "0",
"lessThan": "5.4",
"status": "unaffected",
"versionType": "custom"
},
{ {
"version": "5.15.71", "version": "5.15.71",
"lessThanOrEqual": "5.15.*", "lessThanOrEqual": "5.15.*",

View File

@ -1,17 +1,97 @@
{ {
"data_version": "4.0",
"data_type": "CVE", "data_type": "CVE",
"data_format": "MITRE", "data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": { "CVE_data_meta": {
"ID": "CVE-2024-28761", "ID": "CVE-2024-28761",
"ASSIGNER": "cve@mitre.org", "ASSIGNER": "psirt@us.ibm.com",
"STATE": "RESERVED" "STATE": "PUBLIC"
}, },
"description": { "description": {
"description_data": [ "description_data": [
{ {
"lang": "eng", "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": "IBM App Connect Enterprise 11.0.0.1 through 11.0.0.25 and 12.0.1.0 through 12.0.12.0 is vulnerable to HTML injection. A remote attacker could inject malicious HTML code, which when viewed, would be executed in the victim's Web browser within the security context of the hosting site. IBM X-Force ID: 285245."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "80 Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS)"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "IBM",
"product": {
"product_data": [
{
"product_name": "App Connect Enterprise",
"version": {
"version_data": [
{
"version_affected": "<=",
"version_name": "11.0.0.1",
"version_value": "11.0.0.25"
},
{
"version_affected": "<=",
"version_name": "12.0.1.0",
"version_value": "12.0.12.0"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://www.ibm.com/support/pages/node/7150847",
"refsource": "MISC",
"name": "https://www.ibm.com/support/pages/node/7150847"
},
{
"url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/285245",
"refsource": "MISC",
"name": "https://exchange.xforce.ibmcloud.com/vulnerabilities/285245"
}
]
},
"generator": {
"engine": "Vulnogram 0.1.0-dev"
},
"source": {
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
} }
] ]
} }