Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2023-25690 (GCVE-0-2023-25690)
Vulnerability from cvelistv5 – Published: 2023-03-07 15:09 – Updated: 2025-12-18 15:37- CWE-444 - Inconsistent Interpretation of HTTP Requests ('HTTP Request Smuggling')
| Vendor | Product | Version | |
|---|---|---|---|
| Apache Software Foundation | Apache HTTP Server |
Affected:
2.4.0 , ≤ 2.4.55
(semver)
|
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-02T11:25:19.361Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"vendor-advisory",
"x_transferred"
],
"url": "https://httpd.apache.org/security/vulnerabilities_24.html"
},
{
"tags": [
"x_transferred"
],
"url": "https://lists.debian.org/debian-lts-announce/2023/04/msg00028.html"
},
{
"tags": [
"x_transferred"
],
"url": "https://security.gentoo.org/glsa/202309-01"
},
{
"tags": [
"x_transferred"
],
"url": "http://packetstormsecurity.com/files/176334/Apache-2.4.55-mod_proxy-HTTP-Request-Smuggling.html"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2023-25690",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-12-18T15:37:02.907036Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-12-18T15:37:41.866Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unknown",
"product": "Apache HTTP Server",
"vendor": "Apache Software Foundation",
"versions": [
{
"lessThanOrEqual": "2.4.55",
"status": "affected",
"version": "2.4.0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "finder",
"value": "Lars Krapf of Adobe"
}
],
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "\u003cdiv\u003eSome mod_proxy configurations on Apache HTTP Server versions 2.4.0 through 2.4.55 allow a HTTP Request Smuggling attack.\u003c/div\u003e\u003cdiv\u003e\u003cbr\u003e\u003c/div\u003e\u003cdiv\u003e\u003cdiv\u003eConfigurations are affected when mod_proxy is enabled along with some form of RewriteRule\n or ProxyPassMatch in which a non-specific pattern matches\n some portion of the user-supplied request-target (URL) data and is then\n re-inserted into the proxied request-target using variable \nsubstitution. For example, something like:\u003c/div\u003e\u003cdiv\u003e\u003cbr\u003e\u003c/div\u003e\u003cdiv\u003eRewriteEngine on\u003cbr\u003eRewriteRule \"^/here/(.*)\" \"http://example.com:8080/elsewhere?$1\"; [P]\u003cbr\u003eProxyPassReverse /here/ http://example.com:8080/\u003c/div\u003e\u003cbr\u003eRequest splitting/smuggling could result in bypass of access controls in the proxy server, proxying unintended URLs to existing origin servers, and cache poisoning. Users are recommended to update to at least version 2.4.56 of Apache HTTP Server.\u003cbr\u003e\u003c/div\u003e"
}
],
"value": "Some mod_proxy configurations on Apache HTTP Server versions 2.4.0 through 2.4.55 allow a HTTP Request Smuggling attack.\n\n\n\n\nConfigurations are affected when mod_proxy is enabled along with some form of RewriteRule\n or ProxyPassMatch in which a non-specific pattern matches\n some portion of the user-supplied request-target (URL) data and is then\n re-inserted into the proxied request-target using variable \nsubstitution. For example, something like:\n\n\n\n\nRewriteEngine on\nRewriteRule \"^/here/(.*)\" \"http://example.com:8080/elsewhere?$1\"; [P]\nProxyPassReverse /here/ http://example.com:8080/\n\n\nRequest splitting/smuggling could result in bypass of access controls in the proxy server, proxying unintended URLs to existing origin servers, and cache poisoning. Users are recommended to update to at least version 2.4.56 of Apache HTTP Server."
}
],
"metrics": [
{
"other": {
"content": {
"text": "important"
},
"type": "Textual description of severity"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-444",
"description": "CWE-444 Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request Smuggling\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2024-01-02T16:06:10.239Z",
"orgId": "f0158376-9dc2-43b6-827c-5f631a4d8d09",
"shortName": "apache"
},
"references": [
{
"tags": [
"vendor-advisory"
],
"url": "https://httpd.apache.org/security/vulnerabilities_24.html"
},
{
"url": "https://lists.debian.org/debian-lts-announce/2023/04/msg00028.html"
},
{
"url": "https://security.gentoo.org/glsa/202309-01"
},
{
"url": "http://packetstormsecurity.com/files/176334/Apache-2.4.55-mod_proxy-HTTP-Request-Smuggling.html"
}
],
"source": {
"discovery": "UNKNOWN"
},
"timeline": [
{
"lang": "en",
"time": "2023-02-02T02:01:00.000Z",
"value": "reported"
}
],
"title": "Apache HTTP Server: HTTP request splitting with mod_rewrite and mod_proxy",
"x_generator": {
"engine": "Vulnogram 0.1.0-dev"
}
}
},
"cveMetadata": {
"assignerOrgId": "f0158376-9dc2-43b6-827c-5f631a4d8d09",
"assignerShortName": "apache",
"cveId": "CVE-2023-25690",
"datePublished": "2023-03-07T15:09:03.080Z",
"dateReserved": "2023-02-12T13:28:31.657Z",
"dateUpdated": "2025-12-18T15:37:41.866Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2023-25690",
"date": "2026-05-27",
"epss": "0.67011",
"percentile": "0.98573"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2023-25690\",\"sourceIdentifier\":\"security@apache.org\",\"published\":\"2023-03-07T16:15:09.477\",\"lastModified\":\"2025-12-18T16:15:49.523\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Some mod_proxy configurations on Apache HTTP Server versions 2.4.0 through 2.4.55 allow a HTTP Request Smuggling attack.\\n\\n\\n\\n\\nConfigurations are affected when mod_proxy is enabled along with some form of RewriteRule\\n or ProxyPassMatch in which a non-specific pattern matches\\n some portion of the user-supplied request-target (URL) data and is then\\n re-inserted into the proxied request-target using variable \\nsubstitution. For example, something like:\\n\\n\\n\\n\\nRewriteEngine on\\nRewriteRule \\\"^/here/(.*)\\\" \\\"http://example.com:8080/elsewhere?$1\\\"; [P]\\nProxyPassReverse /here/ http://example.com:8080/\\n\\n\\nRequest splitting/smuggling could result in bypass of access controls in the proxy server, proxying unintended URLs to existing origin servers, and cache poisoning. Users are recommended to update to at least version 2.4.56 of Apache HTTP Server.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":9.8,\"baseSeverity\":\"CRITICAL\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":5.9},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":9.8,\"baseSeverity\":\"CRITICAL\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":5.9}]},\"weaknesses\":[{\"source\":\"security@apache.org\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-444\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:apache:http_server:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.4.0\",\"versionEndIncluding\":\"2.4.55\",\"matchCriteriaId\":\"3C9A570C-537D-4D4C-AF79-28DFB302B221\"}]}]}],\"references\":[{\"url\":\"http://packetstormsecurity.com/files/176334/Apache-2.4.55-mod_proxy-HTTP-Request-Smuggling.html\",\"source\":\"security@apache.org\"},{\"url\":\"https://httpd.apache.org/security/vulnerabilities_24.html\",\"source\":\"security@apache.org\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2023/04/msg00028.html\",\"source\":\"security@apache.org\"},{\"url\":\"https://security.gentoo.org/glsa/202309-01\",\"source\":\"security@apache.org\"},{\"url\":\"http://packetstormsecurity.com/files/176334/Apache-2.4.55-mod_proxy-HTTP-Request-Smuggling.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://httpd.apache.org/security/vulnerabilities_24.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2023/04/msg00028.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://security.gentoo.org/glsa/202309-01\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://httpd.apache.org/security/vulnerabilities_24.html\", \"tags\": [\"vendor-advisory\", \"x_transferred\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2023/04/msg00028.html\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://security.gentoo.org/glsa/202309-01\", \"tags\": [\"x_transferred\"]}, {\"url\": \"http://packetstormsecurity.com/files/176334/Apache-2.4.55-mod_proxy-HTTP-Request-Smuggling.html\", \"tags\": [\"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-02T11:25:19.361Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 9.8, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"CRITICAL\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"HIGH\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2023-25690\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-12-18T15:37:02.907036Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-06-03T19:22:40.295Z\"}}], \"cna\": {\"title\": \"Apache HTTP Server: HTTP request splitting with mod_rewrite and mod_proxy\", \"source\": {\"discovery\": \"UNKNOWN\"}, \"credits\": [{\"lang\": \"en\", \"type\": \"finder\", \"value\": \"Lars Krapf of Adobe\"}], \"metrics\": [{\"other\": {\"type\": \"Textual description of severity\", \"content\": {\"text\": \"important\"}}}], \"affected\": [{\"vendor\": \"Apache Software Foundation\", \"product\": \"Apache HTTP Server\", \"versions\": [{\"status\": \"affected\", \"version\": \"2.4.0\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"2.4.55\"}], \"defaultStatus\": \"unknown\"}], \"timeline\": [{\"lang\": \"en\", \"time\": \"2023-02-02T02:01:00.000Z\", \"value\": \"reported\"}], \"references\": [{\"url\": \"https://httpd.apache.org/security/vulnerabilities_24.html\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2023/04/msg00028.html\"}, {\"url\": \"https://security.gentoo.org/glsa/202309-01\"}, {\"url\": \"http://packetstormsecurity.com/files/176334/Apache-2.4.55-mod_proxy-HTTP-Request-Smuggling.html\"}], \"x_generator\": {\"engine\": \"Vulnogram 0.1.0-dev\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"Some mod_proxy configurations on Apache HTTP Server versions 2.4.0 through 2.4.55 allow a HTTP Request Smuggling attack.\\n\\n\\n\\n\\nConfigurations are affected when mod_proxy is enabled along with some form of RewriteRule\\n or ProxyPassMatch in which a non-specific pattern matches\\n some portion of the user-supplied request-target (URL) data and is then\\n re-inserted into the proxied request-target using variable \\nsubstitution. For example, something like:\\n\\n\\n\\n\\nRewriteEngine on\\nRewriteRule \\\"^/here/(.*)\\\" \\\"http://example.com:8080/elsewhere?$1\\\"; [P]\\nProxyPassReverse /here/ http://example.com:8080/\\n\\n\\nRequest splitting/smuggling could result in bypass of access controls in the proxy server, proxying unintended URLs to existing origin servers, and cache poisoning. Users are recommended to update to at least version 2.4.56 of Apache HTTP Server.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"\u003cdiv\u003eSome mod_proxy configurations on Apache HTTP Server versions 2.4.0 through 2.4.55 allow a HTTP Request Smuggling attack.\u003c/div\u003e\u003cdiv\u003e\u003cbr\u003e\u003c/div\u003e\u003cdiv\u003e\u003cdiv\u003eConfigurations are affected when mod_proxy is enabled along with some form of RewriteRule\\n or ProxyPassMatch in which a non-specific pattern matches\\n some portion of the user-supplied request-target (URL) data and is then\\n re-inserted into the proxied request-target using variable \\nsubstitution. For example, something like:\u003c/div\u003e\u003cdiv\u003e\u003cbr\u003e\u003c/div\u003e\u003cdiv\u003eRewriteEngine on\u003cbr\u003eRewriteRule \\\"^/here/(.*)\\\" \\\"http://example.com:8080/elsewhere?$1\\\"; [P]\u003cbr\u003eProxyPassReverse /here/ http://example.com:8080/\u003c/div\u003e\u003cbr\u003eRequest splitting/smuggling could result in bypass of access controls in the proxy server, proxying unintended URLs to existing origin servers, and cache poisoning. Users are recommended to update to at least version 2.4.56 of Apache HTTP Server.\u003cbr\u003e\u003c/div\u003e\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-444\", \"description\": \"CWE-444 Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request Smuggling\u0027)\"}]}], \"providerMetadata\": {\"orgId\": \"f0158376-9dc2-43b6-827c-5f631a4d8d09\", \"shortName\": \"apache\", \"dateUpdated\": \"2024-01-02T16:06:10.239Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2023-25690\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-12-18T15:37:41.866Z\", \"dateReserved\": \"2023-02-12T13:28:31.657Z\", \"assignerOrgId\": \"f0158376-9dc2-43b6-827c-5f631a4d8d09\", \"datePublished\": \"2023-03-07T15:09:03.080Z\", \"assignerShortName\": \"apache\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
ICSA-25-105-08
Vulnerability from csaf_cisa - Published: 2025-04-07 10:30 - Updated: 2025-04-07 10:30Vulnerability in Git that arises from an issue with git attributes parsing. This flaw can lead to an integer overflow, which might be exploited by authenticated attackers to execute arbitrary code or cause a denial of service.
CWE-190 - Integer Overflow or Wraparound| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
ABB M2M Gateway ARM600, firmware versions = 4.1.2 <= 5.0.3
ABB / ABB M2M Gateway / ARM600
|
>=4.1.2|<=5.0.3 |
Mitigation
|
|
|
ABB M2M Gateway SW, software versions = 5.0.1 <= 5.0.3
ABB / ABB M2M Gateway / SW
|
>=5.0.1|<=5.0.3 |
Mitigation
|
Vulnerability in Git that involves a heap overflow in the git archive and git log --format commands. This flaw can potentially lead to remote code execution (RCE) if exploited by authenticated attacker.
CWE-190 - Integer Overflow or Wraparound| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
ABB M2M Gateway ARM600, firmware versions = 4.1.2 <= 5.0.3
ABB / ABB M2M Gateway / ARM600
|
>=4.1.2|<=5.0.3 |
Mitigation
|
|
|
ABB M2M Gateway SW, software versions = 5.0.1 <= 5.0.3
ABB / ABB M2M Gateway / SW
|
>=5.0.1|<=5.0.3 |
Mitigation
|
Vulnerability in Apache HTTP Server versions 2.4.0 through 2.4.55. It involves HTTP Request Smuggling due to certain mod_proxy configurations combined with RewriteRule or ProxyPassMatch directives. This flaw can lead to bypassing access controls by an authenticated attacker.
CWE-444 - Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
ABB M2M Gateway ARM600, firmware versions = 4.1.2 <= 5.0.3
ABB / ABB M2M Gateway / ARM600
|
>=4.1.2|<=5.0.3 |
Mitigation
|
|
|
ABB M2M Gateway SW, software versions = 5.0.1 <= 5.0.3
ABB / ABB M2M Gateway / SW
|
>=5.0.1|<=5.0.3 |
Mitigation
|
Vulnerability in the PKCS#11 feature of ssh-agent in OpenSSH versions before 9.3p2. It involves an insufficiently trustworthy search path, which can lead to remote code execution if an agent is forwarded by authenticated user to an attacker-controlled system.
CWE-428 - Unquoted Search Path or Element| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
ABB M2M Gateway ARM600, firmware versions = 4.1.2 <= 5.0.3
ABB / ABB M2M Gateway / ARM600
|
>=4.1.2|<=5.0.3 |
Mitigation
|
|
|
ABB M2M Gateway SW, software versions = 5.0.1 <= 5.0.3
ABB / ABB M2M Gateway / SW
|
>=5.0.1|<=5.0.3 |
Mitigation
|
Untrusted search path vulnerability in ssh-agent.c in ssh-agent in OpenSSH before 7.4 allows remote attackers to execute arbitrary local PKCS#11 modules by leveraging control over a forwarded agent socket.
CWE-426 - Untrusted Search Path| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
ABB M2M Gateway ARM600, firmware versions = 4.1.2 <= 5.0.3
ABB / ABB M2M Gateway / ARM600
|
>=4.1.2|<=5.0.3 |
Mitigation
|
|
|
ABB M2M Gateway SW, software versions = 5.0.1 <= 5.0.3
ABB / ABB M2M Gateway / SW
|
>=5.0.1|<=5.0.3 |
Mitigation
|
A use-after-free vulnerability was found in system. This issue occurs due to the on_stream_io() function and dns_stream_complete() function in 'resolved-dns-stream.c' not incrementing the reference counting for the DnsStream object. Therefore, other functions and callbacks called can dereference the DNSStream object, causing the use-after-free when the reference is still used later, allowing authenticated user to execute arbitrary code.
CWE-416 - Use After Free| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
ABB M2M Gateway ARM600, firmware versions = 4.1.2 <= 5.0.3
ABB / ABB M2M Gateway / ARM600
|
>=4.1.2|<=5.0.3 |
Mitigation
|
|
|
ABB M2M Gateway SW, software versions = 5.0.1 <= 5.0.3
ABB / ABB M2M Gateway / SW
|
>=5.0.1|<=5.0.3 |
Mitigation
|
zlib through 1.2.12 has a heap-based buffer over-read or buffer overflow in inflate in inflate.c via a large gzip header extra field, potentially allowing an authenticated attacker to reveal sensitive information or to cause a denial-of-service situation.
CWE-787 - Out-of-bounds Write| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
ABB M2M Gateway ARM600, firmware versions = 4.1.2 <= 5.0.3
ABB / ABB M2M Gateway / ARM600
|
>=4.1.2|<=5.0.3 |
Mitigation
|
|
|
ABB M2M Gateway SW, software versions = 5.0.1 <= 5.0.3
ABB / ABB M2M Gateway / SW
|
>=5.0.1|<=5.0.3 |
Mitigation
|
A vulnerability in the HFS+ partition file parser of ClamAV versions 1.0.0 and earlier, 0.105.1 and earlier, and 0.103.7 and earlier could allow an unauthenticated, remote attacker to execute arbitrary code. This vulnerability is due to a missing buffer size check that may result in a heap buffer overflow write. An authenticated attacker could exploit this vulnerability by submitting a crafted HFS+ partition file to be scanned by ClamAV on an affected device.
CWE-120 - Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
ABB M2M Gateway ARM600, firmware versions = 4.1.2 <= 5.0.3
ABB / ABB M2M Gateway / ARM600
|
>=4.1.2|<=5.0.3 |
Mitigation
|
|
|
ABB M2M Gateway SW, software versions = 5.0.1 <= 5.0.3
ABB / ABB M2M Gateway / SW
|
>=5.0.1|<=5.0.3 |
Mitigation
|
By spoofing the target resolver with responses that have a malformed ECDSA signature, an attacker can trigger a small memory leak. It is possible to gradually erode available memory to the point where named crashes for lack of resources.
CWE-401 - Missing Release of Memory after Effective Lifetime| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
ABB M2M Gateway ARM600, firmware versions = 4.1.2 <= 5.0.3
ABB / ABB M2M Gateway / ARM600
|
>=4.1.2|<=5.0.3 |
Mitigation
|
|
|
ABB M2M Gateway SW, software versions = 5.0.1 <= 5.0.3
ABB / ABB M2M Gateway / SW
|
>=5.0.1|<=5.0.3 |
Mitigation
|
By spoofing the target resolver with responses that have a malformed EdDSA signature, an attacker can trigger a small memory leak. It is possible to gradually erode available memory to the point where named crashes for lack of resources.
CWE-401 - Missing Release of Memory after Effective Lifetime| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
ABB M2M Gateway ARM600, firmware versions = 4.1.2 <= 5.0.3
ABB / ABB M2M Gateway / ARM600
|
>=4.1.2|<=5.0.3 |
Mitigation
|
|
|
ABB M2M Gateway SW, software versions = 5.0.1 <= 5.0.3
ABB / ABB M2M Gateway / SW
|
>=5.0.1|<=5.0.3 |
Mitigation
|
The vulnerability allows the configured max-cache-size limit to be significantly exceeded by querying the resolver for specific RRsets in a certain order. This can lead to a denial-of-service condition by ex-hausting all available memory on the host running named service.
CWE-770 - Allocation of Resources Without Limits or Throttling| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
ABB M2M Gateway ARM600, firmware versions = 4.1.2 <= 5.0.3
ABB / ABB M2M Gateway / ARM600
|
>=4.1.2|<=5.0.3 |
Mitigation
|
|
|
ABB M2M Gateway SW, software versions = 5.0.1 <= 5.0.3
ABB / ABB M2M Gateway / SW
|
>=5.0.1|<=5.0.3 |
Mitigation
|
The vulnerability involves the recursive processing of control channel messages sent to named, which can exhaust stack memory and cause named to terminate unexpectedly. Exploiting this flaw requires only network access to the control channel's configured TCP port, without needing a valid RNDC key.
CWE-787 - Out-of-bounds Write| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
ABB M2M Gateway ARM600, firmware versions = 4.1.2 <= 5.0.3
ABB / ABB M2M Gateway / ARM600
|
>=4.1.2|<=5.0.3 |
Mitigation
|
|
|
ABB M2M Gateway SW, software versions = 5.0.1 <= 5.0.3
ABB / ABB M2M Gateway / SW
|
>=5.0.1|<=5.0.3 |
Mitigation
|
Local users able to write to UNIX domain sockets can bypass access controls and manipulate the mul-tipath setup. This can lead to local privilege escalation to root. This occurs because an attacker can repeat a keyword, which is mishandled because arithmetic ADD is used instead of bitwise OR.
CWE-269 - Improper Privilege Management| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
ABB M2M Gateway ARM600, firmware versions = 4.1.2 <= 5.0.3
ABB / ABB M2M Gateway / ARM600
|
>=4.1.2|<=5.0.3 |
Mitigation
|
|
|
ABB M2M Gateway SW, software versions = 5.0.1 <= 5.0.3
ABB / ABB M2M Gateway / SW
|
>=5.0.1|<=5.0.3 |
Mitigation
|
Local users can write to UNIX domain sockets can bypass access controls and manipulate the multipath setup. This can lead to local privilege escalation to root. This occurs because an attacker can repeat a keyword, which is mishandled because arithmetic ADD is used instead of bitwise OR.
CWE-416 - Use After Free| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
ABB M2M Gateway ARM600, firmware versions = 4.1.2 <= 5.0.3
ABB / ABB M2M Gateway / ARM600
|
>=4.1.2|<=5.0.3 |
Mitigation
|
|
|
ABB M2M Gateway SW, software versions = 5.0.1 <= 5.0.3
ABB / ABB M2M Gateway / SW
|
>=5.0.1|<=5.0.3 |
Mitigation
|
By feeding specially crafted input as authenticated attacker to `git apply --reject`, a path outside the working tree can be overwritten with partially controlled contents, leading to potential arbitrary code execution.
CWE-22 - Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
ABB M2M Gateway ARM600, firmware versions = 4.1.2 <= 5.0.3
ABB / ABB M2M Gateway / ARM600
|
>=4.1.2|<=5.0.3 |
Mitigation
|
|
|
ABB M2M Gateway SW, software versions = 5.0.1 <= 5.0.3
ABB / ABB M2M Gateway / SW
|
>=5.0.1|<=5.0.3 |
Mitigation
|
A specially crafted `.gitmodules` file with submodule URLs that are longer than 1024 characters can used to exploit a bug in `config.c::git_config_copy_or_rename_section_in_file()`. This bug can be used to inject arbitrary configuration into a user's `$GIT_DIR/config` when attempting to remove the con-figuration section associated with that submodule. When the attacker injects configuration values which specify executables to run (such as `core.pager`, `core.editor`, `core.sshCommand`, etc.) this can lead to a remote code execution.
CWE-74 - Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
ABB M2M Gateway ARM600, firmware versions = 4.1.2 <= 5.0.3
ABB / ABB M2M Gateway / ARM600
|
>=4.1.2|<=5.0.3 |
Mitigation
|
|
|
ABB M2M Gateway SW, software versions = 5.0.1 <= 5.0.3
ABB / ABB M2M Gateway / SW
|
>=5.0.1|<=5.0.3 |
Mitigation
|
A flaw was found in the Linux kernel’s driver for the ASIX AX88179_178A-based USB 2.0/3.0 Gigabit Ethernet Devices. The vulnerability contains multiple out-of-bounds reads and possible out-of-bounds writes.
CWE-119 - Improper Restriction of Operations within the Bounds of a Memory Buffer| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
ABB M2M Gateway ARM600, firmware versions = 4.1.2 <= 5.0.3
ABB / ABB M2M Gateway / ARM600
|
>=4.1.2|<=5.0.3 |
Mitigation
|
|
|
ABB M2M Gateway SW, software versions = 5.0.1 <= 5.0.3
ABB / ABB M2M Gateway / SW
|
>=5.0.1|<=5.0.3 |
Mitigation
|
Flaw in certain AMD EPYC, Ryzen, Threadripper and Athlon processors considering LONGJMP assembly command. This could lead to arbitrary code execution. Note: ARM600 servers include Intel processors, but there may be ARM600 SW installations running in AMD processor environments.
CWE-119 - Improper Restriction of Operations within the Bounds of a Memory Buffer| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
ABB M2M Gateway ARM600, firmware versions = 4.1.2 <= 5.0.3
ABB / ABB M2M Gateway / ARM600
|
>=4.1.2|<=5.0.3 |
Mitigation
|
|
|
ABB M2M Gateway SW, software versions = 5.0.1 <= 5.0.3
ABB / ABB M2M Gateway / SW
|
>=5.0.1|<=5.0.3 |
Mitigation
|
A stack overflow flaw was found in the Linux kernel's SYSCTL subsystem in how an authenticated user changes certain kernel parameters and variables. This flaw allows a local user to crash or potentially escalate their privileges on the system.
CWE-131 - Incorrect Calculation of Buffer Size| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
ABB M2M Gateway ARM600, firmware versions = 4.1.2 <= 5.0.3
ABB / ABB M2M Gateway / ARM600
|
>=4.1.2|<=5.0.3 |
Mitigation
|
|
|
ABB M2M Gateway SW, software versions = 5.0.1 <= 5.0.3
ABB / ABB M2M Gateway / SW
|
>=5.0.1|<=5.0.3 |
Mitigation
|
mm/rmap.c in the Linux kernel before 5.19.7 has a use-after-free related to leaf anon_vma double re-use. This could lead to a system crash or elevation of privileges.
CWE-416 - Use After Free| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
ABB M2M Gateway ARM600, firmware versions = 4.1.2 <= 5.0.3
ABB / ABB M2M Gateway / ARM600
|
>=4.1.2|<=5.0.3 |
Mitigation
|
|
|
ABB M2M Gateway SW, software versions = 5.0.1 <= 5.0.3
ABB / ABB M2M Gateway / SW
|
>=5.0.1|<=5.0.3 |
Mitigation
|
A vulnerability classified as critical was found in Linux Kernel. Affected by this vulnerability is the function l2cap_reassemble_sdu of the file net/bluetooth/l2cap_core.c of the component Bluetooth. The manipulation leads to use after free. This could cause leaking of data or Denial of Service (DoS) conditions.
CWE-362 - Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
ABB M2M Gateway ARM600, firmware versions = 4.1.2 <= 5.0.3
ABB / ABB M2M Gateway / ARM600
|
>=4.1.2|<=5.0.3 |
Mitigation
|
|
|
ABB M2M Gateway SW, software versions = 5.0.1 <= 5.0.3
ABB / ABB M2M Gateway / SW
|
>=5.0.1|<=5.0.3 |
Mitigation
|
In the Linux kernel through 6.3.1, a use-after-free in Netfilter nf_tables when processing batch requests can be abused to perform arbitrary read and write operations on kernel memory. This could lead to an unprivileged local user gaining root access.
CWE-416 - Use After Free| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
ABB M2M Gateway ARM600, firmware versions = 4.1.2 <= 5.0.3
ABB / ABB M2M Gateway / ARM600
|
>=4.1.2|<=5.0.3 |
Mitigation
|
|
|
ABB M2M Gateway SW, software versions = 5.0.1 <= 5.0.3
ABB / ABB M2M Gateway / SW
|
>=5.0.1|<=5.0.3 |
Mitigation
|
Kernel nftables Out-Of-Bounds Read/Write Vulnerability; nft_byteorder poorly handled vm register contents when CAP_NET_ADMIN is in any user or network namespace. This vulnerability could lead to local user privilege escalation.
CWE-787 - Out-of-bounds Write| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
ABB M2M Gateway ARM600, firmware versions = 4.1.2 <= 5.0.3
ABB / ABB M2M Gateway / ARM600
|
>=4.1.2|<=5.0.3 |
Mitigation
|
|
|
ABB M2M Gateway SW, software versions = 5.0.1 <= 5.0.3
ABB / ABB M2M Gateway / SW
|
>=5.0.1|<=5.0.3 |
Mitigation
|
A use-after-free vulnerability in the Linux kernel's net/sched: cls_u32 component can be exploited to achieve local user privilege escalation.
CWE-416 - Use After Free| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
ABB M2M Gateway ARM600, firmware versions = 4.1.2 <= 5.0.3
ABB / ABB M2M Gateway / ARM600
|
>=4.1.2|<=5.0.3 |
Mitigation
|
|
|
ABB M2M Gateway SW, software versions = 5.0.1 <= 5.0.3
ABB / ABB M2M Gateway / SW
|
>=5.0.1|<=5.0.3 |
Mitigation
|
A missing netfilter macro could lead to a miscalculation of the `h->nets` array offset, providing attack-ers with the primitive to arbitrarily increment/decrement a memory buffer out-of-bounds. This vulnerability may allow a local user to crash the system or potentially escalate their privileges.
CWE-787 - Out-of-bounds Write| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
ABB M2M Gateway ARM600, firmware versions = 4.1.2 <= 5.0.3
ABB / ABB M2M Gateway / ARM600
|
>=4.1.2|<=5.0.3 |
Mitigation
|
|
|
ABB M2M Gateway SW, software versions = 5.0.1 <= 5.0.3
ABB / ABB M2M Gateway / SW
|
>=5.0.1|<=5.0.3 |
Mitigation
|
PAC parsing in krb5 has integer overflows that may lead to denial of service.
CWE-190 - Integer Overflow or Wraparound| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
ABB M2M Gateway ARM600, firmware versions = 4.1.2 <= 5.0.3
ABB / ABB M2M Gateway / ARM600
|
>=4.1.2|<=5.0.3 |
Mitigation
|
|
|
ABB M2M Gateway SW, software versions = 5.0.1 <= 5.0.3
ABB / ABB M2M Gateway / SW
|
>=5.0.1|<=5.0.3 |
Mitigation
|
An issue was discovered in function _libssh2_packet_add in libssh2 that allows attackers to access out of bounds memory. This could lead to a system crash by authenticated attacker.
CWE-787 - Out-of-bounds Write| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
ABB M2M Gateway ARM600, firmware versions = 4.1.2 <= 5.0.3
ABB / ABB M2M Gateway / ARM600
|
>=4.1.2|<=5.0.3 |
Mitigation
|
|
|
ABB M2M Gateway SW, software versions = 5.0.1 <= 5.0.3
ABB / ABB M2M Gateway / SW
|
>=5.0.1|<=5.0.3 |
Mitigation
|
X.400 addresses were parsed as an ASN1_STRING but the public structure definition for GENERAL_NAME incorrectly specified the type of the x400Address field as ASN1_TYPE. When CRL checking is enabled, this vulnerability may allow an attacker to pass arbitrary pointers to a memcmp call, enabling them to read memory contents or enact a denial of service.
CWE-843 - Access of Resource Using Incompatible Type ('Type Confusion')| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
ABB M2M Gateway ARM600, firmware versions = 4.1.2 <= 5.0.3
ABB / ABB M2M Gateway / ARM600
|
>=4.1.2|<=5.0.3 |
Mitigation
|
|
|
ABB M2M Gateway SW, software versions = 5.0.1 <= 5.0.3
ABB / ABB M2M Gateway / SW
|
>=5.0.1|<=5.0.3 |
Mitigation
|
An issue in the urllib.parse component of Python allows attackers to bypass blocklisting methods by supplying a URL that starts with blank characters. Successful exploitation of this vulnerability could lead to addition or modification of data by an authenticated attacker.
CWE-20 - Improper Input Validation| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
ABB M2M Gateway ARM600, firmware versions = 4.1.2 <= 5.0.3
ABB / ABB M2M Gateway / ARM600
|
>=4.1.2|<=5.0.3 |
Mitigation
|
|
|
ABB M2M Gateway SW, software versions = 5.0.1 <= 5.0.3
ABB / ABB M2M Gateway / SW
|
>=5.0.1|<=5.0.3 |
Mitigation
|
Remote arbitrary files write inside the directories of connecting peers. A malicious rsync server can overwrite arbitrary files in the rsync client target directory and subdirectories.
CWE-20 - Improper Input Validation| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
ABB M2M Gateway ARM600, firmware versions = 4.1.2 <= 5.0.3
ABB / ABB M2M Gateway / ARM600
|
>=4.1.2|<=5.0.3 |
Mitigation
|
|
|
ABB M2M Gateway SW, software versions = 5.0.1 <= 5.0.3
ABB / ABB M2M Gateway / SW
|
>=5.0.1|<=5.0.3 |
Mitigation
|
The sudoedit (aka -e) feature mishandles extra arguments passed in the user-provided environment variables (SUDO_EDITOR, VISUAL, and EDITOR), allowing a local attacker to append arbitrary entries to the list of files to process. This could lead to privilege escalation.
CWE-269 - Improper Privilege Management| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
ABB M2M Gateway ARM600, firmware versions = 4.1.2 <= 5.0.3
ABB / ABB M2M Gateway / ARM600
|
>=4.1.2|<=5.0.3 |
Mitigation
|
|
|
ABB M2M Gateway SW, software versions = 5.0.1 <= 5.0.3
ABB / ABB M2M Gateway / SW
|
>=5.0.1|<=5.0.3 |
Mitigation
|
Apache portable runtime utility issue may allow a malicious attacker to cause an out-of-bounds write due to an integer overflow when encoding/decoding a very long string using the base64 family of functions. This could lead to modification of data or denial of service.
CWE-190 - Integer Overflow or Wraparound| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
ABB M2M Gateway ARM600, firmware versions = 4.1.2 <= 5.0.3
ABB / ABB M2M Gateway / ARM600
|
>=4.1.2|<=5.0.3 |
Mitigation
|
|
|
ABB M2M Gateway SW, software versions = 5.0.1 <= 5.0.3
ABB / ABB M2M Gateway / SW
|
>=5.0.1|<=5.0.3 |
Mitigation
|
When using forwarders, bogus NS records supplied by, or via, those forwarders may be cached and used by named if it needs to recurse for any reason, causing it to obtain and pass on potentially incor-rect answers. This could cause DNS cache poisoning that could potentially lead to a denial of service and information disclosure by an authenticated attacker.
CWE-444 - Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
ABB M2M Gateway ARM600, firmware versions = 4.1.2 <= 5.0.3
ABB / ABB M2M Gateway / ARM600
|
>=4.1.2|<=5.0.3 |
Mitigation
|
|
|
ABB M2M Gateway SW, software versions = 5.0.1 <= 5.0.3
ABB / ABB M2M Gateway / SW
|
>=5.0.1|<=5.0.3 |
Mitigation
|
Processing large delegations may severely degrade resolver performance effectively denying legitimate clients access to the DNS resolution service. This could cause a denial-of-service conditions.
CWE-400 - Uncontrolled Resource Consumption| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
ABB M2M Gateway ARM600, firmware versions = 4.1.2 <= 5.0.3
ABB / ABB M2M Gateway / ARM600
|
>=4.1.2|<=5.0.3 |
Mitigation
|
|
|
ABB M2M Gateway SW, software versions = 5.0.1 <= 5.0.3
ABB / ABB M2M Gateway / SW
|
>=5.0.1|<=5.0.3 |
Mitigation
|
drivers/usb/mon/mon_bin.c in usbmon in the Linux kernel allows a user-space client to corrupt the monitor's internal memory. This could lead to denial-of-service or information disclosure conditions by an authenticated attacker.
CWE-787 - Out-of-bounds Write| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
ABB M2M Gateway ARM600, firmware versions = 4.1.2 <= 5.0.3
ABB / ABB M2M Gateway / ARM600
|
>=4.1.2|<=5.0.3 |
Mitigation
|
|
|
ABB M2M Gateway SW, software versions = 5.0.1 <= 5.0.3
ABB / ABB M2M Gateway / SW
|
>=5.0.1|<=5.0.3 |
Mitigation
|
Return Address Predictor vulnerability leading to information disclosure in certain AMD processors. This may result in speculative execution at an attacker-controlled address, potentially leading to information disclosure. Note: ARM600 servers utilize Intel processors, but there may be ARM600 SW installations running in AMD processor environments.
CWE-203 - Observable Discrepancy| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
ABB M2M Gateway ARM600, firmware versions = 4.1.2 <= 5.0.3
ABB / ABB M2M Gateway / ARM600
|
>=4.1.2|<=5.0.3 |
Mitigation
|
|
|
ABB M2M Gateway SW, software versions = 5.0.1 <= 5.0.3
ABB / ABB M2M Gateway / SW
|
>=5.0.1|<=5.0.3 |
Mitigation
|
Cross-Process Information Leak in certain AMD processors. This could lead to an attacker potentially accessing confidential information. Note: ARM600 servers utilize Intel processors, but there may be ARM600 SW installations running in AMD processor environments.
CWE-209 - Generation of Error Message Containing Sensitive Information| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
ABB M2M Gateway ARM600, firmware versions = 4.1.2 <= 5.0.3
ABB / ABB M2M Gateway / ARM600
|
>=4.1.2|<=5.0.3 |
Mitigation
|
|
|
ABB M2M Gateway SW, software versions = 5.0.1 <= 5.0.3
ABB / ABB M2M Gateway / SW
|
>=5.0.1|<=5.0.3 |
Mitigation
|
If a TLS server side socket is created, receives data, and then closes quickly, there's a brief window where the SSLSocket instance detects it as "not connected" and won't initiate a handshake. Buffered data remains readable but unauthenticated if client certificate authentication is expected. This data is limited to the buffer size. An unauthenticated attacker could exploit this vulnerability for revealing sensitive information from the server.
CWE-287 - Improper Authentication| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
ABB M2M Gateway ARM600, firmware versions = 4.1.2 <= 5.0.3
ABB / ABB M2M Gateway / ARM600
|
>=4.1.2|<=5.0.3 |
Mitigation
|
|
|
ABB M2M Gateway SW, software versions = 5.0.1 <= 5.0.3
ABB / ABB M2M Gateway / SW
|
>=5.0.1|<=5.0.3 |
Mitigation
|
Remote attackers may bypass integrity checks such that some packets are omitted (from the extension negotiation message), and a client and server may consequently end up with a connection for which some security features have been downgraded or disabled, aka a Terrapin attack.
CWE-354 - Improper Validation of Integrity Check Value| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
ABB M2M Gateway ARM600, firmware versions = 4.1.2 <= 5.0.3
ABB / ABB M2M Gateway / ARM600
|
>=4.1.2|<=5.0.3 |
Mitigation
|
|
|
ABB M2M Gateway SW, software versions = 5.0.1 <= 5.0.3
ABB / ABB M2M Gateway / SW
|
>=5.0.1|<=5.0.3 |
Mitigation
|
TLS protocol version 1.1 and 1.2 and the DTLS protocol 1.0 and 1.2 do not properly consider timing side-channel attacks on a MAC check requirement during the processing of malformed CBC padding, which allows remote attackers to conduct distinguishing attacks and plaintext-recovery attacks via statistical analysis of timing data for crafted packets, aka the "Lucky Thirteen" issue.
CWE-326 - Inadequate Encryption Strength| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
ABB M2M Gateway ARM600, firmware versions = 4.1.2 <= 5.0.3
ABB / ABB M2M Gateway / ARM600
|
>=4.1.2|<=5.0.3 |
Mitigation
|
|
|
ABB M2M Gateway SW, software versions = 5.0.1 <= 5.0.3
ABB / ABB M2M Gateway / SW
|
>=5.0.1|<=5.0.3 |
Mitigation
|
The TLS protocol 1.2 and earlier can encrypt compressed data without properly obfuscating the length of the unencrypted data, which allows man-in-the-middle attackers to obtain plaintext HTTP headers by observing length differences during a series of guesses in which a string in an HTTP request potentially matches an unknown string in an HTTP header, aka a "CRIME" attack.
CWE-212 - Improper Removal of Sensitive Information Before Storage or Transfer| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
ABB M2M Gateway ARM600, firmware versions = 4.1.2 <= 5.0.3
ABB / ABB M2M Gateway / ARM600
|
>=4.1.2|<=5.0.3 |
Mitigation
|
|
|
ABB M2M Gateway SW, software versions = 5.0.1 <= 5.0.3
ABB / ABB M2M Gateway / SW
|
>=5.0.1|<=5.0.3 |
Mitigation
|
The “ICMP Timestamp Request Remote Date Disclosure” vulnerability involves the use of ICMP (internet Control Message Protocol) to request and receive timestamp information from a target system.
CWE-200 - Exposure of Sensitive Information to an Unauthorized Actor| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
ABB M2M Gateway ARM600, firmware versions = 4.1.2 <= 5.0.3
ABB / ABB M2M Gateway / ARM600
|
>=4.1.2|<=5.0.3 |
Mitigation
|
|
|
ABB M2M Gateway SW, software versions = 5.0.1 <= 5.0.3
ABB / ABB M2M Gateway / SW
|
>=5.0.1|<=5.0.3 |
Mitigation
|
{
"document": {
"acknowledgments": [
{
"organization": "ABB",
"summary": "reporting these vulnerabilities to CISA."
}
],
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Disclosure is not limited",
"tlp": {
"label": "WHITE",
"url": "https://us-cert.cisa.gov/tlp/"
}
},
"lang": "En",
"notes": [
{
"category": "summary",
"text": "ABB is aware of public reports of a vulnerabilities in product versions listed as affected in this advisory. An attacker who successfully exploited these vulnerabilities could cause the product to stop, make the product inacces-sible, take remote control of the product or insert and run arbitrary code.\nAs part of ABB product lifecycle policy, once a product transitions to end-of-life, we discontinue maintenance, security patches, and technical support to focus on current and future technologies. While the product will continue to function, we strongly recommend implementing mitigations defined in this document, such as using a private APN cellular network between Arctic wireless gateways and ARM600 for establishing VPN tunnels, to mitigate security risks and avoid potential vulnerabilities.\nAs part of ABB product lifecycle policy, once a product transitions to Limited state, we discontinue maintenance, security patches, and technical support to focus on current and future technologies. While the product will continue to function, we strongly recommend implementing mitigations defined in this document to mitigate security risks.",
"title": "Summary"
},
{
"category": "general",
"text": "Mitigating factors describe conditions and circumstances that make an attack that exploits the vulnerability difficult or less likely to succeed. The following mitigations are recommended.\n1.\tObtain a cellular private access point (APN). A dedicated private cellular access point and respective SIM card subscriptions can be requested from your cellular service provider. This service doesn\u2019t expose the traffic between remote sites and main site to the internet but rather uses cellular operator\u2019s private wide area network (WAN). Therefore, the ARM600 wouldn\u2019t need open ports to the internet.\n2.\tAvoid exposing any system component to the internet. If, however, the ARM600 is exposed to the internet, only the VPN port should be opened towards the internet (e.g., Patrol management connections can be configured to use VPN tunnel and remote administration connections can be implemented by using OpenVPN PC-client).\n3.\tARM600 system is by default not dependent on the name service (DNS). If name service is not used in the system, the name service port (TCP/UDP port 53) can be blocked by a firewall.\n4.\tPerform firewall configuration by the \"allowlisting\" principle, i.e., explicitly allowing only the required ports and protocols and blocking any other traffic.\n5.\tFilter specific ICMP packets from external systems (ICMP type 13 and 14) by firewall for not exposing the system time. \n6.\tIf the internet is used as a WAN media for carrying VPN tunnels, use Demilitarized Zone (DMZ) for terminating connections from the internet (i.e., the remote connections should terminate to the DMZ network, which would be segregated from other networks by a firewall. The ARM600 server would be located into this DMZ).\n\n7.\tChange the default user credentials of ARM600 and Arctic wireless gateways into non-defaults and use complex non-guessable passwords with special characters. Do not reuse passwords within the system.\n\n\n8.\tUse administrator (i.e., root user) privileges only when required by the task.\n\n\n9.\tSupporting systems, such as PCs used for configuration, should be frequently updated. If possible, use dedicated site PCs for upgrading and engineering purposes. At minimum, PCs should be investigated by running a full virus scan with recently updated signature files before introducing the PC to the OT system. \n\nAny data, such as device configurations and firmware update files transferred to the Arctic system should be virus scanned prior to transferring.\n\n\n10.\tIntroduce a backup policy, which will ensure periodical backups and backup revision numbering. Consider the following:\na.\tCheck that the entire system has backups available from all applicable parts.\nb.\tStore the backups in a safe place (e.g. in an encrypted storage), restricted by role-based access control mechanisms.\nc.\tEnsure the security of the configuration PCs that may have local copies of device configurations.\nd.\tValidate the backups to make sure that they\u2019re working.\n\n\n11.\tFollow cyber security best practices for installation, operation, and decommissioning as described in the product\u2019s Cyber Security Deployment Guideline and User Manual.\n\n\n12.\tUse continuous monitoring (e.g., intrusion detection/prevention tools) to detect anomalies in the system\n\n\n13.\tConsider hardening the system according to the following:\na.\tRemove any unnecessary communication links in the system.\nb.\tIf possible, close unused physical ports.\nc.\tOpen only the necessary TCP/UDP ports in the configuration.\nd.\tRemove all unnecessary user accounts.\ne.\tRestrict traffic by firewall.\nf.\tAllow the traffic only from/to necessary hosts\u0027 IP addresses (i.e., define both source and destination in the firewall rules, where possible).\ng.\tDefine client IP address as allowed address in SCADA communication protocols, if such configuration is supported.\nh.\tRemove or deactivate all unused processes, communication ports and services, where possible.\ni.\tUse physical access controls to the system installations (e.g., to server rooms and device cabinets). \n\n\n14.\tIn ARM600SW installations, avoid servers with AMD processors vulnerable to the following: CVE-2021-26401, CVE-2023-20569 and CVE-2023-20593.\n\n\n15.\tAvoid using AX88179_178A chipset-based USB -to-Ethernet devices.\n\n\nRefer to section General security recommendations for additional advice on how to keep your system secure.\n",
"title": "Mitigating factors"
},
{
"category": "other",
"text": "For any installation of software-related ABB products we strongly recommend the following (non-exhaustive) list of cyber security practices:\n\u2013\tIsolate special purpose networks (e.g. for automation systems) and remote devices behind firewalls and separate them from any general-purpose network (e.g. office or home networks).\n\u2013\tInstall physical controls so no unauthorized personnel can access your devices, components, peripheral equipment, and networks.\n\u2013\tNever connect programming software or computers containing programing software to any network other than the network for the devices that it is intended for.\n\u2013\tScan all data imported into your environment before use to detect potential malware infections.\n\u2013\tMinimize network exposure for all applications and endpoints to ensure that they are not accessible from the internet unless they are designed for such exposure and the intended use requires such.\n\u2013\tEnsure all nodes are always up to date in terms of installed software, operating system, and firmware patches as well as anti-virus and firewall.\n\u2013\tWhen remote access is required, use secure methods, such as Virtual Private Networks (VPNs). Recognize that VPNs may have vulnerabilities and should be updated to the most current version available. Also, understand that VPNs are only as secure as the connected devices.\nMore information on recommended practices can be found in the following document:\n1MRS758860 Rev. F, Arctic Cyber Security Deployment Guideline\n",
"title": "General security recommendations"
},
{
"category": "other",
"text": "For additional instructions and support please contact your local ABB service organization. For contact information, see www.abb.com/contactcenters.\nInformation about ABB\u2019s cyber security program and capabilities can be found at www.abb.com/cybersecurity.\n",
"title": "Support"
},
{
"category": "legal_disclaimer",
"text": "The information in this document is subject to change without notice, and should not be construed as a commitment by ABB.\nABB provides no warranty, express or implied, including warranties of merchantability and fitness for a particular purpose, for the information contained in this document, and assumes no responsibility for any errors that may appear in this document. In no event shall ABB or any of its suppliers be liable for direct, indirect, special, incidental or consequential damages of any nature or kind arising from the use of this document, or from the use of any hardware or software described in this document, even if ABB or its suppliers have been advised of the possibility of such damages.\nThis document and parts hereof must not be reproduced or copied without written permission from ABB, and the contents hereof must not be imparted to a third party nor used for any unauthorized purpose.\nAll rights to registrations and trademarks reside with their respective owners.\n",
"title": "Notice"
},
{
"category": "legal_disclaimer",
"text": "All information products included in https://us-cert.cisa.gov/ics are provided \"as is\" for informational purposes only. The Department of Homeland Security (DHS) does not provide any warranties of any kind regarding any information contained within. DHS does not endorse any commercial product or service, referenced in this product or otherwise. Further dissemination of this product is governed by the Traffic Light Protocol (TLP) marking in the header. For more information about TLP, see https://us-cert.cisa.gov/tlp/.",
"title": "Legal Notice"
},
{
"category": "other",
"text": "This CISA CSAF advisory was converted from ABB PSIRT\u0027s CSAF advisory.",
"title": "Advisory Conversion Disclaimer"
},
{
"category": "other",
"text": "Energy",
"title": "Critical infrastructure sectors"
},
{
"category": "other",
"text": "Worldwide",
"title": "Countries/areas deployed"
},
{
"category": "other",
"text": "Switzerland",
"title": "Company headquarters location"
},
{
"category": "general",
"text": "CISA recommends users take defensive measures to minimize the exploitation risk of this vulnerability.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "Minimize network exposure for all control system devices and/or systems, and ensure they are not accessible from the internet.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "Locate control system networks and remote devices behind firewalls and isolate them from business networks.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "When remote access is required, use more secure methods, such as Virtual Private Networks (VPNs), recognizing VPNs may have vulnerabilities and should be updated to the most recent version available. Also recognize VPN is only as secure as its connected devices.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "CISA reminds organizations to perform proper impact analysis and risk assessment prior to deploying defensive measures.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "CISA also provides a section for control systems security recommended practices on the ICS webpage on cisa.gov. Several CISA products detailing cyber defense best practices are available for reading and download, including Improving Industrial Control Systems Cybersecurity with Defense-in-Depth Strategies.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "CISA encourages organizations to implement recommended cybersecurity strategies for proactive defense of ICS assets. Additional mitigation guidance and recommended practices are publicly available on the ICS webpage at cisa.gov in the technical information paper, ICS-TIP-12-146-01B--Targeted Cyber Intrusion Detection and Mitigation Strategies.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "Organizations observing suspected malicious activity should follow established internal procedures and report findings to CISA for tracking and correlation against other incidents.",
"title": "Recommended Practices"
}
],
"publisher": {
"category": "other",
"contact_details": "central@cisa.dhs.gov",
"name": "CISA",
"namespace": "https://www.cisa.gov/"
},
"references": [
{
"category": "self",
"summary": "ICS Advisory ICSA-25-105-08 JSON",
"url": "https://raw.githubusercontent.com/cisagov/CSAF/develop/csaf_files/OT/white/2025/icsa-25-105-08.json"
},
{
"summary": "User Manual",
"url": "https://library.e.abb.com/public/0498e4c0babd46aa9243aedd6f99c375/ARM600_user_758861_ENk.pdf"
},
{
"summary": "ABB product lifecycle policy",
"url": "https://new.abb.com/service/electrification/life-cycle-management?pe_data=D42415F457244415145784545584371%7C29609824"
},
{
"summary": "ABB CYBERSECURITY ADVISORY - PDF version ",
"url": "https://search.abb.com/library/Download.aspx?DocumentID=2NGA002579\u0026LanguageCode=en\u0026DocumentPartId=\u0026Action=Launch"
},
{
"summary": "1MRS758860, Rev. F Arctic, Cyber Security Deployment Guideline",
"url": "https://search.abb.com/library/Download.aspx?DocumentID=1MRS758860\u0026LanguageCode=en\u0026DocumentPartId=\u0026Action=Launch"
},
{
"summary": "Cyber Security Deployment Guideline",
"url": "https://library.e.abb.com/public/ffab1a14a42646c6adee38fc3de61dad/Arctic_csdepl_758860_ENf.pdf"
},
{
"category": "self",
"summary": "ICS Advisory ICSA-25-105-08 - Web Version",
"url": "https://www.cisa.gov/news-events/ics-advisories/icsa-25-105-08"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/uscert/ics/alerts/ICS-ALERT-10-301-01"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/resources-tools/resources/ics-recommended-practices"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/topics/industrial-control-systems"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://us-cert.cisa.gov/sites/default/files/recommended_practices/NCCIC_ICS-CERT_Defense_in_Depth_2016_S508C.pdf"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/sites/default/files/publications/Cybersecurity_Best_Practices_for_Industrial_Control_Systems.pdf"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/uscert/ics/tips/ICS-TIP-12-146-01B"
}
],
"title": "ABB M2M Gateway",
"tracking": {
"current_release_date": "2025-04-07T10:30:00.000000Z",
"generator": {
"date": "2025-04-15T16:37:24.772764Z",
"engine": {
"name": "CISA CSAF Generator",
"version": "1.0.0"
}
},
"id": "ICSA-25-105-08",
"initial_release_date": "2025-04-07T10:30:00.000000Z",
"revision_history": [
{
"date": "2025-04-07T10:30:00.000000Z",
"number": "1.0.0",
"summary": "Initial Version"
}
],
"status": "final",
"version": "1.0.0"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003e=4.1.2|\u003c=5.0.3",
"product": {
"name": "ABB M2M Gateway ARM600, firmware versions = 4.1.2 \u003c= 5.0.3",
"product_id": "CSAFPID-0001"
}
}
],
"category": "product_name",
"name": "ARM600"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003e=5.0.1|\u003c=5.0.3",
"product": {
"name": "ABB M2M Gateway SW, software versions = 5.0.1 \u003c= 5.0.3",
"product_id": "CSAFPID-0002"
}
}
],
"category": "product_name",
"name": "SW"
}
],
"category": "product_family",
"name": "ABB M2M Gateway"
}
],
"category": "vendor",
"name": "ABB"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-23521",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"notes": [
{
"category": "description",
"text": "Vulnerability in Git that arises from an issue with git attributes parsing. This flaw can lead to an integer overflow, which might be exploited by authenticated attackers to execute arbitrary code or cause a denial of service.",
"title": "CVE description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002"
]
},
"references": [
{
"category": "external",
"summary": "NVD - CVE-2022-23521",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23521"
}
],
"remediations": [
{
"category": "mitigation",
"details": "Mitigating factors describe conditions and circumstances that make an attack that exploits the vulnerability difficult or less likely to succeed. The following mitigations are recommended.\n\n1.\tObtain a cellular private access point (APN). A dedicated private cellular access point and respective SIM card subscriptions can be requested from your cellular service provider. This service doesn\u2019t expose the traffic between remote sites and main site to the internet but rather uses cellular operator\u2019s private wide area network (WAN). Therefore, the ARM600 wouldn\u2019t need open ports to the internet.\n\n2.\tAvoid exposing any system component to the internet. If, however, the ARM600 is exposed to the internet, only the VPN port should be opened towards the internet (e.g., Patrol management connections can be configured to use VPN tunnel and remote administration connections can be implemented by using OpenVPN PC-client).\n\n4.\tPerform firewall configuration by the \"allowlisting\" principle, i.e., explicitly allowing only the required ports and protocols and blocking any other traffic.\n\n\n6.\tIf the internet is used as a WAN media for carrying VPN tunnels, use Demilitarized Zone (DMZ) for terminating connections from the internet (i.e., the remote connections should terminate to the DMZ network, which would be segregated from other networks by a firewall. The ARM600 server would be located into this DMZ).\n\n7.\tChange the default user credentials of ARM600 and Arctic wireless gateways into non-defaults and use complex non-guessable passwords with special characters. Do not reuse passwords within the system.\n\n\n8.\tUse administrator (i.e., root user) privileges only when required by the task.\n\n\n9.\tSupporting systems, such as PCs used for configuration, should be frequently updated. If possible, use dedicated site PCs for upgrading and engineering purposes. At minimum, PCs should be investigated by running a full virus scan with recently updated signature files before introducing the PC to the OT system. \n\nAny data, such as device configurations and firmware update files transferred to the Arctic system should be virus scanned prior to transferring.\n\n\n10.\tIntroduce a backup policy, which will ensure periodical backups and backup revision numbering. Consider the following:\na.\tCheck that the entire system has backups available from all applicable parts.\nb.\tStore the backups in a safe place (e.g. in an encrypted storage), restricted by role-based access control mechanisms.\nc.\tEnsure the security of the configuration PCs that may have local copies of device configurations.\nd.\tValidate the backups to make sure that they\u2019re working.\n\n\n11.\tFollow cyber security best practices for installation, operation, and decommissioning as described in the product\u2019s Cyber Security Deployment Guideline and User Manual.\n\n\n12.\tUse continuous monitoring (e.g., intrusion detection/prevention tools) to detect anomalies in the system\n\n\n13.\tConsider hardening the system according to the following:\na.\tRemove any unnecessary communication links in the system.\nb.\tIf possible, close unused physical ports.\nc.\tOpen only the necessary TCP/UDP ports in the configuration.\nd.\tRemove all unnecessary user accounts.\ne.\tRestrict traffic by firewall.\nf.\tAllow the traffic only from/to necessary hosts\u0027 IP addresses (i.e., define both source and destination in the firewall rules, where possible).\ng.\tDefine client IP address as allowed address in SCADA communication protocols, if such configuration is supported.\nh.\tRemove or deactivate all unused processes, communication ports and services, where possible.\ni.\tUse physical access controls to the system installations (e.g., to server rooms and device cabinets). \n\n",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 8.1,
"environmentalSeverity": "HIGH",
"exploitCodeMaturity": "PROOF_OF_CONCEPT",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"remediationLevel": "WORKAROUND",
"reportConfidence": "CONFIRMED",
"scope": "UNCHANGED",
"temporalScore": 8.1,
"temporalSeverity": "HIGH",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:W/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"title": "CVE-2022-23521"
},
{
"cve": "CVE-2022-41903",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"notes": [
{
"category": "description",
"text": "Vulnerability in Git that involves a heap overflow in the git archive and git log --format commands. This flaw can potentially lead to remote code execution (RCE) if exploited by authenticated attacker.",
"title": "CVE Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002"
]
},
"references": [
{
"category": "external",
"summary": "NVD - CVE-2022-41903",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41903"
}
],
"remediations": [
{
"category": "mitigation",
"details": "Mitigating factors describe conditions and circumstances that make an attack that exploits the vulnerability difficult or less likely to succeed. The following mitigations are recommended.\n\n1.\tObtain a cellular private access point (APN). A dedicated private cellular access point and respective SIM card subscriptions can be requested from your cellular service provider. This service doesn\u2019t expose the traffic between remote sites and main site to the internet but rather uses cellular operator\u2019s private wide area network (WAN). Therefore, the ARM600 wouldn\u2019t need open ports to the internet.\n\n2.\tAvoid exposing any system component to the internet. If, however, the ARM600 is exposed to the internet, only the VPN port should be opened towards the internet (e.g., Patrol management connections can be configured to use VPN tunnel and remote administration connections can be implemented by using OpenVPN PC-client).\n\n4.\tPerform firewall configuration by the \"allowlisting\" principle, i.e., explicitly allowing only the required ports and protocols and blocking any other traffic.\n\n\n6.\tIf the internet is used as a WAN media for carrying VPN tunnels, use Demilitarized Zone (DMZ) for terminating connections from the internet (i.e., the remote connections should terminate to the DMZ network, which would be segregated from other networks by a firewall. The ARM600 server would be located into this DMZ).\n\n7.\tChange the default user credentials of ARM600 and Arctic wireless gateways into non-defaults and use complex non-guessable passwords with special characters. Do not reuse passwords within the system.\n\n\n8.\tUse administrator (i.e., root user) privileges only when required by the task.\n\n\n9.\tSupporting systems, such as PCs used for configuration, should be frequently updated. If possible, use dedicated site PCs for upgrading and engineering purposes. At minimum, PCs should be investigated by running a full virus scan with recently updated signature files before introducing the PC to the OT system. \n\nAny data, such as device configurations and firmware update files transferred to the Arctic system should be virus scanned prior to transferring.\n\n\n10.\tIntroduce a backup policy, which will ensure periodical backups and backup revision numbering. Consider the following:\na.\tCheck that the entire system has backups available from all applicable parts.\nb.\tStore the backups in a safe place (e.g. in an encrypted storage), restricted by role-based access control mechanisms.\nc.\tEnsure the security of the configuration PCs that may have local copies of device configurations.\nd.\tValidate the backups to make sure that they\u2019re working.\n\n\n11.\tFollow cyber security best practices for installation, operation, and decommissioning as described in the product\u2019s Cyber Security Deployment Guideline and User Manual.\n\n\n12.\tUse continuous monitoring (e.g., intrusion detection/prevention tools) to detect anomalies in the system\n\n\n13.\tConsider hardening the system according to the following:\na.\tRemove any unnecessary communication links in the system.\nb.\tIf possible, close unused physical ports.\nc.\tOpen only the necessary TCP/UDP ports in the configuration.\nd.\tRemove all unnecessary user accounts.\ne.\tRestrict traffic by firewall.\nf.\tAllow the traffic only from/to necessary hosts\u0027 IP addresses (i.e., define both source and destination in the firewall rules, where possible).\ng.\tDefine client IP address as allowed address in SCADA communication protocols, if such configuration is supported.\nh.\tRemove or deactivate all unused processes, communication ports and services, where possible.\ni.\tUse physical access controls to the system installations (e.g., to server rooms and device cabinets). \n\n",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 8.1,
"environmentalSeverity": "HIGH",
"exploitCodeMaturity": "PROOF_OF_CONCEPT",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"remediationLevel": "WORKAROUND",
"reportConfidence": "CONFIRMED",
"scope": "UNCHANGED",
"temporalScore": 8.1,
"temporalSeverity": "HIGH",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:W/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"title": "CVE-2022-41903"
},
{
"cve": "CVE-2023-25690",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"notes": [
{
"category": "description",
"text": "Vulnerability in Apache HTTP Server versions 2.4.0 through 2.4.55. It involves HTTP Request Smuggling\ndue to certain mod_proxy configurations combined with RewriteRule or ProxyPassMatch directives. This\nflaw can lead to bypassing access controls by an authenticated attacker.\n",
"title": "CVE Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002"
]
},
"references": [
{
"category": "external",
"summary": "NVD - CVE-2023-25690",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-25690"
}
],
"remediations": [
{
"category": "mitigation",
"details": "Mitigating factors describe conditions and circumstances that make an attack that exploits the vulnerability difficult or less likely to succeed. The following mitigations are recommended.\n\n1.\tObtain a cellular private access point (APN). A dedicated private cellular access point and respective SIM card subscriptions can be requested from your cellular service provider. This service doesn\u2019t expose the traffic between remote sites and main site to the internet but rather uses cellular operator\u2019s private wide area network (WAN). Therefore, the ARM600 wouldn\u2019t need open ports to the internet.\n\n2.\tAvoid exposing any system component to the internet. If, however, the ARM600 is exposed to the internet, only the VPN port should be opened towards the internet (e.g., Patrol management connections can be configured to use VPN tunnel and remote administration connections can be implemented by using OpenVPN PC-client).\n\n4.\tPerform firewall configuration by the \"allowlisting\" principle, i.e., explicitly allowing only the required ports and protocols and blocking any other traffic.\n\n\n6.\tIf the internet is used as a WAN media for carrying VPN tunnels, use Demilitarized Zone (DMZ) for terminating connections from the internet (i.e., the remote connections should terminate to the DMZ network, which would be segregated from other networks by a firewall. The ARM600 server would be located into this DMZ).\n\n7.\tChange the default user credentials of ARM600 and Arctic wireless gateways into non-defaults and use complex non-guessable passwords with special characters. Do not reuse passwords within the system.\n\n\n8.\tUse administrator (i.e., root user) privileges only when required by the task.\n\n\n9.\tSupporting systems, such as PCs used for configuration, should be frequently updated. If possible, use dedicated site PCs for upgrading and engineering purposes. At minimum, PCs should be investigated by running a full virus scan with recently updated signature files before introducing the PC to the OT system. \n\nAny data, such as device configurations and firmware update files transferred to the Arctic system should be virus scanned prior to transferring.\n\n\n10.\tIntroduce a backup policy, which will ensure periodical backups and backup revision numbering. Consider the following:\na.\tCheck that the entire system has backups available from all applicable parts.\nb.\tStore the backups in a safe place (e.g. in an encrypted storage), restricted by role-based access control mechanisms.\nc.\tEnsure the security of the configuration PCs that may have local copies of device configurations.\nd.\tValidate the backups to make sure that they\u2019re working.\n\n\n11.\tFollow cyber security best practices for installation, operation, and decommissioning as described in the product\u2019s Cyber Security Deployment Guideline and User Manual.\n\n\n12.\tUse continuous monitoring (e.g., intrusion detection/prevention tools) to detect anomalies in the system\n\n\n13.\tConsider hardening the system according to the following:\na.\tRemove any unnecessary communication links in the system.\nb.\tIf possible, close unused physical ports.\nc.\tOpen only the necessary TCP/UDP ports in the configuration.\nd.\tRemove all unnecessary user accounts.\ne.\tRestrict traffic by firewall.\nf.\tAllow the traffic only from/to necessary hosts\u0027 IP addresses (i.e., define both source and destination in the firewall rules, where possible).\ng.\tDefine client IP address as allowed address in SCADA communication protocols, if such configuration is supported.\nh.\tRemove or deactivate all unused processes, communication ports and services, where possible.\ni.\tUse physical access controls to the system installations (e.g., to server rooms and device cabinets). \n\n",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 8.1,
"environmentalSeverity": "HIGH",
"exploitCodeMaturity": "PROOF_OF_CONCEPT",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"remediationLevel": "WORKAROUND",
"reportConfidence": "CONFIRMED",
"scope": "UNCHANGED",
"temporalScore": 8.1,
"temporalSeverity": "HIGH",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:W/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"title": "CVE-2023-25690"
},
{
"cve": "CVE-2023-38408",
"cwe": {
"id": "CWE-428",
"name": "Unquoted Search Path or Element"
},
"notes": [
{
"category": "description",
"text": "Vulnerability in the PKCS#11 feature of ssh-agent in OpenSSH versions before 9.3p2. It involves an \ninsufficiently trustworthy search path, which can lead to remote code execution if an agent is \nforwarded by authenticated user to an attacker-controlled system.\n",
"title": "CVE Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002"
]
},
"references": [
{
"category": "external",
"summary": "NVD -CVE-2023-38408 ",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-38408"
}
],
"remediations": [
{
"category": "mitigation",
"details": "Mitigating factors describe conditions and circumstances that make an attack that exploits the vulnerability difficult or less likely to succeed. The following mitigations are recommended.\n\n1.\tObtain a cellular private access point (APN). A dedicated private cellular access point and respective SIM card subscriptions can be requested from your cellular service provider. This service doesn\u2019t expose the traffic between remote sites and main site to the internet but rather uses cellular operator\u2019s private wide area network (WAN). Therefore, the ARM600 wouldn\u2019t need open ports to the internet.\n\n2.\tAvoid exposing any system component to the internet. If, however, the ARM600 is exposed to the internet, only the VPN port should be opened towards the internet (e.g., Patrol management connections can be configured to use VPN tunnel and remote administration connections can be implemented by using OpenVPN PC-client).\n\n4.\tPerform firewall configuration by the \"allowlisting\" principle, i.e., explicitly allowing only the required ports and protocols and blocking any other traffic.\n\n\n6.\tIf the internet is used as a WAN media for carrying VPN tunnels, use Demilitarized Zone (DMZ) for terminating connections from the internet (i.e., the remote connections should terminate to the DMZ network, which would be segregated from other networks by a firewall. The ARM600 server would be located into this DMZ).\n\n7.\tChange the default user credentials of ARM600 and Arctic wireless gateways into non-defaults and use complex non-guessable passwords with special characters. Do not reuse passwords within the system.\n\n\n8.\tUse administrator (i.e., root user) privileges only when required by the task.\n\n\n9.\tSupporting systems, such as PCs used for configuration, should be frequently updated. If possible, use dedicated site PCs for upgrading and engineering purposes. At minimum, PCs should be investigated by running a full virus scan with recently updated signature files before introducing the PC to the OT system. \n\nAny data, such as device configurations and firmware update files transferred to the Arctic system should be virus scanned prior to transferring.\n\n\n10.\tIntroduce a backup policy, which will ensure periodical backups and backup revision numbering. Consider the following:\na.\tCheck that the entire system has backups available from all applicable parts.\nb.\tStore the backups in a safe place (e.g. in an encrypted storage), restricted by role-based access control mechanisms.\nc.\tEnsure the security of the configuration PCs that may have local copies of device configurations.\nd.\tValidate the backups to make sure that they\u2019re working.\n\n\n11.\tFollow cyber security best practices for installation, operation, and decommissioning as described in the product\u2019s Cyber Security Deployment Guideline and User Manual.\n\n\n12.\tUse continuous monitoring (e.g., intrusion detection/prevention tools) to detect anomalies in the system\n\n\n13.\tConsider hardening the system according to the following:\na.\tRemove any unnecessary communication links in the system.\nb.\tIf possible, close unused physical ports.\nc.\tOpen only the necessary TCP/UDP ports in the configuration.\nd.\tRemove all unnecessary user accounts.\ne.\tRestrict traffic by firewall.\nf.\tAllow the traffic only from/to necessary hosts\u0027 IP addresses (i.e., define both source and destination in the firewall rules, where possible).\ng.\tDefine client IP address as allowed address in SCADA communication protocols, if such configuration is supported.\nh.\tRemove or deactivate all unused processes, communication ports and services, where possible.\ni.\tUse physical access controls to the system installations (e.g., to server rooms and device cabinets). \n\n",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 8.1,
"environmentalSeverity": "HIGH",
"exploitCodeMaturity": "PROOF_OF_CONCEPT",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"remediationLevel": "WORKAROUND",
"reportConfidence": "CONFIRMED",
"scope": "UNCHANGED",
"temporalScore": 8.1,
"temporalSeverity": "HIGH",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:W/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"title": "CVE-2023-38408"
},
{
"cve": "CVE-2016-10009",
"cwe": {
"id": "CWE-426",
"name": "Untrusted Search Path"
},
"notes": [
{
"category": "description",
"text": "Untrusted search path vulnerability in ssh-agent.c in ssh-agent in OpenSSH before 7.4 allows remote\nattackers to execute arbitrary local PKCS#11 modules by leveraging control over a forwarded agent socket.\n",
"title": "CVE Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002"
]
},
"references": [
{
"category": "external",
"summary": "NVD - CVE-2016-10009",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2016-10009"
}
],
"remediations": [
{
"category": "mitigation",
"details": "Mitigating factors describe conditions and circumstances that make an attack that exploits the vulnerability difficult or less likely to succeed. The following mitigations are recommended.\n\n1.\tObtain a cellular private access point (APN). A dedicated private cellular access point and respective SIM card subscriptions can be requested from your cellular service provider. This service doesn\u2019t expose the traffic between remote sites and main site to the internet but rather uses cellular operator\u2019s private wide area network (WAN). Therefore, the ARM600 wouldn\u2019t need open ports to the internet.\n\n2.\tAvoid exposing any system component to the internet. If, however, the ARM600 is exposed to the internet, only the VPN port should be opened towards the internet (e.g., Patrol management connections can be configured to use VPN tunnel and remote administration connections can be implemented by using OpenVPN PC-client).\n\n4.\tPerform firewall configuration by the \"allowlisting\" principle, i.e., explicitly allowing only the required ports and protocols and blocking any other traffic.\n\n\n6.\tIf the internet is used as a WAN media for carrying VPN tunnels, use Demilitarized Zone (DMZ) for terminating connections from the internet (i.e., the remote connections should terminate to the DMZ network, which would be segregated from other networks by a firewall. The ARM600 server would be located into this DMZ).\n\n7.\tChange the default user credentials of ARM600 and Arctic wireless gateways into non-defaults and use complex non-guessable passwords with special characters. Do not reuse passwords within the system.\n\n\n8.\tUse administrator (i.e., root user) privileges only when required by the task.\n\n\n9.\tSupporting systems, such as PCs used for configuration, should be frequently updated. If possible, use dedicated site PCs for upgrading and engineering purposes. At minimum, PCs should be investigated by running a full virus scan with recently updated signature files before introducing the PC to the OT system. \n\nAny data, such as device configurations and firmware update files transferred to the Arctic system should be virus scanned prior to transferring.\n\n\n10.\tIntroduce a backup policy, which will ensure periodical backups and backup revision numbering. Consider the following:\na.\tCheck that the entire system has backups available from all applicable parts.\nb.\tStore the backups in a safe place (e.g. in an encrypted storage), restricted by role-based access control mechanisms.\nc.\tEnsure the security of the configuration PCs that may have local copies of device configurations.\nd.\tValidate the backups to make sure that they\u2019re working.\n\n\n11.\tFollow cyber security best practices for installation, operation, and decommissioning as described in the product\u2019s Cyber Security Deployment Guideline and User Manual.\n\n\n12.\tUse continuous monitoring (e.g., intrusion detection/prevention tools) to detect anomalies in the system\n\n\n13.\tConsider hardening the system according to the following:\na.\tRemove any unnecessary communication links in the system.\nb.\tIf possible, close unused physical ports.\nc.\tOpen only the necessary TCP/UDP ports in the configuration.\nd.\tRemove all unnecessary user accounts.\ne.\tRestrict traffic by firewall.\nf.\tAllow the traffic only from/to necessary hosts\u0027 IP addresses (i.e., define both source and destination in the firewall rules, where possible).\ng.\tDefine client IP address as allowed address in SCADA communication protocols, if such configuration is supported.\nh.\tRemove or deactivate all unused processes, communication ports and services, where possible.\ni.\tUse physical access controls to the system installations (e.g., to server rooms and device cabinets). \n\n",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"environmentalScore": 5.8,
"environmentalSeverity": "MEDIUM",
"exploitCodeMaturity": "PROOF_OF_CONCEPT",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"remediationLevel": "WORKAROUND",
"reportConfidence": "CONFIRMED",
"scope": "UNCHANGED",
"temporalScore": 5.8,
"temporalSeverity": "MEDIUM",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:W/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"title": "CVE-2016-10009"
},
{
"cve": "CVE-2022-2526",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "description",
"text": "A use-after-free vulnerability was found in system. This issue occurs due to the on_stream_io() function and dns_stream_complete() function in \u0027resolved-dns-stream.c\u0027 not incrementing the reference counting for the DnsStream object. Therefore, other functions and callbacks called can dereference the DNSStream object, causing the use-after-free when the reference is still used later, allowing authenticated user to execute arbitrary code.",
"title": "CVE Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002"
]
},
"references": [
{
"category": "external",
"summary": "NVD - CVE-2022-2526",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2526"
}
],
"remediations": [
{
"category": "mitigation",
"details": "Mitigating factors describe conditions and circumstances that make an attack that exploits the vulnerability difficult or less likely to succeed. The following mitigations are recommended.\n\n1.\tObtain a cellular private access point (APN). A dedicated private cellular access point and respective SIM card subscriptions can be requested from your cellular service provider. This service doesn\u2019t expose the traffic between remote sites and main site to the internet but rather uses cellular operator\u2019s private wide area network (WAN). Therefore, the ARM600 wouldn\u2019t need open ports to the internet.\n\n2.\tAvoid exposing any system component to the internet. If, however, the ARM600 is exposed to the internet, only the VPN port should be opened towards the internet (e.g., Patrol management connections can be configured to use VPN tunnel and remote administration connections can be implemented by using OpenVPN PC-client).\n\n4.\tPerform firewall configuration by the \"allowlisting\" principle, i.e., explicitly allowing only the required ports and protocols and blocking any other traffic.\n\n\n6.\tIf the internet is used as a WAN media for carrying VPN tunnels, use Demilitarized Zone (DMZ) for terminating connections from the internet (i.e., the remote connections should terminate to the DMZ network, which would be segregated from other networks by a firewall. The ARM600 server would be located into this DMZ).\n\n7.\tChange the default user credentials of ARM600 and Arctic wireless gateways into non-defaults and use complex non-guessable passwords with special characters. Do not reuse passwords within the system.\n\n\n8.\tUse administrator (i.e., root user) privileges only when required by the task.\n\n\n9.\tSupporting systems, such as PCs used for configuration, should be frequently updated. If possible, use dedicated site PCs for upgrading and engineering purposes. At minimum, PCs should be investigated by running a full virus scan with recently updated signature files before introducing the PC to the OT system. \n\nAny data, such as device configurations and firmware update files transferred to the Arctic system should be virus scanned prior to transferring.\n\n\n10.\tIntroduce a backup policy, which will ensure periodical backups and backup revision numbering. Consider the following:\na.\tCheck that the entire system has backups available from all applicable parts.\nb.\tStore the backups in a safe place (e.g. in an encrypted storage), restricted by role-based access control mechanisms.\nc.\tEnsure the security of the configuration PCs that may have local copies of device configurations.\nd.\tValidate the backups to make sure that they\u2019re working.\n\n\n11.\tFollow cyber security best practices for installation, operation, and decommissioning as described in the product\u2019s Cyber Security Deployment Guideline and User Manual.\n\n\n12.\tUse continuous monitoring (e.g., intrusion detection/prevention tools) to detect anomalies in the system\n\n\n13.\tConsider hardening the system according to the following:\na.\tRemove any unnecessary communication links in the system.\nb.\tIf possible, close unused physical ports.\nc.\tOpen only the necessary TCP/UDP ports in the configuration.\nd.\tRemove all unnecessary user accounts.\ne.\tRestrict traffic by firewall.\nf.\tAllow the traffic only from/to necessary hosts\u0027 IP addresses (i.e., define both source and destination in the firewall rules, where possible).\ng.\tDefine client IP address as allowed address in SCADA communication protocols, if such configuration is supported.\nh.\tRemove or deactivate all unused processes, communication ports and services, where possible.\ni.\tUse physical access controls to the system installations (e.g., to server rooms and device cabinets). \n\n",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.8,
"environmentalSeverity": "HIGH",
"exploitCodeMaturity": "PROOF_OF_CONCEPT",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"remediationLevel": "WORKAROUND",
"reportConfidence": "REASONABLE",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"temporalSeverity": "HIGH",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:W/RC:R",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"title": "CVE-2022-2526"
},
{
"cve": "CVE-2022-37434",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "description",
"text": "zlib through 1.2.12 has a heap-based buffer over-read or buffer overflow in inflate in inflate.c via a large gzip header extra field, potentially allowing an authenticated attacker to reveal sensitive information or to cause a denial-of-service situation.",
"title": "CVE Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002"
]
},
"references": [
{
"category": "external",
"summary": "NVD - CVE-2022-37434",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-37434"
}
],
"remediations": [
{
"category": "mitigation",
"details": "Mitigating factors describe conditions and circumstances that make an attack that exploits the vulnerability difficult or less likely to succeed. The following mitigations are recommended.\n\n1.\tObtain a cellular private access point (APN). A dedicated private cellular access point and respective SIM card subscriptions can be requested from your cellular service provider. This service doesn\u2019t expose the traffic between remote sites and main site to the internet but rather uses cellular operator\u2019s private wide area network (WAN). Therefore, the ARM600 wouldn\u2019t need open ports to the internet.\n\n2.\tAvoid exposing any system component to the internet. If, however, the ARM600 is exposed to the internet, only the VPN port should be opened towards the internet (e.g., Patrol management connections can be configured to use VPN tunnel and remote administration connections can be implemented by using OpenVPN PC-client).\n\n4.\tPerform firewall configuration by the \"allowlisting\" principle, i.e., explicitly allowing only the required ports and protocols and blocking any other traffic.\n\n\n6.\tIf the internet is used as a WAN media for carrying VPN tunnels, use Demilitarized Zone (DMZ) for terminating connections from the internet (i.e., the remote connections should terminate to the DMZ network, which would be segregated from other networks by a firewall. The ARM600 server would be located into this DMZ).\n\n7.\tChange the default user credentials of ARM600 and Arctic wireless gateways into non-defaults and use complex non-guessable passwords with special characters. Do not reuse passwords within the system.\n\n\n8.\tUse administrator (i.e., root user) privileges only when required by the task.\n\n\n9.\tSupporting systems, such as PCs used for configuration, should be frequently updated. If possible, use dedicated site PCs for upgrading and engineering purposes. At minimum, PCs should be investigated by running a full virus scan with recently updated signature files before introducing the PC to the OT system. \n\nAny data, such as device configurations and firmware update files transferred to the Arctic system should be virus scanned prior to transferring.\n\n\n10.\tIntroduce a backup policy, which will ensure periodical backups and backup revision numbering. Consider the following:\na.\tCheck that the entire system has backups available from all applicable parts.\nb.\tStore the backups in a safe place (e.g. in an encrypted storage), restricted by role-based access control mechanisms.\nc.\tEnsure the security of the configuration PCs that may have local copies of device configurations.\nd.\tValidate the backups to make sure that they\u2019re working.\n\n\n11.\tFollow cyber security best practices for installation, operation, and decommissioning as described in the product\u2019s Cyber Security Deployment Guideline and User Manual.\n\n\n12.\tUse continuous monitoring (e.g., intrusion detection/prevention tools) to detect anomalies in the system\n\n\n13.\tConsider hardening the system according to the following:\na.\tRemove any unnecessary communication links in the system.\nb.\tIf possible, close unused physical ports.\nc.\tOpen only the necessary TCP/UDP ports in the configuration.\nd.\tRemove all unnecessary user accounts.\ne.\tRestrict traffic by firewall.\nf.\tAllow the traffic only from/to necessary hosts\u0027 IP addresses (i.e., define both source and destination in the firewall rules, where possible).\ng.\tDefine client IP address as allowed address in SCADA communication protocols, if such configuration is supported.\nh.\tRemove or deactivate all unused processes, communication ports and services, where possible.\ni.\tUse physical access controls to the system installations (e.g., to server rooms and device cabinets). \n\n",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 8.1,
"environmentalSeverity": "HIGH",
"exploitCodeMaturity": "PROOF_OF_CONCEPT",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"remediationLevel": "WORKAROUND",
"reportConfidence": "CONFIRMED",
"scope": "UNCHANGED",
"temporalScore": 8.1,
"temporalSeverity": "HIGH",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:W/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"title": "CVE-2022-37434"
},
{
"cve": "CVE-2023-20032",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"notes": [
{
"category": "description",
"text": "A vulnerability in the HFS+ partition file parser of ClamAV versions 1.0.0 and earlier, 0.105.1 and earlier, and 0.103.7 and earlier could allow an unauthenticated, remote attacker to execute arbitrary code. This vulnerability is due to a missing buffer size check that may result in a heap buffer overflow write. An authenticated attacker could exploit this vulnerability by submitting a crafted HFS+ partition file to be scanned by ClamAV on an affected device.",
"title": "CVE Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002"
]
},
"references": [
{
"category": "external",
"summary": "NVD - CVE-2023-20032",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-20032"
}
],
"remediations": [
{
"category": "mitigation",
"details": "Mitigating factors describe conditions and circumstances that make an attack that exploits the vulnerability difficult or less likely to succeed. The following mitigations are recommended.\n\n1.\tObtain a cellular private access point (APN). A dedicated private cellular access point and respective SIM card subscriptions can be requested from your cellular service provider. This service doesn\u2019t expose the traffic between remote sites and main site to the internet but rather uses cellular operator\u2019s private wide area network (WAN). Therefore, the ARM600 wouldn\u2019t need open ports to the internet.\n\n2.\tAvoid exposing any system component to the internet. If, however, the ARM600 is exposed to the internet, only the VPN port should be opened towards the internet (e.g., Patrol management connections can be configured to use VPN tunnel and remote administration connections can be implemented by using OpenVPN PC-client).\n\n4.\tPerform firewall configuration by the \"allowlisting\" principle, i.e., explicitly allowing only the required ports and protocols and blocking any other traffic.\n\n\n6.\tIf the internet is used as a WAN media for carrying VPN tunnels, use Demilitarized Zone (DMZ) for terminating connections from the internet (i.e., the remote connections should terminate to the DMZ network, which would be segregated from other networks by a firewall. The ARM600 server would be located into this DMZ).\n\n7.\tChange the default user credentials of ARM600 and Arctic wireless gateways into non-defaults and use complex non-guessable passwords with special characters. Do not reuse passwords within the system.\n\n\n8.\tUse administrator (i.e., root user) privileges only when required by the task.\n\n\n9.\tSupporting systems, such as PCs used for configuration, should be frequently updated. If possible, use dedicated site PCs for upgrading and engineering purposes. At minimum, PCs should be investigated by running a full virus scan with recently updated signature files before introducing the PC to the OT system. \n\nAny data, such as device configurations and firmware update files transferred to the Arctic system should be virus scanned prior to transferring.\n\n\n10.\tIntroduce a backup policy, which will ensure periodical backups and backup revision numbering. Consider the following:\na.\tCheck that the entire system has backups available from all applicable parts.\nb.\tStore the backups in a safe place (e.g. in an encrypted storage), restricted by role-based access control mechanisms.\nc.\tEnsure the security of the configuration PCs that may have local copies of device configurations.\nd.\tValidate the backups to make sure that they\u2019re working.\n\n\n11.\tFollow cyber security best practices for installation, operation, and decommissioning as described in the product\u2019s Cyber Security Deployment Guideline and User Manual.\n\n\n12.\tUse continuous monitoring (e.g., intrusion detection/prevention tools) to detect anomalies in the system\n\n\n13.\tConsider hardening the system according to the following:\na.\tRemove any unnecessary communication links in the system.\nb.\tIf possible, close unused physical ports.\nc.\tOpen only the necessary TCP/UDP ports in the configuration.\nd.\tRemove all unnecessary user accounts.\ne.\tRestrict traffic by firewall.\nf.\tAllow the traffic only from/to necessary hosts\u0027 IP addresses (i.e., define both source and destination in the firewall rules, where possible).\ng.\tDefine client IP address as allowed address in SCADA communication protocols, if such configuration is supported.\nh.\tRemove or deactivate all unused processes, communication ports and services, where possible.\ni.\tUse physical access controls to the system installations (e.g., to server rooms and device cabinets). \n\n",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.2,
"environmentalSeverity": "HIGH",
"exploitCodeMaturity": "PROOF_OF_CONCEPT",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"remediationLevel": "WORKAROUND",
"reportConfidence": "CONFIRMED",
"scope": "UNCHANGED",
"temporalScore": 7.2,
"temporalSeverity": "HIGH",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:W/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"title": "CVE-2023-20032"
},
{
"cve": "CVE-2022-38177",
"cwe": {
"id": "CWE-401",
"name": "Missing Release of Memory after Effective Lifetime"
},
"notes": [
{
"category": "description",
"text": "By spoofing the target resolver with responses that have a malformed ECDSA signature, an attacker can trigger a small memory leak. It is possible to gradually erode available memory to the point where named crashes for lack of resources.",
"title": "CVE Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002"
]
},
"references": [
{
"category": "external",
"summary": "NVD- CVE-2022-38177",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-38177"
}
],
"remediations": [
{
"category": "mitigation",
"details": "\nMitigating factors describe conditions and circumstances that make an attack that exploits the vulnerability difficult or less likely to succeed. The following mitigations are recommended.\n\n3.\tARM600 system is by default not dependent on the name service (DNS). If name service is not used in the system, the name service port (TCP/UDP port 53) can be blocked by a firewall.\n\n\nRefer to section General security recommendations for additional advice on how to keep your system secure.\n",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"environmentalScore": 6.9,
"environmentalSeverity": "MEDIUM",
"exploitCodeMaturity": "PROOF_OF_CONCEPT",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"remediationLevel": "WORKAROUND",
"reportConfidence": "CONFIRMED",
"scope": "UNCHANGED",
"temporalScore": 6.9,
"temporalSeverity": "MEDIUM",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:W/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"title": "CVE-2022-38177"
},
{
"cve": "CVE-2022-38178",
"cwe": {
"id": "CWE-401",
"name": "Missing Release of Memory after Effective Lifetime"
},
"notes": [
{
"category": "description",
"text": "By spoofing the target resolver with responses that have a malformed EdDSA signature, an attacker can trigger a small memory leak. It is possible to gradually erode available memory to the point where named crashes for lack of resources.",
"title": "CVE Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002"
]
},
"references": [
{
"category": "external",
"summary": "NVD -CVE-2022-38178",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-38178"
}
],
"remediations": [
{
"category": "mitigation",
"details": "\nMitigating factors describe conditions and circumstances that make an attack that exploits the vulnerability difficult or less likely to succeed. The following mitigations are recommended.\n\n3.\tARM600 system is by default not dependent on the name service (DNS). If name service is not used in the system, the name service port (TCP/UDP port 53) can be blocked by a firewall.\n\n\nRefer to section General security recommendations for additional advice on how to keep your system secure.\n",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"environmentalScore": 6.9,
"environmentalSeverity": "MEDIUM",
"exploitCodeMaturity": "PROOF_OF_CONCEPT",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"remediationLevel": "WORKAROUND",
"reportConfidence": "CONFIRMED",
"scope": "UNCHANGED",
"temporalScore": 6.9,
"temporalSeverity": "MEDIUM",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:W/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"title": "CVE-2022-38178"
},
{
"cve": "CVE-2023-2828",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"notes": [
{
"category": "description",
"text": "The vulnerability allows the configured max-cache-size limit to be significantly exceeded by querying the resolver for specific RRsets in a certain order. This can lead to a denial-of-service condition by ex-hausting all available memory on the host running named service.",
"title": "CVE Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002"
]
},
"references": [
{
"category": "external",
"summary": "NVD- CVE-2023-2828",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-2828"
}
],
"remediations": [
{
"category": "mitigation",
"details": "\nMitigating factors describe conditions and circumstances that make an attack that exploits the vulnerability difficult or less likely to succeed. The following mitigations are recommended.\n\n3.\tARM600 system is by default not dependent on the name service (DNS). If name service is not used in the system, the name service port (TCP/UDP port 53) can be blocked by a firewall.\n\n\nRefer to section General security recommendations for additional advice on how to keep your system secure.\n",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"environmentalScore": 6,
"environmentalSeverity": "MEDIUM",
"exploitCodeMaturity": "PROOF_OF_CONCEPT",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"remediationLevel": "WORKAROUND",
"reportConfidence": "CONFIRMED",
"scope": "UNCHANGED",
"temporalScore": 6,
"temporalSeverity": "MEDIUM",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:W/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"title": "CVE-2023-2828"
},
{
"cve": "CVE-2023-3341",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "description",
"text": "The vulnerability involves the recursive processing of control channel messages sent to named, which can exhaust stack memory and cause named to terminate unexpectedly. Exploiting this flaw requires only network access to the control channel\u0027s configured TCP port, without needing a valid RNDC key.",
"title": "CVE Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002"
]
},
"references": [
{
"category": "external",
"summary": "NVD - CVE-2023-3341",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3341"
}
],
"remediations": [
{
"category": "mitigation",
"details": "\nMitigating factors describe conditions and circumstances that make an attack that exploits the vulnerability difficult or less likely to succeed. The following mitigations are recommended.\n\n3.\tARM600 system is by default not dependent on the name service (DNS). If name service is not used in the system, the name service port (TCP/UDP port 53) can be blocked by a firewall.\n\n\nRefer to section General security recommendations for additional advice on how to keep your system secure.\n",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"environmentalScore": 6.9,
"environmentalSeverity": "MEDIUM",
"exploitCodeMaturity": "PROOF_OF_CONCEPT",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"remediationLevel": "WORKAROUND",
"reportConfidence": "CONFIRMED",
"scope": "UNCHANGED",
"temporalScore": 6.9,
"temporalSeverity": "MEDIUM",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:W/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"title": "CVE-2023-3341"
},
{
"cve": "CVE-2022-41974",
"cwe": {
"id": "CWE-269",
"name": "Improper Privilege Management"
},
"notes": [
{
"category": "description",
"text": "Local users able to write to UNIX domain sockets can bypass access controls and manipulate the mul-tipath setup. This can lead to local privilege escalation to root. This occurs because an attacker can repeat a keyword, which is mishandled because arithmetic ADD is used instead of bitwise OR.",
"title": "CVE Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002"
]
},
"references": [
{
"category": "external",
"summary": "NVD -CVE-2022-41974",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41974"
}
],
"remediations": [
{
"category": "mitigation",
"details": "Mitigating factors describe conditions and circumstances that make an attack that exploits the vulnerability difficult or less likely to succeed. The following mitigations are recommended.\n\n1.\tObtain a cellular private access point (APN). A dedicated private cellular access point and respective SIM card subscriptions can be requested from your cellular service provider. This service doesn\u2019t expose the traffic between remote sites and main site to the internet but rather uses cellular operator\u2019s private wide area network (WAN). Therefore, the ARM600 wouldn\u2019t need open ports to the internet.\n\n2.\tAvoid exposing any system component to the internet. If, however, the ARM600 is exposed to the internet, only the VPN port should be opened towards the internet (e.g., Patrol management connections can be configured to use VPN tunnel and remote administration connections can be implemented by using OpenVPN PC-client).\n\n4.\tPerform firewall configuration by the \"allowlisting\" principle, i.e., explicitly allowing only the required ports and protocols and blocking any other traffic.\n\n\n6.\tIf the internet is used as a WAN media for carrying VPN tunnels, use Demilitarized Zone (DMZ) for terminating connections from the internet (i.e., the remote connections should terminate to the DMZ network, which would be segregated from other networks by a firewall. The ARM600 server would be located into this DMZ).\n\n7.\tChange the default user credentials of ARM600 and Arctic wireless gateways into non-defaults and use complex non-guessable passwords with special characters. Do not reuse passwords within the system.\n\n\n8.\tUse administrator (i.e., root user) privileges only when required by the task.\n\n\n9.\tSupporting systems, such as PCs used for configuration, should be frequently updated. If possible, use dedicated site PCs for upgrading and engineering purposes. At minimum, PCs should be investigated by running a full virus scan with recently updated signature files before introducing the PC to the OT system. \n\nAny data, such as device configurations and firmware update files transferred to the Arctic system should be virus scanned prior to transferring.\n\n\n10.\tIntroduce a backup policy, which will ensure periodical backups and backup revision numbering. Consider the following:\na.\tCheck that the entire system has backups available from all applicable parts.\nb.\tStore the backups in a safe place (e.g. in an encrypted storage), restricted by role-based access control mechanisms.\nc.\tEnsure the security of the configuration PCs that may have local copies of device configurations.\nd.\tValidate the backups to make sure that they\u2019re working.\n\n\n11.\tFollow cyber security best practices for installation, operation, and decommissioning as described in the product\u2019s Cyber Security Deployment Guideline and User Manual.\n\n\n12.\tUse continuous monitoring (e.g., intrusion detection/prevention tools) to detect anomalies in the system\n\n\n13.\tConsider hardening the system according to the following:\na.\tRemove any unnecessary communication links in the system.\nb.\tIf possible, close unused physical ports.\nc.\tOpen only the necessary TCP/UDP ports in the configuration.\nd.\tRemove all unnecessary user accounts.\ne.\tRestrict traffic by firewall.\nf.\tAllow the traffic only from/to necessary hosts\u0027 IP addresses (i.e., define both source and destination in the firewall rules, where possible).\ng.\tDefine client IP address as allowed address in SCADA communication protocols, if such configuration is supported.\nh.\tRemove or deactivate all unused processes, communication ports and services, where possible.\ni.\tUse physical access controls to the system installations (e.g., to server rooms and device cabinets). \n\n",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.2,
"environmentalSeverity": "HIGH",
"exploitCodeMaturity": "PROOF_OF_CONCEPT",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"remediationLevel": "WORKAROUND",
"reportConfidence": "CONFIRMED",
"scope": "UNCHANGED",
"temporalScore": 7.2,
"temporalSeverity": "HIGH",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:W/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"title": "CVE-2022-41974"
},
{
"cve": "CVE-2022-40674",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "description",
"text": "Local users can write to UNIX domain sockets can bypass access controls and manipulate the multipath setup. This can lead to local privilege escalation to root. This occurs because an attacker can repeat a keyword, which is mishandled because arithmetic ADD is used instead of bitwise OR.",
"title": "CVE Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002"
]
},
"references": [
{
"category": "external",
"summary": "NVD - CVE-2022-40674",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-40674"
}
],
"remediations": [
{
"category": "mitigation",
"details": "Mitigating factors describe conditions and circumstances that make an attack that exploits the vulnerability difficult or less likely to succeed. The following mitigations are recommended.\n\n1.\tObtain a cellular private access point (APN). A dedicated private cellular access point and respective SIM card subscriptions can be requested from your cellular service provider. This service doesn\u2019t expose the traffic between remote sites and main site to the internet but rather uses cellular operator\u2019s private wide area network (WAN). Therefore, the ARM600 wouldn\u2019t need open ports to the internet.\n\n2.\tAvoid exposing any system component to the internet. If, however, the ARM600 is exposed to the internet, only the VPN port should be opened towards the internet (e.g., Patrol management connections can be configured to use VPN tunnel and remote administration connections can be implemented by using OpenVPN PC-client).\n\n4.\tPerform firewall configuration by the \"allowlisting\" principle, i.e., explicitly allowing only the required ports and protocols and blocking any other traffic.\n\n\n6.\tIf the internet is used as a WAN media for carrying VPN tunnels, use Demilitarized Zone (DMZ) for terminating connections from the internet (i.e., the remote connections should terminate to the DMZ network, which would be segregated from other networks by a firewall. The ARM600 server would be located into this DMZ).\n\n7.\tChange the default user credentials of ARM600 and Arctic wireless gateways into non-defaults and use complex non-guessable passwords with special characters. Do not reuse passwords within the system.\n\n\n8.\tUse administrator (i.e., root user) privileges only when required by the task.\n\n\n9.\tSupporting systems, such as PCs used for configuration, should be frequently updated. If possible, use dedicated site PCs for upgrading and engineering purposes. At minimum, PCs should be investigated by running a full virus scan with recently updated signature files before introducing the PC to the OT system. \n\nAny data, such as device configurations and firmware update files transferred to the Arctic system should be virus scanned prior to transferring.\n\n\n10.\tIntroduce a backup policy, which will ensure periodical backups and backup revision numbering. Consider the following:\na.\tCheck that the entire system has backups available from all applicable parts.\nb.\tStore the backups in a safe place (e.g. in an encrypted storage), restricted by role-based access control mechanisms.\nc.\tEnsure the security of the configuration PCs that may have local copies of device configurations.\nd.\tValidate the backups to make sure that they\u2019re working.\n\n\n11.\tFollow cyber security best practices for installation, operation, and decommissioning as described in the product\u2019s Cyber Security Deployment Guideline and User Manual.\n\n\n12.\tUse continuous monitoring (e.g., intrusion detection/prevention tools) to detect anomalies in the system\n\n\n13.\tConsider hardening the system according to the following:\na.\tRemove any unnecessary communication links in the system.\nb.\tIf possible, close unused physical ports.\nc.\tOpen only the necessary TCP/UDP ports in the configuration.\nd.\tRemove all unnecessary user accounts.\ne.\tRestrict traffic by firewall.\nf.\tAllow the traffic only from/to necessary hosts\u0027 IP addresses (i.e., define both source and destination in the firewall rules, where possible).\ng.\tDefine client IP address as allowed address in SCADA communication protocols, if such configuration is supported.\nh.\tRemove or deactivate all unused processes, communication ports and services, where possible.\ni.\tUse physical access controls to the system installations (e.g., to server rooms and device cabinets). \n\n",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 6.9,
"environmentalSeverity": "MEDIUM",
"exploitCodeMaturity": "PROOF_OF_CONCEPT",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"remediationLevel": "WORKAROUND",
"reportConfidence": "CONFIRMED",
"scope": "UNCHANGED",
"temporalScore": 6.9,
"temporalSeverity": "MEDIUM",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:W/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"title": "CVE-2022-40674"
},
{
"cve": "CVE-2023-25652",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"notes": [
{
"category": "description",
"text": "By feeding specially crafted input as authenticated attacker to `git apply --reject`, a path outside the working tree can be overwritten with partially controlled contents, leading to potential arbitrary code execution.",
"title": "CVE Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002"
]
},
"references": [
{
"category": "external",
"summary": "NVD- CVE-2023-25652",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-25652"
}
],
"remediations": [
{
"category": "mitigation",
"details": "Mitigating factors describe conditions and circumstances that make an attack that exploits the vulnerability difficult or less likely to succeed. The following mitigations are recommended.\n\n1.\tObtain a cellular private access point (APN). A dedicated private cellular access point and respective SIM card subscriptions can be requested from your cellular service provider. This service doesn\u2019t expose the traffic between remote sites and main site to the internet but rather uses cellular operator\u2019s private wide area network (WAN). Therefore, the ARM600 wouldn\u2019t need open ports to the internet.\n\n2.\tAvoid exposing any system component to the internet. If, however, the ARM600 is exposed to the internet, only the VPN port should be opened towards the internet (e.g., Patrol management connections can be configured to use VPN tunnel and remote administration connections can be implemented by using OpenVPN PC-client).\n\n4.\tPerform firewall configuration by the \"allowlisting\" principle, i.e., explicitly allowing only the required ports and protocols and blocking any other traffic.\n\n\n6.\tIf the internet is used as a WAN media for carrying VPN tunnels, use Demilitarized Zone (DMZ) for terminating connections from the internet (i.e., the remote connections should terminate to the DMZ network, which would be segregated from other networks by a firewall. The ARM600 server would be located into this DMZ).\n\n7.\tChange the default user credentials of ARM600 and Arctic wireless gateways into non-defaults and use complex non-guessable passwords with special characters. Do not reuse passwords within the system.\n\n\n8.\tUse administrator (i.e., root user) privileges only when required by the task.\n\n\n9.\tSupporting systems, such as PCs used for configuration, should be frequently updated. If possible, use dedicated site PCs for upgrading and engineering purposes. At minimum, PCs should be investigated by running a full virus scan with recently updated signature files before introducing the PC to the OT system. \n\nAny data, such as device configurations and firmware update files transferred to the Arctic system should be virus scanned prior to transferring.\n\n\n10.\tIntroduce a backup policy, which will ensure periodical backups and backup revision numbering. Consider the following:\na.\tCheck that the entire system has backups available from all applicable parts.\nb.\tStore the backups in a safe place (e.g. in an encrypted storage), restricted by role-based access control mechanisms.\nc.\tEnsure the security of the configuration PCs that may have local copies of device configurations.\nd.\tValidate the backups to make sure that they\u2019re working.\n\n\n11.\tFollow cyber security best practices for installation, operation, and decommissioning as described in the product\u2019s Cyber Security Deployment Guideline and User Manual.\n\n\n12.\tUse continuous monitoring (e.g., intrusion detection/prevention tools) to detect anomalies in the system\n\n\n13.\tConsider hardening the system according to the following:\na.\tRemove any unnecessary communication links in the system.\nb.\tIf possible, close unused physical ports.\nc.\tOpen only the necessary TCP/UDP ports in the configuration.\nd.\tRemove all unnecessary user accounts.\ne.\tRestrict traffic by firewall.\nf.\tAllow the traffic only from/to necessary hosts\u0027 IP addresses (i.e., define both source and destination in the firewall rules, where possible).\ng.\tDefine client IP address as allowed address in SCADA communication protocols, if such configuration is supported.\nh.\tRemove or deactivate all unused processes, communication ports and services, where possible.\ni.\tUse physical access controls to the system installations (e.g., to server rooms and device cabinets). \n\n",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"environmentalScore": 6.9,
"environmentalSeverity": "MEDIUM",
"exploitCodeMaturity": "PROOF_OF_CONCEPT",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"remediationLevel": "WORKAROUND",
"reportConfidence": "CONFIRMED",
"scope": "UNCHANGED",
"temporalScore": 6.9,
"temporalSeverity": "MEDIUM",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N/E:P/RL:W/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"title": "CVE-2023-25652"
},
{
"cve": "CVE-2023-29007",
"cwe": {
"id": "CWE-74",
"name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)"
},
"notes": [
{
"category": "description",
"text": "A specially crafted `.gitmodules` file with submodule URLs that are longer than 1024 characters can used to exploit a bug in `config.c::git_config_copy_or_rename_section_in_file()`. This bug can be used to inject arbitrary configuration into a user\u0027s `$GIT_DIR/config` when attempting to remove the con-figuration section associated with that submodule. When the attacker injects configuration values which specify executables to run (such as `core.pager`, `core.editor`, `core.sshCommand`, etc.) this can lead to a remote code execution.",
"title": "CVE Decsription"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002"
]
},
"references": [
{
"category": "external",
"summary": "NVD- CVE-2023-29007",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29007"
}
],
"remediations": [
{
"category": "mitigation",
"details": "Mitigating factors describe conditions and circumstances that make an attack that exploits the vulnerability difficult or less likely to succeed. The following mitigations are recommended.\n\n1.\tObtain a cellular private access point (APN). A dedicated private cellular access point and respective SIM card subscriptions can be requested from your cellular service provider. This service doesn\u2019t expose the traffic between remote sites and main site to the internet but rather uses cellular operator\u2019s private wide area network (WAN). Therefore, the ARM600 wouldn\u2019t need open ports to the internet.\n\n2.\tAvoid exposing any system component to the internet. If, however, the ARM600 is exposed to the internet, only the VPN port should be opened towards the internet (e.g., Patrol management connections can be configured to use VPN tunnel and remote administration connections can be implemented by using OpenVPN PC-client).\n\n4.\tPerform firewall configuration by the \"allowlisting\" principle, i.e., explicitly allowing only the required ports and protocols and blocking any other traffic.\n\n\n6.\tIf the internet is used as a WAN media for carrying VPN tunnels, use Demilitarized Zone (DMZ) for terminating connections from the internet (i.e., the remote connections should terminate to the DMZ network, which would be segregated from other networks by a firewall. The ARM600 server would be located into this DMZ).\n\n7.\tChange the default user credentials of ARM600 and Arctic wireless gateways into non-defaults and use complex non-guessable passwords with special characters. Do not reuse passwords within the system.\n\n\n8.\tUse administrator (i.e., root user) privileges only when required by the task.\n\n\n9.\tSupporting systems, such as PCs used for configuration, should be frequently updated. If possible, use dedicated site PCs for upgrading and engineering purposes. At minimum, PCs should be investigated by running a full virus scan with recently updated signature files before introducing the PC to the OT system. \n\nAny data, such as device configurations and firmware update files transferred to the Arctic system should be virus scanned prior to transferring.\n\n\n10.\tIntroduce a backup policy, which will ensure periodical backups and backup revision numbering. Consider the following:\na.\tCheck that the entire system has backups available from all applicable parts.\nb.\tStore the backups in a safe place (e.g. in an encrypted storage), restricted by role-based access control mechanisms.\nc.\tEnsure the security of the configuration PCs that may have local copies of device configurations.\nd.\tValidate the backups to make sure that they\u2019re working.\n\n\n11.\tFollow cyber security best practices for installation, operation, and decommissioning as described in the product\u2019s Cyber Security Deployment Guideline and User Manual.\n\n\n12.\tUse continuous monitoring (e.g., intrusion detection/prevention tools) to detect anomalies in the system\n\n\n13.\tConsider hardening the system according to the following:\na.\tRemove any unnecessary communication links in the system.\nb.\tIf possible, close unused physical ports.\nc.\tOpen only the necessary TCP/UDP ports in the configuration.\nd.\tRemove all unnecessary user accounts.\ne.\tRestrict traffic by firewall.\nf.\tAllow the traffic only from/to necessary hosts\u0027 IP addresses (i.e., define both source and destination in the firewall rules, where possible).\ng.\tDefine client IP address as allowed address in SCADA communication protocols, if such configuration is supported.\nh.\tRemove or deactivate all unused processes, communication ports and services, where possible.\ni.\tUse physical access controls to the system installations (e.g., to server rooms and device cabinets). \n\n",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 6.7,
"environmentalSeverity": "MEDIUM",
"exploitCodeMaturity": "PROOF_OF_CONCEPT",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"remediationLevel": "WORKAROUND",
"reportConfidence": "CONFIRMED",
"scope": "UNCHANGED",
"temporalScore": 6.7,
"temporalSeverity": "MEDIUM",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H/E:P/RL:W/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"title": "CVE-2023-29007"
},
{
"cve": "CVE-2022-2964",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u2019s driver for the ASIX AX88179_178A-based USB 2.0/3.0 Gigabit Ethernet Devices. The vulnerability contains multiple out-of-bounds reads and possible out-of-bounds writes.",
"title": "CVE Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002"
]
},
"references": [
{
"category": "external",
"summary": "NVD - CVE-2022-2964",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2964"
}
],
"remediations": [
{
"category": "mitigation",
"details": "Mitigating factors describe conditions and circumstances that make an attack that exploits the vulnerability difficult or less likely to succeed. The following mitigations are recommended.\n\n\n15.\tAvoid using AX88179_178A chipset-based USB -to-Ethernet devices.\n\n\n\nRefer to section General security recommendations for additional advice on how to keep your system secure.",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 6.7,
"environmentalSeverity": "MEDIUM",
"exploitCodeMaturity": "PROOF_OF_CONCEPT",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"remediationLevel": "WORKAROUND",
"reportConfidence": "CONFIRMED",
"scope": "UNCHANGED",
"temporalScore": 6.7,
"temporalSeverity": "MEDIUM",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H/E:P/RL:W/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"title": "CVE-2022-2964"
},
{
"cve": "CVE-2021-26401",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"notes": [
{
"category": "description",
"text": "Flaw in certain AMD EPYC, Ryzen, Threadripper and Athlon processors considering LONGJMP assembly command. This could lead to arbitrary code execution. Note: ARM600 servers include Intel processors, but there may be ARM600 SW installations running in AMD processor environments.",
"title": "CVE Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002"
]
},
"references": [
{
"category": "external",
"summary": "NVD - CVE-2021-26401",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-26401"
}
],
"remediations": [
{
"category": "mitigation",
"details": "Mitigating factors describe conditions and circumstances that make an attack that exploits the vulnerability difficult or less likely to succeed. The following mitigations are recommended.\n\n\n14.\tIn ARM600SW installations, avoid servers with AMD processors vulnerable to the following: CVE-2021-26401, CVE-2023-20569 and CVE-2023-20593.\n\nRefer to section General security recommendations for additional advice on how to keep your system secure.\n",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.6,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"environmentalScore": 5.2,
"environmentalSeverity": "MEDIUM",
"exploitCodeMaturity": "PROOF_OF_CONCEPT",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"remediationLevel": "WORKAROUND",
"reportConfidence": "CONFIRMED",
"scope": "CHANGED",
"temporalScore": 5.2,
"temporalSeverity": "MEDIUM",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N/E:P/RL:W/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"title": "CVE-2021-26401"
},
{
"cve": "CVE-2022-4378",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"notes": [
{
"category": "description",
"text": "A stack overflow flaw was found in the Linux kernel\u0027s SYSCTL subsystem in how an authenticated user changes certain kernel parameters and variables. This flaw allows a local user to crash or potentially escalate their privileges on the system.",
"title": "CVE Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002"
]
},
"references": [
{
"category": "external",
"summary": "NVD- CVE-2022-4378",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-4378"
}
],
"remediations": [
{
"category": "mitigation",
"details": "Mitigating factors describe conditions and circumstances that make an attack that exploits the vulnerability difficult or less likely to succeed. The following mitigations are recommended.\n\n1.\tObtain a cellular private access point (APN). A dedicated private cellular access point and respective SIM card subscriptions can be requested from your cellular service provider. This service doesn\u2019t expose the traffic between remote sites and main site to the internet but rather uses cellular operator\u2019s private wide area network (WAN). Therefore, the ARM600 wouldn\u2019t need open ports to the internet.\n\n2.\tAvoid exposing any system component to the internet. If, however, the ARM600 is exposed to the internet, only the VPN port should be opened towards the internet (e.g., Patrol management connections can be configured to use VPN tunnel and remote administration connections can be implemented by using OpenVPN PC-client).\n\n4.\tPerform firewall configuration by the \"allowlisting\" principle, i.e., explicitly allowing only the required ports and protocols and blocking any other traffic.\n\n\n6.\tIf the internet is used as a WAN media for carrying VPN tunnels, use Demilitarized Zone (DMZ) for terminating connections from the internet (i.e., the remote connections should terminate to the DMZ network, which would be segregated from other networks by a firewall. The ARM600 server would be located into this DMZ).\n\n7.\tChange the default user credentials of ARM600 and Arctic wireless gateways into non-defaults and use complex non-guessable passwords with special characters. Do not reuse passwords within the system.\n\n\n8.\tUse administrator (i.e., root user) privileges only when required by the task.\n\n\n9.\tSupporting systems, such as PCs used for configuration, should be frequently updated. If possible, use dedicated site PCs for upgrading and engineering purposes. At minimum, PCs should be investigated by running a full virus scan with recently updated signature files before introducing the PC to the OT system. \n\nAny data, such as device configurations and firmware update files transferred to the Arctic system should be virus scanned prior to transferring.\n\n\n10.\tIntroduce a backup policy, which will ensure periodical backups and backup revision numbering. Consider the following:\na.\tCheck that the entire system has backups available from all applicable parts.\nb.\tStore the backups in a safe place (e.g. in an encrypted storage), restricted by role-based access control mechanisms.\nc.\tEnsure the security of the configuration PCs that may have local copies of device configurations.\nd.\tValidate the backups to make sure that they\u2019re working.\n\n\n11.\tFollow cyber security best practices for installation, operation, and decommissioning as described in the product\u2019s Cyber Security Deployment Guideline and User Manual.\n\n\n12.\tUse continuous monitoring (e.g., intrusion detection/prevention tools) to detect anomalies in the system\n\n\n13.\tConsider hardening the system according to the following:\na.\tRemove any unnecessary communication links in the system.\nb.\tIf possible, close unused physical ports.\nc.\tOpen only the necessary TCP/UDP ports in the configuration.\nd.\tRemove all unnecessary user accounts.\ne.\tRestrict traffic by firewall.\nf.\tAllow the traffic only from/to necessary hosts\u0027 IP addresses (i.e., define both source and destination in the firewall rules, where possible).\ng.\tDefine client IP address as allowed address in SCADA communication protocols, if such configuration is supported.\nh.\tRemove or deactivate all unused processes, communication ports and services, where possible.\ni.\tUse physical access controls to the system installations (e.g., to server rooms and device cabinets). \n\n",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.2,
"environmentalSeverity": "HIGH",
"exploitCodeMaturity": "PROOF_OF_CONCEPT",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"remediationLevel": "WORKAROUND",
"reportConfidence": "CONFIRMED",
"scope": "UNCHANGED",
"temporalScore": 7.2,
"temporalSeverity": "HIGH",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:W/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"title": "CVE-2022-4378"
},
{
"cve": "CVE-2022-42703",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "description",
"text": "mm/rmap.c in the Linux kernel before 5.19.7 has a use-after-free related to leaf anon_vma double re-use. This could lead to a system crash or elevation of privileges.",
"title": "CVE Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002"
]
},
"references": [
{
"category": "external",
"summary": "NVD - CVE-2022-42703",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-42703"
}
],
"remediations": [
{
"category": "mitigation",
"details": "Mitigating factors describe conditions and circumstances that make an attack that exploits the vulnerability difficult or less likely to succeed. The following mitigations are recommended.\n\n1.\tObtain a cellular private access point (APN). A dedicated private cellular access point and respective SIM card subscriptions can be requested from your cellular service provider. This service doesn\u2019t expose the traffic between remote sites and main site to the internet but rather uses cellular operator\u2019s private wide area network (WAN). Therefore, the ARM600 wouldn\u2019t need open ports to the internet.\n\n2.\tAvoid exposing any system component to the internet. If, however, the ARM600 is exposed to the internet, only the VPN port should be opened towards the internet (e.g., Patrol management connections can be configured to use VPN tunnel and remote administration connections can be implemented by using OpenVPN PC-client).\n\n4.\tPerform firewall configuration by the \"allowlisting\" principle, i.e., explicitly allowing only the required ports and protocols and blocking any other traffic.\n\n\n6.\tIf the internet is used as a WAN media for carrying VPN tunnels, use Demilitarized Zone (DMZ) for terminating connections from the internet (i.e., the remote connections should terminate to the DMZ network, which would be segregated from other networks by a firewall. The ARM600 server would be located into this DMZ).\n\n7.\tChange the default user credentials of ARM600 and Arctic wireless gateways into non-defaults and use complex non-guessable passwords with special characters. Do not reuse passwords within the system.\n\n\n8.\tUse administrator (i.e., root user) privileges only when required by the task.\n\n\n9.\tSupporting systems, such as PCs used for configuration, should be frequently updated. If possible, use dedicated site PCs for upgrading and engineering purposes. At minimum, PCs should be investigated by running a full virus scan with recently updated signature files before introducing the PC to the OT system. \n\nAny data, such as device configurations and firmware update files transferred to the Arctic system should be virus scanned prior to transferring.\n\n\n10.\tIntroduce a backup policy, which will ensure periodical backups and backup revision numbering. Consider the following:\na.\tCheck that the entire system has backups available from all applicable parts.\nb.\tStore the backups in a safe place (e.g. in an encrypted storage), restricted by role-based access control mechanisms.\nc.\tEnsure the security of the configuration PCs that may have local copies of device configurations.\nd.\tValidate the backups to make sure that they\u2019re working.\n\n\n11.\tFollow cyber security best practices for installation, operation, and decommissioning as described in the product\u2019s Cyber Security Deployment Guideline and User Manual.\n\n\n12.\tUse continuous monitoring (e.g., intrusion detection/prevention tools) to detect anomalies in the system\n\n\n13.\tConsider hardening the system according to the following:\na.\tRemove any unnecessary communication links in the system.\nb.\tIf possible, close unused physical ports.\nc.\tOpen only the necessary TCP/UDP ports in the configuration.\nd.\tRemove all unnecessary user accounts.\ne.\tRestrict traffic by firewall.\nf.\tAllow the traffic only from/to necessary hosts\u0027 IP addresses (i.e., define both source and destination in the firewall rules, where possible).\ng.\tDefine client IP address as allowed address in SCADA communication protocols, if such configuration is supported.\nh.\tRemove or deactivate all unused processes, communication ports and services, where possible.\ni.\tUse physical access controls to the system installations (e.g., to server rooms and device cabinets). \n\n",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"environmentalScore": 4.1,
"environmentalSeverity": "MEDIUM",
"exploitCodeMaturity": "PROOF_OF_CONCEPT",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"remediationLevel": "WORKAROUND",
"reportConfidence": "CONFIRMED",
"scope": "UNCHANGED",
"temporalScore": 4.1,
"temporalSeverity": "MEDIUM",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H/E:P/RL:W/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"title": "CVE-2022-42703"
},
{
"cve": "CVE-2022-3564",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"notes": [
{
"category": "description",
"text": "A vulnerability classified as critical was found in Linux Kernel. Affected by this vulnerability is the function l2cap_reassemble_sdu of the file net/bluetooth/l2cap_core.c of the component Bluetooth. The manipulation leads to use after free. This could cause leaking of data or Denial of Service (DoS) conditions.",
"title": "CVE Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002"
]
},
"references": [
{
"category": "external",
"summary": "NVD - cve-2022-3564",
"url": "https://nvd.nist.gov/vuln/detail/cve-2022-3564"
}
],
"remediations": [
{
"category": "mitigation",
"details": "Mitigating factors describe conditions and circumstances that make an attack that exploits the vulnerability difficult or less likely to succeed. The following mitigations are recommended.\n\n1.\tObtain a cellular private access point (APN). A dedicated private cellular access point and respective SIM card subscriptions can be requested from your cellular service provider. This service doesn\u2019t expose the traffic between remote sites and main site to the internet but rather uses cellular operator\u2019s private wide area network (WAN). Therefore, the ARM600 wouldn\u2019t need open ports to the internet.\n\n2.\tAvoid exposing any system component to the internet. If, however, the ARM600 is exposed to the internet, only the VPN port should be opened towards the internet (e.g., Patrol management connections can be configured to use VPN tunnel and remote administration connections can be implemented by using OpenVPN PC-client).\n\n4.\tPerform firewall configuration by the \"allowlisting\" principle, i.e., explicitly allowing only the required ports and protocols and blocking any other traffic.\n\n\n6.\tIf the internet is used as a WAN media for carrying VPN tunnels, use Demilitarized Zone (DMZ) for terminating connections from the internet (i.e., the remote connections should terminate to the DMZ network, which would be segregated from other networks by a firewall. The ARM600 server would be located into this DMZ).\n\n7.\tChange the default user credentials of ARM600 and Arctic wireless gateways into non-defaults and use complex non-guessable passwords with special characters. Do not reuse passwords within the system.\n\n\n8.\tUse administrator (i.e., root user) privileges only when required by the task.\n\n\n9.\tSupporting systems, such as PCs used for configuration, should be frequently updated. If possible, use dedicated site PCs for upgrading and engineering purposes. At minimum, PCs should be investigated by running a full virus scan with recently updated signature files before introducing the PC to the OT system. \n\nAny data, such as device configurations and firmware update files transferred to the Arctic system should be virus scanned prior to transferring.\n\n\n10.\tIntroduce a backup policy, which will ensure periodical backups and backup revision numbering. Consider the following:\na.\tCheck that the entire system has backups available from all applicable parts.\nb.\tStore the backups in a safe place (e.g. in an encrypted storage), restricted by role-based access control mechanisms.\nc.\tEnsure the security of the configuration PCs that may have local copies of device configurations.\nd.\tValidate the backups to make sure that they\u2019re working.\n\n\n11.\tFollow cyber security best practices for installation, operation, and decommissioning as described in the product\u2019s Cyber Security Deployment Guideline and User Manual.\n\n\n12.\tUse continuous monitoring (e.g., intrusion detection/prevention tools) to detect anomalies in the system\n\n\n13.\tConsider hardening the system according to the following:\na.\tRemove any unnecessary communication links in the system.\nb.\tIf possible, close unused physical ports.\nc.\tOpen only the necessary TCP/UDP ports in the configuration.\nd.\tRemove all unnecessary user accounts.\ne.\tRestrict traffic by firewall.\nf.\tAllow the traffic only from/to necessary hosts\u0027 IP addresses (i.e., define both source and destination in the firewall rules, where possible).\ng.\tDefine client IP address as allowed address in SCADA communication protocols, if such configuration is supported.\nh.\tRemove or deactivate all unused processes, communication ports and services, where possible.\ni.\tUse physical access controls to the system installations (e.g., to server rooms and device cabinets). \n\n",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"environmentalScore": 6.3,
"environmentalSeverity": "MEDIUM",
"exploitCodeMaturity": "PROOF_OF_CONCEPT",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"remediationLevel": "WORKAROUND",
"reportConfidence": "CONFIRMED",
"scope": "UNCHANGED",
"temporalScore": 6.3,
"temporalSeverity": "MEDIUM",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:A/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H/E:P/RL:W/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"title": "CVE-2022-3564"
},
{
"cve": "CVE-2023-32233",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "description",
"text": "In the Linux kernel through 6.3.1, a use-after-free in Netfilter nf_tables when processing batch requests can be abused to perform arbitrary read and write operations on kernel memory. This could lead to an unprivileged local user gaining root access.",
"title": "CVE Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002"
]
},
"references": [
{
"category": "external",
"summary": "NVD - CVE-2023-32233",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-32233"
}
],
"remediations": [
{
"category": "mitigation",
"details": "Mitigating factors describe conditions and circumstances that make an attack that exploits the vulnerability difficult or less likely to succeed. The following mitigations are recommended.\n\n1.\tObtain a cellular private access point (APN). A dedicated private cellular access point and respective SIM card subscriptions can be requested from your cellular service provider. This service doesn\u2019t expose the traffic between remote sites and main site to the internet but rather uses cellular operator\u2019s private wide area network (WAN). Therefore, the ARM600 wouldn\u2019t need open ports to the internet.\n\n2.\tAvoid exposing any system component to the internet. If, however, the ARM600 is exposed to the internet, only the VPN port should be opened towards the internet (e.g., Patrol management connections can be configured to use VPN tunnel and remote administration connections can be implemented by using OpenVPN PC-client).\n\n4.\tPerform firewall configuration by the \"allowlisting\" principle, i.e., explicitly allowing only the required ports and protocols and blocking any other traffic.\n\n\n6.\tIf the internet is used as a WAN media for carrying VPN tunnels, use Demilitarized Zone (DMZ) for terminating connections from the internet (i.e., the remote connections should terminate to the DMZ network, which would be segregated from other networks by a firewall. The ARM600 server would be located into this DMZ).\n\n7.\tChange the default user credentials of ARM600 and Arctic wireless gateways into non-defaults and use complex non-guessable passwords with special characters. Do not reuse passwords within the system.\n\n\n8.\tUse administrator (i.e., root user) privileges only when required by the task.\n\n\n9.\tSupporting systems, such as PCs used for configuration, should be frequently updated. If possible, use dedicated site PCs for upgrading and engineering purposes. At minimum, PCs should be investigated by running a full virus scan with recently updated signature files before introducing the PC to the OT system. \n\nAny data, such as device configurations and firmware update files transferred to the Arctic system should be virus scanned prior to transferring.\n\n\n10.\tIntroduce a backup policy, which will ensure periodical backups and backup revision numbering. Consider the following:\na.\tCheck that the entire system has backups available from all applicable parts.\nb.\tStore the backups in a safe place (e.g. in an encrypted storage), restricted by role-based access control mechanisms.\nc.\tEnsure the security of the configuration PCs that may have local copies of device configurations.\nd.\tValidate the backups to make sure that they\u2019re working.\n\n\n11.\tFollow cyber security best practices for installation, operation, and decommissioning as described in the product\u2019s Cyber Security Deployment Guideline and User Manual.\n\n\n12.\tUse continuous monitoring (e.g., intrusion detection/prevention tools) to detect anomalies in the system\n\n\n13.\tConsider hardening the system according to the following:\na.\tRemove any unnecessary communication links in the system.\nb.\tIf possible, close unused physical ports.\nc.\tOpen only the necessary TCP/UDP ports in the configuration.\nd.\tRemove all unnecessary user accounts.\ne.\tRestrict traffic by firewall.\nf.\tAllow the traffic only from/to necessary hosts\u0027 IP addresses (i.e., define both source and destination in the firewall rules, where possible).\ng.\tDefine client IP address as allowed address in SCADA communication protocols, if such configuration is supported.\nh.\tRemove or deactivate all unused processes, communication ports and services, where possible.\ni.\tUse physical access controls to the system installations (e.g., to server rooms and device cabinets). \n\n",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.2,
"environmentalSeverity": "HIGH",
"exploitCodeMaturity": "PROOF_OF_CONCEPT",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"remediationLevel": "WORKAROUND",
"reportConfidence": "CONFIRMED",
"scope": "UNCHANGED",
"temporalScore": 7.2,
"temporalSeverity": "HIGH",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:W/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"title": "CVE-2023-32233"
},
{
"cve": "CVE-2023-35001",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "description",
"text": "Kernel nftables Out-Of-Bounds Read/Write Vulnerability; nft_byteorder poorly handled vm register contents when CAP_NET_ADMIN is in any user or network namespace. This vulnerability could lead to local user privilege escalation.",
"title": "CVE Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002"
]
},
"references": [
{
"category": "external",
"summary": "NVD - CVE-2023-35001",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-35001"
}
],
"remediations": [
{
"category": "mitigation",
"details": "Mitigating factors describe conditions and circumstances that make an attack that exploits the vulnerability difficult or less likely to succeed. The following mitigations are recommended.\n\n1.\tObtain a cellular private access point (APN). A dedicated private cellular access point and respective SIM card subscriptions can be requested from your cellular service provider. This service doesn\u2019t expose the traffic between remote sites and main site to the internet but rather uses cellular operator\u2019s private wide area network (WAN). Therefore, the ARM600 wouldn\u2019t need open ports to the internet.\n\n2.\tAvoid exposing any system component to the internet. If, however, the ARM600 is exposed to the internet, only the VPN port should be opened towards the internet (e.g., Patrol management connections can be configured to use VPN tunnel and remote administration connections can be implemented by using OpenVPN PC-client).\n\n4.\tPerform firewall configuration by the \"allowlisting\" principle, i.e., explicitly allowing only the required ports and protocols and blocking any other traffic.\n\n\n6.\tIf the internet is used as a WAN media for carrying VPN tunnels, use Demilitarized Zone (DMZ) for terminating connections from the internet (i.e., the remote connections should terminate to the DMZ network, which would be segregated from other networks by a firewall. The ARM600 server would be located into this DMZ).\n\n7.\tChange the default user credentials of ARM600 and Arctic wireless gateways into non-defaults and use complex non-guessable passwords with special characters. Do not reuse passwords within the system.\n\n\n8.\tUse administrator (i.e., root user) privileges only when required by the task.\n\n\n9.\tSupporting systems, such as PCs used for configuration, should be frequently updated. If possible, use dedicated site PCs for upgrading and engineering purposes. At minimum, PCs should be investigated by running a full virus scan with recently updated signature files before introducing the PC to the OT system. \n\nAny data, such as device configurations and firmware update files transferred to the Arctic system should be virus scanned prior to transferring.\n\n\n10.\tIntroduce a backup policy, which will ensure periodical backups and backup revision numbering. Consider the following:\na.\tCheck that the entire system has backups available from all applicable parts.\nb.\tStore the backups in a safe place (e.g. in an encrypted storage), restricted by role-based access control mechanisms.\nc.\tEnsure the security of the configuration PCs that may have local copies of device configurations.\nd.\tValidate the backups to make sure that they\u2019re working.\n\n\n11.\tFollow cyber security best practices for installation, operation, and decommissioning as described in the product\u2019s Cyber Security Deployment Guideline and User Manual.\n\n\n12.\tUse continuous monitoring (e.g., intrusion detection/prevention tools) to detect anomalies in the system\n\n\n13.\tConsider hardening the system according to the following:\na.\tRemove any unnecessary communication links in the system.\nb.\tIf possible, close unused physical ports.\nc.\tOpen only the necessary TCP/UDP ports in the configuration.\nd.\tRemove all unnecessary user accounts.\ne.\tRestrict traffic by firewall.\nf.\tAllow the traffic only from/to necessary hosts\u0027 IP addresses (i.e., define both source and destination in the firewall rules, where possible).\ng.\tDefine client IP address as allowed address in SCADA communication protocols, if such configuration is supported.\nh.\tRemove or deactivate all unused processes, communication ports and services, where possible.\ni.\tUse physical access controls to the system installations (e.g., to server rooms and device cabinets). \n\n",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.2,
"environmentalSeverity": "HIGH",
"exploitCodeMaturity": "PROOF_OF_CONCEPT",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"remediationLevel": "WORKAROUND",
"reportConfidence": "CONFIRMED",
"scope": "UNCHANGED",
"temporalScore": 7.2,
"temporalSeverity": "HIGH",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:W/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"title": "CVE-2023-35001"
},
{
"cve": "CVE-2023-3609",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "description",
"text": "A use-after-free vulnerability in the Linux kernel\u0027s net/sched: cls_u32 component can be exploited to achieve local user privilege escalation.",
"title": "CVE Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002"
]
},
"references": [
{
"category": "external",
"summary": "NVD - CVE-2023-3609",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3609"
}
],
"remediations": [
{
"category": "mitigation",
"details": "Mitigating factors describe conditions and circumstances that make an attack that exploits the vulnerability difficult or less likely to succeed. The following mitigations are recommended.\n\n1.\tObtain a cellular private access point (APN). A dedicated private cellular access point and respective SIM card subscriptions can be requested from your cellular service provider. This service doesn\u2019t expose the traffic between remote sites and main site to the internet but rather uses cellular operator\u2019s private wide area network (WAN). Therefore, the ARM600 wouldn\u2019t need open ports to the internet.\n\n2.\tAvoid exposing any system component to the internet. If, however, the ARM600 is exposed to the internet, only the VPN port should be opened towards the internet (e.g., Patrol management connections can be configured to use VPN tunnel and remote administration connections can be implemented by using OpenVPN PC-client).\n\n4.\tPerform firewall configuration by the \"allowlisting\" principle, i.e., explicitly allowing only the required ports and protocols and blocking any other traffic.\n\n\n6.\tIf the internet is used as a WAN media for carrying VPN tunnels, use Demilitarized Zone (DMZ) for terminating connections from the internet (i.e., the remote connections should terminate to the DMZ network, which would be segregated from other networks by a firewall. The ARM600 server would be located into this DMZ).\n\n7.\tChange the default user credentials of ARM600 and Arctic wireless gateways into non-defaults and use complex non-guessable passwords with special characters. Do not reuse passwords within the system.\n\n\n8.\tUse administrator (i.e., root user) privileges only when required by the task.\n\n\n9.\tSupporting systems, such as PCs used for configuration, should be frequently updated. If possible, use dedicated site PCs for upgrading and engineering purposes. At minimum, PCs should be investigated by running a full virus scan with recently updated signature files before introducing the PC to the OT system. \n\nAny data, such as device configurations and firmware update files transferred to the Arctic system should be virus scanned prior to transferring.\n\n\n10.\tIntroduce a backup policy, which will ensure periodical backups and backup revision numbering. Consider the following:\na.\tCheck that the entire system has backups available from all applicable parts.\nb.\tStore the backups in a safe place (e.g. in an encrypted storage), restricted by role-based access control mechanisms.\nc.\tEnsure the security of the configuration PCs that may have local copies of device configurations.\nd.\tValidate the backups to make sure that they\u2019re working.\n\n\n11.\tFollow cyber security best practices for installation, operation, and decommissioning as described in the product\u2019s Cyber Security Deployment Guideline and User Manual.\n\n\n12.\tUse continuous monitoring (e.g., intrusion detection/prevention tools) to detect anomalies in the system\n\n\n13.\tConsider hardening the system according to the following:\na.\tRemove any unnecessary communication links in the system.\nb.\tIf possible, close unused physical ports.\nc.\tOpen only the necessary TCP/UDP ports in the configuration.\nd.\tRemove all unnecessary user accounts.\ne.\tRestrict traffic by firewall.\nf.\tAllow the traffic only from/to necessary hosts\u0027 IP addresses (i.e., define both source and destination in the firewall rules, where possible).\ng.\tDefine client IP address as allowed address in SCADA communication protocols, if such configuration is supported.\nh.\tRemove or deactivate all unused processes, communication ports and services, where possible.\ni.\tUse physical access controls to the system installations (e.g., to server rooms and device cabinets). \n\n",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.2,
"environmentalSeverity": "HIGH",
"exploitCodeMaturity": "PROOF_OF_CONCEPT",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"remediationLevel": "WORKAROUND",
"reportConfidence": "CONFIRMED",
"scope": "UNCHANGED",
"temporalScore": 7.2,
"temporalSeverity": "HIGH",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:W/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"title": "CVE-2023-3609"
},
{
"cve": "CVE-2023-42753",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "description",
"text": "A missing netfilter macro could lead to a miscalculation of the `h-\u003enets` array offset, providing attack-ers with the primitive to arbitrarily increment/decrement a memory buffer out-of-bounds. This vulnerability may allow a local user to crash the system or potentially escalate their privileges.",
"title": "CVE Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002"
]
},
"references": [
{
"category": "external",
"summary": "NVD - CVE-2023-42753",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-42753"
}
],
"remediations": [
{
"category": "mitigation",
"details": "Mitigating factors describe conditions and circumstances that make an attack that exploits the vulnerability difficult or less likely to succeed. The following mitigations are recommended.\n\n1.\tObtain a cellular private access point (APN). A dedicated private cellular access point and respective SIM card subscriptions can be requested from your cellular service provider. This service doesn\u2019t expose the traffic between remote sites and main site to the internet but rather uses cellular operator\u2019s private wide area network (WAN). Therefore, the ARM600 wouldn\u2019t need open ports to the internet.\n\n2.\tAvoid exposing any system component to the internet. If, however, the ARM600 is exposed to the internet, only the VPN port should be opened towards the internet (e.g., Patrol management connections can be configured to use VPN tunnel and remote administration connections can be implemented by using OpenVPN PC-client).\n\n4.\tPerform firewall configuration by the \"allowlisting\" principle, i.e., explicitly allowing only the required ports and protocols and blocking any other traffic.\n\n\n6.\tIf the internet is used as a WAN media for carrying VPN tunnels, use Demilitarized Zone (DMZ) for terminating connections from the internet (i.e., the remote connections should terminate to the DMZ network, which would be segregated from other networks by a firewall. The ARM600 server would be located into this DMZ).\n\n7.\tChange the default user credentials of ARM600 and Arctic wireless gateways into non-defaults and use complex non-guessable passwords with special characters. Do not reuse passwords within the system.\n\n\n8.\tUse administrator (i.e., root user) privileges only when required by the task.\n\n\n9.\tSupporting systems, such as PCs used for configuration, should be frequently updated. If possible, use dedicated site PCs for upgrading and engineering purposes. At minimum, PCs should be investigated by running a full virus scan with recently updated signature files before introducing the PC to the OT system. \n\nAny data, such as device configurations and firmware update files transferred to the Arctic system should be virus scanned prior to transferring.\n\n\n10.\tIntroduce a backup policy, which will ensure periodical backups and backup revision numbering. Consider the following:\na.\tCheck that the entire system has backups available from all applicable parts.\nb.\tStore the backups in a safe place (e.g. in an encrypted storage), restricted by role-based access control mechanisms.\nc.\tEnsure the security of the configuration PCs that may have local copies of device configurations.\nd.\tValidate the backups to make sure that they\u2019re working.\n\n\n11.\tFollow cyber security best practices for installation, operation, and decommissioning as described in the product\u2019s Cyber Security Deployment Guideline and User Manual.\n\n\n12.\tUse continuous monitoring (e.g., intrusion detection/prevention tools) to detect anomalies in the system\n\n\n13.\tConsider hardening the system according to the following:\na.\tRemove any unnecessary communication links in the system.\nb.\tIf possible, close unused physical ports.\nc.\tOpen only the necessary TCP/UDP ports in the configuration.\nd.\tRemove all unnecessary user accounts.\ne.\tRestrict traffic by firewall.\nf.\tAllow the traffic only from/to necessary hosts\u0027 IP addresses (i.e., define both source and destination in the firewall rules, where possible).\ng.\tDefine client IP address as allowed address in SCADA communication protocols, if such configuration is supported.\nh.\tRemove or deactivate all unused processes, communication ports and services, where possible.\ni.\tUse physical access controls to the system installations (e.g., to server rooms and device cabinets). \n\n",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.2,
"environmentalSeverity": "HIGH",
"exploitCodeMaturity": "PROOF_OF_CONCEPT",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"remediationLevel": "WORKAROUND",
"reportConfidence": "CONFIRMED",
"scope": "UNCHANGED",
"temporalScore": 7.2,
"temporalSeverity": "HIGH",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:W/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"title": "CVE-2023-42753"
},
{
"cve": "CVE-2022-42898",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"notes": [
{
"category": "description",
"text": "PAC parsing in krb5 has integer overflows that may lead to denial of service.",
"title": "CVE Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002"
]
},
"references": [
{
"category": "external",
"summary": "NVD - cve-2022-42898",
"url": "https://nvd.nist.gov/vuln/detail/cve-2022-42898"
}
],
"remediations": [
{
"category": "mitigation",
"details": "Mitigating factors describe conditions and circumstances that make an attack that exploits the vulnerability difficult or less likely to succeed. The following mitigations are recommended.\n\n1.\tObtain a cellular private access point (APN). A dedicated private cellular access point and respective SIM card subscriptions can be requested from your cellular service provider. This service doesn\u2019t expose the traffic between remote sites and main site to the internet but rather uses cellular operator\u2019s private wide area network (WAN). Therefore, the ARM600 wouldn\u2019t need open ports to the internet.\n\n2.\tAvoid exposing any system component to the internet. If, however, the ARM600 is exposed to the internet, only the VPN port should be opened towards the internet (e.g., Patrol management connections can be configured to use VPN tunnel and remote administration connections can be implemented by using OpenVPN PC-client).\n\n4.\tPerform firewall configuration by the \"allowlisting\" principle, i.e., explicitly allowing only the required ports and protocols and blocking any other traffic.\n\n\n6.\tIf the internet is used as a WAN media for carrying VPN tunnels, use Demilitarized Zone (DMZ) for terminating connections from the internet (i.e., the remote connections should terminate to the DMZ network, which would be segregated from other networks by a firewall. The ARM600 server would be located into this DMZ).\n\n7.\tChange the default user credentials of ARM600 and Arctic wireless gateways into non-defaults and use complex non-guessable passwords with special characters. Do not reuse passwords within the system.\n\n\n8.\tUse administrator (i.e., root user) privileges only when required by the task.\n\n\n9.\tSupporting systems, such as PCs used for configuration, should be frequently updated. If possible, use dedicated site PCs for upgrading and engineering purposes. At minimum, PCs should be investigated by running a full virus scan with recently updated signature files before introducing the PC to the OT system. \n\nAny data, such as device configurations and firmware update files transferred to the Arctic system should be virus scanned prior to transferring.\n\n\n10.\tIntroduce a backup policy, which will ensure periodical backups and backup revision numbering. Consider the following:\na.\tCheck that the entire system has backups available from all applicable parts.\nb.\tStore the backups in a safe place (e.g. in an encrypted storage), restricted by role-based access control mechanisms.\nc.\tEnsure the security of the configuration PCs that may have local copies of device configurations.\nd.\tValidate the backups to make sure that they\u2019re working.\n\n\n11.\tFollow cyber security best practices for installation, operation, and decommissioning as described in the product\u2019s Cyber Security Deployment Guideline and User Manual.\n\n\n12.\tUse continuous monitoring (e.g., intrusion detection/prevention tools) to detect anomalies in the system\n\n\n13.\tConsider hardening the system according to the following:\na.\tRemove any unnecessary communication links in the system.\nb.\tIf possible, close unused physical ports.\nc.\tOpen only the necessary TCP/UDP ports in the configuration.\nd.\tRemove all unnecessary user accounts.\ne.\tRestrict traffic by firewall.\nf.\tAllow the traffic only from/to necessary hosts\u0027 IP addresses (i.e., define both source and destination in the firewall rules, where possible).\ng.\tDefine client IP address as allowed address in SCADA communication protocols, if such configuration is supported.\nh.\tRemove or deactivate all unused processes, communication ports and services, where possible.\ni.\tUse physical access controls to the system installations (e.g., to server rooms and device cabinets). \n\n",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.3,
"environmentalSeverity": "HIGH",
"exploitCodeMaturity": "PROOF_OF_CONCEPT",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"remediationLevel": "WORKAROUND",
"reportConfidence": "CONFIRMED",
"scope": "UNCHANGED",
"temporalScore": 7.3,
"temporalSeverity": "HIGH",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H/E:P/RL:W/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"title": "CVE-2022-42898"
},
{
"cve": "CVE-2020-22218",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "description",
"text": "An issue was discovered in function _libssh2_packet_add in libssh2 that allows attackers to access out of bounds memory. This could lead to a system crash by authenticated attacker.",
"title": "CVE Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002"
]
},
"references": [
{
"category": "external",
"summary": "NVD- CVE-2020-22218",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-22218"
}
],
"remediations": [
{
"category": "mitigation",
"details": "Mitigating factors describe conditions and circumstances that make an attack that exploits the vulnerability difficult or less likely to succeed. The following mitigations are recommended.\n\n1.\tObtain a cellular private access point (APN). A dedicated private cellular access point and respective SIM card subscriptions can be requested from your cellular service provider. This service doesn\u2019t expose the traffic between remote sites and main site to the internet but rather uses cellular operator\u2019s private wide area network (WAN). Therefore, the ARM600 wouldn\u2019t need open ports to the internet.\n\n2.\tAvoid exposing any system component to the internet. If, however, the ARM600 is exposed to the internet, only the VPN port should be opened towards the internet (e.g., Patrol management connections can be configured to use VPN tunnel and remote administration connections can be implemented by using OpenVPN PC-client).\n\n4.\tPerform firewall configuration by the \"allowlisting\" principle, i.e., explicitly allowing only the required ports and protocols and blocking any other traffic.\n\n\n6.\tIf the internet is used as a WAN media for carrying VPN tunnels, use Demilitarized Zone (DMZ) for terminating connections from the internet (i.e., the remote connections should terminate to the DMZ network, which would be segregated from other networks by a firewall. The ARM600 server would be located into this DMZ).\n\n7.\tChange the default user credentials of ARM600 and Arctic wireless gateways into non-defaults and use complex non-guessable passwords with special characters. Do not reuse passwords within the system.\n\n\n8.\tUse administrator (i.e., root user) privileges only when required by the task.\n\n\n9.\tSupporting systems, such as PCs used for configuration, should be frequently updated. If possible, use dedicated site PCs for upgrading and engineering purposes. At minimum, PCs should be investigated by running a full virus scan with recently updated signature files before introducing the PC to the OT system. \n\nAny data, such as device configurations and firmware update files transferred to the Arctic system should be virus scanned prior to transferring.\n\n\n10.\tIntroduce a backup policy, which will ensure periodical backups and backup revision numbering. Consider the following:\na.\tCheck that the entire system has backups available from all applicable parts.\nb.\tStore the backups in a safe place (e.g. in an encrypted storage), restricted by role-based access control mechanisms.\nc.\tEnsure the security of the configuration PCs that may have local copies of device configurations.\nd.\tValidate the backups to make sure that they\u2019re working.\n\n\n11.\tFollow cyber security best practices for installation, operation, and decommissioning as described in the product\u2019s Cyber Security Deployment Guideline and User Manual.\n\n\n12.\tUse continuous monitoring (e.g., intrusion detection/prevention tools) to detect anomalies in the system\n\n\n13.\tConsider hardening the system according to the following:\na.\tRemove any unnecessary communication links in the system.\nb.\tIf possible, close unused physical ports.\nc.\tOpen only the necessary TCP/UDP ports in the configuration.\nd.\tRemove all unnecessary user accounts.\ne.\tRestrict traffic by firewall.\nf.\tAllow the traffic only from/to necessary hosts\u0027 IP addresses (i.e., define both source and destination in the firewall rules, where possible).\ng.\tDefine client IP address as allowed address in SCADA communication protocols, if such configuration is supported.\nh.\tRemove or deactivate all unused processes, communication ports and services, where possible.\ni.\tUse physical access controls to the system installations (e.g., to server rooms and device cabinets). \n\n",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"environmentalScore": 6,
"environmentalSeverity": "MEDIUM",
"exploitCodeMaturity": "PROOF_OF_CONCEPT",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"remediationLevel": "WORKAROUND",
"reportConfidence": "CONFIRMED",
"scope": "UNCHANGED",
"temporalScore": 6,
"temporalSeverity": "MEDIUM",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:W/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"title": "CVE-2020-22218"
},
{
"cve": "CVE-2023-0286",
"cwe": {
"id": "CWE-843",
"name": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)"
},
"notes": [
{
"category": "description",
"text": "X.400 addresses were parsed as an ASN1_STRING but the public structure definition for GENERAL_NAME incorrectly specified the type of the x400Address field as ASN1_TYPE. When CRL checking is enabled, this vulnerability may allow an attacker to pass arbitrary pointers to a memcmp call, enabling them to read memory contents or enact a denial of service.",
"title": "CVE Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002"
]
},
"references": [
{
"category": "external",
"summary": "NVD- CVE-2023-0286",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0286"
}
],
"remediations": [
{
"category": "mitigation",
"details": "Mitigating factors describe conditions and circumstances that make an attack that exploits the vulnerability difficult or less likely to succeed. The following mitigations are recommended.\n\n1.\tObtain a cellular private access point (APN). A dedicated private cellular access point and respective SIM card subscriptions can be requested from your cellular service provider. This service doesn\u2019t expose the traffic between remote sites and main site to the internet but rather uses cellular operator\u2019s private wide area network (WAN). Therefore, the ARM600 wouldn\u2019t need open ports to the internet.\n\n2.\tAvoid exposing any system component to the internet. If, however, the ARM600 is exposed to the internet, only the VPN port should be opened towards the internet (e.g., Patrol management connections can be configured to use VPN tunnel and remote administration connections can be implemented by using OpenVPN PC-client).\n\n4.\tPerform firewall configuration by the \"allowlisting\" principle, i.e., explicitly allowing only the required ports and protocols and blocking any other traffic.\n\n\n6.\tIf the internet is used as a WAN media for carrying VPN tunnels, use Demilitarized Zone (DMZ) for terminating connections from the internet (i.e., the remote connections should terminate to the DMZ network, which would be segregated from other networks by a firewall. The ARM600 server would be located into this DMZ).\n\n7.\tChange the default user credentials of ARM600 and Arctic wireless gateways into non-defaults and use complex non-guessable passwords with special characters. Do not reuse passwords within the system.\n\n\n8.\tUse administrator (i.e., root user) privileges only when required by the task.\n\n\n9.\tSupporting systems, such as PCs used for configuration, should be frequently updated. If possible, use dedicated site PCs for upgrading and engineering purposes. At minimum, PCs should be investigated by running a full virus scan with recently updated signature files before introducing the PC to the OT system. \n\nAny data, such as device configurations and firmware update files transferred to the Arctic system should be virus scanned prior to transferring.\n\n\n10.\tIntroduce a backup policy, which will ensure periodical backups and backup revision numbering. Consider the following:\na.\tCheck that the entire system has backups available from all applicable parts.\nb.\tStore the backups in a safe place (e.g. in an encrypted storage), restricted by role-based access control mechanisms.\nc.\tEnsure the security of the configuration PCs that may have local copies of device configurations.\nd.\tValidate the backups to make sure that they\u2019re working.\n\n\n11.\tFollow cyber security best practices for installation, operation, and decommissioning as described in the product\u2019s Cyber Security Deployment Guideline and User Manual.\n\n\n12.\tUse continuous monitoring (e.g., intrusion detection/prevention tools) to detect anomalies in the system\n\n\n13.\tConsider hardening the system according to the following:\na.\tRemove any unnecessary communication links in the system.\nb.\tIf possible, close unused physical ports.\nc.\tOpen only the necessary TCP/UDP ports in the configuration.\nd.\tRemove all unnecessary user accounts.\ne.\tRestrict traffic by firewall.\nf.\tAllow the traffic only from/to necessary hosts\u0027 IP addresses (i.e., define both source and destination in the firewall rules, where possible).\ng.\tDefine client IP address as allowed address in SCADA communication protocols, if such configuration is supported.\nh.\tRemove or deactivate all unused processes, communication ports and services, where possible.\ni.\tUse physical access controls to the system installations (e.g., to server rooms and device cabinets). \n\n",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"environmentalScore": 5.9,
"environmentalSeverity": "MEDIUM",
"exploitCodeMaturity": "PROOF_OF_CONCEPT",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"remediationLevel": "WORKAROUND",
"reportConfidence": "CONFIRMED",
"scope": "UNCHANGED",
"temporalScore": 5.9,
"temporalSeverity": "MEDIUM",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:N/A:H/E:P/RL:W/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"title": "CVE-2023-0286"
},
{
"cve": "CVE-2023-24329",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "description",
"text": "An issue in the urllib.parse component of Python allows attackers to bypass blocklisting methods by supplying a URL that starts with blank characters. Successful exploitation of this vulnerability could lead to addition or modification of data by an authenticated attacker.",
"title": "CVE Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002"
]
},
"references": [
{
"category": "external",
"summary": "NVD - CVE-2023-24329",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24329"
}
],
"remediations": [
{
"category": "mitigation",
"details": "Mitigating factors describe conditions and circumstances that make an attack that exploits the vulnerability difficult or less likely to succeed. The following mitigations are recommended.\n\n1.\tObtain a cellular private access point (APN). A dedicated private cellular access point and respective SIM card subscriptions can be requested from your cellular service provider. This service doesn\u2019t expose the traffic between remote sites and main site to the internet but rather uses cellular operator\u2019s private wide area network (WAN). Therefore, the ARM600 wouldn\u2019t need open ports to the internet.\n\n2.\tAvoid exposing any system component to the internet. If, however, the ARM600 is exposed to the internet, only the VPN port should be opened towards the internet (e.g., Patrol management connections can be configured to use VPN tunnel and remote administration connections can be implemented by using OpenVPN PC-client).\n\n4.\tPerform firewall configuration by the \"allowlisting\" principle, i.e., explicitly allowing only the required ports and protocols and blocking any other traffic.\n\n\n6.\tIf the internet is used as a WAN media for carrying VPN tunnels, use Demilitarized Zone (DMZ) for terminating connections from the internet (i.e., the remote connections should terminate to the DMZ network, which would be segregated from other networks by a firewall. The ARM600 server would be located into this DMZ).\n\n7.\tChange the default user credentials of ARM600 and Arctic wireless gateways into non-defaults and use complex non-guessable passwords with special characters. Do not reuse passwords within the system.\n\n\n8.\tUse administrator (i.e., root user) privileges only when required by the task.\n\n\n9.\tSupporting systems, such as PCs used for configuration, should be frequently updated. If possible, use dedicated site PCs for upgrading and engineering purposes. At minimum, PCs should be investigated by running a full virus scan with recently updated signature files before introducing the PC to the OT system. \n\nAny data, such as device configurations and firmware update files transferred to the Arctic system should be virus scanned prior to transferring.\n\n\n10.\tIntroduce a backup policy, which will ensure periodical backups and backup revision numbering. Consider the following:\na.\tCheck that the entire system has backups available from all applicable parts.\nb.\tStore the backups in a safe place (e.g. in an encrypted storage), restricted by role-based access control mechanisms.\nc.\tEnsure the security of the configuration PCs that may have local copies of device configurations.\nd.\tValidate the backups to make sure that they\u2019re working.\n\n\n11.\tFollow cyber security best practices for installation, operation, and decommissioning as described in the product\u2019s Cyber Security Deployment Guideline and User Manual.\n\n\n12.\tUse continuous monitoring (e.g., intrusion detection/prevention tools) to detect anomalies in the system\n\n\n13.\tConsider hardening the system according to the following:\na.\tRemove any unnecessary communication links in the system.\nb.\tIf possible, close unused physical ports.\nc.\tOpen only the necessary TCP/UDP ports in the configuration.\nd.\tRemove all unnecessary user accounts.\ne.\tRestrict traffic by firewall.\nf.\tAllow the traffic only from/to necessary hosts\u0027 IP addresses (i.e., define both source and destination in the firewall rules, where possible).\ng.\tDefine client IP address as allowed address in SCADA communication protocols, if such configuration is supported.\nh.\tRemove or deactivate all unused processes, communication ports and services, where possible.\ni.\tUse physical access controls to the system installations (e.g., to server rooms and device cabinets). \n\n",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"environmentalScore": 6,
"environmentalSeverity": "MEDIUM",
"exploitCodeMaturity": "PROOF_OF_CONCEPT",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"remediationLevel": "WORKAROUND",
"reportConfidence": "CONFIRMED",
"scope": "UNCHANGED",
"temporalScore": 6,
"temporalSeverity": "MEDIUM",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N/E:P/RL:W/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"title": "CVE-2023-24329"
},
{
"cve": "CVE-2022-29154",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "description",
"text": "Remote arbitrary files write inside the directories of connecting peers. A malicious rsync server can overwrite arbitrary files in the rsync client target directory and subdirectories.",
"title": "CVE Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002"
]
},
"references": [
{
"category": "external",
"summary": "NVD- CVE-2022-29154",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-29154"
}
],
"remediations": [
{
"category": "mitigation",
"details": "Mitigating factors describe conditions and circumstances that make an attack that exploits the vulnerability difficult or less likely to succeed. The following mitigations are recommended.\n\n1.\tObtain a cellular private access point (APN). A dedicated private cellular access point and respective SIM card subscriptions can be requested from your cellular service provider. This service doesn\u2019t expose the traffic between remote sites and main site to the internet but rather uses cellular operator\u2019s private wide area network (WAN). Therefore, the ARM600 wouldn\u2019t need open ports to the internet.\n\n2.\tAvoid exposing any system component to the internet. If, however, the ARM600 is exposed to the internet, only the VPN port should be opened towards the internet (e.g., Patrol management connections can be configured to use VPN tunnel and remote administration connections can be implemented by using OpenVPN PC-client).\n\n4.\tPerform firewall configuration by the \"allowlisting\" principle, i.e., explicitly allowing only the required ports and protocols and blocking any other traffic.\n\n\n6.\tIf the internet is used as a WAN media for carrying VPN tunnels, use Demilitarized Zone (DMZ) for terminating connections from the internet (i.e., the remote connections should terminate to the DMZ network, which would be segregated from other networks by a firewall. The ARM600 server would be located into this DMZ).\n\n7.\tChange the default user credentials of ARM600 and Arctic wireless gateways into non-defaults and use complex non-guessable passwords with special characters. Do not reuse passwords within the system.\n\n\n8.\tUse administrator (i.e., root user) privileges only when required by the task.\n\n\n9.\tSupporting systems, such as PCs used for configuration, should be frequently updated. If possible, use dedicated site PCs for upgrading and engineering purposes. At minimum, PCs should be investigated by running a full virus scan with recently updated signature files before introducing the PC to the OT system. \n\nAny data, such as device configurations and firmware update files transferred to the Arctic system should be virus scanned prior to transferring.\n\n\n10.\tIntroduce a backup policy, which will ensure periodical backups and backup revision numbering. Consider the following:\na.\tCheck that the entire system has backups available from all applicable parts.\nb.\tStore the backups in a safe place (e.g. in an encrypted storage), restricted by role-based access control mechanisms.\nc.\tEnsure the security of the configuration PCs that may have local copies of device configurations.\nd.\tValidate the backups to make sure that they\u2019re working.\n\n\n11.\tFollow cyber security best practices for installation, operation, and decommissioning as described in the product\u2019s Cyber Security Deployment Guideline and User Manual.\n\n\n12.\tUse continuous monitoring (e.g., intrusion detection/prevention tools) to detect anomalies in the system\n\n\n13.\tConsider hardening the system according to the following:\na.\tRemove any unnecessary communication links in the system.\nb.\tIf possible, close unused physical ports.\nc.\tOpen only the necessary TCP/UDP ports in the configuration.\nd.\tRemove all unnecessary user accounts.\ne.\tRestrict traffic by firewall.\nf.\tAllow the traffic only from/to necessary hosts\u0027 IP addresses (i.e., define both source and destination in the firewall rules, where possible).\ng.\tDefine client IP address as allowed address in SCADA communication protocols, if such configuration is supported.\nh.\tRemove or deactivate all unused processes, communication ports and services, where possible.\ni.\tUse physical access controls to the system installations (e.g., to server rooms and device cabinets). \n\n",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"environmentalScore": 6.3,
"environmentalSeverity": "MEDIUM",
"exploitCodeMaturity": "PROOF_OF_CONCEPT",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"remediationLevel": "WORKAROUND",
"reportConfidence": "CONFIRMED",
"scope": "UNCHANGED",
"temporalScore": 6.3,
"temporalSeverity": "MEDIUM",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:H/E:P/RL:W/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"title": "CVE-2022-29154"
},
{
"cve": "CVE-2023-22809",
"cwe": {
"id": "CWE-269",
"name": "Improper Privilege Management"
},
"notes": [
{
"category": "description",
"text": "The sudoedit (aka -e) feature mishandles extra arguments passed in the user-provided environment variables (SUDO_EDITOR, VISUAL, and EDITOR), allowing a local attacker to append arbitrary entries to the list of files to process. This could lead to privilege escalation.",
"title": "CVE Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002"
]
},
"references": [
{
"category": "external",
"summary": "NVD - CVE-2023-22809",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-22809"
}
],
"remediations": [
{
"category": "mitigation",
"details": "Mitigating factors describe conditions and circumstances that make an attack that exploits the vulnerability difficult or less likely to succeed. The following mitigations are recommended.\n\n1.\tObtain a cellular private access point (APN). A dedicated private cellular access point and respective SIM card subscriptions can be requested from your cellular service provider. This service doesn\u2019t expose the traffic between remote sites and main site to the internet but rather uses cellular operator\u2019s private wide area network (WAN). Therefore, the ARM600 wouldn\u2019t need open ports to the internet.\n\n2.\tAvoid exposing any system component to the internet. If, however, the ARM600 is exposed to the internet, only the VPN port should be opened towards the internet (e.g., Patrol management connections can be configured to use VPN tunnel and remote administration connections can be implemented by using OpenVPN PC-client).\n\n4.\tPerform firewall configuration by the \"allowlisting\" principle, i.e., explicitly allowing only the required ports and protocols and blocking any other traffic.\n\n\n6.\tIf the internet is used as a WAN media for carrying VPN tunnels, use Demilitarized Zone (DMZ) for terminating connections from the internet (i.e., the remote connections should terminate to the DMZ network, which would be segregated from other networks by a firewall. The ARM600 server would be located into this DMZ).\n\n7.\tChange the default user credentials of ARM600 and Arctic wireless gateways into non-defaults and use complex non-guessable passwords with special characters. Do not reuse passwords within the system.\n\n\n8.\tUse administrator (i.e., root user) privileges only when required by the task.\n\n\n9.\tSupporting systems, such as PCs used for configuration, should be frequently updated. If possible, use dedicated site PCs for upgrading and engineering purposes. At minimum, PCs should be investigated by running a full virus scan with recently updated signature files before introducing the PC to the OT system. \n\nAny data, such as device configurations and firmware update files transferred to the Arctic system should be virus scanned prior to transferring.\n\n\n10.\tIntroduce a backup policy, which will ensure periodical backups and backup revision numbering. Consider the following:\na.\tCheck that the entire system has backups available from all applicable parts.\nb.\tStore the backups in a safe place (e.g. in an encrypted storage), restricted by role-based access control mechanisms.\nc.\tEnsure the security of the configuration PCs that may have local copies of device configurations.\nd.\tValidate the backups to make sure that they\u2019re working.\n\n\n11.\tFollow cyber security best practices for installation, operation, and decommissioning as described in the product\u2019s Cyber Security Deployment Guideline and User Manual.\n\n\n12.\tUse continuous monitoring (e.g., intrusion detection/prevention tools) to detect anomalies in the system\n\n\n13.\tConsider hardening the system according to the following:\na.\tRemove any unnecessary communication links in the system.\nb.\tIf possible, close unused physical ports.\nc.\tOpen only the necessary TCP/UDP ports in the configuration.\nd.\tRemove all unnecessary user accounts.\ne.\tRestrict traffic by firewall.\nf.\tAllow the traffic only from/to necessary hosts\u0027 IP addresses (i.e., define both source and destination in the firewall rules, where possible).\ng.\tDefine client IP address as allowed address in SCADA communication protocols, if such configuration is supported.\nh.\tRemove or deactivate all unused processes, communication ports and services, where possible.\ni.\tUse physical access controls to the system installations (e.g., to server rooms and device cabinets). \n\n",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.2,
"environmentalSeverity": "HIGH",
"exploitCodeMaturity": "PROOF_OF_CONCEPT",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"remediationLevel": "WORKAROUND",
"reportConfidence": "CONFIRMED",
"scope": "UNCHANGED",
"temporalScore": 7.2,
"temporalSeverity": "HIGH",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:W/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"title": "CVE-2023-22809"
},
{
"cve": "CVE-2022-25147",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"notes": [
{
"category": "description",
"text": "Apache portable runtime utility issue may allow a malicious attacker to cause an out-of-bounds write due to an integer overflow when encoding/decoding a very long string using the base64 family of functions. This could lead to modification of data or denial of service.",
"title": "CVE Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002"
]
},
"references": [
{
"category": "external",
"summary": "NVD - CVE-2022-25147",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-25147"
}
],
"remediations": [
{
"category": "mitigation",
"details": "Mitigating factors describe conditions and circumstances that make an attack that exploits the vulnerability difficult or less likely to succeed. The following mitigations are recommended.\n\n1.\tObtain a cellular private access point (APN). A dedicated private cellular access point and respective SIM card subscriptions can be requested from your cellular service provider. This service doesn\u2019t expose the traffic between remote sites and main site to the internet but rather uses cellular operator\u2019s private wide area network (WAN). Therefore, the ARM600 wouldn\u2019t need open ports to the internet.\n\n2.\tAvoid exposing any system component to the internet. If, however, the ARM600 is exposed to the internet, only the VPN port should be opened towards the internet (e.g., Patrol management connections can be configured to use VPN tunnel and remote administration connections can be implemented by using OpenVPN PC-client).\n\n4.\tPerform firewall configuration by the \"allowlisting\" principle, i.e., explicitly allowing only the required ports and protocols and blocking any other traffic.\n\n\n6.\tIf the internet is used as a WAN media for carrying VPN tunnels, use Demilitarized Zone (DMZ) for terminating connections from the internet (i.e., the remote connections should terminate to the DMZ network, which would be segregated from other networks by a firewall. The ARM600 server would be located into this DMZ).\n\n7.\tChange the default user credentials of ARM600 and Arctic wireless gateways into non-defaults and use complex non-guessable passwords with special characters. Do not reuse passwords within the system.\n\n\n8.\tUse administrator (i.e., root user) privileges only when required by the task.\n\n\n9.\tSupporting systems, such as PCs used for configuration, should be frequently updated. If possible, use dedicated site PCs for upgrading and engineering purposes. At minimum, PCs should be investigated by running a full virus scan with recently updated signature files before introducing the PC to the OT system. \n\nAny data, such as device configurations and firmware update files transferred to the Arctic system should be virus scanned prior to transferring.\n\n\n10.\tIntroduce a backup policy, which will ensure periodical backups and backup revision numbering. Consider the following:\na.\tCheck that the entire system has backups available from all applicable parts.\nb.\tStore the backups in a safe place (e.g. in an encrypted storage), restricted by role-based access control mechanisms.\nc.\tEnsure the security of the configuration PCs that may have local copies of device configurations.\nd.\tValidate the backups to make sure that they\u2019re working.\n\n\n11.\tFollow cyber security best practices for installation, operation, and decommissioning as described in the product\u2019s Cyber Security Deployment Guideline and User Manual.\n\n\n12.\tUse continuous monitoring (e.g., intrusion detection/prevention tools) to detect anomalies in the system\n\n\n13.\tConsider hardening the system according to the following:\na.\tRemove any unnecessary communication links in the system.\nb.\tIf possible, close unused physical ports.\nc.\tOpen only the necessary TCP/UDP ports in the configuration.\nd.\tRemove all unnecessary user accounts.\ne.\tRestrict traffic by firewall.\nf.\tAllow the traffic only from/to necessary hosts\u0027 IP addresses (i.e., define both source and destination in the firewall rules, where possible).\ng.\tDefine client IP address as allowed address in SCADA communication protocols, if such configuration is supported.\nh.\tRemove or deactivate all unused processes, communication ports and services, where possible.\ni.\tUse physical access controls to the system installations (e.g., to server rooms and device cabinets). \n\n",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"environmentalScore": 6,
"environmentalSeverity": "MEDIUM",
"exploitCodeMaturity": "PROOF_OF_CONCEPT",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"remediationLevel": "WORKAROUND",
"reportConfidence": "CONFIRMED",
"scope": "UNCHANGED",
"temporalScore": 6,
"temporalSeverity": "MEDIUM",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L/E:P/RL:W/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"title": "CVE-2022-25147"
},
{
"cve": "CVE-2021-25220",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"notes": [
{
"category": "description",
"text": "When using forwarders, bogus NS records supplied by, or via, those forwarders may be cached and used by named if it needs to recurse for any reason, causing it to obtain and pass on potentially incor-rect answers. This could cause DNS cache poisoning that could potentially lead to a denial of service and information disclosure by an authenticated attacker.",
"title": "CVE Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002"
]
},
"references": [
{
"category": "external",
"summary": "NVD- CVE-2021-25220",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-25220"
}
],
"remediations": [
{
"category": "mitigation",
"details": "\nMitigating factors describe conditions and circumstances that make an attack that exploits the vulnerability difficult or less likely to succeed. The following mitigations are recommended.\n\n3.\tARM600 system is by default not dependent on the name service (DNS). If name service is not used in the system, the name service port (TCP/UDP port 53) can be blocked by a firewall.\n\n\nRefer to section General security recommendations for additional advice on how to keep your system secure.\n",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"environmentalScore": 6.3,
"environmentalSeverity": "MEDIUM",
"exploitCodeMaturity": "PROOF_OF_CONCEPT",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"remediationLevel": "WORKAROUND",
"reportConfidence": "CONFIRMED",
"scope": "CHANGED",
"temporalScore": 6.3,
"temporalSeverity": "MEDIUM",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:N/I:H/A:N/E:P/RL:W/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"title": "CVE-2021-25220"
},
{
"cve": "CVE-2022-2795",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "description",
"text": "Processing large delegations may severely degrade resolver performance effectively denying legitimate clients access to the DNS resolution service. This could cause a denial-of-service conditions.",
"title": "CVE Descritpion"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002"
]
},
"references": [
{
"category": "external",
"summary": "NVD - CVE-2022-2795",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2795"
}
],
"remediations": [
{
"category": "mitigation",
"details": "\nMitigating factors describe conditions and circumstances that make an attack that exploits the vulnerability difficult or less likely to succeed. The following mitigations are recommended.\n\n3.\tARM600 system is by default not dependent on the name service (DNS). If name service is not used in the system, the name service port (TCP/UDP port 53) can be blocked by a firewall.\n\n\nRefer to section General security recommendations for additional advice on how to keep your system secure.\n",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 2.7,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"environmentalScore": 2.5,
"environmentalSeverity": "LOW",
"exploitCodeMaturity": "PROOF_OF_CONCEPT",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"remediationLevel": "WORKAROUND",
"reportConfidence": "CONFIRMED",
"scope": "UNCHANGED",
"temporalScore": 2.5,
"temporalSeverity": "LOW",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:L/E:P/RL:W/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"title": "CVE-2022-2795"
},
{
"cve": "CVE-2022-43750",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "description",
"text": "drivers/usb/mon/mon_bin.c in usbmon in the Linux kernel allows a user-space client to corrupt the monitor\u0027s internal memory. This could lead to denial-of-service or information disclosure conditions by an authenticated attacker.",
"title": "CVE Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002"
]
},
"references": [
{
"category": "external",
"summary": "NVD- CVE-2022-43750",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-43750"
}
],
"remediations": [
{
"category": "mitigation",
"details": "Mitigating factors describe conditions and circumstances that make an attack that exploits the vulnerability difficult or less likely to succeed. The following mitigations are recommended.\n\n1.\tObtain a cellular private access point (APN). A dedicated private cellular access point and respective SIM card subscriptions can be requested from your cellular service provider. This service doesn\u2019t expose the traffic between remote sites and main site to the internet but rather uses cellular operator\u2019s private wide area network (WAN). Therefore, the ARM600 wouldn\u2019t need open ports to the internet.\n\n2.\tAvoid exposing any system component to the internet. If, however, the ARM600 is exposed to the internet, only the VPN port should be opened towards the internet (e.g., Patrol management connections can be configured to use VPN tunnel and remote administration connections can be implemented by using OpenVPN PC-client).\n\n4.\tPerform firewall configuration by the \"allowlisting\" principle, i.e., explicitly allowing only the required ports and protocols and blocking any other traffic.\n\n\n6.\tIf the internet is used as a WAN media for carrying VPN tunnels, use Demilitarized Zone (DMZ) for terminating connections from the internet (i.e., the remote connections should terminate to the DMZ network, which would be segregated from other networks by a firewall. The ARM600 server would be located into this DMZ).\n\n7.\tChange the default user credentials of ARM600 and Arctic wireless gateways into non-defaults and use complex non-guessable passwords with special characters. Do not reuse passwords within the system.\n\n\n8.\tUse administrator (i.e., root user) privileges only when required by the task.\n\n\n9.\tSupporting systems, such as PCs used for configuration, should be frequently updated. If possible, use dedicated site PCs for upgrading and engineering purposes. At minimum, PCs should be investigated by running a full virus scan with recently updated signature files before introducing the PC to the OT system. \n\nAny data, such as device configurations and firmware update files transferred to the Arctic system should be virus scanned prior to transferring.\n\n\n10.\tIntroduce a backup policy, which will ensure periodical backups and backup revision numbering. Consider the following:\na.\tCheck that the entire system has backups available from all applicable parts.\nb.\tStore the backups in a safe place (e.g. in an encrypted storage), restricted by role-based access control mechanisms.\nc.\tEnsure the security of the configuration PCs that may have local copies of device configurations.\nd.\tValidate the backups to make sure that they\u2019re working.\n\n\n11.\tFollow cyber security best practices for installation, operation, and decommissioning as described in the product\u2019s Cyber Security Deployment Guideline and User Manual.\n\n\n12.\tUse continuous monitoring (e.g., intrusion detection/prevention tools) to detect anomalies in the system\n\n\n13.\tConsider hardening the system according to the following:\na.\tRemove any unnecessary communication links in the system.\nb.\tIf possible, close unused physical ports.\nc.\tOpen only the necessary TCP/UDP ports in the configuration.\nd.\tRemove all unnecessary user accounts.\ne.\tRestrict traffic by firewall.\nf.\tAllow the traffic only from/to necessary hosts\u0027 IP addresses (i.e., define both source and destination in the firewall rules, where possible).\ng.\tDefine client IP address as allowed address in SCADA communication protocols, if such configuration is supported.\nh.\tRemove or deactivate all unused processes, communication ports and services, where possible.\ni.\tUse physical access controls to the system installations (e.g., to server rooms and device cabinets). \n\n",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"environmentalScore": 6.2,
"environmentalSeverity": "MEDIUM",
"exploitCodeMaturity": "PROOF_OF_CONCEPT",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"remediationLevel": "WORKAROUND",
"reportConfidence": "CONFIRMED",
"scope": "UNCHANGED",
"temporalScore": 6.2,
"temporalSeverity": "MEDIUM",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H/E:P/RL:W/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"title": "CVE-2022-43750"
},
{
"cve": "CVE-2023-20569",
"cwe": {
"id": "CWE-203",
"name": "Observable Discrepancy"
},
"notes": [
{
"category": "description",
"text": "Return Address Predictor vulnerability leading to information disclosure in certain AMD processors. This may result in speculative execution at an attacker-controlled\u202faddress, potentially leading to information disclosure. Note: ARM600 servers utilize Intel processors, but there may be ARM600 SW installations running in AMD processor environments.",
"title": "CVE Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002"
]
},
"references": [
{
"category": "external",
"summary": "NVD- CVE-2023-20569",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-20569"
}
],
"remediations": [
{
"category": "mitigation",
"details": "Mitigating factors describe conditions and circumstances that make an attack that exploits the vulnerability difficult or less likely to succeed. The following mitigations are recommended.\n\n\n14.\tIn ARM600SW installations, avoid servers with AMD processors vulnerable to the following: CVE-2021-26401, CVE-2023-20569 and CVE-2023-20593.\n\nRefer to section General security recommendations for additional advice on how to keep your system secure.\n",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"environmentalScore": 4.3,
"environmentalSeverity": "MEDIUM",
"exploitCodeMaturity": "PROOF_OF_CONCEPT",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"remediationLevel": "WORKAROUND",
"reportConfidence": "CONFIRMED",
"scope": "UNCHANGED",
"temporalScore": 4.3,
"temporalSeverity": "MEDIUM",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N/E:P/RL:W/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"title": "CVE-2023-20569"
},
{
"cve": "CVE-2023-20593",
"cwe": {
"id": "CWE-209",
"name": "Generation of Error Message Containing Sensitive Information"
},
"notes": [
{
"category": "description",
"text": "Cross-Process Information Leak in certain AMD processors. This could lead to an attacker potentially accessing confidential information. Note: ARM600 servers utilize Intel processors, but there may be ARM600 SW installations running in AMD processor environments.",
"title": "CVE Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002"
]
},
"references": [
{
"category": "external",
"summary": "NVD - CVE-2023-20593",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-20593"
}
],
"remediations": [
{
"category": "mitigation",
"details": "Mitigating factors describe conditions and circumstances that make an attack that exploits the vulnerability difficult or less likely to succeed. The following mitigations are recommended.\n\n1.\tObtain a cellular private access point (APN). A dedicated private cellular access point and respective SIM card subscriptions can be requested from your cellular service provider. This service doesn\u2019t expose the traffic between remote sites and main site to the internet but rather uses cellular operator\u2019s private wide area network (WAN). Therefore, the ARM600 wouldn\u2019t need open ports to the internet.\n\n2.\tAvoid exposing any system component to the internet. If, however, the ARM600 is exposed to the internet, only the VPN port should be opened towards the internet (e.g., Patrol management connections can be configured to use VPN tunnel and remote administration connections can be implemented by using OpenVPN PC-client).\n\n4.\tPerform firewall configuration by the \"allowlisting\" principle, i.e., explicitly allowing only the required ports and protocols and blocking any other traffic.\n\n\n6.\tIf the internet is used as a WAN media for carrying VPN tunnels, use Demilitarized Zone (DMZ) for terminating connections from the internet (i.e., the remote connections should terminate to the DMZ network, which would be segregated from other networks by a firewall. The ARM600 server would be located into this DMZ).\n\n7.\tChange the default user credentials of ARM600 and Arctic wireless gateways into non-defaults and use complex non-guessable passwords with special characters. Do not reuse passwords within the system.\n\n\n8.\tUse administrator (i.e., root user) privileges only when required by the task.\n\n\n9.\tSupporting systems, such as PCs used for configuration, should be frequently updated. If possible, use dedicated site PCs for upgrading and engineering purposes. At minimum, PCs should be investigated by running a full virus scan with recently updated signature files before introducing the PC to the OT system. \n\nAny data, such as device configurations and firmware update files transferred to the Arctic system should be virus scanned prior to transferring.\n\n\n10.\tIntroduce a backup policy, which will ensure periodical backups and backup revision numbering. Consider the following:\na.\tCheck that the entire system has backups available from all applicable parts.\nb.\tStore the backups in a safe place (e.g. in an encrypted storage), restricted by role-based access control mechanisms.\nc.\tEnsure the security of the configuration PCs that may have local copies of device configurations.\nd.\tValidate the backups to make sure that they\u2019re working.\n\n\n11.\tFollow cyber security best practices for installation, operation, and decommissioning as described in the product\u2019s Cyber Security Deployment Guideline and User Manual.\n\n\n12.\tUse continuous monitoring (e.g., intrusion detection/prevention tools) to detect anomalies in the system\n\n\n13.\tConsider hardening the system according to the following:\na.\tRemove any unnecessary communication links in the system.\nb.\tIf possible, close unused physical ports.\nc.\tOpen only the necessary TCP/UDP ports in the configuration.\nd.\tRemove all unnecessary user accounts.\ne.\tRestrict traffic by firewall.\nf.\tAllow the traffic only from/to necessary hosts\u0027 IP addresses (i.e., define both source and destination in the firewall rules, where possible).\ng.\tDefine client IP address as allowed address in SCADA communication protocols, if such configuration is supported.\nh.\tRemove or deactivate all unused processes, communication ports and services, where possible.\ni.\tUse physical access controls to the system installations (e.g., to server rooms and device cabinets). \n\n",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"environmentalScore": 5.1,
"environmentalSeverity": "MEDIUM",
"exploitCodeMaturity": "PROOF_OF_CONCEPT",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"remediationLevel": "WORKAROUND",
"reportConfidence": "CONFIRMED",
"scope": "UNCHANGED",
"temporalScore": 5.1,
"temporalSeverity": "MEDIUM",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N/E:P/RL:W/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"title": "CVE-2023-20593"
},
{
"cve": "CVE-2023-40217",
"cwe": {
"id": "CWE-287",
"name": "Improper Authentication"
},
"notes": [
{
"category": "description",
"text": "If a TLS server side socket is created, receives data, and then closes quickly, there\u0027s a brief window where the SSLSocket instance detects it as \"not connected\" and won\u0027t initiate a handshake. Buffered data remains readable but unauthenticated if client certificate authentication is expected. This data is limited to the buffer size. An unauthenticated attacker could exploit this vulnerability for revealing sensitive information from the server.",
"title": "CVE Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002"
]
},
"references": [
{
"category": "external",
"summary": "NVD- CVE-2023-40217",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-40217"
}
],
"remediations": [
{
"category": "mitigation",
"details": "Mitigating factors describe conditions and circumstances that make an attack that exploits the vulnerability difficult or less likely to succeed. The following mitigations are recommended.\n\n1.\tObtain a cellular private access point (APN). A dedicated private cellular access point and respective SIM card subscriptions can be requested from your cellular service provider. This service doesn\u2019t expose the traffic between remote sites and main site to the internet but rather uses cellular operator\u2019s private wide area network (WAN). Therefore, the ARM600 wouldn\u2019t need open ports to the internet.\n\n2.\tAvoid exposing any system component to the internet. If, however, the ARM600 is exposed to the internet, only the VPN port should be opened towards the internet (e.g., Patrol management connections can be configured to use VPN tunnel and remote administration connections can be implemented by using OpenVPN PC-client).\n\n4.\tPerform firewall configuration by the \"allowlisting\" principle, i.e., explicitly allowing only the required ports and protocols and blocking any other traffic.\n\n\n6.\tIf the internet is used as a WAN media for carrying VPN tunnels, use Demilitarized Zone (DMZ) for terminating connections from the internet (i.e., the remote connections should terminate to the DMZ network, which would be segregated from other networks by a firewall. The ARM600 server would be located into this DMZ).\n\n7.\tChange the default user credentials of ARM600 and Arctic wireless gateways into non-defaults and use complex non-guessable passwords with special characters. Do not reuse passwords within the system.\n\n\n8.\tUse administrator (i.e., root user) privileges only when required by the task.\n\n\n9.\tSupporting systems, such as PCs used for configuration, should be frequently updated. If possible, use dedicated site PCs for upgrading and engineering purposes. At minimum, PCs should be investigated by running a full virus scan with recently updated signature files before introducing the PC to the OT system. \n\nAny data, such as device configurations and firmware update files transferred to the Arctic system should be virus scanned prior to transferring.\n\n\n10.\tIntroduce a backup policy, which will ensure periodical backups and backup revision numbering. Consider the following:\na.\tCheck that the entire system has backups available from all applicable parts.\nb.\tStore the backups in a safe place (e.g. in an encrypted storage), restricted by role-based access control mechanisms.\nc.\tEnsure the security of the configuration PCs that may have local copies of device configurations.\nd.\tValidate the backups to make sure that they\u2019re working.\n\n\n11.\tFollow cyber security best practices for installation, operation, and decommissioning as described in the product\u2019s Cyber Security Deployment Guideline and User Manual.\n\n\n12.\tUse continuous monitoring (e.g., intrusion detection/prevention tools) to detect anomalies in the system\n\n\n13.\tConsider hardening the system according to the following:\na.\tRemove any unnecessary communication links in the system.\nb.\tIf possible, close unused physical ports.\nc.\tOpen only the necessary TCP/UDP ports in the configuration.\nd.\tRemove all unnecessary user accounts.\ne.\tRestrict traffic by firewall.\nf.\tAllow the traffic only from/to necessary hosts\u0027 IP addresses (i.e., define both source and destination in the firewall rules, where possible).\ng.\tDefine client IP address as allowed address in SCADA communication protocols, if such configuration is supported.\nh.\tRemove or deactivate all unused processes, communication ports and services, where possible.\ni.\tUse physical access controls to the system installations (e.g., to server rooms and device cabinets). \n\n",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"environmentalScore": 4.9,
"environmentalSeverity": "MEDIUM",
"exploitCodeMaturity": "PROOF_OF_CONCEPT",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"remediationLevel": "WORKAROUND",
"reportConfidence": "CONFIRMED",
"scope": "UNCHANGED",
"temporalScore": 4.9,
"temporalSeverity": "MEDIUM",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N/E:P/RL:W/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"title": "CVE-2023-40217"
},
{
"cve": "CVE-2023-48795",
"cwe": {
"id": "CWE-354",
"name": "Improper Validation of Integrity Check Value"
},
"notes": [
{
"category": "description",
"text": "Remote attackers may bypass integrity checks such that some packets are omitted (from the extension negotiation message), and a client and server may consequently end up with a connection for which some security features have been downgraded or disabled, aka a Terrapin attack.",
"title": "CVE Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002"
]
},
"references": [
{
"category": "external",
"summary": "NVD- CVE-2023-48795",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-48795"
}
],
"remediations": [
{
"category": "mitigation",
"details": "Mitigating factors describe conditions and circumstances that make an attack that exploits the vulnerability difficult or less likely to succeed. The following mitigations are recommended.\n\n1.\tObtain a cellular private access point (APN). A dedicated private cellular access point and respective SIM card subscriptions can be requested from your cellular service provider. This service doesn\u2019t expose the traffic between remote sites and main site to the internet but rather uses cellular operator\u2019s private wide area network (WAN). Therefore, the ARM600 wouldn\u2019t need open ports to the internet.\n\n2.\tAvoid exposing any system component to the internet. If, however, the ARM600 is exposed to the internet, only the VPN port should be opened towards the internet (e.g., Patrol management connections can be configured to use VPN tunnel and remote administration connections can be implemented by using OpenVPN PC-client).\n\n4.\tPerform firewall configuration by the \"allowlisting\" principle, i.e., explicitly allowing only the required ports and protocols and blocking any other traffic.\n\n\n6.\tIf the internet is used as a WAN media for carrying VPN tunnels, use Demilitarized Zone (DMZ) for terminating connections from the internet (i.e., the remote connections should terminate to the DMZ network, which would be segregated from other networks by a firewall. The ARM600 server would be located into this DMZ).\n\n7.\tChange the default user credentials of ARM600 and Arctic wireless gateways into non-defaults and use complex non-guessable passwords with special characters. Do not reuse passwords within the system.\n\n\n8.\tUse administrator (i.e., root user) privileges only when required by the task.\n\n\n9.\tSupporting systems, such as PCs used for configuration, should be frequently updated. If possible, use dedicated site PCs for upgrading and engineering purposes. At minimum, PCs should be investigated by running a full virus scan with recently updated signature files before introducing the PC to the OT system. \n\nAny data, such as device configurations and firmware update files transferred to the Arctic system should be virus scanned prior to transferring.\n\n\n10.\tIntroduce a backup policy, which will ensure periodical backups and backup revision numbering. Consider the following:\na.\tCheck that the entire system has backups available from all applicable parts.\nb.\tStore the backups in a safe place (e.g. in an encrypted storage), restricted by role-based access control mechanisms.\nc.\tEnsure the security of the configuration PCs that may have local copies of device configurations.\nd.\tValidate the backups to make sure that they\u2019re working.\n\n\n11.\tFollow cyber security best practices for installation, operation, and decommissioning as described in the product\u2019s Cyber Security Deployment Guideline and User Manual.\n\n\n12.\tUse continuous monitoring (e.g., intrusion detection/prevention tools) to detect anomalies in the system\n\n\n13.\tConsider hardening the system according to the following:\na.\tRemove any unnecessary communication links in the system.\nb.\tIf possible, close unused physical ports.\nc.\tOpen only the necessary TCP/UDP ports in the configuration.\nd.\tRemove all unnecessary user accounts.\ne.\tRestrict traffic by firewall.\nf.\tAllow the traffic only from/to necessary hosts\u0027 IP addresses (i.e., define both source and destination in the firewall rules, where possible).\ng.\tDefine client IP address as allowed address in SCADA communication protocols, if such configuration is supported.\nh.\tRemove or deactivate all unused processes, communication ports and services, where possible.\ni.\tUse physical access controls to the system installations (e.g., to server rooms and device cabinets). \n\n",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"environmentalScore": 5.4,
"environmentalSeverity": "MEDIUM",
"exploitCodeMaturity": "PROOF_OF_CONCEPT",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"remediationLevel": "WORKAROUND",
"reportConfidence": "CONFIRMED",
"scope": "UNCHANGED",
"temporalScore": 5.4,
"temporalSeverity": "MEDIUM",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N/E:P/RL:W/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"title": "CVE-2023-48795"
},
{
"cve": "CVE-2013-0169",
"cwe": {
"id": "CWE-326",
"name": "Inadequate Encryption Strength"
},
"notes": [
{
"category": "description",
"text": "TLS protocol version 1.1 and 1.2 and the DTLS protocol 1.0 and 1.2 do not properly consider timing side-channel attacks on a MAC check requirement during the processing of malformed CBC padding, which allows remote attackers to conduct distinguishing attacks and plaintext-recovery attacks via statistical analysis of timing data for crafted packets, aka the \"Lucky Thirteen\" issue.",
"title": "CVE Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002"
]
},
"references": [
{
"category": "external",
"summary": "NVD- CVE-2013-0169",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2013-0169"
}
],
"remediations": [
{
"category": "mitigation",
"details": "Mitigating factors describe conditions and circumstances that make an attack that exploits the vulnerability difficult or less likely to succeed. The following mitigations are recommended.\n\n1.\tObtain a cellular private access point (APN). A dedicated private cellular access point and respective SIM card subscriptions can be requested from your cellular service provider. This service doesn\u2019t expose the traffic between remote sites and main site to the internet but rather uses cellular operator\u2019s private wide area network (WAN). Therefore, the ARM600 wouldn\u2019t need open ports to the internet.\n\n2.\tAvoid exposing any system component to the internet. If, however, the ARM600 is exposed to the internet, only the VPN port should be opened towards the internet (e.g., Patrol management connections can be configured to use VPN tunnel and remote administration connections can be implemented by using OpenVPN PC-client).\n\n4.\tPerform firewall configuration by the \"allowlisting\" principle, i.e., explicitly allowing only the required ports and protocols and blocking any other traffic.\n\n\n6.\tIf the internet is used as a WAN media for carrying VPN tunnels, use Demilitarized Zone (DMZ) for terminating connections from the internet (i.e., the remote connections should terminate to the DMZ network, which would be segregated from other networks by a firewall. The ARM600 server would be located into this DMZ).\n\n7.\tChange the default user credentials of ARM600 and Arctic wireless gateways into non-defaults and use complex non-guessable passwords with special characters. Do not reuse passwords within the system.\n\n\n8.\tUse administrator (i.e., root user) privileges only when required by the task.\n\n\n9.\tSupporting systems, such as PCs used for configuration, should be frequently updated. If possible, use dedicated site PCs for upgrading and engineering purposes. At minimum, PCs should be investigated by running a full virus scan with recently updated signature files before introducing the PC to the OT system. \n\nAny data, such as device configurations and firmware update files transferred to the Arctic system should be virus scanned prior to transferring.\n\n\n10.\tIntroduce a backup policy, which will ensure periodical backups and backup revision numbering. Consider the following:\na.\tCheck that the entire system has backups available from all applicable parts.\nb.\tStore the backups in a safe place (e.g. in an encrypted storage), restricted by role-based access control mechanisms.\nc.\tEnsure the security of the configuration PCs that may have local copies of device configurations.\nd.\tValidate the backups to make sure that they\u2019re working.\n\n\n11.\tFollow cyber security best practices for installation, operation, and decommissioning as described in the product\u2019s Cyber Security Deployment Guideline and User Manual.\n\n\n12.\tUse continuous monitoring (e.g., intrusion detection/prevention tools) to detect anomalies in the system\n\n\n13.\tConsider hardening the system according to the following:\na.\tRemove any unnecessary communication links in the system.\nb.\tIf possible, close unused physical ports.\nc.\tOpen only the necessary TCP/UDP ports in the configuration.\nd.\tRemove all unnecessary user accounts.\ne.\tRestrict traffic by firewall.\nf.\tAllow the traffic only from/to necessary hosts\u0027 IP addresses (i.e., define both source and destination in the firewall rules, where possible).\ng.\tDefine client IP address as allowed address in SCADA communication protocols, if such configuration is supported.\nh.\tRemove or deactivate all unused processes, communication ports and services, where possible.\ni.\tUse physical access controls to the system installations (e.g., to server rooms and device cabinets). \n\n",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"environmentalScore": 6,
"environmentalSeverity": "MEDIUM",
"exploitCodeMaturity": "PROOF_OF_CONCEPT",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"remediationLevel": "WORKAROUND",
"reportConfidence": "CONFIRMED",
"scope": "UNCHANGED",
"temporalScore": 6,
"temporalSeverity": "MEDIUM",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:H/A:N/E:P/RL:W/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"title": "CVE-2013-0169"
},
{
"cve": "CVE-2012-4929",
"cwe": {
"id": "CWE-212",
"name": "Improper Removal of Sensitive Information Before Storage or Transfer"
},
"notes": [
{
"category": "description",
"text": "The TLS protocol 1.2 and earlier can encrypt compressed data without properly obfuscating the length of the unencrypted data, which allows man-in-the-middle attackers to obtain plaintext HTTP headers by observing length differences during a series of guesses in which a string in an HTTP request potentially matches an unknown string in an HTTP header, aka a \"CRIME\" attack.",
"title": "CVE Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002"
]
},
"references": [
{
"category": "external",
"summary": "NVD-CVE-2012-4929",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2012-4929"
}
],
"remediations": [
{
"category": "mitigation",
"details": "Mitigating factors describe conditions and circumstances that make an attack that exploits the vulnerability difficult or less likely to succeed. The following mitigations are recommended.\n\n1.\tObtain a cellular private access point (APN). A dedicated private cellular access point and respective SIM card subscriptions can be requested from your cellular service provider. This service doesn\u2019t expose the traffic between remote sites and main site to the internet but rather uses cellular operator\u2019s private wide area network (WAN). Therefore, the ARM600 wouldn\u2019t need open ports to the internet.\n\n2.\tAvoid exposing any system component to the internet. If, however, the ARM600 is exposed to the internet, only the VPN port should be opened towards the internet (e.g., Patrol management connections can be configured to use VPN tunnel and remote administration connections can be implemented by using OpenVPN PC-client).\n\n4.\tPerform firewall configuration by the \"allowlisting\" principle, i.e., explicitly allowing only the required ports and protocols and blocking any other traffic.\n\n\n6.\tIf the internet is used as a WAN media for carrying VPN tunnels, use Demilitarized Zone (DMZ) for terminating connections from the internet (i.e., the remote connections should terminate to the DMZ network, which would be segregated from other networks by a firewall. The ARM600 server would be located into this DMZ).\n\n7.\tChange the default user credentials of ARM600 and Arctic wireless gateways into non-defaults and use complex non-guessable passwords with special characters. Do not reuse passwords within the system.\n\n\n8.\tUse administrator (i.e., root user) privileges only when required by the task.\n\n\n9.\tSupporting systems, such as PCs used for configuration, should be frequently updated. If possible, use dedicated site PCs for upgrading and engineering purposes. At minimum, PCs should be investigated by running a full virus scan with recently updated signature files before introducing the PC to the OT system. \n\nAny data, such as device configurations and firmware update files transferred to the Arctic system should be virus scanned prior to transferring.\n\n\n10.\tIntroduce a backup policy, which will ensure periodical backups and backup revision numbering. Consider the following:\na.\tCheck that the entire system has backups available from all applicable parts.\nb.\tStore the backups in a safe place (e.g. in an encrypted storage), restricted by role-based access control mechanisms.\nc.\tEnsure the security of the configuration PCs that may have local copies of device configurations.\nd.\tValidate the backups to make sure that they\u2019re working.\n\n\n11.\tFollow cyber security best practices for installation, operation, and decommissioning as described in the product\u2019s Cyber Security Deployment Guideline and User Manual.\n\n\n12.\tUse continuous monitoring (e.g., intrusion detection/prevention tools) to detect anomalies in the system\n\n\n13.\tConsider hardening the system according to the following:\na.\tRemove any unnecessary communication links in the system.\nb.\tIf possible, close unused physical ports.\nc.\tOpen only the necessary TCP/UDP ports in the configuration.\nd.\tRemove all unnecessary user accounts.\ne.\tRestrict traffic by firewall.\nf.\tAllow the traffic only from/to necessary hosts\u0027 IP addresses (i.e., define both source and destination in the firewall rules, where possible).\ng.\tDefine client IP address as allowed address in SCADA communication protocols, if such configuration is supported.\nh.\tRemove or deactivate all unused processes, communication ports and services, where possible.\ni.\tUse physical access controls to the system installations (e.g., to server rooms and device cabinets). \n\n",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.7,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"environmentalScore": 3.4,
"environmentalSeverity": "LOW",
"exploitCodeMaturity": "PROOF_OF_CONCEPT",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"remediationLevel": "WORKAROUND",
"reportConfidence": "CONFIRMED",
"scope": "UNCHANGED",
"temporalScore": 3.4,
"temporalSeverity": "LOW",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N/E:P/RL:W/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"title": "CVE-2012-4929"
},
{
"cve": "CVE-1999-0524",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"notes": [
{
"category": "description",
"text": "The \u201cICMP Timestamp Request Remote Date Disclosure\u201d vulnerability involves the use of ICMP (internet Control Message Protocol) to request and receive timestamp information from a target system.",
"title": "CVE Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002"
]
},
"references": [
{
"category": "external",
"summary": "NVD - CVE-1999-0524",
"url": "https://nvd.nist.gov/vuln/detail/CVE-1999-0524"
}
],
"remediations": [
{
"category": "mitigation",
"details": "\nMitigating factors describe conditions and circumstances that make an attack that exploits the vulnerability difficult or less likely to succeed. The following mitigations are recommended.\n\n5.\tFilter specific ICMP packets from external systems (ICMP type 13 and 14) by firewall for not exposing the system time.\n\nRefer to section General security recommendations for additional advice on how to keep your system secure.\n",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"environmentalScore": 5,
"environmentalSeverity": "MEDIUM",
"exploitCodeMaturity": "FUNCTIONAL",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"remediationLevel": "TEMPORARY_FIX",
"reportConfidence": "CONFIRMED",
"scope": "UNCHANGED",
"temporalScore": 5,
"temporalSeverity": "MEDIUM",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N/E:F/RL:T/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"title": "CVE-1999-0524"
}
]
}
ICSA-25-133-01
Vulnerability from csaf_cisa - Published: 2025-02-25 13:30 - Updated: 2025-02-25 13:30| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Hitachi Energy Service Suite version 9.8.1.4
Hitachi Energy / Service Suite
|
9.8.1.4 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Hitachi Energy Service Suite versions 9.8.1.3 and below
Hitachi Energy / Service Suite
|
<=9.8.1.3 |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Hitachi Energy Service Suite version 9.8.1.4
Hitachi Energy / Service Suite
|
9.8.1.4 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Hitachi Energy Service Suite versions 9.8.1.3 and below
Hitachi Energy / Service Suite
|
<=9.8.1.3 |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Hitachi Energy Service Suite version 9.8.1.4
Hitachi Energy / Service Suite
|
9.8.1.4 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Hitachi Energy Service Suite versions 9.8.1.3 and below
Hitachi Energy / Service Suite
|
<=9.8.1.3 |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Hitachi Energy Service Suite version 9.8.1.4
Hitachi Energy / Service Suite
|
9.8.1.4 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Hitachi Energy Service Suite versions 9.8.1.3 and below
Hitachi Energy / Service Suite
|
<=9.8.1.3 |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Hitachi Energy Service Suite version 9.8.1.4
Hitachi Energy / Service Suite
|
9.8.1.4 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Hitachi Energy Service Suite versions 9.8.1.3 and below
Hitachi Energy / Service Suite
|
<=9.8.1.3 |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Hitachi Energy Service Suite version 9.8.1.4
Hitachi Energy / Service Suite
|
9.8.1.4 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Hitachi Energy Service Suite versions 9.8.1.3 and below
Hitachi Energy / Service Suite
|
<=9.8.1.3 |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Hitachi Energy Service Suite version 9.8.1.4
Hitachi Energy / Service Suite
|
9.8.1.4 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Hitachi Energy Service Suite versions 9.8.1.3 and below
Hitachi Energy / Service Suite
|
<=9.8.1.3 |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Hitachi Energy Service Suite version 9.8.1.4
Hitachi Energy / Service Suite
|
9.8.1.4 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Hitachi Energy Service Suite versions 9.8.1.3 and below
Hitachi Energy / Service Suite
|
<=9.8.1.3 |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Hitachi Energy Service Suite version 9.8.1.4
Hitachi Energy / Service Suite
|
9.8.1.4 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Hitachi Energy Service Suite versions 9.8.1.3 and below
Hitachi Energy / Service Suite
|
<=9.8.1.3 |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Hitachi Energy Service Suite version 9.8.1.4
Hitachi Energy / Service Suite
|
9.8.1.4 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Hitachi Energy Service Suite versions 9.8.1.3 and below
Hitachi Energy / Service Suite
|
<=9.8.1.3 |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Hitachi Energy Service Suite version 9.8.1.4
Hitachi Energy / Service Suite
|
9.8.1.4 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Hitachi Energy Service Suite versions 9.8.1.3 and below
Hitachi Energy / Service Suite
|
<=9.8.1.3 |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Hitachi Energy Service Suite version 9.8.1.4
Hitachi Energy / Service Suite
|
9.8.1.4 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Hitachi Energy Service Suite versions 9.8.1.3 and below
Hitachi Energy / Service Suite
|
<=9.8.1.3 |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Hitachi Energy Service Suite version 9.8.1.4
Hitachi Energy / Service Suite
|
9.8.1.4 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Hitachi Energy Service Suite versions 9.8.1.3 and below
Hitachi Energy / Service Suite
|
<=9.8.1.3 |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Hitachi Energy Service Suite version 9.8.1.4
Hitachi Energy / Service Suite
|
9.8.1.4 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Hitachi Energy Service Suite versions 9.8.1.3 and below
Hitachi Energy / Service Suite
|
<=9.8.1.3 |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Hitachi Energy Service Suite version 9.8.1.4
Hitachi Energy / Service Suite
|
9.8.1.4 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Hitachi Energy Service Suite versions 9.8.1.3 and below
Hitachi Energy / Service Suite
|
<=9.8.1.3 |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Hitachi Energy Service Suite version 9.8.1.4
Hitachi Energy / Service Suite
|
9.8.1.4 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Hitachi Energy Service Suite versions 9.8.1.3 and below
Hitachi Energy / Service Suite
|
<=9.8.1.3 |
Vendor Fix
|
{
"document": {
"acknowledgments": [
{
"organization": "Hitachi Energy PSIRT",
"summary": "reporting these vulnerabilities to CISA."
}
],
"aggregate_severity": {
"namespace": "https://www.first.org/cvss/specification-document",
"text": "CRITICAL"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Disclosure is not limited",
"tlp": {
"label": "WHITE",
"url": "https://us-cert.cisa.gov/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "summary",
"text": "Hitachi Energy is aware of the multiple vulnerabilities related to open-source Apache Tomcat components that affect the Service Suite product versions listed in this document. An attacker successfully exploiting these\nvulnerabilities can cause confidentiality, integrity and availability impacts.\nPlease refer to the Recommended Immediate Actions for information about the mitigation/remediation.",
"title": "Summary"
},
{
"category": "legal_disclaimer",
"text": "The information in this document is subject to change without notice and should not be construed as a commitment by Hitachi Energy. Hitachi Energy provides no warranty, express or implied, including warranties of merchantability and fitness for a particular purpose, for the information contained in this document, and assumes no responsibility for any errors that may appear in this document. In no event shall Hitachi Energy or any of its suppliers be liable for direct, indirect, special, incidental or consequential damages of any nature or kind arising from the use of this document, or from the use of any hardware or software described in this document, even if Hitachi Energy or its suppliers have been advised of the possibility of such damages. This document and parts hereof must not be reproduced or copied without written permission from Hitachi Energy and the contents hereof must not be imparted to a third party nor used for any unauthorized purpose. All rights to registrations and trademarks reside with their respective owners.",
"title": "Notice"
},
{
"category": "general",
"text": "For additional information and support please contact your product provider or Hitachi Energy service organization. For contact information, see https://www.hitachienergy.com/contact-us/ for Hitachi Energy contact-centers.",
"title": "Support"
},
{
"category": "general",
"text": "Recommended security practices and firewall configurations can help protect a process control network from attacks that originate from outside the network. Such practices include that process control systems are physically protected from direct access by unauthorized personnel, have no direct connections to the Internet, and are separated from other networks by means of a firewall system that has a minimal number of ports exposed, and others that have to be evaluated case by case. Process control systems should not be used for Internet surfing, instant messaging, or receiving e-mails. Portable computers and removable storage media should be carefully scanned for viruses before they are connected to a control system. Proper password policies and processes should be followed.",
"title": "General Mitigation Factors"
},
{
"category": "legal_disclaimer",
"text": "All information products included in https://us-cert.cisa.gov/ics are provided \"as is\" for informational purposes only. The Department of Homeland Security (DHS) does not provide any warranties of any kind regarding any information contained within. DHS does not endorse any commercial product or service, referenced in this product or otherwise. Further dissemination of this product is governed by the Traffic Light Protocol (TLP) marking in the header. For more information about TLP, see https://us-cert.cisa.gov/tlp/.",
"title": "Legal Notice"
},
{
"category": "other",
"text": "This ICSA is a verbatim republication of Hitachi Energy PSIRT 8DBD000209 from a direct conversion of their vendor\u0027s Common Security Advisory Framework (CSAF) advisory. This is republished to CISA\u0027s website as a means of increasing visibility and is provided \"as-is\" for informational purposes only. CISA is not responsible for the editorial or technical accuracy of republished advisories and provides no warranties of any kind regarding any information contained within this advisory. Further, CISA does not endorse any commercial product or service. Please contact Hitachi Energy PSIRT directly for any questions regarding this advisory.",
"title": "Advisory Conversion Disclaimer"
},
{
"category": "other",
"text": "Energy",
"title": "Critical infrastructure sectors"
},
{
"category": "other",
"text": "Worldwide",
"title": "Countries/areas deployed"
},
{
"category": "other",
"text": "Switzerland",
"title": "Company headquarters location"
},
{
"category": "general",
"text": "CISA recommends users take defensive measures to minimize the exploitation risk of this vulnerability.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "Minimize network exposure for all control system devices and/or systems, and ensure they are not accessible from the internet.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "Locate control system networks and remote devices behind firewalls and isolate them from business networks.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "When remote access is required, use more secure methods, such as Virtual Private Networks (VPNs), recognizing VPNs may have vulnerabilities and should be updated to the most recent version available. Also recognize VPN is only as secure as its connected devices.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "CISA reminds organizations to perform proper impact analysis and risk assessment prior to deploying defensive measures.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "CISA also provides a section for control systems security recommended practices on the ICS webpage on cisa.gov. Several CISA products detailing cyber defense best practices are available for reading and download, including Improving Industrial Control Systems Cybersecurity with Defense-in-Depth Strategies.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "CISA encourages organizations to implement recommended cybersecurity strategies for proactive defense of ICS assets. Additional mitigation guidance and recommended practices are publicly available on the ICS webpage at cisa.gov in the technical information paper, ICS-TIP-12-146-01B--Targeted Cyber Intrusion Detection and Mitigation Strategies.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "Organizations observing suspected malicious activity should follow established internal procedures and report findings to CISA for tracking and correlation against other incidents.",
"title": "Recommended Practices"
}
],
"publisher": {
"category": "other",
"contact_details": "central@cisa.dhs.gov",
"name": "CISA",
"namespace": "https://www.cisa.gov/"
},
"references": [
{
"category": "self",
"summary": "ICS Advisory ICSA-25-133-01 JSON",
"url": "https://raw.githubusercontent.com/cisagov/CSAF/develop/csaf_files/OT/white/2025/icsa-25-133-01.json"
},
{
"category": "self",
"summary": "Cybersecurity Advisory - Apache Tomcat Vulnerabilities in Hitachi Energy Service Suite Product",
"url": "https://publisher.hitachienergy.com/preview?DocumentID=8DBD000209\u0026LanguageCode=en\u0026DocumentPartId=\u0026Action=launch"
},
{
"category": "self",
"summary": "ICS Advisory ICSA-25-133-01 - Web Version",
"url": "https://www.cisa.gov/news-events/ics-advisories/icsa-25-133-01"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/uscert/ics/alerts/ICS-ALERT-10-301-01"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/resources-tools/resources/ics-recommended-practices"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/topics/industrial-control-systems"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://us-cert.cisa.gov/sites/default/files/recommended_practices/NCCIC_ICS-CERT_Defense_in_Depth_2016_S508C.pdf"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/sites/default/files/publications/Cybersecurity_Best_Practices_for_Industrial_Control_Systems.pdf"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/uscert/ics/tips/ICS-TIP-12-146-01B"
}
],
"title": "Hitachi Energy Service Suite",
"tracking": {
"current_release_date": "2025-02-25T13:30:00.000000Z",
"generator": {
"date": "2025-05-13T18:02:50.443527Z",
"engine": {
"name": "CISA CSAF Generator",
"version": "1.0.0"
}
},
"id": "ICSA-25-133-01",
"initial_release_date": "2025-02-25T13:30:00.000000Z",
"revision_history": [
{
"date": "2025-02-25T13:30:00.000000Z",
"number": "1",
"summary": "Initial version."
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c=9.8.1.3",
"product": {
"name": "Hitachi Energy Service Suite versions 9.8.1.3 and below",
"product_id": "CSAFPID-0001"
}
},
{
"category": "product_version",
"name": "9.8.1.4",
"product": {
"name": "Hitachi Energy Service Suite version 9.8.1.4",
"product_id": "CSAFPID-0002"
}
}
],
"category": "product_name",
"name": "Service Suite"
}
],
"category": "vendor",
"name": "Hitachi Energy"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-31813",
"cwe": {
"id": "CWE-348",
"name": "Use of Less Trusted Source"
},
"notes": [
{
"category": "other",
"text": "Apache HTTP Server 2.4 vulnerabilities"
}
],
"product_status": {
"fixed": [
"CSAFPID-0002"
],
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"category": "external",
"summary": "Apache HTTP Server 2.4 vulnerabilities",
"url": "https://httpd.apache.org/security/vulnerabilities_24.html"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "Update to version 9.8.1.4",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"environmentalScore": 9.8,
"environmentalSeverity": "CRITICAL",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 9.8,
"temporalSeverity": "CRITICAL",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
]
},
{
"cve": "CVE-2023-25690",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"notes": [
{
"category": "other",
"text": "Apache HTTP Server 2.4 vulnerabilities"
}
],
"product_status": {
"fixed": [
"CSAFPID-0002"
],
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"category": "external",
"summary": "Apache HTTP Server 2.4 vulnerabilities",
"url": "https://httpd.apache.org/security/vulnerabilities_24.html"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "Update to version 9.8.1.4",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"environmentalScore": 9.8,
"environmentalSeverity": "CRITICAL",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 9.8,
"temporalSeverity": "CRITICAL",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
]
},
{
"cve": "CVE-2022-28615",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"notes": [
{
"category": "other",
"text": "Apache HTTP Server 2.4 vulnerabilities"
}
],
"product_status": {
"fixed": [
"CSAFPID-0002"
],
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"category": "external",
"summary": "Apache HTTP Server 2.4 vulnerabilities",
"url": "https://httpd.apache.org/security/vulnerabilities_24.html"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "Update to version 9.8.1.4",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"environmentalScore": 9.1,
"environmentalSeverity": "CRITICAL",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 9.1,
"temporalSeverity": "CRITICAL",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
]
},
{
"cve": "CVE-2022-36760",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"notes": [
{
"category": "other",
"text": "Apache HTTP Server 2.4 vulnerabilities"
}
],
"product_status": {
"fixed": [
"CSAFPID-0002"
],
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"category": "external",
"summary": "Apache HTTP Server 2.4 vulnerabilities",
"url": "https://httpd.apache.org/security/vulnerabilities_24.html"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "Update to version 9.8.1.4",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"environmentalScore": 9.1,
"environmentalSeverity": "CRITICAL",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"temporalScore": 9,
"temporalSeverity": "CRITICAL",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
]
},
{
"cve": "CVE-2023-27522",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"notes": [
{
"category": "other",
"text": "Apache HTTP Server 2.4 vulnerabilities"
}
],
"product_status": {
"fixed": [
"CSAFPID-0002"
],
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"category": "external",
"summary": "Apache HTTP Server 2.4 vulnerabilities",
"url": "https://httpd.apache.org/security/vulnerabilities_24.html"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "Update to version 9.8.1.4",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"environmentalScore": 7.5,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.5,
"temporalSeverity": "HIGH",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
]
},
{
"cve": "CVE-2006-20001",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "other",
"text": "Apache HTTP Server 2.4 vulnerabilities"
}
],
"product_status": {
"fixed": [
"CSAFPID-0002"
],
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"category": "external",
"summary": "Apache HTTP Server 2.4 vulnerabilities",
"url": "https://httpd.apache.org/security/vulnerabilities_24.html"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "Update to version 9.8.1.4",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"environmentalScore": 7.5,
"environmentalSeverity": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.5,
"temporalSeverity": "HIGH",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
]
},
{
"cve": "CVE-2022-29404",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"notes": [
{
"category": "other",
"text": "Apache HTTP Server 2.4 vulnerabilities"
}
],
"product_status": {
"fixed": [
"CSAFPID-0002"
],
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"category": "external",
"summary": "Apache HTTP Server 2.4 vulnerabilities",
"url": "https://httpd.apache.org/security/vulnerabilities_24.html"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "Update to version 9.8.1.4",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"environmentalScore": 7.5,
"environmentalSeverity": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.5,
"temporalSeverity": "HIGH",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
]
},
{
"cve": "CVE-2022-30556",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"notes": [
{
"category": "other",
"text": "Apache HTTP Server 2.4 vulnerabilities"
}
],
"product_status": {
"fixed": [
"CSAFPID-0002"
],
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"category": "external",
"summary": "Apache HTTP Server 2.4 vulnerabilities",
"url": "https://httpd.apache.org/security/vulnerabilities_24.html"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "Update to version 9.8.1.4",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 7.5,
"environmentalSeverity": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.5,
"temporalSeverity": "HIGH",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
]
},
{
"cve": "CVE-2022-30522",
"cwe": {
"id": "CWE-789",
"name": "Memory Allocation with Excessive Size Value"
},
"notes": [
{
"category": "other",
"text": "Apache HTTP Server 2.4 vulnerabilities"
}
],
"product_status": {
"fixed": [
"CSAFPID-0002"
],
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"category": "external",
"summary": "Apache HTTP Server 2.4 vulnerabilities",
"url": "https://httpd.apache.org/security/vulnerabilities_24.html"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "Update to version 9.8.1.4",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"environmentalScore": 7.5,
"environmentalSeverity": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.5,
"temporalSeverity": "HIGH",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
]
},
{
"cve": "CVE-2022-26377",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"notes": [
{
"category": "other",
"text": "Apache HTTP Server 2.4 vulnerabilities"
}
],
"product_status": {
"fixed": [
"CSAFPID-0002"
],
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"category": "external",
"summary": "Apache HTTP Server 2.4 vulnerabilities",
"url": "https://httpd.apache.org/security/vulnerabilities_24.html"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "Update to version 9.8.1.4",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"environmentalScore": 7.5,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.5,
"temporalSeverity": "HIGH",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
]
},
{
"cve": "CVE-2023-31122",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "other",
"text": "Apache HTTP Server 2.4 vulnerabilities"
}
],
"product_status": {
"fixed": [
"CSAFPID-0002"
],
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"category": "external",
"summary": "Apache HTTP Server 2.4 vulnerabilities",
"url": "https://httpd.apache.org/security/vulnerabilities_24.html"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "Update to version 9.8.1.4",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"environmentalScore": 7.5,
"environmentalSeverity": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.5,
"temporalSeverity": "HIGH",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
]
},
{
"cve": "CVE-2023-43622",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "other",
"text": "Apache HTTP Server 2.4 vulnerabilities"
}
],
"product_status": {
"fixed": [
"CSAFPID-0002"
],
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"category": "external",
"summary": "Apache HTTP Server 2.4 vulnerabilities",
"url": "https://httpd.apache.org/security/vulnerabilities_24.html"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "Update to version 9.8.1.4",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"environmentalScore": 7.5,
"environmentalSeverity": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.5,
"temporalSeverity": "HIGH",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
]
},
{
"cve": "CVE-2023-45802",
"cwe": {
"id": "CWE-404",
"name": "Improper Resource Shutdown or Release"
},
"notes": [
{
"category": "other",
"text": "Apache HTTP Server 2.4 vulnerabilities"
}
],
"product_status": {
"fixed": [
"CSAFPID-0002"
],
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"category": "external",
"summary": "Apache HTTP Server 2.4 vulnerabilities",
"url": "https://httpd.apache.org/security/vulnerabilities_24.html"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "Update to version 9.8.1.4",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"environmentalScore": 5.9,
"environmentalSeverity": "MEDIUM",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 5.9,
"temporalSeverity": "MEDIUM",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
]
},
{
"cve": "CVE-2022-37436",
"cwe": {
"id": "CWE-113",
"name": "Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Request/Response Splitting\u0027)"
},
"notes": [
{
"category": "other",
"text": "Apache HTTP Server 2.4 vulnerabilities"
}
],
"product_status": {
"fixed": [
"CSAFPID-0002"
],
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"category": "external",
"summary": "Apache HTTP Server 2.4 vulnerabilities",
"url": "https://httpd.apache.org/security/vulnerabilities_24.html"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "Update to version 9.8.1.4",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"environmentalScore": 5.3,
"environmentalSeverity": "MEDIUM",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 5.3,
"temporalSeverity": "MEDIUM",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
]
},
{
"cve": "CVE-2022-28614",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"notes": [
{
"category": "other",
"text": "Apache HTTP Server 2.4 vulnerabilities"
}
],
"product_status": {
"fixed": [
"CSAFPID-0002"
],
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"category": "external",
"summary": "Apache HTTP Server 2.4 vulnerabilities",
"url": "https://httpd.apache.org/security/vulnerabilities_24.html"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "Update to version 9.8.1.4",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"environmentalScore": 5.3,
"environmentalSeverity": "MEDIUM",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 5.3,
"temporalSeverity": "MEDIUM",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
]
},
{
"cve": "CVE-2022-28330",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "other",
"text": "Apache HTTP Server 2.4 vulnerabilities"
}
],
"product_status": {
"fixed": [
"CSAFPID-0002"
],
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"category": "external",
"summary": "Apache HTTP Server 2.4 vulnerabilities",
"url": "https://httpd.apache.org/security/vulnerabilities_24.html"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "Update to version 9.8.1.4",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"environmentalScore": 5.3,
"environmentalSeverity": "MEDIUM",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 5.3,
"temporalSeverity": "MEDIUM",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
]
}
]
}
ICSA-26-027-02
Vulnerability from csaf_cisa - Published: 2024-02-27 12:00 - Updated: 2026-01-27 16:20When processing certain files, PHP EXIF extension in versions 7.1.x below 7.1.29, 7.2.x below 7.2.18 and 7.3.x below 7.3.5 can be caused to read past allocated buffer in exif_process_IFD_TAG function. This may lead to information disclosure or crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
In phpMyAdmin before 4.9.11 and 5.x before 5.2.1, an authenticated user can trigger XSS by uploading a crafted .sql file through the drag-and-drop interface.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
Vulnerability in the MySQL Client product of Oracle MySQL (component: C API). Supported versions that are affected are 5.7.32 and prior and 8.0.22 and prior. Difficult to exploit vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise MySQL Client. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Client.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
MariaDB v10.2 to v10.6.1 was discovered to contain a segmentation fault via the component Item_subselect::init_expr_cache_tracker.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
MariaDB through 10.5.9 allows an application crash via certain long SELECT DISTINCT statements that improperly interact with storage-engine resource limitations for temporary data structures.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
University of Washington IMAP Toolkit 2007f on UNIX, as used in imap_open() in PHP and other products, launches an rsh command (by means of the imap_rimap function in c-client/imap4r1.c and the tcp_aopen function in osdep/unix/tcp_unix.c) without preventing argument injection, which might allow remote attackers to execute arbitrary OS commands if the IMAP server name is untrusted input (e.g., entered by a user of a web application) and if rsh has been replaced by a program with different argument semantics. For example, if rsh is a link to ssh (as seen on Debian and Ubuntu systems), then the attack can use an IMAP server name containing a "-oProxyCommand" argument.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
Vulnerability in the MySQL Server product of Oracle MySQL (component: InnoDB). Supported versions that are affected are 5.7.33 and prior and 8.0.23 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
In PHP versions 7.3.x below 7.3.13 and 7.4.0 on Windows, when supplying custom headers to mail() function, due to mistake introduced in commit 78f4b4a2dcf92ddbccea1bb95f8390a18ac3342e, if the header is supplied in lowercase, this can result in double-freeing certain memory locations.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
In PHP versions 7.4.x below 7.4.30, 8.0.x below 8.0.20, and 8.1.x below 8.1.7, when pdo_mysql extension with mysqlnd driver, if the third party is allowed to supply host to connect to and the password for the connection, password of excessive length can trigger a buffer overflow in PHP, which can lead to a remote code execution vulnerability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
MariaDB v10.2 to v10.7 was discovered to contain a segmentation fault via the component sub_select.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
MariaDB v10.2 to v10.7 was discovered to contain a segmentation fault via the component Exec_time_tracker::get_loops/Filesort_tracker::report_use/filesort.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
MariaDB Server v10.6.3 and below was discovered to contain an use-after-free in the component Item_func_in::cleanup(), which is exploited via specially crafted SQL statements.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
Vulnerability in the MySQL Client product of Oracle MySQL (component: C API). Supported versions that are affected are 5.6.47 and prior, 5.7.29 and prior and 8.0.18 and prior. Difficult to exploit vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise MySQL Client. Successful attacks of this vulnerability can result in unauthorized read access to a subset of MySQL Client accessible data.
CWE-200 - Exposure of Sensitive Information to an Unauthorized Actor| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
An issue was discovered in the EXIF component in PHP before 7.1.27, 7.2.x before 7.2.16, and 7.3.x before 7.3.3. There is an uninitialized read in exif_process_IFD_in_MAKERNOTE because of mishandling the maker_note->offset relationship to value_len.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
In PHP versions 7.2.x below 7.2.26, 7.3.x below 7.3.13 and 7.4.0 on Windows, PHP link() function accepts filenames with embedded \0 byte and treats them as terminating at that byte. This could lead to security vulnerabilities, e.g. in applications checking paths that the code is allowed to access.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
In PHP versions 7.2.x below 7.2.33, 7.3.x below 7.3.21 and 7.4.x below 7.4.9, while processing PHAR files using phar extension, phar_parse_zipfile could be tricked into accessing freed memory, which could lead to a crash or information disclosure.
CWE-416 - Use After Free| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
Use-after-free vulnerability in the phar_rename_archive function in phar_object.c in PHP before 5.5.22 and 5.6.x before 5.6.6 allows remote attackers to cause a denial of service or possibly have unspecified other impact via vectors that trigger an attempted renaming of a Phar archive to the name of an existing file.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
In PHP 8.0.X before 8.0.28, 8.1.X before 8.1.16 and 8.2.X before 8.2.3, core path resolution function allocate buffer one byte too small. When resolving paths with lengths close to system MAXPATHLEN setting, this may lead to the byte after the allocated buffer being overwritten with NUL value, which might lead to unauthorized data access or modification.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
MariaDB Server v10.6.3 and below was discovered to contain an use-after-free in the component Binary_string::free_buffer() at /sql/sql_string.h.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
In PHP versions 7.3.x below 7.3.31, 7.4.x below 7.4.24 and 8.0.x below 8.0.11, in Microsoft Windows environment, ZipArchive::extractTo may be tricked into writing a file outside target directory when extracting a ZIP file, thus potentially causing files to be created or overwritten, subject to OS permissions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/item_cmpfunc.cc.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
In PHP versions 7.3.x below 7.3.26, 7.4.x below 7.4.14 and 8.0.0, when validating URL with functions like filter_var($url, FILTER_VALIDATE_URL), PHP will accept an URL with invalid password as valid URL. This may lead to functions that rely on URL being valid to mis-parse the URL and produce wrong data as components of the URL.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
MariaDB Server v10.7 and below was discovered to contain a global buffer overflow in the component decimal_bin_size, which is exploited via specially crafted SQL statements.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
MariaDB Server v10.6.5 and below was discovered to contain an use-after-free in the component Item_args::walk_arg, which is exploited via specially crafted SQL statements.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
In PHP versions 7.1.x below 7.1.33, 7.2.x below 7.2.24 and 7.3.x below 7.3.11 in certain configurations of FPM setup it is possible to cause FPM module to write past allocated buffers into the space reserved for FCGI protocol data, thus opening the possibility of remote code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
Vulnerability in the MySQL Server product of Oracle MySQL (component: Information Schema). Supported versions that are affected are 5.7.32 and prior and 8.0.22 and prior. Easily exploitable vulnerability allows low privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized read access to a subset of MySQL Server accessible data.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
Vulnerability in the MySQL Client product of Oracle MySQL (component: C API). Supported versions that are affected are 5.6.47 and prior, 5.7.29 and prior and 8.0.19 and prior. Difficult to exploit vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise MySQL Client. Successful attacks of this vulnerability can result in unauthorized read access to a subset of MySQL Client accessible data.
CWE-20 - Improper Input Validation| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
In PHP versions 7.2.x below 7.2.26, 7.3.x below 7.3.13 and 7.4.0, PHP DirectoryIterator class accepts filenames with embedded \0 byte and treats them as terminating at that byte. This could lead to security vulnerabilities, e.g. in applications checking paths that the code is allowed to access.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/sql_window.cc.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
MariaDB Server v10.6.3 and below was discovered to contain an use-after-free in the component my_mb_wc_latin1 at /strings/ctype-latin1.c.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
An issue in the component Item_subselect::init_expr_cache_tracker of MariaDB Server v10.6 and below was discovered to allow attackers to cause a Denial of Service (DoS) via specially crafted SQL statements.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
An issue was discovered in phpMyAdmin 5.1 before 5.1.2. An attacker can inject malicious code into aspects of the setup script, which can allow XSS or HTML injection.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
In PHP 8.0.X before 8.0.28, 8.1.X before 8.1.16 and 8.2.X before 8.2.3, password_verify() function may accept some invalid Blowfish hashes as valid. If such invalid hash ever ends up in the password database, it may lead to an application allowing any password for this entry as valid.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
An issue was discovered in PHP 7.3.x before 7.3.1. An invalid multibyte string supplied as an argument to the mb_split() function in ext/mbstring/php_mbregex.c can cause PHP to execute memcpy() with a negative argument, which could read and write past buffers allocated for the data.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
An issue in the component Arg_comparator::compare_real_fixed of MariaDB Server v10.6.2 and below was discovered to allow attackers to cause a Denial of Service (DoS) via specially crafted SQL statements.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
An issue was discovered in PHP before 7.1.27, 7.2.x before 7.2.16, and 7.3.x before 7.3.3. Due to the way rename() across filesystems is implemented, it is possible that file being renamed is briefly available with wrong permissions while the rename is ongoing, thus enabling unauthorized users to access the data.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
A remote code execution issue was discovered in MariaDB 10.2 before 10.2.37, 10.3 before 10.3.28, 10.4 before 10.4.18, and 10.5 before 10.5.9; Percona Server through 2021-03-03; and the wsrep patch through 2021-03-03 for MySQL. An untrusted search path leads to eval injection, in which a database SUPER user can execute OS commands after modifying wsrep_provider and wsrep_notify_cmd. NOTE: this does not affect an Oracle product.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
In PHP versions 7.3.x up to and including 7.3.31, 7.4.x below 7.4.25 and 8.0.x below 8.0.12, when running PHP FPM SAPI with main FPM daemon process running as root and child worker processes running as lower-privileged users, it is possible for the child processes to access memory shared with the main process and write to it, modifying it in a way that would cause the root process to conduct invalid memory reads and writes, which can be used to escalate privileges from local unprivileged user to the root user.
CWE-787 - Out-of-bounds Write| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
Vulnerability in the MySQL Server product of Oracle MySQL (component: InnoDB). Supported versions that are affected are 5.7.29 and prior and 8.0.19 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server as well as unauthorized update, insert or delete access to some of MySQL Server accessible data.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: DML). Supported versions that are affected are 5.7.33 and prior and 8.0.23 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
Use-after-free vulnerability in the process_nested_data function in ext/standard/var_unserializer.re in PHP before 5.4.39, 5.5.x before 5.5.23, and 5.6.x before 5.6.7 allows remote attackers to execute arbitrary code via a crafted unserialize call that leverages use of the unset function within an __wakeup function, a related issue to CVE-2015-0231.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
An issue was discovered in phpMyAdmin 4.9 before 4.9.8 and 5.1 before 5.1.2. A valid user who is already authenticated to phpMyAdmin can manipulate their account to bypass two-factor authentication for future login instances.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
Vulnerability in the MySQL Client product of Oracle MySQL (component: C API). Supported versions that are affected are 5.6.47 and prior, 5.7.27 and prior and 8.0.17 and prior. Difficult to exploit vulnerability allows low privileged attacker with network access via multiple protocols to compromise MySQL Client. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Client.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
MariaDB before 10.6.2 allows an application crash because of mishandling of a pushdown from a HAVING clause to a WHERE clause.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
Vulnerability in the MySQL Server product of Oracle MySQL (component: InnoDB). Supported versions that are affected are 5.6.47 and prior, 5.7.28 and prior and 8.0.18 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
In PHP versions 7.3.x below 7.3.16 and 7.4.x below 7.4.4, while using mb_strtolower() function with UTF-32LE encoding, certain invalid strings could cause PHP to overwrite stack-allocated buffer. This could lead to memory corruption, crashes and potentially code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
In PHP versions 7.3.x below 7.3.29, 7.4.x below 7.4.21 and 8.0.x below 8.0.8, when using URL validation functionality via filter_var() function with FILTER_VALIDATE_URL parameter, an URL with invalid password field can be accepted as valid. This can lead to the code incorrectly parsing the URL and potentially leading to other security implications - like contacting a wrong server or making a wrong access decision.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
In PHP versions 7.2.x below 7.2.28, 7.3.x below 7.3.15 and 7.4.x below 7.4.3, when using file upload functionality, if upload progress tracking is enabled, but session.upload_progress.cleanup is set to 0 (disabled), and the file upload fails, the upload procedure would try to clean up data that does not exist and encounter null pointer dereference, which would likely lead to a crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
Function iconv_mime_decode_headers() in PHP versions 7.1.x below 7.1.30, 7.2.x below 7.2.19 and 7.3.x below 7.3.6 may perform out-of-buffer read due to integer overflow when parsing MIME headers. This may lead to information disclosure or crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
When processing certain files, PHP EXIF extension in versions 7.1.x below 7.1.28, 7.2.x below 7.2.17 and 7.3.x below 7.3.4 can be caused to read past allocated buffer in exif_iif_add_value function. This may lead to information disclosure or crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
MariaDB Server v10.9 and below was discovered to contain a use-after-free via the component Binary_string::free_buffer() at /sql/sql_string.h.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
In PHP versions 7.2.x below 7.2.26, 7.3.x below 7.3.13 and 7.4.0, PHP bcmath extension functions on some systems, including Windows, can be tricked into reading beyond the allocated space by supplying it with string containing characters that are identified as numeric by the OS but aren't ASCII numbers. This can read to disclosure of the content of some memory locations.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/item_cmpfunc.h.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
MariaDB Server v10.7 and below was discovered to contain a segmentation fault via the component sql/sql_class.cc.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
An issue was discovered in the EXIF component in PHP before 7.1.27, 7.2.x before 7.2.16, and 7.3.x before 7.3.3. There is an uninitialized read in exif_process_IFD_in_MAKERNOTE because of mishandling the data_len variable.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
When PHP EXIF extension is parsing EXIF information from an image, e.g. via exif_read_data() function, in PHP versions 7.1.x below 7.1.31, 7.2.x below 7.2.21 and 7.3.x below 7.3.8 it is possible to supply it with data what will cause it to read past the allocated buffer. This may lead to information disclosure or crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
An issue in the component Used_tables_and_const_cache::used_tables_and_const_cache_join of MariaDB Server v10.7 and below was discovered to allow attackers to cause a Denial of Service (DoS) via specially crafted SQL statements.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
When using fgetss() function to read data with stripping tags, in PHP versions 7.2.x below 7.2.27, 7.3.x below 7.3.14 and 7.4.x below 7.4.2 it is possible to supply data that will cause this function to read past the allocated buffer. This may lead to information disclosure or crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
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 PHP is processing incoming HTTP cookie values, the cookie names are url-decoded. This may lead to cookies with prefixes like __Host confused with cookies that decode to such prefix, thus leading to an attacker being able to forge cookie which is supposed to be secure. See also CVE-2020-8184 for more information.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
MariaDB v10.7 was discovered to contain an use-after-poison in in __interceptor_memset at /libsanitizer/sanitizer_common/sanitizer_common_interceptors.inc.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
The move_uploaded_file implementation in ext/standard/basic_functions.c in PHP before 5.4.39, 5.5.x before 5.5.23, and 5.6.x before 5.6.7 truncates a pathname upon encountering a \x00 character, which allows remote attackers to bypass intended extension restrictions and create files with unexpected names via a crafted second argument. NOTE: this vulnerability exists because of an incomplete fix for CVE-2006-7243.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
An issue was discovered in PHP before 5.6.40, 7.x before 7.1.26, 7.2.x before 7.2.14, and 7.3.x before 7.3.1. Invalid input to the function xmlrpc_decode() can lead to an invalid memory access (heap out of bounds read or read after free). This is related to xml_elem_parse_buf in ext/xmlrpc/libxmlrpc/xml_element.c.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
Vulnerability in the MySQL Server product of Oracle MySQL (component: InnoDB). Supported versions that are affected are 5.7.35 and prior and 8.0.26 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server as well as unauthorized update, insert or delete access to some of MySQL Server accessible data.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/item_subselect.cc.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
An issue was discovered in PHP before 5.6.37, 7.0.x before 7.0.31, 7.1.x before 7.1.20, and 7.2.x before 7.2.8. An Integer Overflow leads to a heap-based buffer over-read in exif_thumbnail_extract of exif.c.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
Heap-based buffer overflow in the enchant_broker_request_dict function in ext/enchant/enchant.c in PHP before 5.4.38, 5.5.x before 5.5.22, and 5.6.x before 5.6.6 allows remote attackers to execute arbitrary code via vectors that trigger creation of multiple dictionaries.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
In PHP versions 7.2.x below 7.2.9, 7.3.x below 7.3.16 and 7.4.x below 7.4.4, while parsing EXIF data with exif_read_data() function, it is possible for malicious data to cause PHP to read one byte of uninitialized memory. This could potentially lead to information disclosure or crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
MariaDB Server v10.7 and below was discovered to contain a segmentation fault via the component Item_field::used_tables/update_depend_map_for_order.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
In PHP versions 7.2.x below 7.2.28, 7.3.x below 7.3.15 and 7.4.x below 7.4.3, when creating PHAR archive using PharData::buildFromIterator() function, the files are added with default permissions (0666, or all access) even if the original files on the filesystem were with more restrictive permissions. This may result in files having more lax permissions than intended when such archive is extracted.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
Vulnerability in the MySQL Server product of Oracle MySQL (component: InnoDB). Supported versions that are affected are 5.7.34 and prior and 8.0.25 and prior. Difficult to exploit vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
An issue was discovered in PHP before 5.6.40, 7.x before 7.1.26, 7.2.x before 7.2.14, and 7.3.x before 7.3.1. A heap-based buffer over-read in PHAR reading functions in the PHAR extension may allow an attacker to read allocated or unallocated memory past the actual data when trying to parse the file name, a different vulnerability than CVE-2018-20783. This is related to phar_detect_phar_fname_ext in ext/phar/phar.c.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
exif_process_IFD_in_MAKERNOTE in ext/exif/exif.c in PHP before 5.6.37, 7.0.x before 7.0.31, 7.1.x before 7.1.20, and 7.2.x before 7.2.8 allows remote attackers to cause a denial of service (out-of-bounds read and application crash) via a crafted JPEG file.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
There is an Assertion failure in MariaDB Server v10.9 and below via 'node->pcur->rel_pos == BTR_PCUR_ON' at /row/row0mysql.cc.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
MariaDB through 10.5.13 allows a ha_maria::extra application crash via certain SELECT statements.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
Vulnerability in the MySQL Server product of Oracle MySQL (component: InnoDB). Supported versions that are affected are 5.7.33 and prior and 8.0.23 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
The GetCode_ function in gd_gif_in.c in GD 2.1.1 and earlier, as used in PHP before 5.5.21 and 5.6.x before 5.6.5, allows remote attackers to cause a denial of service (buffer over-read and application crash) via a crafted GIF image that is improperly handled by the gdImageCreateFromGif function.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
Some mod_proxy configurations on Apache HTTP Server versions 2.4.0 through 2.4.55 allow a HTTP Request Smuggling attack. Configurations are affected when mod_proxy is enabled along with some form of RewriteRule or ProxyPassMatch in which a non-specific pattern matches some portion of the user-supplied request-target (URL) data and is then re-inserted into the proxied request-target using variable substitution. For example, something like: RewriteEngine on RewriteRule "^/here/(.*)" "http://example.com:8080/elsewhere?$1"; [P] ProxyPassReverse /here/ http://example.com:8080/Request splitting/smuggling could result in bypass of access controls in the proxy server, proxying unintended URLs to existing origin servers, and cache poisoning. Users are recommended to update to at least version 2.4.56 of Apache HTTP Server.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
MariaDB v10.5 to v10.7 was discovered to contain an assertion failure at table->get_ref_count() == 0 in dict0dict.cc.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
In PHP versions before 7.4.31, 8.0.24 and 8.1.11, the vulnerability enables network and same-site attackers to set a standard insecure cookie in the victim's browser which is treated as a `__Host-` or `__Secure-` cookie by PHP applications.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
An issue was discovered in PHP 7.x before 7.1.26, 7.2.x before 7.2.14, and 7.3.x before 7.3.2. dns_get_record misparses a DNS response, which can allow a hostile DNS server to cause PHP to misuse memcpy, leading to read operations going past the buffer allocated for DNS data. This affects php_parserr in ext/standard/dns.c for DNS_CAA and DNS_ANY queries.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
Multiple integer overflows in php_zip.c in the zip extension in PHP before 7.0.6 allow remote attackers to cause a denial of service (heap-based buffer overflow and application crash) or possibly have unspecified other impact via a crafted call to (1) getFromIndex or (2) getFromName in the ZipArchive class.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
In PHP 8.0.X before 8.0.28, 8.1.X before 8.1.16 and 8.2.X before 8.2.3, excessive number of parts in HTTP form upload can cause high resource consumption and excessive number of log entries. This can cause denial of service on the affected server by exhausting CPU resources or disk space.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
Vulnerability in the MySQL Server product of Oracle MySQL (component: InnoDB). Supported versions that are affected are 5.6.50 and prior, 5.7.32 and prior and 8.0.22 and prior. Difficult to exploit vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
MariaDB v10.5 to v10.7 was discovered to contain a segmentation fault via the component st_select_lex_unit::exclude_level.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
In PHP versions 7.2.x below 7.2.31, 7.3.x below 7.3.18 and 7.4.x below 7.4.6, when HTTP file uploads are allowed, supplying overly long filenames or field names could lead PHP engine to try to allocate oversized memory storage, hit the memory limit and stop processing the request, without cleaning up temporary files created by upload request. This potentially could lead to accumulation of uncleaned temporary files exhausting the disk space on the target server.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
MariaDB through 10.5.9 allows attackers to trigger a convert_const_to_int use-after-free when the BIGINT data type is used.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
When PHP EXIF extension is parsing EXIF information from an image, e.g. via exif_read_data() function, in PHP versions 7.2.x below 7.2.26, 7.3.x below 7.3.13 and 7.4.0 it is possible to supply it with data what will cause it to read past the allocated buffer. This may lead to information disclosure or crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
MariaDB Server v10.6 and below was discovered to contain an use-after-free in the component my_strcasecmp_8bit, which is exploited via specially crafted SQL statements.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
MariaDB before 10.6.5 has a sql_lex.cc integer overflow, leading to an application crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
MariaDB v10.2 to v10.7 was discovered to contain a segmentation fault via the component Item_args::walk_args.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
Inconsistent Interpretation of HTTP Requests ('HTTP Request Smuggling') vulnerability in mod_proxy_ajp of Apache HTTP Server allows an attacker to smuggle requests to the AJP server it forwards requests to. This issue affects Apache HTTP Server Apache HTTP Server 2.4 version 2.4.54 and prior versions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
When using certain mbstring functions to convert multibyte encodings, in PHP versions 7.2.x below 7.2.27, 7.3.x below 7.3.14 and 7.4.x below 7.4.2 it is possible to supply data that will cause function mbfl_filt_conv_big5_wchar to read past the allocated buffer. This may lead to information disclosure or crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
The Apache2 component in PHP before 5.6.38, 7.0.x before 7.0.32, 7.1.x before 7.1.22, and 7.2.x before 7.2.10 allows XSS via the body of a "Transfer-Encoding: chunked" request, because the bucket brigade is mishandled in the php_handler function in sapi/apache2handler/sapi_apache2.c.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
An issue was discovered in the EXIF component in PHP before 7.1.27, 7.2.x before 7.2.16, and 7.3.x before 7.3.3. There is an Invalid Read in exif_process_SOFn.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
MariaDB through 10.5.9 allows an application crash in find_field_in_tables and find_order_in_list via an unused common table expression (CTE).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
When processing certain files, PHP EXIF extension in versions 7.1.x below 7.1.28, 7.2.x below 7.2.17 and 7.3.x below 7.3.4 can be caused to read past allocated buffer in exif_process_IFD_TAG function. This may lead to information disclosure or crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
MariaDB Server v10.6.3 and below was discovered to contain an use-after-free in the component VDec::VDec at /sql/sql_type.cc.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
In PHP versions 7.3.x below 7.3.15 and 7.4.x below 7.4.3, while extracting PHAR files on Windows using phar extension, certain content inside PHAR file could lead to one-byte read past the allocated buffer. This could potentially lead to information disclosure or crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
MariaDB Server v10.6.3 and below was discovered to contain an use-after-free in the component my_wildcmp_8bit_impl at /strings/ctype-simple.c.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: Parser). Supported versions that are affected are 5.7.29 and prior and 8.0.19 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in takeover of MySQL Server.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: DML). Supported versions that are affected are 5.7.33 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
Vulnerability in the MySQL Server product of Oracle MySQL (component: C API). Supported versions that are affected are 5.7.36 and prior and 8.0.27 and prior. Difficult to exploit vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
When PHP EXIF extension is parsing EXIF information from an image, e.g. via exif_read_data() function, in PHP versions 7.1.x below 7.1.30, 7.2.x below 7.2.19 and 7.3.x below 7.3.6 it is possible to supply it with data what will cause it to read past the allocated buffer. This may lead to information disclosure or crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
Vulnerability in the MySQL Server product of Oracle MySQL (component: InnoDB). Supported versions that are affected are 5.7.34 and prior and 8.0.25 and prior. Difficult to exploit vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
HTTP Response Smuggling vulnerability in Apache HTTP Server via mod_proxy_uwsgi. This issue affects Apache HTTP Server: from 2.4.30 through 2.4.55. Special characters in the origin response header can truncate/split the response forwarded to the client.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: Stored Procedure). Supported versions that are affected are 5.6.47 and prior, 5.7.29 and prior and 8.0.19 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
MariaDB through 10.5.9 allows a sql_parse.cc application crash because of incorrect used_tables expectations.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
MariaDB v10.4 to v10.8 was discovered to contain a segmentation fault via the component Item_field::fix_outer_field.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
MariaDB v10.2 to v10.7 was discovered to contain a segmentation fault via the component Item_func_in::cleanup/Item::cleanup_processor.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
In PHP versions 7.3.x below 7.3.29, 7.4.x below 7.4.21 and 8.0.x below 8.0.8, when using Firebird PDO driver extension, a malicious database server could cause crashes in various database functions, such as getAttribute(), execute(), fetch() and others by returning invalid response data that is not parsed correctly by the driver. This can result in crashes, denial of service or potentially memory corruption.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
In PHP versions 7.2.x below 7.2.29, 7.3.x below 7.3.16 and 7.4.x below 7.4.4, while using get_headers() with user-supplied URL, if the URL contains zero (\0) character, the URL will be silently truncated at it. This may cause some software to make incorrect assumptions about the target of the get_headers() and possibly send some information to a wrong server.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
In PHP versions before 7.4.31, 8.0.24 and 8.1.11, the phar uncompressor code would recursively uncompress "quines" gzip files, resulting in an infinite loop.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
MariaDB through 10.5.9 allows a set_var.cc application crash via certain uses of an UPDATE statement in conjunction with a nested subquery.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
PHP through 7.0.8 does not attempt to address RFC 3875 section 4.1.18 namespace conflicts and therefore does not protect applications from the presence of untrusted client data in the HTTP_PROXY environment variable, which might allow remote attackers to redirect an application's outbound HTTP traffic to an arbitrary proxy server via a crafted Proxy header in an HTTP request, as demonstrated by (1) an application that makes a getenv('HTTP_PROXY') call or (2) a CGI configuration of PHP, aka an "httpoxy" issue.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
Prior to Apache HTTP Server 2.4.55, a malicious backend can cause the response headers to be truncated early, resulting in some headers being incorporated into the response body. If the later headers have any security purpose, they will not be interpreted by the client.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
The default soap.wsdl_cache_dir setting in (1) php.ini-production and (2) php.ini-development in PHP through 5.6.7 specifies the /tmp directory, which makes it easier for local users to conduct WSDL injection attacks by creating a file under /tmp with a predictable filename that is used by the get_sdl function in ext/soap/php_sdl.c.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
In PHP versions 7.3.x below 7.3.27, 7.4.x below 7.4.15 and 8.0.x below 8.0.2, when using SOAP extension to connect to a SOAP server, a malicious SOAP server could return malformed XML data as a response that would cause PHP to access a null pointer and thus cause a crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
An issue was discovered in PHP before 5.6.40, 7.x before 7.1.26, 7.2.x before 7.2.14, and 7.3.x before 7.3.1. xmlrpc_decode() can allow a hostile XMLRPC server to cause PHP to read memory outside of allocated areas in base64_decode_xmlrpc in ext/xmlrpc/libxmlrpc/base64.c.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
An issue was discovered in PHP before 5.6.40, 7.x before 7.1.26, 7.2.x before 7.2.14, and 7.3.x before 7.3.1. A number of heap-based buffer over-read instances are present in mbstring regular expression functions when supplied with invalid multibyte data. These occur in ext/mbstring/oniguruma/regcomp.c, ext/mbstring/oniguruma/regexec.c, ext/mbstring/oniguruma/regparse.c, ext/mbstring/oniguruma/enc/unicode.c, and ext/mbstring/oniguruma/src/utf32_be.c when a multibyte regular expression pattern contains invalid multibyte sequences.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/item_func.cc:148.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
MariaDB through 10.5.9 allows an application crash in sub_select_postjoin_aggr for a NULL value of aggr.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
When PHP EXIF extension is parsing EXIF information from an image, e.g. via exif_read_data() function, in PHP versions 7.2.x below 7.2.26, 7.3.x below 7.3.13 and 7.4.0 it is possible to supply it with data what will cause it to read past the allocated buffer. This may lead to information disclosure or crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
In PHP versions 7.4.x below 7.4.28, 8.0.x below 8.0.16, and 8.1.x below 8.1.3, when using filter functions with FILTER_VALIDATE_FLOAT filter and min/max limits, if the filter fails, there is a possibility to trigger use of allocated memory after free, which can result it crashes, and potentially in overwrite of other memory chunks and RCE. This issue affects: code that uses FILTER_VALIDATE_FLOAT with min/max limits.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
In PHP versions 7.4.x below 7.4.30, 8.0.x below 8.0.20, and 8.1.x below 8.1.7, when using Postgres database extension, supplying invalid parameters to the parametrized query may lead to PHP attempting to free memory using uninitialized data as pointers. This could lead to RCE vulnerability or denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
MariaDB v10.4 to v10.7 was discovered to contain an use-after-poison in prepare_inplace_add_virtual at /storage/innobase/handler/handler0alter.cc.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
An issue in the component Create_tmp_table::finalize of MariaDB Server v10.7 and below was discovered to allow attackers to cause a Denial of Service (DoS) via specially crafted SQL statements.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
A carefully crafted If: request header can cause a memory read, or write of a single zero byte, in a pool (heap) memory location beyond the header value sent. This could cause the process to crash. This issue affects Apache HTTP Server 2.4.54 and earlier.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
ext/imap/php_imap.c in PHP 5.x and 7.x before 7.3.0 allows remote attackers to cause a denial of service (NULL pointer dereference and application crash) via an empty string in the message argument to the imap_mail function.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
A vulnerability was found in PHP where setting the environment variable PHP_CLI_SERVER_WORKERS to a large value leads to a heap buffer overflow.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
exif_read_from_impl in ext/exif/exif.c in PHP 7.2.x through 7.2.7 allows attackers to trigger a use-after-free (in exif_read_from_file) because it closes a stream that it is not responsible for closing. The vulnerable code is reachable through the PHP exif_read_data function.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
An issue was discovered in the EXIF component in PHP before 7.1.27, 7.2.x before 7.2.16, and 7.3.x before 7.3.3. There is an uninitialized read in exif_process_IFD_in_TIFF.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
An issue in the component my_decimal::operator= of MariaDB Server v10.6.3 and below was discovered to allow attackers to cause a Denial of Service (DoS) via specially crafted SQL statements.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
An issue in the component Field::set_default of MariaDB Server v10.6 and below was discovered to allow attackers to cause a Denial of Service (DoS) via specially crafted SQL statements.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
In PHP versions 7.3.x below 7.3.33, 7.4.x below 7.4.26 and 8.0.x below 8.0.13, certain XML parsing functions, like simplexml_load_file(), URL-decode the filename passed to them. If that filename contains URL-encoded NUL character, this may cause the function to interpret this as the end of the filename, thus interpreting the filename differently from what the user intended, which may lead it to reading a different file than intended.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: DML). Supported versions that are affected are 5.6.47 and prior, 5.7.29 and prior and 8.0.19 and prior. Easily exploitable vulnerability allows low privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
When PHP EXIF extension is parsing EXIF information from an image, e.g. via exif_read_data() function, in PHP versions 7.1.x below 7.1.31, 7.2.x below 7.2.21 and 7.3.x below 7.3.8 it is possible to supply it with data what will cause it to read past the allocated buffer. This may lead to information disclosure or crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
Vulnerability in the MySQL Server product of Oracle MySQL (component: InnoDB). Supported versions that are affected are 5.7.33 and prior and 8.0.23 and prior. Difficult to exploit vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Festo Didactic SE MES PC shipped with Windows 10
Festo Didactic SE / MES PC
|
shipped_with_Windows_10 |
Vendor Fix
|
{
"document": {
"acknowledgments": [
{
"organization": "CERT@VDE",
"summary": "coordination and support with this publication",
"urls": [
"https://certvde.com/"
]
}
],
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Disclosure is not limited",
"tlp": {
"label": "WHITE",
"url": "https://www.cisa.gov/news-events/news/traffic-light-protocol-tlp-definitions-and-usage"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "Festo Didactic offers products with security functions that aid the safe operation of plants, systems, machines and networks. In order to protect plants, systems, machines and networks from cyber threats, a comprehensive security concept must be implemented and continuously updated. Festo products and services only constitute one part of such a concept.\nThe customer is responsible for preventing unauthorized access to their plants, systems, machines and networks. Systems, machines and components should only be connected to a company\u0027s network or the Internet if and as necessary, and only when the suitable security measures (e.g., firewalls and network segmentation, defense-in-depth) are in place. Failure to ensure adequate security measures when connecting the product to the network can result in vulnerabilities which allow unauthorized, remote access to the network - even beyond the product boundaries. This access could be abused to incur a loss of data or manipulate or sabotage systems. Typical forms of attack include but are not limited to: Denial-of-Service (rendering the system temporarily non-functional), remote execution of malicious code, privilege escalation (executing malicious code with higher system privileges than expected), ransomware (encryption of data and demanding payment for decryption). In the context of industrial systems and machines this can also lead to unsafe states, posing a danger to people and equipment.\nFurthermore, Festo guidelines on suitable security measures should be observed. Festo products and solutions are constantly being developed further in order to make them more secure. Festo strongly recommends that customers install product updates as soon as they become available and always use the latest versions of its products. Any use of product versions that are no longer supported or any failure to install the latest updates may render the customer vulnerable to cyber-attacks.",
"title": "General recommendation"
},
{
"category": "summary",
"text": "MES PCs shipped with Windows 10 come pre-installed with XAMPP. XAMPP is a bundle of third-party open-source applications including the Apache HTTP Server, the MariaDB database and more. From time to time, vulnerabilities in these applications are discovered. These are fixed in newer versions of XAMPP by updating the bundled applications. \n\nMES PCs shipped with Windows 10 include a copy of XAMPP which contains around 140 such vulnerabilities listed in this advisory. They can be fixed by replacing XAMPP with Festo Didactic\u0027s Factory Control Panel application.",
"title": "Summary"
},
{
"category": "legal_disclaimer",
"text": "Festo assumes no liability whatsoever for indirect, collateral, accidental or consequential losses that occur by the distribution and/or use of this document or any losses in connection with the distribution and/or use of this document. All information published in this document is provided free of charge and on good faith by Festo. Insofar as permissible by law, however, none of this information shall establish any warranty, guarantee, commitment, or liability on the part of Festo.\\n\\nNote: In no case does this information release the operator or responsible person from the obligation to check the effect on his system or installation before using the information and, in the event of negative consequences, not to use the information.\\n\\nIn addition, the actual general terms, and conditions for delivery, payment and software use of Festo, available under http://www.festo.com and the special provisions for the use of Festo Security Advisory available at https://www.festo.com/psirt shall apply.",
"title": "Disclaimer"
},
{
"category": "description",
"text": "The vulnerabilities covered by this advisory have a broad range of impacts ranging from denial-of-service to disclosure or manipulation/deletion of information.\nGiven the intended usage of MES PCs for didactic purposes in controlled lab environments, separate from productive systems, it never comes into contact with sensitive information. Therefore the impact is reduced to limited availability of the system.",
"title": "Impact"
},
{
"category": "legal_disclaimer",
"text": "This product is provided subject to this Notification (https://www.cisa.gov/notification) and this Privacy \u0026 Use policy (https://www.cisa.gov/privacy-policy).",
"title": "Legal Notice and Terms of Use"
},
{
"category": "other",
"text": "This ICSA is a verbatim republication of Festo SE \u0026 Co. KG FSA-202402 from a direct conversion of the vendor\u0027s Common Security Advisory Framework (CSAF) advisory. This is republished to CISA\u0027s website as a means of increasing visibility and is provided \"as-is\" for informational purposes only. CISA is not responsible for the editorial or technical accuracy of republished advisories and provides no warranties of any kind regarding any information contained within this advisory. Further, CISA does not endorse any commercial product or service. Please contact Festo SE \u0026 Co. KG directly for any questions regarding this advisory.",
"title": "Advisory Conversion Disclaimer"
},
{
"category": "other",
"text": "Commercial Facilities, Communications, Critical Manufacturing, Energy",
"title": "Critical infrastructure sectors"
},
{
"category": "other",
"text": "Worldwide",
"title": "Countries/areas deployed"
},
{
"category": "other",
"text": "Germany",
"title": "Company headquarters location"
},
{
"category": "general",
"text": "CISA recommends users take defensive measures to minimize the exploitation risk of this vulnerability.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "Minimize network exposure for all control system devices and/or systems, and ensure they are not accessible from the internet.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "Locate control system networks and remote devices behind firewalls and isolate them from business networks.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "When remote access is required, use more secure methods, such as Virtual Private Networks (VPNs), recognizing VPNs may have vulnerabilities and should be updated to the most recent version available. Also recognize VPN is only as secure as its connected devices.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "CISA reminds organizations to perform proper impact analysis and risk assessment prior to deploying defensive measures.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "CISA also provides a section for control systems security recommended practices on the ICS webpage on cisa.gov. Several CISA products detailing cyber defense best practices are available for reading and download, including Improving Industrial Control Systems Cybersecurity with Defense-in-Depth Strategies.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "CISA encourages organizations to implement recommended cybersecurity strategies for proactive defense of ICS assets. Additional mitigation guidance and recommended practices are publicly available on the ICS webpage at cisa.gov in the technical information paper, ICS-TIP-12-146-01B--Targeted Cyber Intrusion Detection and Mitigation Strategies.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "Organizations observing suspected malicious activity should follow established internal procedures and report findings to CISA for tracking and correlation against other incidents.",
"title": "Recommended Practices"
}
],
"publisher": {
"category": "other",
"contact_details": "central@cisa.dhs.gov",
"name": "CISA",
"namespace": "https://www.cisa.gov/"
},
"references": [
{
"category": "self",
"summary": "FSA-202402: Several Vulnerabilities in MES PC (Windows 10) - CSAF",
"url": "https://festo.csaf-tp.certvde.com/.well-known/csaf/white/2024/fsa-202402.json"
},
{
"category": "external",
"summary": "CERT@VDE Security Advisory",
"url": "https://certvde.com/en/advisories/vendor/festo/"
},
{
"category": "external",
"summary": "For further security-related issues in Festo products please contact the Festo Product Security Incident Response Team (PSIRT)",
"url": "https://festo.com/psirt"
},
{
"category": "self",
"summary": "FSA-202402: Several Vulnerabilities in MES PC (Windows 10) - HTML",
"url": "https://certvde.com/en/advisories/VDE-2023-065"
},
{
"category": "self",
"summary": "ICS Advisory ICSA-26-027-02 JSON",
"url": "https://raw.githubusercontent.com/cisagov/CSAF/develop/csaf_files/OT/white/2026/icsa-26-027-02.json"
},
{
"category": "self",
"summary": "ICS Advisory ICSA-26-027-02 - Web Version",
"url": "https://www.cisa.gov/news-events/ics-advisories/icsa-26-027-02"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/news-events/ics-alerts/ics-alert-10-301-01"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/resources-tools/resources/ics-recommended-practices"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/topics/industrial-control-systems"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/sites/default/files/recommended_practices/NCCIC_ICS-CERT_Defense_in_Depth_2016_S508C.pdf"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/sites/default/files/publications/Cybersecurity_Best_Practices_for_Industrial_Control_Systems.pdf"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/news-events/news/targeted-cyber-intrusion-detection-and-mitigation-strategies-update-b"
}
],
"title": "Festo Didactic SE MES PC",
"tracking": {
"aliases": [
"VDE-2023-065"
],
"current_release_date": "2026-01-27T16:20:28.099631Z",
"generator": {
"date": "2026-01-27T16:20:28.097580Z",
"engine": {
"name": "CISA CSAF Generator",
"version": "1.5.0"
}
},
"id": "ICSA-26-027-02",
"initial_release_date": "2024-02-27T12:00:00.000000Z",
"revision_history": [
{
"date": "2024-02-27T12:00:00.000000Z",
"legacy_version": "Initial",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-11-04T11:00:00.000000Z",
"legacy_version": "Revision 1",
"number": "2",
"summary": "Adjust to VDE template. Add missing CWE-IDs if available. Updated legal disclaimer to add references to special provisions."
},
{
"date": "2025-12-08T07:00:00.000000Z",
"legacy_version": "Revision 2",
"number": "3",
"summary": "Add all missing CWE identifier and CVSS 3.x scores."
},
{
"date": "2026-01-27T16:20:28.099631Z",
"legacy_version": "CISA Republication",
"number": "4",
"summary": "Initial Republication of Festo SE \u0026 Co. KG FSA-202402 advisory"
}
],
"status": "final",
"version": "4"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "shipped_with_Windows_10",
"product": {
"name": "Festo Didactic SE MES PC shipped with Windows 10",
"product_id": "CSAFPID-0001"
}
}
],
"category": "product_name",
"name": "MES PC"
}
],
"category": "vendor",
"name": "Festo Didactic SE"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2019-11036",
"cwe": {
"id": "CWE-126",
"name": "Buffer Over-read"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "When processing certain files, PHP EXIF extension in versions 7.1.x below 7.1.29, 7.2.x below 7.2.18 and 7.3.x below 7.3.5 can be caused to read past allocated buffer in exif_process_IFD_TAG function. This may lead to information disclosure or crash.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "108177",
"url": "http://www.securityfocus.com/bid/108177"
},
{
"summary": "FEDORA-2019-6350c4e21a",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/3BY2XUUAN277LS7HKAOGL4DVGAELOJV3/"
},
{
"summary": "FEDORA-2019-6e325234a4",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/2NFXYNCXZCPYT7ZN4ZLI5EPQQW44FRRO/"
},
{
"summary": "FEDORA-2019-bab3944fee",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/WN2HLPGEZEF4MFM5YC5FILZB5QEQFP3A/"
},
{
"summary": "USN-3566-2",
"url": "https://usn.ubuntu.com/3566-2/"
},
{
"summary": "[debian-lts-announce] 20190525 [SECURITY] [DLA 1803-1] php5 security update",
"url": "https://lists.debian.org/debian-lts-announce/2019/05/msg00035.html"
},
{
"summary": "openSUSE-SU-2019:1501",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00010.html"
},
{
"summary": "openSUSE-SU-2019:1503",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00012.html"
},
{
"summary": "USN-4009-1",
"url": "https://usn.ubuntu.com/4009-1/"
},
{
"summary": "openSUSE-SU-2019:1572",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00041.html"
},
{
"summary": "openSUSE-SU-2019:1573",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00044.html"
},
{
"summary": "RHSA-2019:2519",
"url": "https://access.redhat.com/errata/RHSA-2019:2519"
},
{
"summary": "20190920 [SECURITY] [DSA 4527-1] php7.3 security update",
"url": "https://seclists.org/bugtraq/2019/Sep/35"
},
{
"summary": "DSA-4527",
"url": "https://www.debian.org/security/2019/dsa-4527"
},
{
"summary": "DSA-4529",
"url": "https://www.debian.org/security/2019/dsa-4529"
},
{
"summary": "20190923 [SECURITY] [DSA 4529-1] php7.0 security update",
"url": "https://seclists.org/bugtraq/2019/Sep/38"
},
{
"summary": "RHSA-2019:3299",
"url": "https://access.redhat.com/errata/RHSA-2019:3299"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-11036"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/126.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2019-11036"
},
{
"cve": "CVE-2023-25727",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "In phpMyAdmin before 4.9.11 and 5.x before 5.2.1, an authenticated user can trigger XSS by uploading a crafted .sql file through the drag-and-drop interface.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25727"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/79.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"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"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-25727"
},
{
"cve": "CVE-2021-2011",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "Vulnerability in the MySQL Client product of Oracle MySQL (component: C API). Supported versions that are affected are 5.7.32 and prior and 8.0.22 and prior. Difficult to exploit vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise MySQL Client. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Client.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "FEDORA-2021-db50ab62d3",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/T7EAHJPWOOF4D6PEFLXW5IQWRRSZ3HRC/"
},
{
"summary": "FEDORA-2021-b1d1655cef",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/CS5THZSGI7O2CZO44NWYE57AG2T7NK3K/"
},
{
"summary": "GLSA-202105-27",
"url": "https://security.gentoo.org/glsa/202105-27"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2011"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/20.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2021-2011"
},
{
"cve": "CVE-2022-32083",
"cwe": {
"id": "CWE-229",
"name": "Improper Handling of Values"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "MariaDB v10.2 to v10.6.1 was discovered to contain a segmentation fault via the component Item_subselect::init_expr_cache_tracker.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "[debian-lts-announce] 20220916 [SECURITY] [DLA 3114-1] mariadb-10.3 security update",
"url": "https://lists.debian.org/debian-lts-announce/2022/09/msg00023.html"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32083"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/229.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-32083"
},
{
"cve": "CVE-2021-46668",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "MariaDB through 10.5.9 allows an application crash via certain long SELECT DISTINCT statements that improperly interact with storage-engine resource limitations for temporary data structures.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "FEDORA-2022-263f7cc483",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/NJ4KDAGF3H4D4BDTHRAM6ZEAJJWWMRUO/"
},
{
"summary": "FEDORA-2022-03350936ee",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/DKJRBYJAQCOPHSED43A3HUPNKQLDTFGD/"
},
{
"summary": "FEDORA-2022-5cfe372ab7",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/EZFZVMJL5UDTOZMARLXQIMG3BTG6UNYW/"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46668"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/400.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2021-46668"
},
{
"cve": "CVE-2018-19518",
"cwe": {
"id": "CWE-88",
"name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "University of Washington IMAP Toolkit 2007f on UNIX, as used in imap_open() in PHP and other products, launches an rsh command (by means of the imap_rimap function in c-client/imap4r1.c and the tcp_aopen function in osdep/unix/tcp_unix.c) without preventing argument injection, which might allow remote attackers to execute arbitrary OS commands if the IMAP server name is untrusted input (e.g., entered by a user of a web application) and if rsh has been replaced by a program with different argument semantics. For example, if rsh is a link to ssh (as seen on Debian and Ubuntu systems), then the attack can use an IMAP server name containing a \"-oProxyCommand\" argument.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "45914",
"url": "https://www.exploit-db.com/exploits/45914/"
},
{
"summary": "[debian-lts-announce] 20190301 [SECURITY] [DLA 1700-1] uw-imap security update",
"url": "https://lists.debian.org/debian-lts-announce/2019/03/msg00001.html"
},
{
"summary": "1042157",
"url": "http://www.securitytracker.com/id/1042157"
},
{
"summary": "DSA-4353",
"url": "https://www.debian.org/security/2018/dsa-4353"
},
{
"summary": "106018",
"url": "http://www.securityfocus.com/bid/106018"
},
{
"summary": "[debian-lts-announce] 20181217 [SECURITY] [DLA 1608-1] php5 security update",
"url": "https://lists.debian.org/debian-lts-announce/2018/12/msg00006.html"
},
{
"summary": "USN-4160-1",
"url": "https://usn.ubuntu.com/4160-1/"
},
{
"summary": "GLSA-202003-57",
"url": "https://security.gentoo.org/glsa/202003-57"
},
{
"summary": "[debian-lts-announce] 20211229 [SECURITY] [DLA 2866-1] uw-imap security update",
"url": "https://lists.debian.org/debian-lts-announce/2021/12/msg00031.html"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-19518"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/88.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2018-19518"
},
{
"cve": "CVE-2021-2194",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "Vulnerability in the MySQL Server product of Oracle MySQL (component: InnoDB). Supported versions that are affected are 5.7.33 and prior and 8.0.23 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "FEDORA-2021-01189f6361",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/AKV7TRUEQW6EV45RSZVVFLVQMNHVHBCJ/"
},
{
"summary": "FEDORA-2021-5b6c69a73a",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/UJVUTKKFQAWR7NURCQHQQ5JHTVYGEOYQ/"
},
{
"summary": "FEDORA-2021-b8b7829a83",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/JJQRPXNDH6YHQLUSCS5VA7DAW32PN7N7/"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2194"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/20.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 4.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2021-2194"
},
{
"cve": "CVE-2019-11049",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "In PHP versions 7.3.x below 7.3.13 and 7.4.0 on Windows, when supplying custom headers to mail() function, due to mistake introduced in commit 78f4b4a2dcf92ddbccea1bb95f8390a18ac3342e, if the header is supplied in lowercase, this can result in double-freeing certain memory locations.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "FEDORA-2019-437d94e271",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/N7GCOAE6KVHYJ3UQ4KLPLTGSLX6IRVRN/"
},
{
"summary": "FEDORA-2019-a54a622670",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/XWRQPYXVG43Q7DXMXH6UVWMKWGUW552F/"
},
{
"summary": "20200218 [SECURITY] [DSA 4626-1] php7.3 security update",
"url": "https://seclists.org/bugtraq/2020/Feb/27"
},
{
"summary": "DSA-4626",
"url": "https://www.debian.org/security/2020/dsa-4626"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-11049"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/415.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2019-11049"
},
{
"cve": "CVE-2022-31626",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "In PHP versions 7.4.x below 7.4.30, 8.0.x below 8.0.20, and 8.1.x below 8.1.7, when pdo_mysql extension with mysqlnd driver, if the third party is allowed to supply host to connect to and the password for the connection, password of excessive length can trigger a buffer overflow in PHP, which can lead to a remote code execution vulnerability.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "FEDORA-2022-0a96e5b9b1",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ZZTZQKRGEYJT5UB4FGG3MOE72SQUHSL4/"
},
{
"summary": "FEDORA-2022-f3fc52428e",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/3T4MMEEZYYAEHPQMZDFN44PHORJWJFZQ/"
},
{
"summary": "DSA-5179",
"url": "https://www.debian.org/security/2022/dsa-5179"
},
{
"summary": "GLSA-202209-20",
"url": "https://security.gentoo.org/glsa/202209-20"
},
{
"summary": "[debian-lts-announce] 20221215 [SECURITY] [DLA 3243-1] php7.3 security update",
"url": "https://lists.debian.org/debian-lts-announce/2022/12/msg00030.html"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31626"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/120.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-31626"
},
{
"cve": "CVE-2022-32084",
"cwe": {
"id": "CWE-229",
"name": "Improper Handling of Values"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "MariaDB v10.2 to v10.7 was discovered to contain a segmentation fault via the component sub_select.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "[debian-lts-announce] 20220916 [SECURITY] [DLA 3114-1] mariadb-10.3 security update",
"url": "https://lists.debian.org/debian-lts-announce/2022/09/msg00023.html"
},
{
"summary": "FEDORA-2022-cf88f807f9",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ZHISY4YVO4S5QJYYIXCIAXBM7INOL4VY/"
},
{
"summary": "FEDORA-2022-e0e9a43546",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/WCOEGSVMIEXDZHBOSV6WVF7FAVRBR2JE/"
},
{
"summary": "FEDORA-2022-333df1c4aa",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/WTVAONAZXJFGHAJ4RP2OF3EAMQCOTDSQ/"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32084"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/229.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-32084"
},
{
"cve": "CVE-2022-32088",
"cwe": {
"id": "CWE-229",
"name": "Improper Handling of Values"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "MariaDB v10.2 to v10.7 was discovered to contain a segmentation fault via the component Exec_time_tracker::get_loops/Filesort_tracker::report_use/filesort.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "[debian-lts-announce] 20220916 [SECURITY] [DLA 3114-1] mariadb-10.3 security update",
"url": "https://lists.debian.org/debian-lts-announce/2022/09/msg00023.html"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32088"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/229.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-32088"
},
{
"cve": "CVE-2022-27377",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "MariaDB Server v10.6.3 and below was discovered to contain an use-after-free in the component Item_func_in::cleanup(), which is exploited via specially crafted SQL statements.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "[debian-lts-announce] 20220916 [SECURITY] [DLA 3114-1] mariadb-10.3 security update",
"url": "https://lists.debian.org/debian-lts-announce/2022/09/msg00023.html"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27377"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/416.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-27377"
},
{
"cve": "CVE-2020-2922",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "Vulnerability in the MySQL Client product of Oracle MySQL (component: C API). Supported versions that are affected are 5.6.47 and prior, 5.7.29 and prior and 8.0.18 and prior. Difficult to exploit vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise MySQL Client. Successful attacks of this vulnerability can result in unauthorized read access to a subset of MySQL Client accessible data.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "USN-4350-1",
"url": "https://usn.ubuntu.com/4350-1/"
},
{
"summary": "GLSA-202105-27",
"url": "https://security.gentoo.org/glsa/202105-27"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2922"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/200.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.7,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2020-2922"
},
{
"cve": "CVE-2019-9638",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "An issue was discovered in the EXIF component in PHP before 7.1.27, 7.2.x before 7.2.16, and 7.3.x before 7.3.3. There is an uninitialized read in exif_process_IFD_in_MAKERNOTE because of mishandling the maker_note-\u003eoffset relationship to value_len.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "DSA-4403",
"url": "https://www.debian.org/security/2019/dsa-4403"
},
{
"summary": "USN-3922-1",
"url": "https://usn.ubuntu.com/3922-1/"
},
{
"summary": "[debian-lts-announce] 20190331 [SECURITY] [DLA 1741-1] php5 security update",
"url": "https://lists.debian.org/debian-lts-announce/2019/03/msg00043.html"
},
{
"summary": "USN-3922-2",
"url": "https://usn.ubuntu.com/3922-2/"
},
{
"summary": "USN-3922-3",
"url": "https://usn.ubuntu.com/3922-3/"
},
{
"summary": "openSUSE-SU-2019:1293",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-04/msg00104.html"
},
{
"summary": "openSUSE-SU-2019:1503",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00012.html"
},
{
"summary": "openSUSE-SU-2019:1572",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00041.html"
},
{
"summary": "openSUSE-SU-2019:1573",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00044.html"
},
{
"summary": "RHSA-2019:2519",
"url": "https://access.redhat.com/errata/RHSA-2019:2519"
},
{
"summary": "RHSA-2019:3299",
"url": "https://access.redhat.com/errata/RHSA-2019:3299"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-9638"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/125.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2019-9638"
},
{
"cve": "CVE-2019-11044",
"cwe": {
"id": "CWE-170",
"name": "Improper Null Termination"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "In PHP versions 7.2.x below 7.2.26, 7.3.x below 7.3.13 and 7.4.0 on Windows, PHP link() function accepts filenames with embedded \\0 byte and treats them as terminating at that byte. This could lead to security vulnerabilities, e.g. in applications checking paths that the code is allowed to access.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "FEDORA-2019-437d94e271",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/N7GCOAE6KVHYJ3UQ4KLPLTGSLX6IRVRN/"
},
{
"summary": "FEDORA-2019-a54a622670",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/XWRQPYXVG43Q7DXMXH6UVWMKWGUW552F/"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-11044"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/170.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2019-11044"
},
{
"cve": "CVE-2020-7068",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "In PHP versions 7.2.x below 7.2.33, 7.3.x below 7.3.21 and 7.4.x below 7.4.9, while processing PHAR files using phar extension, phar_parse_zipfile could be tricked into accessing freed memory, which could lead to a crash or information disclosure.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "GLSA-202009-10",
"url": "https://security.gentoo.org/glsa/202009-10"
},
{
"summary": "DSA-4856",
"url": "https://www.debian.org/security/2021/dsa-4856"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-7068"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/416.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:L"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 3.6,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2020-7068"
},
{
"cve": "CVE-2020-7069",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "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.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "FEDORA-2020-4573f0e03a",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/RRU57N3OSYZPOMFWPRDNVH7EMYOTSZ66/"
},
{
"summary": "FEDORA-2020-4fe6b116e5",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/7EVDN7D3IB4EAI4D3ZOM2OJKQ5SD7K4E/"
},
{
"summary": "FEDORA-2020-94763cb98b",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/P2J3ZZDHCSX65T5QWV4AHBN7MOJXBEKG/"
},
{
"summary": "openSUSE-SU-2020:1703",
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00045.html"
},
{
"summary": "USN-4583-1",
"url": "https://usn.ubuntu.com/4583-1/"
},
{
"summary": "openSUSE-SU-2020:1767",
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00067.html"
},
{
"summary": "GLSA-202012-16",
"url": "https://security.gentoo.org/glsa/202012-16"
},
{
"summary": "DSA-4856",
"url": "https://www.debian.org/security/2021/dsa-4856"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-7069"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/20.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2020-7069"
},
{
"cve": "CVE-2015-2301",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "Use-after-free vulnerability in the phar_rename_archive function in phar_object.c in PHP before 5.5.22 and 5.6.x before 5.6.6 allows remote attackers to cause a denial of service or possibly have unspecified other impact via vectors that trigger an attempted renaming of a Phar archive to the name of an existing file.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "DSA-3198",
"url": "http://www.debian.org/security/2015/dsa-3198"
},
{
"summary": "USN-2535-1",
"url": "http://www.ubuntu.com/usn/USN-2535-1"
},
{
"summary": "HPSBMU03409",
"url": "http://marc.info/?l=bugtraq\u0026m=144050155601375\u0026w=2"
},
{
"summary": "openSUSE-SU-2015:0644",
"url": "http://lists.opensuse.org/opensuse-updates/2015-04/msg00002.html"
},
{
"summary": "APPLE-SA-2015-09-30-3",
"url": "http://lists.apple.com/archives/security-announce/2015/Sep/msg00008.html"
},
{
"summary": "1031949",
"url": "http://www.securitytracker.com/id/1031949"
},
{
"summary": "HPSBMU03380",
"url": "http://marc.info/?l=bugtraq\u0026m=143748090628601\u0026w=2"
},
{
"summary": "MDVSA-2015:079",
"url": "http://www.mandriva.com/security/advisories?name=MDVSA-2015:079"
},
{
"summary": "SSRT102066",
"url": "http://marc.info/?l=bugtraq\u0026m=143403519711434\u0026w=2"
},
{
"summary": "SUSE-SU-2015:0868",
"url": "http://lists.opensuse.org/opensuse-security-announce/2015-05/msg00005.html"
},
{
"summary": "73037",
"url": "http://www.securityfocus.com/bid/73037"
},
{
"summary": "RHSA-2015:1135",
"url": "http://rhn.redhat.com/errata/RHSA-2015-1135.html"
},
{
"summary": "RHSA-2015:1053",
"url": "http://rhn.redhat.com/errata/RHSA-2015-1053.html"
},
{
"summary": "HPSBUX03337",
"url": "http://marc.info/?l=bugtraq\u0026m=143403519711434\u0026w=2"
},
{
"summary": "[oss-security] 20150315 Re: CVE Request: PHP 5.6.6 changelog",
"url": "http://openwall.com/lists/oss-security/2015/03/15/6"
},
{
"summary": "GLSA-201606-10",
"url": "https://security.gentoo.org/glsa/201606-10"
},
{
"summary": "RHSA-2015:1066",
"url": "http://rhn.redhat.com/errata/RHSA-2015-1066.html"
},
{
"summary": "RHSA-2015:1218",
"url": "http://rhn.redhat.com/errata/RHSA-2015-1218.html"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2301"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/416.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v2": {
"accessComplexity": "LOW",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "PARTIAL",
"baseScore": 7.5,
"confidentialityImpact": "PARTIAL",
"integrityImpact": "PARTIAL",
"vectorString": "AV:N/AC:L/Au:N/C:P/I:P/A:P",
"version": "2.0"
},
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"environmentalScore": 9.8,
"environmentalSeverity": "CRITICAL",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 9.8,
"temporalSeverity": "CRITICAL",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2015-2301"
},
{
"cve": "CVE-2023-0568",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "In PHP 8.0.X before 8.0.28, 8.1.X before 8.1.16 and 8.2.X before 8.2.3, core path resolution function allocate buffer one byte too small. When resolving paths with lengths close to system MAXPATHLEN setting, this may lead to the byte after the allocated buffer being overwritten with NUL value, which might lead to unauthorized data access or modification.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0568"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/131.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-0568"
},
{
"cve": "CVE-2022-27458",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "MariaDB Server v10.6.3 and below was discovered to contain an use-after-free in the component Binary_string::free_buffer() at /sql/sql_string.h.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "[debian-lts-announce] 20220916 [SECURITY] [DLA 3114-1] mariadb-10.3 security update",
"url": "https://lists.debian.org/debian-lts-announce/2022/09/msg00023.html"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27458"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/416.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-27458"
},
{
"cve": "CVE-2021-21706",
"cwe": {
"id": "CWE-24",
"name": "Path Traversal: \u0027../filedir\u0027"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "In PHP versions 7.3.x below 7.3.31, 7.4.x below 7.4.24 and 8.0.x below 8.0.11, in Microsoft Windows environment, ZipArchive::extractTo may be tricked into writing a file outside target directory when extracting a ZIP file, thus potentially causing files to be created or overwritten, subject to OS permissions.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21706"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/24.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2021-21706"
},
{
"cve": "CVE-2022-27452",
"cwe": {
"id": "CWE-617",
"name": "Reachable Assertion"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/item_cmpfunc.cc.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "[debian-lts-announce] 20220916 [SECURITY] [DLA 3114-1] mariadb-10.3 security update",
"url": "https://lists.debian.org/debian-lts-announce/2022/09/msg00023.html"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27452"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/617.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-27452"
},
{
"cve": "CVE-2020-7071",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "In PHP versions 7.3.x below 7.3.26, 7.4.x below 7.4.14 and 8.0.0, when validating URL with functions like filter_var($url, FILTER_VALIDATE_URL), PHP will accept an URL with invalid password as valid URL. This may lead to functions that rely on URL being valid to mis-parse the URL and produce wrong data as components of the URL.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "DSA-4856",
"url": "https://www.debian.org/security/2021/dsa-4856"
},
{
"summary": "GLSA-202105-23",
"url": "https://security.gentoo.org/glsa/202105-23"
},
{
"summary": "[debian-lts-announce] 20210715 [SECURITY] [DLA 2708-1] php7.0 security update",
"url": "https://lists.debian.org/debian-lts-announce/2021/07/msg00008.html"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-7071"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/20.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2020-7071"
},
{
"cve": "CVE-2022-27387",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "MariaDB Server v10.7 and below was discovered to contain a global buffer overflow in the component decimal_bin_size, which is exploited via specially crafted SQL statements.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "[debian-lts-announce] 20220916 [SECURITY] [DLA 3114-1] mariadb-10.3 security update",
"url": "https://lists.debian.org/debian-lts-announce/2022/09/msg00023.html"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27387"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/120.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-27387"
},
{
"cve": "CVE-2022-27376",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "MariaDB Server v10.6.5 and below was discovered to contain an use-after-free in the component Item_args::walk_arg, which is exploited via specially crafted SQL statements.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "[debian-lts-announce] 20220916 [SECURITY] [DLA 3114-1] mariadb-10.3 security update",
"url": "https://lists.debian.org/debian-lts-announce/2022/09/msg00023.html"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27376"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/416.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-27376"
},
{
"cve": "CVE-2019-11043",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "In PHP versions 7.1.x below 7.1.33, 7.2.x below 7.2.24 and 7.3.x below 7.3.11 in certain configurations of FPM setup it is possible to cause FPM module to write past allocated buffers into the space reserved for FCGI protocol data, thus opening the possibility of remote code execution.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "USN-4166-1",
"url": "https://usn.ubuntu.com/4166-1/"
},
{
"summary": "DSA-4552",
"url": "https://www.debian.org/security/2019/dsa-4552"
},
{
"summary": "DSA-4553",
"url": "https://www.debian.org/security/2019/dsa-4553"
},
{
"summary": "USN-4166-2",
"url": "https://usn.ubuntu.com/4166-2/"
},
{
"summary": "FEDORA-2019-4adc49a476",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/T62LF4ZWVV7OMMIZFO6IFO5QLZKK7YRD/"
},
{
"summary": "RHSA-2019:3286",
"url": "https://access.redhat.com/errata/RHSA-2019:3286"
},
{
"summary": "RHSA-2019:3287",
"url": "https://access.redhat.com/errata/RHSA-2019:3287"
},
{
"summary": "RHSA-2019:3299",
"url": "https://access.redhat.com/errata/RHSA-2019:3299"
},
{
"summary": "RHSA-2019:3300",
"url": "https://access.redhat.com/errata/RHSA-2019:3300"
},
{
"summary": "FEDORA-2019-187ae3128d",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/3W23TP6X4H7LB645FYZLUPNIRD5W3EPU/"
},
{
"summary": "FEDORA-2019-7bb07c3b02",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/FSNBUSPKMLUHHOADROKNG5GDWDCRHT5M/"
},
{
"summary": "openSUSE-SU-2019:2441",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-11/msg00011.html"
},
{
"summary": "RHSA-2019:3724",
"url": "https://access.redhat.com/errata/RHSA-2019:3724"
},
{
"summary": "RHSA-2019:3735",
"url": "https://access.redhat.com/errata/RHSA-2019:3735"
},
{
"summary": "RHSA-2019:3736",
"url": "https://access.redhat.com/errata/RHSA-2019:3736"
},
{
"summary": "openSUSE-SU-2019:2457",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-11/msg00014.html"
},
{
"summary": "20200129 APPLE-SA-2020-1-28-2 macOS Catalina 10.15.3, Security Update 2020-001 Mojave, Security Update 2020-001 High Sierra",
"url": "https://seclists.org/bugtraq/2020/Jan/44"
},
{
"summary": "20200131 APPLE-SA-2020-1-28-2 macOS Catalina 10.15.3, Security Update 2020-001 Mojave, Security Update 2020-001 High Sierra",
"url": "http://seclists.org/fulldisclosure/2020/Jan/40"
},
{
"summary": "RHSA-2020:0322",
"url": "https://access.redhat.com/errata/RHSA-2020:0322"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-11043"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/120.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2019-11043"
},
{
"cve": "CVE-2021-2032",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "Vulnerability in the MySQL Server product of Oracle MySQL (component: Information Schema). Supported versions that are affected are 5.7.32 and prior and 8.0.22 and prior. Easily exploitable vulnerability allows low privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized read access to a subset of MySQL Server accessible data.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "GLSA-202105-27",
"url": "https://security.gentoo.org/glsa/202105-27"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2032"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/20.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2021-2032"
},
{
"cve": "CVE-2021-2007",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "Vulnerability in the MySQL Client product of Oracle MySQL (component: C API). Supported versions that are affected are 5.6.47 and prior, 5.7.29 and prior and 8.0.19 and prior. Difficult to exploit vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise MySQL Client. Successful attacks of this vulnerability can result in unauthorized read access to a subset of MySQL Client accessible data.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "FEDORA-2021-db50ab62d3",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/T7EAHJPWOOF4D6PEFLXW5IQWRRSZ3HRC/"
},
{
"summary": "FEDORA-2021-b1d1655cef",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/CS5THZSGI7O2CZO44NWYE57AG2T7NK3K/"
},
{
"summary": "GLSA-202105-27",
"url": "https://security.gentoo.org/glsa/202105-27"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2007"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/20.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.7,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2021-2007"
},
{
"cve": "CVE-2019-11045",
"cwe": {
"id": "CWE-170",
"name": "Improper Null Termination"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "In PHP versions 7.2.x below 7.2.26, 7.3.x below 7.3.13 and 7.4.0, PHP DirectoryIterator class accepts filenames with embedded \\0 byte and treats them as terminating at that byte. This could lead to security vulnerabilities, e.g. in applications checking paths that the code is allowed to access.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "[debian-lts-announce] 20191229 [SECURITY] [DLA 2050-1] php5 security update",
"url": "https://lists.debian.org/debian-lts-announce/2019/12/msg00034.html"
},
{
"summary": "FEDORA-2019-437d94e271",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/N7GCOAE6KVHYJ3UQ4KLPLTGSLX6IRVRN/"
},
{
"summary": "FEDORA-2019-a54a622670",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/XWRQPYXVG43Q7DXMXH6UVWMKWGUW552F/"
},
{
"summary": "USN-4239-1",
"url": "https://usn.ubuntu.com/4239-1/"
},
{
"summary": "openSUSE-SU-2020:0080",
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-01/msg00036.html"
},
{
"summary": "20200218 [SECURITY] [DSA 4626-1] php7.3 security update",
"url": "https://seclists.org/bugtraq/2020/Feb/27"
},
{
"summary": "DSA-4626",
"url": "https://www.debian.org/security/2020/dsa-4626"
},
{
"summary": "DSA-4628",
"url": "https://www.debian.org/security/2020/dsa-4628"
},
{
"summary": "20200219 [SECURITY] [DSA 4628-1] php7.0 security update",
"url": "https://seclists.org/bugtraq/2020/Feb/31"
},
{
"summary": "20210116 Re: [SECURITY] [DSA 4628-1] php7.0 security update",
"url": "https://seclists.org/bugtraq/2021/Jan/3"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-11045"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/170.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2019-11045"
},
{
"cve": "CVE-2022-27445",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/sql_window.cc.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "[debian-lts-announce] 20220916 [SECURITY] [DLA 3114-1] mariadb-10.3 security update",
"url": "https://lists.debian.org/debian-lts-announce/2022/09/msg00023.html"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27445"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/20.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-27445"
},
{
"cve": "CVE-2022-27457",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "MariaDB Server v10.6.3 and below was discovered to contain an use-after-free in the component my_mb_wc_latin1 at /strings/ctype-latin1.c.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27457"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/416.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-27457"
},
{
"cve": "CVE-2022-27384",
"cwe": {
"id": "CWE-89",
"name": "Improper Neutralization of Special Elements used in an SQL Command (\u0027SQL Injection\u0027)"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "An issue in the component Item_subselect::init_expr_cache_tracker of MariaDB Server v10.6 and below was discovered to allow attackers to cause a Denial of Service (DoS) via specially crafted SQL statements.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "[debian-lts-announce] 20220916 [SECURITY] [DLA 3114-1] mariadb-10.3 security update",
"url": "https://lists.debian.org/debian-lts-announce/2022/09/msg00023.html"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27384"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/89.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-27384"
},
{
"cve": "CVE-2022-23808",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "An issue was discovered in phpMyAdmin 5.1 before 5.1.2. An attacker can inject malicious code into aspects of the setup script, which can allow XSS or HTML injection.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23808"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/79.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-23808"
},
{
"cve": "CVE-2023-0567",
"cwe": {
"id": "CWE-916",
"name": "Use of Password Hash With Insufficient Computational Effort"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "In PHP 8.0.X before 8.0.28, 8.1.X before 8.1.16 and 8.2.X before 8.2.3, password_verify() function may accept some invalid Blowfish hashes as valid. If such invalid hash ever ends up in the password database, it may lead to an application allowing any password for this entry as valid.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0567"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/916.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-0567"
},
{
"cve": "CVE-2019-9025",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "An issue was discovered in PHP 7.3.x before 7.3.1. An invalid multibyte string supplied as an argument to the mb_split() function in ext/mbstring/php_mbregex.c can cause PHP to execute memcpy() with a negative argument, which could read and write past buffers allocated for the data.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-9025"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/787.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2019-9025"
},
{
"cve": "CVE-2022-27379",
"cwe": {
"id": "CWE-89",
"name": "Improper Neutralization of Special Elements used in an SQL Command (\u0027SQL Injection\u0027)"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "An issue in the component Arg_comparator::compare_real_fixed of MariaDB Server v10.6.2 and below was discovered to allow attackers to cause a Denial of Service (DoS) via specially crafted SQL statements.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "[debian-lts-announce] 20220916 [SECURITY] [DLA 3114-1] mariadb-10.3 security update",
"url": "https://lists.debian.org/debian-lts-announce/2022/09/msg00023.html"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27379"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/89.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-27379"
},
{
"cve": "CVE-2019-9637",
"cwe": {
"id": "CWE-266",
"name": "Incorrect Privilege Assignment"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "An issue was discovered in PHP before 7.1.27, 7.2.x before 7.2.16, and 7.3.x before 7.3.3. Due to the way rename() across filesystems is implemented, it is possible that file being renamed is briefly available with wrong permissions while the rename is ongoing, thus enabling unauthorized users to access the data.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "DSA-4403",
"url": "https://www.debian.org/security/2019/dsa-4403"
},
{
"summary": "USN-3922-1",
"url": "https://usn.ubuntu.com/3922-1/"
},
{
"summary": "[debian-lts-announce] 20190331 [SECURITY] [DLA 1741-1] php5 security update",
"url": "https://lists.debian.org/debian-lts-announce/2019/03/msg00043.html"
},
{
"summary": "USN-3922-2",
"url": "https://usn.ubuntu.com/3922-2/"
},
{
"summary": "USN-3922-3",
"url": "https://usn.ubuntu.com/3922-3/"
},
{
"summary": "openSUSE-SU-2019:1293",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-04/msg00104.html"
},
{
"summary": "openSUSE-SU-2019:1503",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00012.html"
},
{
"summary": "openSUSE-SU-2019:1572",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00041.html"
},
{
"summary": "openSUSE-SU-2019:1573",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00044.html"
},
{
"summary": "RHSA-2019:2519",
"url": "https://access.redhat.com/errata/RHSA-2019:2519"
},
{
"summary": "RHSA-2019:3299",
"url": "https://access.redhat.com/errata/RHSA-2019:3299"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-9637"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/266.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.0"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2019-9637"
},
{
"cve": "CVE-2021-27928",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "A remote code execution issue was discovered in MariaDB 10.2 before 10.2.37, 10.3 before 10.3.28, 10.4 before 10.4.18, and 10.5 before 10.5.9; Percona Server through 2021-03-03; and the wsrep patch through 2021-03-03 for MySQL. An untrusted search path leads to eval injection, in which a database SUPER user can execute OS commands after modifying wsrep_provider and wsrep_notify_cmd. NOTE: this does not affect an Oracle product.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "[debian-lts-announce] 20210323 [SECURITY] [DLA 2605-1] mariadb-10.1 security update",
"url": "https://lists.debian.org/debian-lts-announce/2021/03/msg00028.html"
},
{
"summary": "GLSA-202105-28",
"url": "https://security.gentoo.org/glsa/202105-28"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-27928"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/94.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2021-27928"
},
{
"cve": "CVE-2021-21703",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "In PHP versions 7.3.x up to and including 7.3.31, 7.4.x below 7.4.25 and 8.0.x below 8.0.12, when running PHP FPM SAPI with main FPM daemon process running as root and child worker processes running as lower-privileged users, it is possible for the child processes to access memory shared with the main process and write to it, modifying it in a way that would cause the root process to conduct invalid memory reads and writes, which can be used to escalate privileges from local unprivileged user to the root user.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "DSA-4992",
"url": "https://www.debian.org/security/2021/dsa-4992"
},
{
"summary": "DSA-4993",
"url": "https://www.debian.org/security/2021/dsa-4993"
},
{
"summary": "[oss-security] 20211026 CVE-2021-21703: PHP-FPM 5.3.7 \u003c= 8.0.12 Local Root",
"url": "http://www.openwall.com/lists/oss-security/2021/10/26/7"
},
{
"summary": "[debian-lts-announce] 20211027 [SECURITY] [DLA 2794-1] php7.0 security update",
"url": "https://lists.debian.org/debian-lts-announce/2021/10/msg00021.html"
},
{
"summary": "FEDORA-2021-9f68f5f752",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/JO5RA6YOBGGGKLIA6F6BQRZDDECF5L3R/"
},
{
"summary": "FEDORA-2021-4140b54de2",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/PBM3KKB3RY2YPOKNMC4HIH7IH3T3WC74/"
},
{
"summary": "FEDORA-2021-02d218c3be",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/6PZVLICZUJMXOGWOUWSBAEGIVTF6Y6V3/"
},
{
"summary": "GLSA-202209-20",
"url": "https://security.gentoo.org/glsa/202209-20"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21703"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/787.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2021-21703"
},
{
"cve": "CVE-2020-2760",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "Vulnerability in the MySQL Server product of Oracle MySQL (component: InnoDB). Supported versions that are affected are 5.7.29 and prior and 8.0.19 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server as well as unauthorized update, insert or delete access to some of MySQL Server accessible data.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "USN-4350-1",
"url": "https://usn.ubuntu.com/4350-1/"
},
{
"summary": "FEDORA-2020-20ac7c92a1",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/TSVLI36TYRTPQGCS24VZQUXCUFOUW4VQ/"
},
{
"summary": "FEDORA-2020-136dc82437",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/SDGBQYS3A36S4CAZPV5YROHYXYZR6LAH/"
},
{
"summary": "FEDORA-2020-261c9ddd7c",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/77REFDB7DE4WNKQIRGZTF53RFBQOXQLC/"
},
{
"summary": "FEDORA-2020-35f52d9370",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/UW2ED32VEUHXFN2J3YQE27JIBV4SC2PI/"
},
{
"summary": "openSUSE-SU-2020:0870",
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-06/msg00054.html"
},
{
"summary": "FEDORA-2020-ac2d47d89a",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/X4X2BMF3EILMTXGOZDTPYS3KT5VWLA2P/"
},
{
"summary": "GLSA-202012-08",
"url": "https://security.gentoo.org/glsa/202012-08"
},
{
"summary": "GLSA-202105-27",
"url": "https://security.gentoo.org/glsa/202105-27"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2760"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/20.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2020-2760"
},
{
"cve": "CVE-2021-2166",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: DML). Supported versions that are affected are 5.7.33 and prior and 8.0.23 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "FEDORA-2021-01189f6361",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/AKV7TRUEQW6EV45RSZVVFLVQMNHVHBCJ/"
},
{
"summary": "FEDORA-2021-5b6c69a73a",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/UJVUTKKFQAWR7NURCQHQQ5JHTVYGEOYQ/"
},
{
"summary": "FEDORA-2021-b8b7829a83",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/JJQRPXNDH6YHQLUSCS5VA7DAW32PN7N7/"
},
{
"summary": "FEDORA-2021-68db93b130",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/DPA3CTGXPVWKHMCQDVURK4ETH7GE34KK/"
},
{
"summary": "FEDORA-2021-27187ac9dd",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/GAU7KW36A6TQGKG3RUITYSVUFIHBY3OT/"
},
{
"summary": "FEDORA-2021-179f2fbb88",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/PEF5CRATUGQZUSQU63MHQIDZPOLHW2VE/"
},
{
"summary": "GLSA-202105-27",
"url": "https://security.gentoo.org/glsa/202105-27"
},
{
"summary": "GLSA-202105-28",
"url": "https://security.gentoo.org/glsa/202105-28"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2166"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/20.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 4.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2021-2166"
},
{
"cve": "CVE-2015-2787",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "Use-after-free vulnerability in the process_nested_data function in ext/standard/var_unserializer.re in PHP before 5.4.39, 5.5.x before 5.5.23, and 5.6.x before 5.6.7 allows remote attackers to execute arbitrary code via a crafted unserialize call that leverages use of the unset function within an __wakeup function, a related issue to CVE-2015-0231.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "1032485",
"url": "http://www.securitytracker.com/id/1032485"
},
{
"summary": "73431",
"url": "http://www.securityfocus.com/bid/73431"
},
{
"summary": "HPSBMU03409",
"url": "http://marc.info/?l=bugtraq\u0026m=144050155601375\u0026w=2"
},
{
"summary": "APPLE-SA-2015-09-30-3",
"url": "http://lists.apple.com/archives/security-announce/2015/Sep/msg00008.html"
},
{
"summary": "HPSBMU03380",
"url": "http://marc.info/?l=bugtraq\u0026m=143748090628601\u0026w=2"
},
{
"summary": "SUSE-SU-2015:0868",
"url": "http://lists.opensuse.org/opensuse-security-announce/2015-05/msg00005.html"
},
{
"summary": "APPLE-SA-2015-08-13-2",
"url": "http://lists.apple.com/archives/security-announce/2015/Aug/msg00001.html"
},
{
"summary": "USN-2572-1",
"url": "http://www.ubuntu.com/usn/USN-2572-1"
},
{
"summary": "RHSA-2015:1135",
"url": "http://rhn.redhat.com/errata/RHSA-2015-1135.html"
},
{
"summary": "RHSA-2015:1053",
"url": "http://rhn.redhat.com/errata/RHSA-2015-1053.html"
},
{
"summary": "openSUSE-SU-2015:0684",
"url": "http://lists.opensuse.org/opensuse-updates/2015-04/msg00015.html"
},
{
"summary": "GLSA-201606-10",
"url": "https://security.gentoo.org/glsa/201606-10"
},
{
"summary": "RHSA-2015:1066",
"url": "http://rhn.redhat.com/errata/RHSA-2015-1066.html"
},
{
"summary": "RHSA-2015:1218",
"url": "http://rhn.redhat.com/errata/RHSA-2015-1218.html"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2787"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/416.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v2": {
"accessComplexity": "LOW",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "PARTIAL",
"baseScore": 7.5,
"confidentialityImpact": "PARTIAL",
"integrityImpact": "PARTIAL",
"vectorString": "AV:N/AC:L/Au:N/C:P/I:P/A:P",
"version": "2.0"
},
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"environmentalScore": 9.8,
"environmentalSeverity": "CRITICAL",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 9.8,
"temporalSeverity": "CRITICAL",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2015-2787"
},
{
"cve": "CVE-2022-23807",
"cwe": {
"id": "CWE-287",
"name": "Improper Authentication"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "An issue was discovered in phpMyAdmin 4.9 before 4.9.8 and 5.1 before 5.1.2. A valid user who is already authenticated to phpMyAdmin can manipulate their account to bypass two-factor authentication for future login instances.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23807"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/287.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-23807"
},
{
"cve": "CVE-2020-2752",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "Vulnerability in the MySQL Client product of Oracle MySQL (component: C API). Supported versions that are affected are 5.6.47 and prior, 5.7.27 and prior and 8.0.17 and prior. Difficult to exploit vulnerability allows low privileged attacker with network access via multiple protocols to compromise MySQL Client. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Client.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "FEDORA-2020-35f52d9370",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/UW2ED32VEUHXFN2J3YQE27JIBV4SC2PI/"
},
{
"summary": "openSUSE-SU-2020:0870",
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-06/msg00054.html"
},
{
"summary": "FEDORA-2020-ac2d47d89a",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/X4X2BMF3EILMTXGOZDTPYS3KT5VWLA2P/"
},
{
"summary": "GLSA-202012-08",
"url": "https://security.gentoo.org/glsa/202012-08"
},
{
"summary": "GLSA-202105-27",
"url": "https://security.gentoo.org/glsa/202105-27"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2752"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/20.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2020-2752"
},
{
"cve": "CVE-2021-46666",
"cwe": {
"id": "CWE-617",
"name": "Reachable Assertion"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "MariaDB before 10.6.2 allows an application crash because of mishandling of a pushdown from a HAVING clause to a WHERE clause.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46666"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/617.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2021-46666"
},
{
"cve": "CVE-2020-2814",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "Vulnerability in the MySQL Server product of Oracle MySQL (component: InnoDB). Supported versions that are affected are 5.6.47 and prior, 5.7.28 and prior and 8.0.18 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "FEDORA-2020-20ac7c92a1",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/TSVLI36TYRTPQGCS24VZQUXCUFOUW4VQ/"
},
{
"summary": "FEDORA-2020-136dc82437",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/SDGBQYS3A36S4CAZPV5YROHYXYZR6LAH/"
},
{
"summary": "FEDORA-2020-261c9ddd7c",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/77REFDB7DE4WNKQIRGZTF53RFBQOXQLC/"
},
{
"summary": "FEDORA-2020-35f52d9370",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/UW2ED32VEUHXFN2J3YQE27JIBV4SC2PI/"
},
{
"summary": "openSUSE-SU-2020:0870",
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-06/msg00054.html"
},
{
"summary": "FEDORA-2020-ac2d47d89a",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/X4X2BMF3EILMTXGOZDTPYS3KT5VWLA2P/"
},
{
"summary": "GLSA-202012-08",
"url": "https://security.gentoo.org/glsa/202012-08"
},
{
"summary": "GLSA-202105-27",
"url": "https://security.gentoo.org/glsa/202105-27"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2814"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/20.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 4.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2020-2814"
},
{
"cve": "CVE-2020-7065",
"cwe": {
"id": "CWE-121",
"name": "Stack-based Buffer Overflow"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "In PHP versions 7.3.x below 7.3.16 and 7.4.x below 7.4.4, while using mb_strtolower() function with UTF-32LE encoding, certain invalid strings could cause PHP to overwrite stack-allocated buffer. This could lead to memory corruption, crashes and potentially code execution.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "USN-4330-1",
"url": "https://usn.ubuntu.com/4330-1/"
},
{
"summary": "USN-4330-2",
"url": "https://usn.ubuntu.com/4330-2/"
},
{
"summary": "DSA-4719",
"url": "https://www.debian.org/security/2020/dsa-4719"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-7065"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/121.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2020-7065"
},
{
"cve": "CVE-2021-21705",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "In PHP versions 7.3.x below 7.3.29, 7.4.x below 7.4.21 and 8.0.x below 8.0.8, when using URL validation functionality via filter_var() function with FILTER_VALIDATE_URL parameter, an URL with invalid password field can be accepted as valid. This can lead to the code incorrectly parsing the URL and potentially leading to other security implications - like contacting a wrong server or making a wrong access decision.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "GLSA-202209-20",
"url": "https://security.gentoo.org/glsa/202209-20"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21705"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/20.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2021-21705"
},
{
"cve": "CVE-2020-7062",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "In PHP versions 7.2.x below 7.2.28, 7.3.x below 7.3.15 and 7.4.x below 7.4.3, when using file upload functionality, if upload progress tracking is enabled, but session.upload_progress.cleanup is set to 0 (disabled), and the file upload fails, the upload procedure would try to clean up data that does not exist and encounter null pointer dereference, which would likely lead to a crash.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "openSUSE-SU-2020:0341",
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-03/msg00023.html"
},
{
"summary": "GLSA-202003-57",
"url": "https://security.gentoo.org/glsa/202003-57"
},
{
"summary": "[debian-lts-announce] 20200326 [SECURITY] [DLA 2160-1] php5 security update",
"url": "https://lists.debian.org/debian-lts-announce/2020/03/msg00034.html"
},
{
"summary": "USN-4330-1",
"url": "https://usn.ubuntu.com/4330-1/"
},
{
"summary": "DSA-4717",
"url": "https://www.debian.org/security/2020/dsa-4717"
},
{
"summary": "DSA-4719",
"url": "https://www.debian.org/security/2020/dsa-4719"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-7062"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/476.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2020-7062"
},
{
"cve": "CVE-2019-11039",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "Function iconv_mime_decode_headers() in PHP versions 7.1.x below 7.1.30, 7.2.x below 7.2.19 and 7.3.x below 7.3.6 may perform out-of-buffer read due to integer overflow when parsing MIME headers. This may lead to information disclosure or crash.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "openSUSE-SU-2019:1778",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-07/msg00029.html"
},
{
"summary": "RHSA-2019:2519",
"url": "https://access.redhat.com/errata/RHSA-2019:2519"
},
{
"summary": "20190920 [SECURITY] [DSA 4527-1] php7.3 security update",
"url": "https://seclists.org/bugtraq/2019/Sep/35"
},
{
"summary": "DSA-4527",
"url": "https://www.debian.org/security/2019/dsa-4527"
},
{
"summary": "DSA-4529",
"url": "https://www.debian.org/security/2019/dsa-4529"
},
{
"summary": "20190923 [SECURITY] [DSA 4529-1] php7.0 security update",
"url": "https://seclists.org/bugtraq/2019/Sep/38"
},
{
"summary": "RHSA-2019:3299",
"url": "https://access.redhat.com/errata/RHSA-2019:3299"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-11039"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/125.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2019-11039"
},
{
"cve": "CVE-2019-11035",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "When processing certain files, PHP EXIF extension in versions 7.1.x below 7.1.28, 7.2.x below 7.2.17 and 7.3.x below 7.3.4 can be caused to read past allocated buffer in exif_iif_add_value function. This may lead to information disclosure or crash.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "USN-3953-1",
"url": "https://usn.ubuntu.com/3953-1/"
},
{
"summary": "USN-3953-2",
"url": "https://usn.ubuntu.com/3953-2/"
},
{
"summary": "[debian-lts-announce] 20190525 [SECURITY] [DLA 1803-1] php5 security update",
"url": "https://lists.debian.org/debian-lts-announce/2019/05/msg00035.html"
},
{
"summary": "openSUSE-SU-2019:1501",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00010.html"
},
{
"summary": "openSUSE-SU-2019:1503",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00012.html"
},
{
"summary": "openSUSE-SU-2019:1572",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00041.html"
},
{
"summary": "openSUSE-SU-2019:1573",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00044.html"
},
{
"summary": "RHSA-2019:2519",
"url": "https://access.redhat.com/errata/RHSA-2019:2519"
},
{
"summary": "DSA-4529",
"url": "https://www.debian.org/security/2019/dsa-4529"
},
{
"summary": "20190923 [SECURITY] [DSA 4529-1] php7.0 security update",
"url": "https://seclists.org/bugtraq/2019/Sep/38"
},
{
"summary": "RHSA-2019:3299",
"url": "https://access.redhat.com/errata/RHSA-2019:3299"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-11035"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/125.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2019-11035"
},
{
"cve": "CVE-2022-27447",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "MariaDB Server v10.9 and below was discovered to contain a use-after-free via the component Binary_string::free_buffer() at /sql/sql_string.h.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "[debian-lts-announce] 20220916 [SECURITY] [DLA 3114-1] mariadb-10.3 security update",
"url": "https://lists.debian.org/debian-lts-announce/2022/09/msg00023.html"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27447"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/416.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-27447"
},
{
"cve": "CVE-2019-11046",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "In PHP versions 7.2.x below 7.2.26, 7.3.x below 7.3.13 and 7.4.0, PHP bcmath extension functions on some systems, including Windows, can be tricked into reading beyond the allocated space by supplying it with string containing characters that are identified as numeric by the OS but aren\u0027t ASCII numbers. This can read to disclosure of the content of some memory locations.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "[debian-lts-announce] 20191229 [SECURITY] [DLA 2050-1] php5 security update",
"url": "https://lists.debian.org/debian-lts-announce/2019/12/msg00034.html"
},
{
"summary": "FEDORA-2019-437d94e271",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/N7GCOAE6KVHYJ3UQ4KLPLTGSLX6IRVRN/"
},
{
"summary": "FEDORA-2019-a54a622670",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/XWRQPYXVG43Q7DXMXH6UVWMKWGUW552F/"
},
{
"summary": "USN-4239-1",
"url": "https://usn.ubuntu.com/4239-1/"
},
{
"summary": "openSUSE-SU-2020:0080",
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-01/msg00036.html"
},
{
"summary": "20200218 [SECURITY] [DSA 4626-1] php7.3 security update",
"url": "https://seclists.org/bugtraq/2020/Feb/27"
},
{
"summary": "DSA-4626",
"url": "https://www.debian.org/security/2020/dsa-4626"
},
{
"summary": "DSA-4628",
"url": "https://www.debian.org/security/2020/dsa-4628"
},
{
"summary": "20200219 [SECURITY] [DSA 4628-1] php7.0 security update",
"url": "https://seclists.org/bugtraq/2020/Feb/31"
},
{
"summary": "20210116 Re: [SECURITY] [DSA 4628-1] php7.0 security update",
"url": "https://seclists.org/bugtraq/2021/Jan/3"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-11046"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/125.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2019-11046"
},
{
"cve": "CVE-2022-27446",
"cwe": {
"id": "CWE-617",
"name": "Reachable Assertion"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/item_cmpfunc.h.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27446"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/617.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-27446"
},
{
"cve": "CVE-2022-27386",
"cwe": {
"id": "CWE-89",
"name": "Improper Neutralization of Special Elements used in an SQL Command (\u0027SQL Injection\u0027)"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "MariaDB Server v10.7 and below was discovered to contain a segmentation fault via the component sql/sql_class.cc.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "[debian-lts-announce] 20220916 [SECURITY] [DLA 3114-1] mariadb-10.3 security update",
"url": "https://lists.debian.org/debian-lts-announce/2022/09/msg00023.html"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27386"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/89.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-27386"
},
{
"cve": "CVE-2019-9639",
"cwe": {
"id": "CWE-909",
"name": "Missing Initialization of Resource"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "An issue was discovered in the EXIF component in PHP before 7.1.27, 7.2.x before 7.2.16, and 7.3.x before 7.3.3. There is an uninitialized read in exif_process_IFD_in_MAKERNOTE because of mishandling the data_len variable.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "DSA-4403",
"url": "https://www.debian.org/security/2019/dsa-4403"
},
{
"summary": "USN-3922-1",
"url": "https://usn.ubuntu.com/3922-1/"
},
{
"summary": "[debian-lts-announce] 20190331 [SECURITY] [DLA 1741-1] php5 security update",
"url": "https://lists.debian.org/debian-lts-announce/2019/03/msg00043.html"
},
{
"summary": "USN-3922-2",
"url": "https://usn.ubuntu.com/3922-2/"
},
{
"summary": "USN-3922-3",
"url": "https://usn.ubuntu.com/3922-3/"
},
{
"summary": "openSUSE-SU-2019:1293",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-04/msg00104.html"
},
{
"summary": "openSUSE-SU-2019:1503",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00012.html"
},
{
"summary": "openSUSE-SU-2019:1572",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00041.html"
},
{
"summary": "openSUSE-SU-2019:1573",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00044.html"
},
{
"summary": "RHSA-2019:2519",
"url": "https://access.redhat.com/errata/RHSA-2019:2519"
},
{
"summary": "RHSA-2019:3299",
"url": "https://access.redhat.com/errata/RHSA-2019:3299"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-9639"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/909.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2019-9639"
},
{
"cve": "CVE-2019-11042",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "When PHP EXIF extension is parsing EXIF information from an image, e.g. via exif_read_data() function, in PHP versions 7.1.x below 7.1.31, 7.2.x below 7.2.21 and 7.3.x below 7.3.8 it is possible to supply it with data what will cause it to read past the allocated buffer. This may lead to information disclosure or crash.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "[debian-lts-announce] 20190812 [SECURITY] [DLA 1878-1] php5 security update",
"url": "https://lists.debian.org/debian-lts-announce/2019/08/msg00010.html"
},
{
"summary": "USN-4097-2",
"url": "https://usn.ubuntu.com/4097-2/"
},
{
"summary": "USN-4097-1",
"url": "https://usn.ubuntu.com/4097-1/"
},
{
"summary": "20190920 [SECURITY] [DSA 4527-1] php7.3 security update",
"url": "https://seclists.org/bugtraq/2019/Sep/35"
},
{
"summary": "DSA-4527",
"url": "https://www.debian.org/security/2019/dsa-4527"
},
{
"summary": "DSA-4529",
"url": "https://www.debian.org/security/2019/dsa-4529"
},
{
"summary": "20190923 [SECURITY] [DSA 4529-1] php7.0 security update",
"url": "https://seclists.org/bugtraq/2019/Sep/38"
},
{
"summary": "openSUSE-SU-2019:2271",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-10/msg00019.html"
},
{
"summary": "20191008 APPLE-SA-2019-10-07-1 macOS Catalina 10.15",
"url": "https://seclists.org/bugtraq/2019/Oct/9"
},
{
"summary": "20191008 APPLE-SA-2019-10-07-1 macOS Catalina 10.15",
"url": "http://seclists.org/fulldisclosure/2019/Oct/15"
},
{
"summary": "20191031 APPLE-SA-2019-10-29-10 Additional information for APPLE-SA-2019-10-07-1 macOS Catalina 10.15",
"url": "http://seclists.org/fulldisclosure/2019/Oct/55"
},
{
"summary": "RHSA-2019:3299",
"url": "https://access.redhat.com/errata/RHSA-2019:3299"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-11042"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/125.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2019-11042"
},
{
"cve": "CVE-2022-27385",
"cwe": {
"id": "CWE-89",
"name": "Improper Neutralization of Special Elements used in an SQL Command (\u0027SQL Injection\u0027)"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "An issue in the component Used_tables_and_const_cache::used_tables_and_const_cache_join of MariaDB Server v10.7 and below was discovered to allow attackers to cause a Denial of Service (DoS) via specially crafted SQL statements.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27385"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/89.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-27385"
},
{
"cve": "CVE-2020-7059",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "When using fgetss() function to read data with stripping tags, in PHP versions 7.2.x below 7.2.27, 7.3.x below 7.3.14 and 7.4.x below 7.4.2 it is possible to supply data that will cause this function to read past the allocated buffer. This may lead to information disclosure or crash.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "20200218 [SECURITY] [DSA 4626-1] php7.3 security update",
"url": "https://seclists.org/bugtraq/2020/Feb/27"
},
{
"summary": "DSA-4626",
"url": "https://www.debian.org/security/2020/dsa-4626"
},
{
"summary": "USN-4279-1",
"url": "https://usn.ubuntu.com/4279-1/"
},
{
"summary": "DSA-4628",
"url": "https://www.debian.org/security/2020/dsa-4628"
},
{
"summary": "20200219 [SECURITY] [DSA 4628-1] php7.0 security update",
"url": "https://seclists.org/bugtraq/2020/Feb/31"
},
{
"summary": "[debian-lts-announce] 20200228 [SECURITY] [DLA 2124-1] php5 security update",
"url": "https://lists.debian.org/debian-lts-announce/2020/02/msg00030.html"
},
{
"summary": "openSUSE-SU-2020:0341",
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-03/msg00023.html"
},
{
"summary": "GLSA-202003-57",
"url": "https://security.gentoo.org/glsa/202003-57"
},
{
"summary": "20210116 Re: [SECURITY] [DSA 4628-1] php7.0 security update",
"url": "https://seclists.org/bugtraq/2021/Jan/3"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-7059"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/125.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2020-7059"
},
{
"cve": "CVE-2020-7070",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "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 PHP is processing incoming HTTP cookie values, the cookie names are url-decoded. This may lead to cookies with prefixes like __Host confused with cookies that decode to such prefix, thus leading to an attacker being able to forge cookie which is supposed to be secure. See also CVE-2020-8184 for more information.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "FEDORA-2020-4573f0e03a",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/RRU57N3OSYZPOMFWPRDNVH7EMYOTSZ66/"
},
{
"summary": "[debian-lts-announce] 20201006 [SECURITY] [DLA 2397-1] php7.0 security update",
"url": "https://lists.debian.org/debian-lts-announce/2020/10/msg00008.html"
},
{
"summary": "FEDORA-2020-4fe6b116e5",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/7EVDN7D3IB4EAI4D3ZOM2OJKQ5SD7K4E/"
},
{
"summary": "FEDORA-2020-94763cb98b",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/P2J3ZZDHCSX65T5QWV4AHBN7MOJXBEKG/"
},
{
"summary": "openSUSE-SU-2020:1703",
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00045.html"
},
{
"summary": "USN-4583-1",
"url": "https://usn.ubuntu.com/4583-1/"
},
{
"summary": "openSUSE-SU-2020:1767",
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00067.html"
},
{
"summary": "GLSA-202012-16",
"url": "https://security.gentoo.org/glsa/202012-16"
},
{
"summary": "DSA-4856",
"url": "https://www.debian.org/security/2021/dsa-4856"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-7070"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/20.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2020-7070"
},
{
"cve": "CVE-2022-32091",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "MariaDB v10.7 was discovered to contain an use-after-poison in in __interceptor_memset at /libsanitizer/sanitizer_common/sanitizer_common_interceptors.inc.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "[debian-lts-announce] 20220916 [SECURITY] [DLA 3114-1] mariadb-10.3 security update",
"url": "https://lists.debian.org/debian-lts-announce/2022/09/msg00023.html"
},
{
"summary": "FEDORA-2022-cf88f807f9",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ZHISY4YVO4S5QJYYIXCIAXBM7INOL4VY/"
},
{
"summary": "FEDORA-2022-e0e9a43546",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/WCOEGSVMIEXDZHBOSV6WVF7FAVRBR2JE/"
},
{
"summary": "FEDORA-2022-333df1c4aa",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/WTVAONAZXJFGHAJ4RP2OF3EAMQCOTDSQ/"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32091"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/416.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-32091"
},
{
"cve": "CVE-2015-2348",
"cwe": {
"id": "CWE-626",
"name": "Null Byte Interaction Error (Poison Null Byte)"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "The move_uploaded_file implementation in ext/standard/basic_functions.c in PHP before 5.4.39, 5.5.x before 5.5.23, and 5.6.x before 5.6.7 truncates a pathname upon encountering a \\x00 character, which allows remote attackers to bypass intended extension restrictions and create files with unexpected names via a crafted second argument. NOTE: this vulnerability exists because of an incomplete fix for CVE-2006-7243.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "HPSBMU03409",
"url": "http://marc.info/?l=bugtraq\u0026m=144050155601375\u0026w=2"
},
{
"summary": "APPLE-SA-2015-09-30-3",
"url": "http://lists.apple.com/archives/security-announce/2015/Sep/msg00008.html"
},
{
"summary": "HPSBMU03380",
"url": "http://marc.info/?l=bugtraq\u0026m=143748090628601\u0026w=2"
},
{
"summary": "SUSE-SU-2015:0868",
"url": "http://lists.opensuse.org/opensuse-security-announce/2015-05/msg00005.html"
},
{
"summary": "1032484",
"url": "http://www.securitytracker.com/id/1032484"
},
{
"summary": "73434",
"url": "http://www.securityfocus.com/bid/73434"
},
{
"summary": "USN-2572-1",
"url": "http://www.ubuntu.com/usn/USN-2572-1"
},
{
"summary": "RHSA-2015:1135",
"url": "http://rhn.redhat.com/errata/RHSA-2015-1135.html"
},
{
"summary": "RHSA-2015:1053",
"url": "http://rhn.redhat.com/errata/RHSA-2015-1053.html"
},
{
"summary": "openSUSE-SU-2015:0684",
"url": "http://lists.opensuse.org/opensuse-updates/2015-04/msg00015.html"
},
{
"summary": "GLSA-201606-10",
"url": "https://security.gentoo.org/glsa/201606-10"
},
{
"summary": "RHSA-2015:1066",
"url": "http://rhn.redhat.com/errata/RHSA-2015-1066.html"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2348"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/626.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v2": {
"accessComplexity": "LOW",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "NONE",
"baseScore": 5,
"confidentialityImpact": "NONE",
"integrityImpact": "PARTIAL",
"vectorString": "AV:N/AC:L/Au:N/C:N/I:P/A:N",
"version": "2.0"
},
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"environmentalScore": 9.8,
"environmentalSeverity": "CRITICAL",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 9.8,
"temporalSeverity": "CRITICAL",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2015-2348"
},
{
"cve": "CVE-2019-9020",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "An issue was discovered in PHP before 5.6.40, 7.x before 7.1.26, 7.2.x before 7.2.14, and 7.3.x before 7.3.1. Invalid input to the function xmlrpc_decode() can lead to an invalid memory access (heap out of bounds read or read after free). This is related to xml_elem_parse_buf in ext/xmlrpc/libxmlrpc/xml_element.c.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "USN-3902-2",
"url": "https://usn.ubuntu.com/3902-2/"
},
{
"summary": "DSA-4398",
"url": "https://www.debian.org/security/2019/dsa-4398"
},
{
"summary": "USN-3902-1",
"url": "https://usn.ubuntu.com/3902-1/"
},
{
"summary": "107156",
"url": "http://www.securityfocus.com/bid/107156"
},
{
"summary": "openSUSE-SU-2019:1256",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-04/msg00083.html"
},
{
"summary": "openSUSE-SU-2019:1293",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-04/msg00104.html"
},
{
"summary": "openSUSE-SU-2019:1572",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00041.html"
},
{
"summary": "openSUSE-SU-2019:1573",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00044.html"
},
{
"summary": "RHSA-2019:2519",
"url": "https://access.redhat.com/errata/RHSA-2019:2519"
},
{
"summary": "RHSA-2019:3299",
"url": "https://access.redhat.com/errata/RHSA-2019:3299"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-9020"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/125.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2019-9020"
},
{
"cve": "CVE-2021-35604",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "Vulnerability in the MySQL Server product of Oracle MySQL (component: InnoDB). Supported versions that are affected are 5.7.35 and prior and 8.0.26 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server as well as unauthorized update, insert or delete access to some of MySQL Server accessible data.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "FEDORA-2021-70dd0b9f5d",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/5MLAXYFLUDC636S46X34USCLDZAOFBM2/"
},
{
"summary": "FEDORA-2021-46dc82116b",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/XF3ZFPL3JJ26YRUGXLXQZYJBLZV3WC2C/"
},
{
"summary": "FEDORA-2021-f74148c6d4",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/PRCU3RTIPVKPC3GMC76YW7DJEXUEY6FG/"
},
{
"summary": "FEDORA-2021-acef1dc8cf",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/2UTW5KMPPDKIMGB4ULE2HS22HYLVKYIH/"
},
{
"summary": "FEDORA-2021-72d5918529",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VGR5ZTB5QEDRRC6G5U6TFNCIVBBKGS5J/"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35604"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/20.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2021-35604"
},
{
"cve": "CVE-2022-27444",
"cwe": {
"id": "CWE-89",
"name": "Improper Neutralization of Special Elements used in an SQL Command (\u0027SQL Injection\u0027)"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/item_subselect.cc.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27444"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/89.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-27444"
},
{
"cve": "CVE-2018-14883",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "An issue was discovered in PHP before 5.6.37, 7.0.x before 7.0.31, 7.1.x before 7.1.20, and 7.2.x before 7.2.8. An Integer Overflow leads to a heap-based buffer over-read in exif_thumbnail_extract of exif.c.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "104871",
"url": "http://www.securityfocus.com/bid/104871"
},
{
"summary": "USN-3766-1",
"url": "https://usn.ubuntu.com/3766-1/"
},
{
"summary": "DSA-4353",
"url": "https://www.debian.org/security/2018/dsa-4353"
},
{
"summary": "[debian-lts-announce] 20180901 [SECURITY] [DLA 1490-1] php5 security update",
"url": "https://lists.debian.org/debian-lts-announce/2018/09/msg00000.html"
},
{
"summary": "USN-3766-2",
"url": "https://usn.ubuntu.com/3766-2/"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14883"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/125.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2018-14883"
},
{
"cve": "CVE-2014-9705",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "Heap-based buffer overflow in the enchant_broker_request_dict function in ext/enchant/enchant.c in PHP before 5.4.38, 5.5.x before 5.5.22, and 5.6.x before 5.6.6 allows remote attackers to execute arbitrary code via vectors that trigger creation of multiple dictionaries.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "DSA-3195",
"url": "http://www.debian.org/security/2015/dsa-3195"
},
{
"summary": "USN-2535-1",
"url": "http://www.ubuntu.com/usn/USN-2535-1"
},
{
"summary": "HPSBMU03409",
"url": "http://marc.info/?l=bugtraq\u0026m=144050155601375\u0026w=2"
},
{
"summary": "openSUSE-SU-2015:0644",
"url": "http://lists.opensuse.org/opensuse-updates/2015-04/msg00002.html"
},
{
"summary": "APPLE-SA-2015-09-30-3",
"url": "http://lists.apple.com/archives/security-announce/2015/Sep/msg00008.html"
},
{
"summary": "HPSBMU03380",
"url": "http://marc.info/?l=bugtraq\u0026m=143748090628601\u0026w=2"
},
{
"summary": "MDVSA-2015:079",
"url": "http://www.mandriva.com/security/advisories?name=MDVSA-2015:079"
},
{
"summary": "SUSE-SU-2015:0868",
"url": "http://lists.opensuse.org/opensuse-security-announce/2015-05/msg00005.html"
},
{
"summary": "RHSA-2015:1135",
"url": "http://rhn.redhat.com/errata/RHSA-2015-1135.html"
},
{
"summary": "RHSA-2015:1053",
"url": "http://rhn.redhat.com/errata/RHSA-2015-1053.html"
},
{
"summary": "[oss-security] 20150315 Re: CVE Request: PHP 5.6.6 changelog",
"url": "http://openwall.com/lists/oss-security/2015/03/15/6"
},
{
"summary": "73031",
"url": "http://www.securityfocus.com/bid/73031"
},
{
"summary": "1031948",
"url": "http://www.securitytracker.com/id/1031948"
},
{
"summary": "GLSA-201606-10",
"url": "https://security.gentoo.org/glsa/201606-10"
},
{
"summary": "RHSA-2015:1066",
"url": "http://rhn.redhat.com/errata/RHSA-2015-1066.html"
},
{
"summary": "RHSA-2015:1218",
"url": "http://rhn.redhat.com/errata/RHSA-2015-1218.html"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-9705"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/119.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v2": {
"accessComplexity": "LOW",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "PARTIAL",
"baseScore": 7.5,
"confidentialityImpact": "PARTIAL",
"integrityImpact": "PARTIAL",
"vectorString": "AV:N/AC:L/Au:N/C:P/I:P/A:P",
"version": "2.0"
},
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"environmentalScore": 9.8,
"environmentalSeverity": "CRITICAL",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 9.8,
"temporalSeverity": "CRITICAL",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2014-9705"
},
{
"cve": "CVE-2020-7064",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "In PHP versions 7.2.x below 7.2.9, 7.3.x below 7.3.16 and 7.4.x below 7.4.4, while parsing EXIF data with exif_read_data() function, it is possible for malicious data to cause PHP to read one byte of uninitialized memory. This could potentially lead to information disclosure or crash.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "[debian-lts-announce] 20200426 [SECURITY] [DLA 2188-1] php5 security update",
"url": "https://lists.debian.org/debian-lts-announce/2020/04/msg00021.html"
},
{
"summary": "USN-4330-1",
"url": "https://usn.ubuntu.com/4330-1/"
},
{
"summary": "USN-4330-2",
"url": "https://usn.ubuntu.com/4330-2/"
},
{
"summary": "openSUSE-SU-2020:0642",
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-05/msg00025.html"
},
{
"summary": "DSA-4717",
"url": "https://www.debian.org/security/2020/dsa-4717"
},
{
"summary": "DSA-4719",
"url": "https://www.debian.org/security/2020/dsa-4719"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-7064"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/125.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:L"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2020-7064"
},
{
"cve": "CVE-2022-27382",
"cwe": {
"id": "CWE-617",
"name": "Reachable Assertion"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "MariaDB Server v10.7 and below was discovered to contain a segmentation fault via the component Item_field::used_tables/update_depend_map_for_order.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27382"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/617.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-27382"
},
{
"cve": "CVE-2020-7063",
"cwe": {
"id": "CWE-281",
"name": "Improper Preservation of Permissions"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "In PHP versions 7.2.x below 7.2.28, 7.3.x below 7.3.15 and 7.4.x below 7.4.3, when creating PHAR archive using PharData::buildFromIterator() function, the files are added with default permissions (0666, or all access) even if the original files on the filesystem were with more restrictive permissions. This may result in files having more lax permissions than intended when such archive is extracted.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "openSUSE-SU-2020:0341",
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-03/msg00023.html"
},
{
"summary": "GLSA-202003-57",
"url": "https://security.gentoo.org/glsa/202003-57"
},
{
"summary": "[debian-lts-announce] 20200326 [SECURITY] [DLA 2160-1] php5 security update",
"url": "https://lists.debian.org/debian-lts-announce/2020/03/msg00034.html"
},
{
"summary": "USN-4330-1",
"url": "https://usn.ubuntu.com/4330-1/"
},
{
"summary": "DSA-4717",
"url": "https://www.debian.org/security/2020/dsa-4717"
},
{
"summary": "DSA-4719",
"url": "https://www.debian.org/security/2020/dsa-4719"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-7063"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/281.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2020-7063"
},
{
"cve": "CVE-2021-2372",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "Vulnerability in the MySQL Server product of Oracle MySQL (component: InnoDB). Supported versions that are affected are 5.7.34 and prior and 8.0.25 and prior. Difficult to exploit vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "FEDORA-2021-dc4299a8d0",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/6OO2Q5PIFURXLLKCIJE6XF6VL4LLMNO5/"
},
{
"summary": "FEDORA-2021-df40c41094",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/OPJAGVMRKODR4QIXQSVEM4BLRZUM7P3R/"
},
{
"summary": "FEDORA-2021-acef1dc8cf",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/2UTW5KMPPDKIMGB4ULE2HS22HYLVKYIH/"
},
{
"summary": "FEDORA-2021-72d5918529",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VGR5ZTB5QEDRRC6G5U6TFNCIVBBKGS5J/"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2372"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/20.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2021-2372"
},
{
"cve": "CVE-2019-9021",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "An issue was discovered in PHP before 5.6.40, 7.x before 7.1.26, 7.2.x before 7.2.14, and 7.3.x before 7.3.1. A heap-based buffer over-read in PHAR reading functions in the PHAR extension may allow an attacker to read allocated or unallocated memory past the actual data when trying to parse the file name, a different vulnerability than CVE-2018-20783. This is related to phar_detect_phar_fname_ext in ext/phar/phar.c.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "USN-3902-2",
"url": "https://usn.ubuntu.com/3902-2/"
},
{
"summary": "DSA-4398",
"url": "https://www.debian.org/security/2019/dsa-4398"
},
{
"summary": "USN-3902-1",
"url": "https://usn.ubuntu.com/3902-1/"
},
{
"summary": "107156",
"url": "http://www.securityfocus.com/bid/107156"
},
{
"summary": "106747",
"url": "http://www.securityfocus.com/bid/106747"
},
{
"summary": "openSUSE-SU-2019:1256",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-04/msg00083.html"
},
{
"summary": "openSUSE-SU-2019:1293",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-04/msg00104.html"
},
{
"summary": "openSUSE-SU-2019:1572",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00041.html"
},
{
"summary": "openSUSE-SU-2019:1573",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00044.html"
},
{
"summary": "RHSA-2019:2519",
"url": "https://access.redhat.com/errata/RHSA-2019:2519"
},
{
"summary": "RHSA-2019:3299",
"url": "https://access.redhat.com/errata/RHSA-2019:3299"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-9021"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/125.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2019-9021"
},
{
"cve": "CVE-2018-14851",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "exif_process_IFD_in_MAKERNOTE in ext/exif/exif.c in PHP before 5.6.37, 7.0.x before 7.0.31, 7.1.x before 7.1.20, and 7.2.x before 7.2.8 allows remote attackers to cause a denial of service (out-of-bounds read and application crash) via a crafted JPEG file.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "104871",
"url": "http://www.securityfocus.com/bid/104871"
},
{
"summary": "USN-3766-1",
"url": "https://usn.ubuntu.com/3766-1/"
},
{
"summary": "DSA-4353",
"url": "https://www.debian.org/security/2018/dsa-4353"
},
{
"summary": "[debian-lts-announce] 20180901 [SECURITY] [DLA 1490-1] php5 security update",
"url": "https://lists.debian.org/debian-lts-announce/2018/09/msg00000.html"
},
{
"summary": "USN-3766-2",
"url": "https://usn.ubuntu.com/3766-2/"
},
{
"summary": "RHSA-2019:2519",
"url": "https://access.redhat.com/errata/RHSA-2019:2519"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14851"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/125.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2018-14851"
},
{
"cve": "CVE-2022-27448",
"cwe": {
"id": "CWE-617",
"name": "Reachable Assertion"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "There is an Assertion failure in MariaDB Server v10.9 and below via \u0027node-\u003epcur-\u003erel_pos == BTR_PCUR_ON\u0027 at /row/row0mysql.cc.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "[debian-lts-announce] 20220916 [SECURITY] [DLA 3114-1] mariadb-10.3 security update",
"url": "https://lists.debian.org/debian-lts-announce/2022/09/msg00023.html"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27448"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/617.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-27448"
},
{
"cve": "CVE-2021-46663",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "MariaDB through 10.5.13 allows a ha_maria::extra application crash via certain SELECT statements.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "FEDORA-2022-263f7cc483",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/NJ4KDAGF3H4D4BDTHRAM6ZEAJJWWMRUO/"
},
{
"summary": "FEDORA-2022-03350936ee",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/DKJRBYJAQCOPHSED43A3HUPNKQLDTFGD/"
},
{
"summary": "FEDORA-2022-5cfe372ab7",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/EZFZVMJL5UDTOZMARLXQIMG3BTG6UNYW/"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46663"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/20.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2021-46663"
},
{
"cve": "CVE-2021-2180",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "Vulnerability in the MySQL Server product of Oracle MySQL (component: InnoDB). Supported versions that are affected are 5.7.33 and prior and 8.0.23 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "FEDORA-2021-01189f6361",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/AKV7TRUEQW6EV45RSZVVFLVQMNHVHBCJ/"
},
{
"summary": "FEDORA-2021-5b6c69a73a",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/UJVUTKKFQAWR7NURCQHQQ5JHTVYGEOYQ/"
},
{
"summary": "FEDORA-2021-b8b7829a83",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/JJQRPXNDH6YHQLUSCS5VA7DAW32PN7N7/"
},
{
"summary": "GLSA-202105-27",
"url": "https://security.gentoo.org/glsa/202105-27"
},
{
"summary": "GLSA-202105-28",
"url": "https://security.gentoo.org/glsa/202105-28"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2180"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/20.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 4.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2021-2180"
},
{
"cve": "CVE-2014-9709",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "The GetCode_ function in gd_gif_in.c in GD 2.1.1 and earlier, as used in PHP before 5.5.21 and 5.6.x before 5.6.5, allows remote attackers to cause a denial of service (buffer over-read and application crash) via a crafted GIF image that is improperly handled by the gdImageCreateFromGif function.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "MDVSA-2015:153",
"url": "http://www.mandriva.com/security/advisories?name=MDVSA-2015:153"
},
{
"summary": "1033703",
"url": "http://www.securitytracker.com/id/1033703"
},
{
"summary": "openSUSE-SU-2015:0644",
"url": "http://lists.opensuse.org/opensuse-updates/2015-04/msg00002.html"
},
{
"summary": "APPLE-SA-2015-09-30-3",
"url": "http://lists.apple.com/archives/security-announce/2015/Sep/msg00008.html"
},
{
"summary": "SSRT102066",
"url": "http://marc.info/?l=bugtraq\u0026m=143403519711434\u0026w=2"
},
{
"summary": "DSA-3215",
"url": "http://www.debian.org/security/2015/dsa-3215"
},
{
"summary": "SUSE-SU-2015:0868",
"url": "http://lists.opensuse.org/opensuse-security-announce/2015-05/msg00005.html"
},
{
"summary": "GLSA-201607-04",
"url": "https://security.gentoo.org/glsa/201607-04"
},
{
"summary": "USN-2987-1",
"url": "http://www.ubuntu.com/usn/USN-2987-1"
},
{
"summary": "73306",
"url": "http://www.securityfocus.com/bid/73306"
},
{
"summary": "RHSA-2015:1135",
"url": "http://rhn.redhat.com/errata/RHSA-2015-1135.html"
},
{
"summary": "RHSA-2015:1053",
"url": "http://rhn.redhat.com/errata/RHSA-2015-1053.html"
},
{
"summary": "HPSBUX03337",
"url": "http://marc.info/?l=bugtraq\u0026m=143403519711434\u0026w=2"
},
{
"summary": "GLSA-201606-10",
"url": "https://security.gentoo.org/glsa/201606-10"
},
{
"summary": "RHSA-2015:1066",
"url": "http://rhn.redhat.com/errata/RHSA-2015-1066.html"
},
{
"summary": "RHSA-2015:1218",
"url": "http://rhn.redhat.com/errata/RHSA-2015-1218.html"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-9709"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/119.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v2": {
"accessComplexity": "LOW",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "PARTIAL",
"baseScore": 5,
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"vectorString": "AV:N/AC:L/Au:N/C:N/I:N/A:P",
"version": "2.0"
},
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"environmentalScore": 9.1,
"environmentalSeverity": "CRITICAL",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 9.1,
"temporalSeverity": "CRITICAL",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.0"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2014-9709"
},
{
"cve": "CVE-2023-25690",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "Some mod_proxy configurations on Apache HTTP Server versions 2.4.0 through 2.4.55 allow a HTTP Request Smuggling attack. Configurations are affected when mod_proxy is enabled along with some form of RewriteRule\n or ProxyPassMatch in which a non-specific pattern matches\n some portion of the user-supplied request-target (URL) data and is then\n re-inserted into the proxied request-target using variable \nsubstitution. For example, something like: RewriteEngine on\nRewriteRule \"^/here/(.*)\" \"http://example.com:8080/elsewhere?$1\"; [P]\nProxyPassReverse /here/ http://example.com:8080/Request splitting/smuggling could result in bypass of access controls in the proxy server, proxying unintended URLs to existing origin servers, and cache poisoning. Users are recommended to update to at least version 2.4.56 of Apache HTTP Server.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25690"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/444.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-25690"
},
{
"cve": "CVE-2022-32082",
"cwe": {
"id": "CWE-617",
"name": "Reachable Assertion"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "MariaDB v10.5 to v10.7 was discovered to contain an assertion failure at table-\u003eget_ref_count() == 0 in dict0dict.cc.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "FEDORA-2022-cf88f807f9",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ZHISY4YVO4S5QJYYIXCIAXBM7INOL4VY/"
},
{
"summary": "FEDORA-2022-e0e9a43546",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/WCOEGSVMIEXDZHBOSV6WVF7FAVRBR2JE/"
},
{
"summary": "FEDORA-2022-333df1c4aa",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/WTVAONAZXJFGHAJ4RP2OF3EAMQCOTDSQ/"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32082"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/617.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-32082"
},
{
"cve": "CVE-2022-31629",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "In PHP versions before 7.4.31, 8.0.24 and 8.1.11, the vulnerability enables network and same-site attackers to set a standard insecure cookie in the victim\u0027s browser which is treated as a `__Host-` or `__Secure-` cookie by PHP applications.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "FEDORA-2022-0b77fbd9e7",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/XNIEABBH5XCXLFWWZYIDE457SPEDZTXV/"
},
{
"summary": "FEDORA-2022-afdea1c747",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VI3E6A3ZTH2RP7OMLJHSVFIEQBIFM6RF/"
},
{
"summary": "FEDORA-2022-f204e1d0ed",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/2L5SUVYGAKSWODUQPZFBUB3AL6E6CSEV/"
},
{
"summary": "DSA-5277",
"url": "https://www.debian.org/security/2022/dsa-5277"
},
{
"summary": "GLSA-202211-03",
"url": "https://security.gentoo.org/glsa/202211-03"
},
{
"summary": "[debian-lts-announce] 20221215 [SECURITY] [DLA 3243-1] php7.3 security update",
"url": "https://lists.debian.org/debian-lts-announce/2022/12/msg00030.html"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31629"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/20.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-31629"
},
{
"cve": "CVE-2019-9022",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "An issue was discovered in PHP 7.x before 7.1.26, 7.2.x before 7.2.14, and 7.3.x before 7.3.2. dns_get_record misparses a DNS response, which can allow a hostile DNS server to cause PHP to misuse memcpy, leading to read operations going past the buffer allocated for DNS data. This affects php_parserr in ext/standard/dns.c for DNS_CAA and DNS_ANY queries.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "DSA-4398",
"url": "https://www.debian.org/security/2019/dsa-4398"
},
{
"summary": "USN-3902-1",
"url": "https://usn.ubuntu.com/3902-1/"
},
{
"summary": "[debian-lts-announce] 20190331 [SECURITY] [DLA 1741-1] php5 security update",
"url": "https://lists.debian.org/debian-lts-announce/2019/03/msg00043.html"
},
{
"summary": "USN-3922-2",
"url": "https://usn.ubuntu.com/3922-2/"
},
{
"summary": "USN-3922-3",
"url": "https://usn.ubuntu.com/3922-3/"
},
{
"summary": "openSUSE-SU-2019:1572",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00041.html"
},
{
"summary": "openSUSE-SU-2019:1573",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00044.html"
},
{
"summary": "RHSA-2019:2519",
"url": "https://access.redhat.com/errata/RHSA-2019:2519"
},
{
"summary": "RHSA-2019:3299",
"url": "https://access.redhat.com/errata/RHSA-2019:3299"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-9022"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/125.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.0"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2019-9022"
},
{
"cve": "CVE-2016-3078",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "Multiple integer overflows in php_zip.c in the zip extension in PHP before 7.0.6 allow remote attackers to cause a denial of service (heap-based buffer overflow and application crash) or possibly have unspecified other impact via a crafted call to (1) getFromIndex or (2) getFromName in the ZipArchive class.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "[oss-security] 20160428 CVE-2016-3078: php: integer overflow in ZipArchive::getFrom*",
"url": "http://www.openwall.com/lists/oss-security/2016/04/28/1"
},
{
"summary": "39742",
"url": "https://www.exploit-db.com/exploits/39742/"
},
{
"summary": "1035701",
"url": "http://www.securitytracker.com/id/1035701"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-3078"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/190.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2016-3078"
},
{
"cve": "CVE-2023-0662",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "In PHP 8.0.X before 8.0.28, 8.1.X before 8.1.16 and 8.2.X before 8.2.3, excessive number of parts in HTTP form upload can cause high resource consumption and excessive number of log entries. This can cause denial of service on the affected server by exhausting CPU resources or disk space.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0662"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/400.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-0662"
},
{
"cve": "CVE-2021-2022",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "Vulnerability in the MySQL Server product of Oracle MySQL (component: InnoDB). Supported versions that are affected are 5.6.50 and prior, 5.7.32 and prior and 8.0.22 and prior. Difficult to exploit vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "FEDORA-2021-db50ab62d3",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/T7EAHJPWOOF4D6PEFLXW5IQWRRSZ3HRC/"
},
{
"summary": "FEDORA-2021-b1d1655cef",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/CS5THZSGI7O2CZO44NWYE57AG2T7NK3K/"
},
{
"summary": "GLSA-202105-27",
"url": "https://security.gentoo.org/glsa/202105-27"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2022"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/20.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2021-2022"
},
{
"cve": "CVE-2022-32089",
"cwe": {
"id": "CWE-229",
"name": "Improper Handling of Values"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "MariaDB v10.5 to v10.7 was discovered to contain a segmentation fault via the component st_select_lex_unit::exclude_level.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "FEDORA-2022-cf88f807f9",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ZHISY4YVO4S5QJYYIXCIAXBM7INOL4VY/"
},
{
"summary": "FEDORA-2022-e0e9a43546",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/WCOEGSVMIEXDZHBOSV6WVF7FAVRBR2JE/"
},
{
"summary": "FEDORA-2022-333df1c4aa",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/WTVAONAZXJFGHAJ4RP2OF3EAMQCOTDSQ/"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32089"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/229.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-32089"
},
{
"cve": "CVE-2019-11048",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "In PHP versions 7.2.x below 7.2.31, 7.3.x below 7.3.18 and 7.4.x below 7.4.6, when HTTP file uploads are allowed, supplying overly long filenames or field names could lead PHP engine to try to allocate oversized memory storage, hit the memory limit and stop processing the request, without cleaning up temporary files created by upload request. This potentially could lead to accumulation of uncleaned temporary files exhausting the disk space on the target server.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "FEDORA-2020-8838d072d5",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/OBA3TFZSP3TB5N4G24SO6BI64RJZXE3D/"
},
{
"summary": "FEDORA-2020-9fa7f4e25c",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/XMDUQ7XFONY3BWTAQQUD3QUGZT6NFZUF/"
},
{
"summary": "USN-4375-1",
"url": "https://usn.ubuntu.com/4375-1/"
},
{
"summary": "openSUSE-SU-2020:0847",
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-06/msg00045.html"
},
{
"summary": "[debian-lts-announce] 20200629 [SECURITY] [DLA 2261-1] php5 security update",
"url": "https://lists.debian.org/debian-lts-announce/2020/06/msg00033.html"
},
{
"summary": "DSA-4717",
"url": "https://www.debian.org/security/2020/dsa-4717"
},
{
"summary": "DSA-4719",
"url": "https://www.debian.org/security/2020/dsa-4719"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-11048"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/400.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2019-11048"
},
{
"cve": "CVE-2021-46669",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "MariaDB through 10.5.9 allows attackers to trigger a convert_const_to_int use-after-free when the BIGINT data type is used.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "FEDORA-2022-25dcba7104",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/FRJCSPQHYPKTWXXZVDMY6JAHZJQ4TZ5X/"
},
{
"summary": "FEDORA-2022-e6dc7ed871",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/KHEOTQ63YWC3PGHGDFGS7AZIEXCGOPWH/"
},
{
"summary": "[debian-lts-announce] 20220916 [SECURITY] [DLA 3114-1] mariadb-10.3 security update",
"url": "https://lists.debian.org/debian-lts-announce/2022/09/msg00023.html"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46669"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/416.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2021-46669"
},
{
"cve": "CVE-2019-11047",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "When PHP EXIF extension is parsing EXIF information from an image, e.g. via exif_read_data() function, in PHP versions 7.2.x below 7.2.26, 7.3.x below 7.3.13 and 7.4.0 it is possible to supply it with data what will cause it to read past the allocated buffer. This may lead to information disclosure or crash.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "[debian-lts-announce] 20191229 [SECURITY] [DLA 2050-1] php5 security update",
"url": "https://lists.debian.org/debian-lts-announce/2019/12/msg00034.html"
},
{
"summary": "FEDORA-2019-437d94e271",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/N7GCOAE6KVHYJ3UQ4KLPLTGSLX6IRVRN/"
},
{
"summary": "FEDORA-2019-a54a622670",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/XWRQPYXVG43Q7DXMXH6UVWMKWGUW552F/"
},
{
"summary": "USN-4239-1",
"url": "https://usn.ubuntu.com/4239-1/"
},
{
"summary": "openSUSE-SU-2020:0080",
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-01/msg00036.html"
},
{
"summary": "20200218 [SECURITY] [DSA 4626-1] php7.3 security update",
"url": "https://seclists.org/bugtraq/2020/Feb/27"
},
{
"summary": "DSA-4626",
"url": "https://www.debian.org/security/2020/dsa-4626"
},
{
"summary": "DSA-4628",
"url": "https://www.debian.org/security/2020/dsa-4628"
},
{
"summary": "20200219 [SECURITY] [DSA 4628-1] php7.0 security update",
"url": "https://seclists.org/bugtraq/2020/Feb/31"
},
{
"summary": "20210116 Re: [SECURITY] [DSA 4628-1] php7.0 security update",
"url": "https://seclists.org/bugtraq/2021/Jan/3"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-11047"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/125.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2019-11047"
},
{
"cve": "CVE-2022-27383",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "MariaDB Server v10.6 and below was discovered to contain an use-after-free in the component my_strcasecmp_8bit, which is exploited via specially crafted SQL statements.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "[debian-lts-announce] 20220916 [SECURITY] [DLA 3114-1] mariadb-10.3 security update",
"url": "https://lists.debian.org/debian-lts-announce/2022/09/msg00023.html"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27383"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/416.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-27383"
},
{
"cve": "CVE-2021-46667",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "MariaDB before 10.6.5 has a sql_lex.cc integer overflow, leading to an application crash.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "FEDORA-2022-263f7cc483",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/NJ4KDAGF3H4D4BDTHRAM6ZEAJJWWMRUO/"
},
{
"summary": "FEDORA-2022-03350936ee",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/DKJRBYJAQCOPHSED43A3HUPNKQLDTFGD/"
},
{
"summary": "FEDORA-2022-5cfe372ab7",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/EZFZVMJL5UDTOZMARLXQIMG3BTG6UNYW/"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46667"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/190.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2021-46667"
},
{
"cve": "CVE-2022-32087",
"cwe": {
"id": "CWE-229",
"name": "Improper Handling of Values"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "MariaDB v10.2 to v10.7 was discovered to contain a segmentation fault via the component Item_args::walk_args.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "[debian-lts-announce] 20220916 [SECURITY] [DLA 3114-1] mariadb-10.3 security update",
"url": "https://lists.debian.org/debian-lts-announce/2022/09/msg00023.html"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32087"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/229.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-32087"
},
{
"cve": "CVE-2022-36760",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request Smuggling\u0027) vulnerability in mod_proxy_ajp of Apache HTTP Server allows an attacker to smuggle requests to the AJP server it forwards requests to. This issue affects Apache HTTP Server Apache HTTP Server 2.4 version 2.4.54 and prior versions.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36760"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/444.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-36760"
},
{
"cve": "CVE-2020-7060",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "When using certain mbstring functions to convert multibyte encodings, in PHP versions 7.2.x below 7.2.27, 7.3.x below 7.3.14 and 7.4.x below 7.4.2 it is possible to supply data that will cause function mbfl_filt_conv_big5_wchar to read past the allocated buffer. This may lead to information disclosure or crash.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "20200218 [SECURITY] [DSA 4626-1] php7.3 security update",
"url": "https://seclists.org/bugtraq/2020/Feb/27"
},
{
"summary": "DSA-4626",
"url": "https://www.debian.org/security/2020/dsa-4626"
},
{
"summary": "USN-4279-1",
"url": "https://usn.ubuntu.com/4279-1/"
},
{
"summary": "DSA-4628",
"url": "https://www.debian.org/security/2020/dsa-4628"
},
{
"summary": "20200219 [SECURITY] [DSA 4628-1] php7.0 security update",
"url": "https://seclists.org/bugtraq/2020/Feb/31"
},
{
"summary": "[debian-lts-announce] 20200228 [SECURITY] [DLA 2124-1] php5 security update",
"url": "https://lists.debian.org/debian-lts-announce/2020/02/msg00030.html"
},
{
"summary": "openSUSE-SU-2020:0341",
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-03/msg00023.html"
},
{
"summary": "GLSA-202003-57",
"url": "https://security.gentoo.org/glsa/202003-57"
},
{
"summary": "20210116 Re: [SECURITY] [DSA 4628-1] php7.0 security update",
"url": "https://seclists.org/bugtraq/2021/Jan/3"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-7060"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/125.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2020-7060"
},
{
"cve": "CVE-2018-17082",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "The Apache2 component in PHP before 5.6.38, 7.0.x before 7.0.32, 7.1.x before 7.1.22, and 7.2.x before 7.2.10 allows XSS via the body of a \"Transfer-Encoding: chunked\" request, because the bucket brigade is mishandled in the php_handler function in sapi/apache2handler/sapi_apache2.c.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "DSA-4353",
"url": "https://www.debian.org/security/2018/dsa-4353"
},
{
"summary": "[debian-lts-announce] 20180920 [SECURITY] [DLA 1509-1] php5 security update",
"url": "https://lists.debian.org/debian-lts-announce/2018/09/msg00020.html"
},
{
"summary": "GLSA-201812-01",
"url": "https://security.gentoo.org/glsa/201812-01"
},
{
"summary": "RHSA-2019:2519",
"url": "https://access.redhat.com/errata/RHSA-2019:2519"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-17082"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/79.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.0"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2018-17082"
},
{
"cve": "CVE-2019-9640",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "An issue was discovered in the EXIF component in PHP before 7.1.27, 7.2.x before 7.2.16, and 7.3.x before 7.3.3. There is an Invalid Read in exif_process_SOFn.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "DSA-4403",
"url": "https://www.debian.org/security/2019/dsa-4403"
},
{
"summary": "USN-3922-1",
"url": "https://usn.ubuntu.com/3922-1/"
},
{
"summary": "[debian-lts-announce] 20190331 [SECURITY] [DLA 1741-1] php5 security update",
"url": "https://lists.debian.org/debian-lts-announce/2019/03/msg00043.html"
},
{
"summary": "USN-3922-2",
"url": "https://usn.ubuntu.com/3922-2/"
},
{
"summary": "USN-3922-3",
"url": "https://usn.ubuntu.com/3922-3/"
},
{
"summary": "openSUSE-SU-2019:1293",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-04/msg00104.html"
},
{
"summary": "openSUSE-SU-2019:1503",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00012.html"
},
{
"summary": "openSUSE-SU-2019:1572",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00041.html"
},
{
"summary": "openSUSE-SU-2019:1573",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00044.html"
},
{
"summary": "RHSA-2019:2519",
"url": "https://access.redhat.com/errata/RHSA-2019:2519"
},
{
"summary": "RHSA-2019:3299",
"url": "https://access.redhat.com/errata/RHSA-2019:3299"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-9640"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/125.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2019-9640"
},
{
"cve": "CVE-2021-46661",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "MariaDB through 10.5.9 allows an application crash in find_field_in_tables and find_order_in_list via an unused common table expression (CTE).",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "FEDORA-2022-263f7cc483",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/NJ4KDAGF3H4D4BDTHRAM6ZEAJJWWMRUO/"
},
{
"summary": "FEDORA-2022-03350936ee",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/DKJRBYJAQCOPHSED43A3HUPNKQLDTFGD/"
},
{
"summary": "FEDORA-2022-5cfe372ab7",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/EZFZVMJL5UDTOZMARLXQIMG3BTG6UNYW/"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46661"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/20.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2021-46661"
},
{
"cve": "CVE-2019-11034",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "When processing certain files, PHP EXIF extension in versions 7.1.x below 7.1.28, 7.2.x below 7.2.17 and 7.3.x below 7.3.4 can be caused to read past allocated buffer in exif_process_IFD_TAG function. This may lead to information disclosure or crash.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "USN-3953-1",
"url": "https://usn.ubuntu.com/3953-1/"
},
{
"summary": "USN-3953-2",
"url": "https://usn.ubuntu.com/3953-2/"
},
{
"summary": "[debian-lts-announce] 20190525 [SECURITY] [DLA 1803-1] php5 security update",
"url": "https://lists.debian.org/debian-lts-announce/2019/05/msg00035.html"
},
{
"summary": "openSUSE-SU-2019:1501",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00010.html"
},
{
"summary": "openSUSE-SU-2019:1503",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00012.html"
},
{
"summary": "openSUSE-SU-2019:1572",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00041.html"
},
{
"summary": "openSUSE-SU-2019:1573",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00044.html"
},
{
"summary": "RHSA-2019:2519",
"url": "https://access.redhat.com/errata/RHSA-2019:2519"
},
{
"summary": "DSA-4529",
"url": "https://www.debian.org/security/2019/dsa-4529"
},
{
"summary": "20190923 [SECURITY] [DSA 4529-1] php7.0 security update",
"url": "https://seclists.org/bugtraq/2019/Sep/38"
},
{
"summary": "RHSA-2019:3299",
"url": "https://access.redhat.com/errata/RHSA-2019:3299"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-11034"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/125.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2019-11034"
},
{
"cve": "CVE-2022-27456",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "MariaDB Server v10.6.3 and below was discovered to contain an use-after-free in the component VDec::VDec at /sql/sql_type.cc.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "[debian-lts-announce] 20220916 [SECURITY] [DLA 3114-1] mariadb-10.3 security update",
"url": "https://lists.debian.org/debian-lts-announce/2022/09/msg00023.html"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27456"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/416.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-27456"
},
{
"cve": "CVE-2020-7061",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "In PHP versions 7.3.x below 7.3.15 and 7.4.x below 7.4.3, while extracting PHAR files on Windows using phar extension, certain content inside PHAR file could lead to one-byte read past the allocated buffer. This could potentially lead to information disclosure or crash.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "GLSA-202003-57",
"url": "https://security.gentoo.org/glsa/202003-57"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-7061"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/125.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2020-7061"
},
{
"cve": "CVE-2022-27455",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "MariaDB Server v10.6.3 and below was discovered to contain an use-after-free in the component my_wildcmp_8bit_impl at /strings/ctype-simple.c.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27455"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/416.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-27455"
},
{
"cve": "CVE-2021-2144",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: Parser). Supported versions that are affected are 5.7.29 and prior and 8.0.19 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in takeover of MySQL Server.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2144"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/20.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2021-2144"
},
{
"cve": "CVE-2021-2154",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: DML). Supported versions that are affected are 5.7.33 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "FEDORA-2021-68db93b130",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/DPA3CTGXPVWKHMCQDVURK4ETH7GE34KK/"
},
{
"summary": "FEDORA-2021-27187ac9dd",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/GAU7KW36A6TQGKG3RUITYSVUFIHBY3OT/"
},
{
"summary": "FEDORA-2021-179f2fbb88",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/PEF5CRATUGQZUSQU63MHQIDZPOLHW2VE/"
},
{
"summary": "GLSA-202105-27",
"url": "https://security.gentoo.org/glsa/202105-27"
},
{
"summary": "GLSA-202105-28",
"url": "https://security.gentoo.org/glsa/202105-28"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2154"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/20.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 4.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2021-2154"
},
{
"cve": "CVE-2022-21595",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "Vulnerability in the MySQL Server product of Oracle MySQL (component: C API). Supported versions that are affected are 5.7.36 and prior and 8.0.27 and prior. Difficult to exploit vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21595"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/20.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-21595"
},
{
"cve": "CVE-2019-11040",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "When PHP EXIF extension is parsing EXIF information from an image, e.g. via exif_read_data() function, in PHP versions 7.1.x below 7.1.30, 7.2.x below 7.2.19 and 7.3.x below 7.3.6 it is possible to supply it with data what will cause it to read past the allocated buffer. This may lead to information disclosure or crash.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "openSUSE-SU-2019:1778",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-07/msg00029.html"
},
{
"summary": "RHSA-2019:2519",
"url": "https://access.redhat.com/errata/RHSA-2019:2519"
},
{
"summary": "20190920 [SECURITY] [DSA 4527-1] php7.3 security update",
"url": "https://seclists.org/bugtraq/2019/Sep/35"
},
{
"summary": "DSA-4527",
"url": "https://www.debian.org/security/2019/dsa-4527"
},
{
"summary": "DSA-4529",
"url": "https://www.debian.org/security/2019/dsa-4529"
},
{
"summary": "20190923 [SECURITY] [DSA 4529-1] php7.0 security update",
"url": "https://seclists.org/bugtraq/2019/Sep/38"
},
{
"summary": "RHSA-2019:3299",
"url": "https://access.redhat.com/errata/RHSA-2019:3299"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-11040"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/125.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2019-11040"
},
{
"cve": "CVE-2021-2389",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "Vulnerability in the MySQL Server product of Oracle MySQL (component: InnoDB). Supported versions that are affected are 5.7.34 and prior and 8.0.25 and prior. Difficult to exploit vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "FEDORA-2021-acef1dc8cf",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/2UTW5KMPPDKIMGB4ULE2HS22HYLVKYIH/"
},
{
"summary": "FEDORA-2021-72d5918529",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VGR5ZTB5QEDRRC6G5U6TFNCIVBBKGS5J/"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2389"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/20.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2021-2389"
},
{
"cve": "CVE-2023-27522",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "HTTP Response Smuggling vulnerability in Apache HTTP Server via mod_proxy_uwsgi. This issue affects Apache HTTP Server: from 2.4.30 through 2.4.55. Special characters in the origin response header can truncate/split the response forwarded to the client.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27522"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/444.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2023-27522"
},
{
"cve": "CVE-2020-2812",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: Stored Procedure). Supported versions that are affected are 5.6.47 and prior, 5.7.29 and prior and 8.0.19 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "USN-4350-1",
"url": "https://usn.ubuntu.com/4350-1/"
},
{
"summary": "FEDORA-2020-20ac7c92a1",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/TSVLI36TYRTPQGCS24VZQUXCUFOUW4VQ/"
},
{
"summary": "FEDORA-2020-136dc82437",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/SDGBQYS3A36S4CAZPV5YROHYXYZR6LAH/"
},
{
"summary": "FEDORA-2020-261c9ddd7c",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/77REFDB7DE4WNKQIRGZTF53RFBQOXQLC/"
},
{
"summary": "FEDORA-2020-35f52d9370",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/UW2ED32VEUHXFN2J3YQE27JIBV4SC2PI/"
},
{
"summary": "openSUSE-SU-2020:0870",
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-06/msg00054.html"
},
{
"summary": "FEDORA-2020-ac2d47d89a",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/X4X2BMF3EILMTXGOZDTPYS3KT5VWLA2P/"
},
{
"summary": "GLSA-202012-08",
"url": "https://security.gentoo.org/glsa/202012-08"
},
{
"summary": "GLSA-202105-27",
"url": "https://security.gentoo.org/glsa/202105-27"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2812"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/20.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 4.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2020-2812"
},
{
"cve": "CVE-2021-46665",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "MariaDB through 10.5.9 allows a sql_parse.cc application crash because of incorrect used_tables expectations.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "FEDORA-2022-263f7cc483",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/NJ4KDAGF3H4D4BDTHRAM6ZEAJJWWMRUO/"
},
{
"summary": "FEDORA-2022-03350936ee",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/DKJRBYJAQCOPHSED43A3HUPNKQLDTFGD/"
},
{
"summary": "FEDORA-2022-5cfe372ab7",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/EZFZVMJL5UDTOZMARLXQIMG3BTG6UNYW/"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46665"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/20.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2021-46665"
},
{
"cve": "CVE-2022-32086",
"cwe": {
"id": "CWE-229",
"name": "Improper Handling of Values"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "MariaDB v10.4 to v10.8 was discovered to contain a segmentation fault via the component Item_field::fix_outer_field.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32086"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/229.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-32086"
},
{
"cve": "CVE-2022-32085",
"cwe": {
"id": "CWE-229",
"name": "Improper Handling of Values"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "MariaDB v10.2 to v10.7 was discovered to contain a segmentation fault via the component Item_func_in::cleanup/Item::cleanup_processor.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "[debian-lts-announce] 20220916 [SECURITY] [DLA 3114-1] mariadb-10.3 security update",
"url": "https://lists.debian.org/debian-lts-announce/2022/09/msg00023.html"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32085"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/229.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-32085"
},
{
"cve": "CVE-2021-21704",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "In PHP versions 7.3.x below 7.3.29, 7.4.x below 7.4.21 and 8.0.x below 8.0.8, when using Firebird PDO driver extension, a malicious database server could cause crashes in various database functions, such as getAttribute(), execute(), fetch() and others by returning invalid response data that is not parsed correctly by the driver. This can result in crashes, denial of service or potentially memory corruption.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "GLSA-202209-20",
"url": "https://security.gentoo.org/glsa/202209-20"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21704"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/125.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2021-21704"
},
{
"cve": "CVE-2020-7066",
"cwe": {
"id": "CWE-170",
"name": "Improper Null Termination"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "In PHP versions 7.2.x below 7.2.29, 7.3.x below 7.3.16 and 7.4.x below 7.4.4, while using get_headers() with user-supplied URL, if the URL contains zero (\\0) character, the URL will be silently truncated at it. This may cause some software to make incorrect assumptions about the target of the get_headers() and possibly send some information to a wrong server.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "[debian-lts-announce] 20200426 [SECURITY] [DLA 2188-1] php5 security update",
"url": "https://lists.debian.org/debian-lts-announce/2020/04/msg00021.html"
},
{
"summary": "USN-4330-2",
"url": "https://usn.ubuntu.com/4330-2/"
},
{
"summary": "openSUSE-SU-2020:0642",
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-05/msg00025.html"
},
{
"summary": "DSA-4717",
"url": "https://www.debian.org/security/2020/dsa-4717"
},
{
"summary": "DSA-4719",
"url": "https://www.debian.org/security/2020/dsa-4719"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-7066"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/170.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2020-7066"
},
{
"cve": "CVE-2022-31628",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "In PHP versions before 7.4.31, 8.0.24 and 8.1.11, the phar uncompressor code would recursively uncompress \"quines\" gzip files, resulting in an infinite loop.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "FEDORA-2022-0b77fbd9e7",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/XNIEABBH5XCXLFWWZYIDE457SPEDZTXV/"
},
{
"summary": "FEDORA-2022-afdea1c747",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VI3E6A3ZTH2RP7OMLJHSVFIEQBIFM6RF/"
},
{
"summary": "FEDORA-2022-f204e1d0ed",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/2L5SUVYGAKSWODUQPZFBUB3AL6E6CSEV/"
},
{
"summary": "DSA-5277",
"url": "https://www.debian.org/security/2022/dsa-5277"
},
{
"summary": "GLSA-202211-03",
"url": "https://security.gentoo.org/glsa/202211-03"
},
{
"summary": "[debian-lts-announce] 20221215 [SECURITY] [DLA 3243-1] php7.3 security update",
"url": "https://lists.debian.org/debian-lts-announce/2022/12/msg00030.html"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31628"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/674.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-31628"
},
{
"cve": "CVE-2021-46662",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "MariaDB through 10.5.9 allows a set_var.cc application crash via certain uses of an UPDATE statement in conjunction with a nested subquery.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46662"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/20.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2021-46662"
},
{
"cve": "CVE-2016-5385",
"cwe": {
"id": "CWE-601",
"name": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "PHP through 7.0.8 does not attempt to address RFC 3875 section 4.1.18 namespace conflicts and therefore does not protect applications from the presence of untrusted client data in the HTTP_PROXY environment variable, which might allow remote attackers to redirect an application\u0027s outbound HTTP traffic to an arbitrary proxy server via a crafted Proxy header in an HTTP request, as demonstrated by (1) an application that makes a getenv(\u0027HTTP_PROXY\u0027) call or (2) a CGI configuration of PHP, aka an \"httpoxy\" issue.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "FEDORA-2016-8eb11666aa",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/7RMYXAVNYL2MOBJTFATE73TOVOEZYC5R/"
},
{
"summary": "VU#797896",
"url": "http://www.kb.cert.org/vuls/id/797896"
},
{
"summary": "GLSA-201611-22",
"url": "https://security.gentoo.org/glsa/201611-22"
},
{
"summary": "openSUSE-SU-2016:1922",
"url": "http://lists.opensuse.org/opensuse-updates/2016-08/msg00003.html"
},
{
"summary": "RHSA-2016:1613",
"url": "http://rhn.redhat.com/errata/RHSA-2016-1613.html"
},
{
"summary": "RHSA-2016:1611",
"url": "http://rhn.redhat.com/errata/RHSA-2016-1611.html"
},
{
"summary": "RHSA-2016:1610",
"url": "http://rhn.redhat.com/errata/RHSA-2016-1610.html"
},
{
"summary": "DSA-3631",
"url": "http://www.debian.org/security/2016/dsa-3631"
},
{
"summary": "91821",
"url": "http://www.securityfocus.com/bid/91821"
},
{
"summary": "FEDORA-2016-4e7db3d437",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/KZOIUYZDBWNDDHC6XTOLZYRMRXZWTJCP/"
},
{
"summary": "RHSA-2016:1609",
"url": "http://rhn.redhat.com/errata/RHSA-2016-1609.html"
},
{
"summary": "1036335",
"url": "http://www.securitytracker.com/id/1036335"
},
{
"summary": "RHSA-2016:1612",
"url": "http://rhn.redhat.com/errata/RHSA-2016-1612.html"
},
{
"summary": "FEDORA-2016-9c8cf5912c",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/GXFEIMZPSVGZQQAYIQ7U7DFVX3IBSDLF/"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-5385"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/601.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2016-5385"
},
{
"cve": "CVE-2022-37436",
"cwe": {
"id": "CWE-113",
"name": "Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Request/Response Splitting\u0027)"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "Prior to Apache HTTP Server 2.4.55, a malicious backend can cause the response headers to be truncated early, resulting in some headers being incorporated into the response body. If the later headers have any security purpose, they will not be interpreted by the client.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37436"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/113.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-37436"
},
{
"cve": "CVE-2013-6501",
"cwe": {
"id": "CWE-74",
"name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "The default soap.wsdl_cache_dir setting in (1) php.ini-production and (2) php.ini-development in PHP through 5.6.7 specifies the /tmp directory, which makes it easier for local users to conduct WSDL injection attacks by creating a file under /tmp with a predictable filename that is used by the get_sdl function in ext/soap/php_sdl.c.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "SUSE-SU-2015:0436",
"url": "http://lists.opensuse.org/opensuse-security-announce/2015-03/msg00003.html"
},
{
"summary": "72530",
"url": "http://www.securityfocus.com/bid/72530"
},
{
"summary": "GLSA-201606-10",
"url": "https://security.gentoo.org/glsa/201606-10"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2013-6501"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/74.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v2": {
"accessComplexity": "LOW",
"accessVector": "LOCAL",
"authentication": "NONE",
"availabilityImpact": "PARTIAL",
"baseScore": 4.6,
"confidentialityImpact": "PARTIAL",
"integrityImpact": "PARTIAL",
"vectorString": "AV:L/AC:L/Au:N/C:P/I:P/A:P",
"version": "2.0"
},
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalScore": 8.8,
"environmentalSeverity": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"temporalScore": 8.8,
"temporalSeverity": "HIGH",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2013-6501"
},
{
"cve": "CVE-2021-21702",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "In PHP versions 7.3.x below 7.3.27, 7.4.x below 7.4.15 and 8.0.x below 8.0.2, when using SOAP extension to connect to a SOAP server, a malicious SOAP server could return malformed XML data as a response that would cause PHP to access a null pointer and thus cause a crash.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "DSA-4856",
"url": "https://www.debian.org/security/2021/dsa-4856"
},
{
"summary": "GLSA-202105-23",
"url": "https://security.gentoo.org/glsa/202105-23"
},
{
"summary": "[debian-lts-announce] 20210715 [SECURITY] [DLA 2708-1] php7.0 security update",
"url": "https://lists.debian.org/debian-lts-announce/2021/07/msg00008.html"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21702"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/476.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2021-21702"
},
{
"cve": "CVE-2019-9024",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "An issue was discovered in PHP before 5.6.40, 7.x before 7.1.26, 7.2.x before 7.2.14, and 7.3.x before 7.3.1. xmlrpc_decode() can allow a hostile XMLRPC server to cause PHP to read memory outside of allocated areas in base64_decode_xmlrpc in ext/xmlrpc/libxmlrpc/base64.c.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "USN-3902-2",
"url": "https://usn.ubuntu.com/3902-2/"
},
{
"summary": "DSA-4398",
"url": "https://www.debian.org/security/2019/dsa-4398"
},
{
"summary": "USN-3902-1",
"url": "https://usn.ubuntu.com/3902-1/"
},
{
"summary": "107156",
"url": "http://www.securityfocus.com/bid/107156"
},
{
"summary": "openSUSE-SU-2019:1256",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-04/msg00083.html"
},
{
"summary": "openSUSE-SU-2019:1293",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-04/msg00104.html"
},
{
"summary": "openSUSE-SU-2019:1572",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00041.html"
},
{
"summary": "openSUSE-SU-2019:1573",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00044.html"
},
{
"summary": "RHSA-2019:2519",
"url": "https://access.redhat.com/errata/RHSA-2019:2519"
},
{
"summary": "RHSA-2019:3299",
"url": "https://access.redhat.com/errata/RHSA-2019:3299"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-9024"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/125.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.0"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2019-9024"
},
{
"cve": "CVE-2019-9023",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "An issue was discovered in PHP before 5.6.40, 7.x before 7.1.26, 7.2.x before 7.2.14, and 7.3.x before 7.3.1. A number of heap-based buffer over-read instances are present in mbstring regular expression functions when supplied with invalid multibyte data. These occur in ext/mbstring/oniguruma/regcomp.c, ext/mbstring/oniguruma/regexec.c, ext/mbstring/oniguruma/regparse.c, ext/mbstring/oniguruma/enc/unicode.c, and ext/mbstring/oniguruma/src/utf32_be.c when a multibyte regular expression pattern contains invalid multibyte sequences.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "USN-3902-2",
"url": "https://usn.ubuntu.com/3902-2/"
},
{
"summary": "DSA-4398",
"url": "https://www.debian.org/security/2019/dsa-4398"
},
{
"summary": "USN-3902-1",
"url": "https://usn.ubuntu.com/3902-1/"
},
{
"summary": "107156",
"url": "http://www.securityfocus.com/bid/107156"
},
{
"summary": "openSUSE-SU-2019:1256",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-04/msg00083.html"
},
{
"summary": "openSUSE-SU-2019:1293",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-04/msg00104.html"
},
{
"summary": "openSUSE-SU-2019:1572",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00041.html"
},
{
"summary": "openSUSE-SU-2019:1573",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00044.html"
},
{
"summary": "RHSA-2019:2519",
"url": "https://access.redhat.com/errata/RHSA-2019:2519"
},
{
"summary": "RHSA-2019:3299",
"url": "https://access.redhat.com/errata/RHSA-2019:3299"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-9023"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/125.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2019-9023"
},
{
"cve": "CVE-2022-27449",
"cwe": {
"id": "CWE-617",
"name": "Reachable Assertion"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/item_func.cc:148.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "[debian-lts-announce] 20220916 [SECURITY] [DLA 3114-1] mariadb-10.3 security update",
"url": "https://lists.debian.org/debian-lts-announce/2022/09/msg00023.html"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27449"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/617.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-27449"
},
{
"cve": "CVE-2021-46664",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "MariaDB through 10.5.9 allows an application crash in sub_select_postjoin_aggr for a NULL value of aggr.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "FEDORA-2022-263f7cc483",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/NJ4KDAGF3H4D4BDTHRAM6ZEAJJWWMRUO/"
},
{
"summary": "FEDORA-2022-03350936ee",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/DKJRBYJAQCOPHSED43A3HUPNKQLDTFGD/"
},
{
"summary": "FEDORA-2022-5cfe372ab7",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/EZFZVMJL5UDTOZMARLXQIMG3BTG6UNYW/"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46664"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/476.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2021-46664"
},
{
"cve": "CVE-2019-11050",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "When PHP EXIF extension is parsing EXIF information from an image, e.g. via exif_read_data() function, in PHP versions 7.2.x below 7.2.26, 7.3.x below 7.3.13 and 7.4.0 it is possible to supply it with data what will cause it to read past the allocated buffer. This may lead to information disclosure or crash.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "[debian-lts-announce] 20191229 [SECURITY] [DLA 2050-1] php5 security update",
"url": "https://lists.debian.org/debian-lts-announce/2019/12/msg00034.html"
},
{
"summary": "FEDORA-2019-437d94e271",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/N7GCOAE6KVHYJ3UQ4KLPLTGSLX6IRVRN/"
},
{
"summary": "FEDORA-2019-a54a622670",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/XWRQPYXVG43Q7DXMXH6UVWMKWGUW552F/"
},
{
"summary": "USN-4239-1",
"url": "https://usn.ubuntu.com/4239-1/"
},
{
"summary": "openSUSE-SU-2020:0080",
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-01/msg00036.html"
},
{
"summary": "20200218 [SECURITY] [DSA 4626-1] php7.3 security update",
"url": "https://seclists.org/bugtraq/2020/Feb/27"
},
{
"summary": "DSA-4626",
"url": "https://www.debian.org/security/2020/dsa-4626"
},
{
"summary": "DSA-4628",
"url": "https://www.debian.org/security/2020/dsa-4628"
},
{
"summary": "20200219 [SECURITY] [DSA 4628-1] php7.0 security update",
"url": "https://seclists.org/bugtraq/2020/Feb/31"
},
{
"summary": "20210116 Re: [SECURITY] [DSA 4628-1] php7.0 security update",
"url": "https://seclists.org/bugtraq/2021/Jan/3"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-11050"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/125.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2019-11050"
},
{
"cve": "CVE-2021-21708",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "In PHP versions 7.4.x below 7.4.28, 8.0.x below 8.0.16, and 8.1.x below 8.1.3, when using filter functions with FILTER_VALIDATE_FLOAT filter and min/max limits, if the filter fails, there is a possibility to trigger use of allocated memory after free, which can result it crashes, and potentially in overwrite of other memory chunks and RCE. This issue affects: code that uses FILTER_VALIDATE_FLOAT with min/max limits.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "GLSA-202209-20",
"url": "https://security.gentoo.org/glsa/202209-20"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21708"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/416.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2021-21708"
},
{
"cve": "CVE-2022-31625",
"cwe": {
"id": "CWE-590",
"name": "Free of Memory not on the Heap"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "In PHP versions 7.4.x below 7.4.30, 8.0.x below 8.0.20, and 8.1.x below 8.1.7, when using Postgres database extension, supplying invalid parameters to the parametrized query may lead to PHP attempting to free memory using uninitialized data as pointers. This could lead to RCE vulnerability or denial of service.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "FEDORA-2022-0a96e5b9b1",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ZZTZQKRGEYJT5UB4FGG3MOE72SQUHSL4/"
},
{
"summary": "FEDORA-2022-f3fc52428e",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/3T4MMEEZYYAEHPQMZDFN44PHORJWJFZQ/"
},
{
"summary": "DSA-5179",
"url": "https://www.debian.org/security/2022/dsa-5179"
},
{
"summary": "GLSA-202209-20",
"url": "https://security.gentoo.org/glsa/202209-20"
},
{
"summary": "[debian-lts-announce] 20221215 [SECURITY] [DLA 3243-1] php7.3 security update",
"url": "https://lists.debian.org/debian-lts-announce/2022/12/msg00030.html"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31625"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/590.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-31625"
},
{
"cve": "CVE-2022-32081",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "MariaDB v10.4 to v10.7 was discovered to contain an use-after-poison in prepare_inplace_add_virtual at /storage/innobase/handler/handler0alter.cc.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "FEDORA-2022-cf88f807f9",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ZHISY4YVO4S5QJYYIXCIAXBM7INOL4VY/"
},
{
"summary": "FEDORA-2022-e0e9a43546",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/WCOEGSVMIEXDZHBOSV6WVF7FAVRBR2JE/"
},
{
"summary": "FEDORA-2022-333df1c4aa",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/WTVAONAZXJFGHAJ4RP2OF3EAMQCOTDSQ/"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32081"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/416.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-32081"
},
{
"cve": "CVE-2022-27378",
"cwe": {
"id": "CWE-89",
"name": "Improper Neutralization of Special Elements used in an SQL Command (\u0027SQL Injection\u0027)"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "An issue in the component Create_tmp_table::finalize of MariaDB Server v10.7 and below was discovered to allow attackers to cause a Denial of Service (DoS) via specially crafted SQL statements.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "[debian-lts-announce] 20220916 [SECURITY] [DLA 3114-1] mariadb-10.3 security update",
"url": "https://lists.debian.org/debian-lts-announce/2022/09/msg00023.html"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27378"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/89.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-27378"
},
{
"cve": "CVE-2006-20001",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "A carefully crafted If: request header can cause a memory read, or write of a single zero byte, in a pool (heap) memory location beyond the header value sent. This could cause the process to crash. This issue affects Apache HTTP Server 2.4.54 and earlier.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2006-20001"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/787.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2006-20001"
},
{
"cve": "CVE-2018-19935",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "ext/imap/php_imap.c in PHP 5.x and 7.x before 7.3.0 allows remote attackers to cause a denial of service (NULL pointer dereference and application crash) via an empty string in the message argument to the imap_mail function.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "DSA-4353",
"url": "https://www.debian.org/security/2018/dsa-4353"
},
{
"summary": "106143",
"url": "http://www.securityfocus.com/bid/106143"
},
{
"summary": "[debian-lts-announce] 20181217 [SECURITY] [DLA 1608-1] php5 security update",
"url": "https://lists.debian.org/debian-lts-announce/2018/12/msg00006.html"
},
{
"summary": "openSUSE-SU-2019:1572",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00041.html"
},
{
"summary": "openSUSE-SU-2019:1573",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00044.html"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-19935"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/476.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2018-19935"
},
{
"cve": "CVE-2022-4900",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "A vulnerability was found in PHP where setting the environment variable PHP_CLI_SERVER_WORKERS to a large value leads to a heap buffer overflow.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "RHBZ#2179880",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2179880"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4900"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/119.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-4900"
},
{
"cve": "CVE-2018-12882",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "exif_read_from_impl in ext/exif/exif.c in PHP 7.2.x through 7.2.7 allows attackers to trigger a use-after-free (in exif_read_from_file) because it closes a stream that it is not responsible for closing. The vulnerable code is reachable through the PHP exif_read_data function.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "104551",
"url": "http://www.securityfocus.com/bid/104551"
},
{
"summary": "USN-3702-2",
"url": "https://usn.ubuntu.com/3702-2/"
},
{
"summary": "USN-3702-1",
"url": "https://usn.ubuntu.com/3702-1/"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-12882"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/416.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2018-12882"
},
{
"cve": "CVE-2019-9641",
"cwe": {
"id": "CWE-908",
"name": "Use of Uninitialized Resource"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "An issue was discovered in the EXIF component in PHP before 7.1.27, 7.2.x before 7.2.16, and 7.3.x before 7.3.3. There is an uninitialized read in exif_process_IFD_in_TIFF.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "DSA-4403",
"url": "https://www.debian.org/security/2019/dsa-4403"
},
{
"summary": "USN-3922-1",
"url": "https://usn.ubuntu.com/3922-1/"
},
{
"summary": "[debian-lts-announce] 20190331 [SECURITY] [DLA 1741-1] php5 security update",
"url": "https://lists.debian.org/debian-lts-announce/2019/03/msg00043.html"
},
{
"summary": "USN-3922-2",
"url": "https://usn.ubuntu.com/3922-2/"
},
{
"summary": "openSUSE-SU-2019:1256",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-04/msg00083.html"
},
{
"summary": "USN-3922-3",
"url": "https://usn.ubuntu.com/3922-3/"
},
{
"summary": "openSUSE-SU-2019:1293",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-04/msg00104.html"
},
{
"summary": "openSUSE-SU-2019:1572",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00041.html"
},
{
"summary": "openSUSE-SU-2019:1573",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00044.html"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-9641"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/908.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2019-9641"
},
{
"cve": "CVE-2022-27380",
"cwe": {
"id": "CWE-89",
"name": "Improper Neutralization of Special Elements used in an SQL Command (\u0027SQL Injection\u0027)"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "An issue in the component my_decimal::operator= of MariaDB Server v10.6.3 and below was discovered to allow attackers to cause a Denial of Service (DoS) via specially crafted SQL statements.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "[debian-lts-announce] 20220916 [SECURITY] [DLA 3114-1] mariadb-10.3 security update",
"url": "https://lists.debian.org/debian-lts-announce/2022/09/msg00023.html"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27380"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/89.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-27380"
},
{
"cve": "CVE-2022-27381",
"cwe": {
"id": "CWE-89",
"name": "Improper Neutralization of Special Elements used in an SQL Command (\u0027SQL Injection\u0027)"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "An issue in the component Field::set_default of MariaDB Server v10.6 and below was discovered to allow attackers to cause a Denial of Service (DoS) via specially crafted SQL statements.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "[debian-lts-announce] 20220916 [SECURITY] [DLA 3114-1] mariadb-10.3 security update",
"url": "https://lists.debian.org/debian-lts-announce/2022/09/msg00023.html"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27381"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/89.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-27381"
},
{
"cve": "CVE-2021-21707",
"cwe": {
"id": "CWE-159",
"name": "Improper Handling of Invalid Use of Special Elements"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "In PHP versions 7.3.x below 7.3.33, 7.4.x below 7.4.26 and 8.0.x below 8.0.13, certain XML parsing functions, like simplexml_load_file(), URL-decode the filename passed to them. If that filename contains URL-encoded NUL character, this may cause the function to interpret this as the end of the filename, thus interpreting the filename differently from what the user intended, which may lead it to reading a different file than intended.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "DSA-5082",
"url": "https://www.debian.org/security/2022/dsa-5082"
},
{
"summary": "[debian-lts-announce] 20221215 [SECURITY] [DLA 3243-1] php7.3 security update",
"url": "https://lists.debian.org/debian-lts-announce/2022/12/msg00030.html"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21707"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/159.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2021-21707"
},
{
"cve": "CVE-2022-27451",
"cwe": {
"id": "CWE-1173",
"name": "Improper Use of Validation Framework"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27451"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/1173.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2022-27451"
},
{
"cve": "CVE-2020-2780",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: DML). Supported versions that are affected are 5.6.47 and prior, 5.7.29 and prior and 8.0.19 and prior. Easily exploitable vulnerability allows low privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "USN-4350-1",
"url": "https://usn.ubuntu.com/4350-1/"
},
{
"summary": "FEDORA-2020-20ac7c92a1",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/TSVLI36TYRTPQGCS24VZQUXCUFOUW4VQ/"
},
{
"summary": "FEDORA-2020-136dc82437",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/SDGBQYS3A36S4CAZPV5YROHYXYZR6LAH/"
},
{
"summary": "FEDORA-2020-261c9ddd7c",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/77REFDB7DE4WNKQIRGZTF53RFBQOXQLC/"
},
{
"summary": "FEDORA-2020-ac2d47d89a",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/X4X2BMF3EILMTXGOZDTPYS3KT5VWLA2P/"
},
{
"summary": "GLSA-202105-27",
"url": "https://security.gentoo.org/glsa/202105-27"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2780"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/400.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2020-2780"
},
{
"cve": "CVE-2019-11041",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "When PHP EXIF extension is parsing EXIF information from an image, e.g. via exif_read_data() function, in PHP versions 7.1.x below 7.1.31, 7.2.x below 7.2.21 and 7.3.x below 7.3.8 it is possible to supply it with data what will cause it to read past the allocated buffer. This may lead to information disclosure or crash.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "[debian-lts-announce] 20190812 [SECURITY] [DLA 1878-1] php5 security update",
"url": "https://lists.debian.org/debian-lts-announce/2019/08/msg00010.html"
},
{
"summary": "USN-4097-2",
"url": "https://usn.ubuntu.com/4097-2/"
},
{
"summary": "USN-4097-1",
"url": "https://usn.ubuntu.com/4097-1/"
},
{
"summary": "20190920 [SECURITY] [DSA 4527-1] php7.3 security update",
"url": "https://seclists.org/bugtraq/2019/Sep/35"
},
{
"summary": "DSA-4527",
"url": "https://www.debian.org/security/2019/dsa-4527"
},
{
"summary": "DSA-4529",
"url": "https://www.debian.org/security/2019/dsa-4529"
},
{
"summary": "20190923 [SECURITY] [DSA 4529-1] php7.0 security update",
"url": "https://seclists.org/bugtraq/2019/Sep/38"
},
{
"summary": "openSUSE-SU-2019:2271",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-10/msg00019.html"
},
{
"summary": "20191008 APPLE-SA-2019-10-07-1 macOS Catalina 10.15",
"url": "https://seclists.org/bugtraq/2019/Oct/9"
},
{
"summary": "20191008 APPLE-SA-2019-10-07-1 macOS Catalina 10.15",
"url": "http://seclists.org/fulldisclosure/2019/Oct/15"
},
{
"summary": "20191031 APPLE-SA-2019-10-29-10 Additional information for APPLE-SA-2019-10-07-1 macOS Catalina 10.15",
"url": "http://seclists.org/fulldisclosure/2019/Oct/55"
},
{
"summary": "RHSA-2019:3299",
"url": "https://access.redhat.com/errata/RHSA-2019:3299"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-11041"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/125.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2019-11041"
},
{
"cve": "CVE-2021-2174",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"audience": "all",
"category": "description",
"text": "Vulnerability in the MySQL Server product of Oracle MySQL (component: InnoDB). Supported versions that are affected are 5.7.33 and prior and 8.0.23 and prior. Difficult to exploit vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server.",
"title": "Vulnerability Description"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"references": [
{
"summary": "FEDORA-2021-01189f6361",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/AKV7TRUEQW6EV45RSZVVFLVQMNHVHBCJ/"
},
{
"summary": "FEDORA-2021-5b6c69a73a",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/UJVUTKKFQAWR7NURCQHQQ5JHTVYGEOYQ/"
},
{
"summary": "FEDORA-2021-b8b7829a83",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/JJQRPXNDH6YHQLUSCS5VA7DAW32PN7N7/"
},
{
"category": "external",
"summary": "www.cve.org",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2174"
},
{
"category": "external",
"summary": "cwe.mitre.org",
"url": "https://cwe.mitre.org/data/definitions/20.html"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-05-26T10:00:00.000000Z",
"details": "Festo Didactic has released Factory Control Panel as a replacement for XAMPP on its MES PCs. Contact technical support at services.didactic@festo.com to obtain the current version of Factory Control Panel which includes fixes for these vulnerabilities.",
"product_ids": [
"CSAFPID-0001"
],
"restart_required": {
"category": "vulnerable_component"
}
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2021-2174"
}
]
}
MSRC_CVE-2023-25690
Vulnerability from csaf_microsoft - Published: 2023-03-10 00:00 - Updated: 2025-05-15 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 17931-16820 | — | ||
| Unresolved product id: 17932-17086 | — | ||
| Unresolved product id: 17683-17084 | — |
| URL | Category |
|---|---|
| https://msrc.microsoft.com/csaf/vex/2023/msrc_cve… | self |
| https://support.microsoft.com/lifecycle | external |
| https://www.first.org/cvss | external |
| https://msrc.microsoft.com/csaf/vex/2023/msrc_cve… | self |
{
"document": {
"category": "csaf_vex",
"csaf_version": "2.0",
"distribution": {
"text": "Public",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
"title": "Disclaimer"
}
],
"publisher": {
"category": "vendor",
"contact_details": "secure@microsoft.com",
"name": "Microsoft Security Response Center",
"namespace": "https://msrc.microsoft.com"
},
"references": [
{
"category": "self",
"summary": "CVE-2023-25690 Apache HTTP Server: HTTP request splitting with mod_rewrite and mod_proxy - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2023/msrc_cve-2023-25690.json"
},
{
"category": "external",
"summary": "Microsoft Support Lifecycle",
"url": "https://support.microsoft.com/lifecycle"
},
{
"category": "external",
"summary": "Common Vulnerability Scoring System",
"url": "https://www.first.org/cvss"
}
],
"title": "Apache HTTP Server: HTTP request splitting with mod_rewrite and mod_proxy",
"tracking": {
"current_release_date": "2025-05-15T00:00:00.000Z",
"generator": {
"date": "2025-12-27T17:04:43.537Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2023-25690",
"initial_release_date": "2023-03-10T00:00:00.000Z",
"revision_history": [
{
"date": "2023-03-14T00:00:00.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
},
{
"date": "2025-05-15T00:00:00.000Z",
"legacy_version": "1.1",
"number": "2",
"summary": "Added mod_http2 to Azure Linux 3.0\nAdded httpd to CBL-Mariner 1.0\nAdded httpd to CBL-Mariner 2.0"
}
],
"status": "final",
"version": "2"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "1.0",
"product": {
"name": "CBL Mariner 1.0",
"product_id": "16820"
}
},
{
"category": "product_version",
"name": "2.0",
"product": {
"name": "CBL Mariner 2.0",
"product_id": "17086"
}
},
{
"category": "product_version",
"name": "3.0",
"product": {
"name": "Azure Linux 3.0",
"product_id": "17084"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003ccm1 httpd 2.4.56-1",
"product": {
"name": "\u003ccm1 httpd 2.4.56-1",
"product_id": "2"
}
},
{
"category": "product_version",
"name": "cm1 httpd 2.4.56-1",
"product": {
"name": "cm1 httpd 2.4.56-1",
"product_id": "17931"
}
},
{
"category": "product_version_range",
"name": "\u003ccbl2 httpd 2.4.56-1",
"product": {
"name": "\u003ccbl2 httpd 2.4.56-1",
"product_id": "1"
}
},
{
"category": "product_version",
"name": "cbl2 httpd 2.4.56-1",
"product": {
"name": "cbl2 httpd 2.4.56-1",
"product_id": "17932"
}
}
],
"category": "product_name",
"name": "httpd"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cazl3 mod_http2 2.0.29-3",
"product": {
"name": "\u003cazl3 mod_http2 2.0.29-3",
"product_id": "3"
}
},
{
"category": "product_version",
"name": "azl3 mod_http2 2.0.29-3",
"product": {
"name": "azl3 mod_http2 2.0.29-3",
"product_id": "17683"
}
}
],
"category": "product_name",
"name": "mod_http2"
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccm1 httpd 2.4.56-1 as a component of CBL Mariner 1.0",
"product_id": "16820-2"
},
"product_reference": "2",
"relates_to_product_reference": "16820"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cm1 httpd 2.4.56-1 as a component of CBL Mariner 1.0",
"product_id": "17931-16820"
},
"product_reference": "17931",
"relates_to_product_reference": "16820"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 httpd 2.4.56-1 as a component of CBL Mariner 2.0",
"product_id": "17086-1"
},
"product_reference": "1",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 httpd 2.4.56-1 as a component of CBL Mariner 2.0",
"product_id": "17932-17086"
},
"product_reference": "17932",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 mod_http2 2.0.29-3 as a component of Azure Linux 3.0",
"product_id": "17084-3"
},
"product_reference": "3",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 mod_http2 2.0.29-3 as a component of Azure Linux 3.0",
"product_id": "17683-17084"
},
"product_reference": "17683",
"relates_to_product_reference": "17084"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-25690",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"notes": [
{
"category": "general",
"text": "apache",
"title": "Assigning CNA"
}
],
"product_status": {
"fixed": [
"17931-16820",
"17932-17086",
"17683-17084"
],
"known_affected": [
"16820-2",
"17086-1",
"17084-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-25690 Apache HTTP Server: HTTP request splitting with mod_rewrite and mod_proxy - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2023/msrc_cve-2023-25690.json"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-03-14T00:00:00.000Z",
"details": "2.4.56-1:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"16820-2",
"17086-1"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2023-03-14T00:00:00.000Z",
"details": "2.0.29-3:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-3"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"environmentalsScore": 0.0,
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 9.8,
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"16820-2",
"17086-1",
"17084-3"
]
}
],
"title": "Apache HTTP Server: HTTP request splitting with mod_rewrite and mod_proxy"
}
]
}
OPENSUSE-SU-2024:12776-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:apache2-2.4.56-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:apache2-2.4.56-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:apache2-2.4.56-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:apache2-2.4.56-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:apache2-2.4.56-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:apache2-2.4.56-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:apache2-2.4.56-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:apache2-2.4.56-1.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "apache2-2.4.56-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the apache2-2.4.56-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-12776",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_12776-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-25690 page",
"url": "https://www.suse.com/security/cve/CVE-2023-25690/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-27522 page",
"url": "https://www.suse.com/security/cve/CVE-2023-27522/"
}
],
"title": "apache2-2.4.56-1.1 on GA media",
"tracking": {
"current_release_date": "2024-06-15T00:00:00Z",
"generator": {
"date": "2024-06-15T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2024:12776-1",
"initial_release_date": "2024-06-15T00:00:00Z",
"revision_history": [
{
"date": "2024-06-15T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "apache2-2.4.56-1.1.aarch64",
"product": {
"name": "apache2-2.4.56-1.1.aarch64",
"product_id": "apache2-2.4.56-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-2.4.56-1.1.ppc64le",
"product": {
"name": "apache2-2.4.56-1.1.ppc64le",
"product_id": "apache2-2.4.56-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-2.4.56-1.1.s390x",
"product": {
"name": "apache2-2.4.56-1.1.s390x",
"product_id": "apache2-2.4.56-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "apache2-2.4.56-1.1.x86_64",
"product": {
"name": "apache2-2.4.56-1.1.x86_64",
"product_id": "apache2-2.4.56-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-2.4.56-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:apache2-2.4.56-1.1.aarch64"
},
"product_reference": "apache2-2.4.56-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-2.4.56-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:apache2-2.4.56-1.1.ppc64le"
},
"product_reference": "apache2-2.4.56-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-2.4.56-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:apache2-2.4.56-1.1.s390x"
},
"product_reference": "apache2-2.4.56-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "apache2-2.4.56-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:apache2-2.4.56-1.1.x86_64"
},
"product_reference": "apache2-2.4.56-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-25690",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-25690"
}
],
"notes": [
{
"category": "general",
"text": "Some mod_proxy configurations on Apache HTTP Server versions 2.4.0 through 2.4.55 allow a HTTP Request Smuggling attack.\n\n\n\n\nConfigurations are affected when mod_proxy is enabled along with some form of RewriteRule\n or ProxyPassMatch in which a non-specific pattern matches\n some portion of the user-supplied request-target (URL) data and is then\n re-inserted into the proxied request-target using variable \nsubstitution. For example, something like:\n\n\n\n\nRewriteEngine on\nRewriteRule \"^/here/(.*)\" \"http://example.com:8080/elsewhere?$1\"; [P]\nProxyPassReverse /here/ http://example.com:8080/\n\n\nRequest splitting/smuggling could result in bypass of access controls in the proxy server, proxying unintended URLs to existing origin servers, and cache poisoning. Users are recommended to update to at least version 2.4.56 of Apache HTTP Server.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:apache2-2.4.56-1.1.aarch64",
"openSUSE Tumbleweed:apache2-2.4.56-1.1.ppc64le",
"openSUSE Tumbleweed:apache2-2.4.56-1.1.s390x",
"openSUSE Tumbleweed:apache2-2.4.56-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-25690",
"url": "https://www.suse.com/security/cve/CVE-2023-25690"
},
{
"category": "external",
"summary": "SUSE Bug 1209047 for CVE-2023-25690",
"url": "https://bugzilla.suse.com/1209047"
},
{
"category": "external",
"summary": "SUSE Bug 1212409 for CVE-2023-25690",
"url": "https://bugzilla.suse.com/1212409"
},
{
"category": "external",
"summary": "SUSE Bug 1212865 for CVE-2023-25690",
"url": "https://bugzilla.suse.com/1212865"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:apache2-2.4.56-1.1.aarch64",
"openSUSE Tumbleweed:apache2-2.4.56-1.1.ppc64le",
"openSUSE Tumbleweed:apache2-2.4.56-1.1.s390x",
"openSUSE Tumbleweed:apache2-2.4.56-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:apache2-2.4.56-1.1.aarch64",
"openSUSE Tumbleweed:apache2-2.4.56-1.1.ppc64le",
"openSUSE Tumbleweed:apache2-2.4.56-1.1.s390x",
"openSUSE Tumbleweed:apache2-2.4.56-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2023-25690"
},
{
"cve": "CVE-2023-27522",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-27522"
}
],
"notes": [
{
"category": "general",
"text": "HTTP Response Smuggling vulnerability in Apache HTTP Server via mod_proxy_uwsgi. This issue affects Apache HTTP Server: from 2.4.30 through 2.4.55.\n\nSpecial characters in the origin response header can truncate/split the response forwarded to the client.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:apache2-2.4.56-1.1.aarch64",
"openSUSE Tumbleweed:apache2-2.4.56-1.1.ppc64le",
"openSUSE Tumbleweed:apache2-2.4.56-1.1.s390x",
"openSUSE Tumbleweed:apache2-2.4.56-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-27522",
"url": "https://www.suse.com/security/cve/CVE-2023-27522"
},
{
"category": "external",
"summary": "SUSE Bug 1209049 for CVE-2023-27522",
"url": "https://bugzilla.suse.com/1209049"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:apache2-2.4.56-1.1.aarch64",
"openSUSE Tumbleweed:apache2-2.4.56-1.1.ppc64le",
"openSUSE Tumbleweed:apache2-2.4.56-1.1.s390x",
"openSUSE Tumbleweed:apache2-2.4.56-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:apache2-2.4.56-1.1.aarch64",
"openSUSE Tumbleweed:apache2-2.4.56-1.1.ppc64le",
"openSUSE Tumbleweed:apache2-2.4.56-1.1.s390x",
"openSUSE Tumbleweed:apache2-2.4.56-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-27522"
}
]
}
RHSA-2023:1547
Vulnerability from csaf_redhat - Published: 2023-04-03 16:01 - Updated: 2026-03-22 00:44A vulnerability was found in httpd. This security issue occurs when some mod_proxy configurations on Apache HTTP Server allow an HTTP Request Smuggling attack. Configurations are affected when mod_proxy is enabled along with some form of RewriteRule or ProxyPassMatch in which a non-specific pattern matches some portion of the user-supplied request-target (URL) data and is then re-inserted into the proxied request-target using variable substitution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.1.0.Z.E4S:httpd-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:httpd-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.src::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:httpd-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:httpd-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:httpd-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:httpd-debugsource-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:httpd-debugsource-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:httpd-devel-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:httpd-devel-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:httpd-filesystem-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.noarch::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:httpd-manual-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.noarch::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:httpd-tools-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:httpd-tools-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:httpd-tools-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:httpd-tools-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:mod_http2-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.ppc64le::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:mod_http2-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.src::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:mod_http2-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.x86_64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:mod_http2-debuginfo-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.ppc64le::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:mod_http2-debuginfo-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.x86_64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:mod_http2-debugsource-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.ppc64le::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:mod_http2-debugsource-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.x86_64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:mod_ldap-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:mod_ldap-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:mod_ldap-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:mod_ldap-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:mod_md-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:mod_md-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:mod_md-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:mod_md-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:mod_proxy_html-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:mod_proxy_html-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:mod_proxy_html-debuginfo-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:mod_proxy_html-debuginfo-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:mod_session-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:mod_session-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:mod_session-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:mod_session-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:mod_ssl-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:mod_ssl-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:mod_ssl-debuginfo-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.1.0.Z.E4S:mod_ssl-debuginfo-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the httpd:2.4 module is now available for Red Hat Enterprise Linux 8.1 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The httpd packages provide the Apache HTTP Server, a powerful, efficient, and extensible web server.\n\nSecurity Fix(es):\n\n* httpd: HTTP request splitting with mod_rewrite and mod_proxy (CVE-2023-25690)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:1547",
"url": "https://access.redhat.com/errata/RHSA-2023:1547"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2176209",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176209"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_1547.json"
}
],
"title": "Red Hat Security Advisory: httpd:2.4 security update",
"tracking": {
"current_release_date": "2026-03-22T00:44:28+00:00",
"generator": {
"date": "2026-03-22T00:44:28+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2023:1547",
"initial_release_date": "2023-04-03T16:01:59+00:00",
"revision_history": [
{
"date": "2023-04-03T16:01:59+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-04-03T16:01:59+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-22T00:44:28+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.1::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "httpd-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.src::httpd:2.4",
"product": {
"name": "httpd-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.src (httpd:2.4)",
"product_id": "httpd-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.src::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd@2.4.37-16.module%2Bel8.1.0%2B18511%2Bffefe478.6?arch=src\u0026rpmmod=httpd:2.4:8010020230329005620:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "mod_http2-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.src::httpd:2.4",
"product": {
"name": "mod_http2-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.src (httpd:2.4)",
"product_id": "mod_http2-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.src::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_http2@1.11.3-3.module%2Bel8.1.0%2B18514%2Bae5f89d3.3?arch=src\u0026rpmmod=httpd:2.4:8010020230329005620:c27ad7f8"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "httpd-filesystem-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.noarch::httpd:2.4",
"product": {
"name": "httpd-filesystem-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.noarch (httpd:2.4)",
"product_id": "httpd-filesystem-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.noarch::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-filesystem@2.4.37-16.module%2Bel8.1.0%2B18511%2Bffefe478.6?arch=noarch\u0026rpmmod=httpd:2.4:8010020230329005620:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "httpd-manual-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.noarch::httpd:2.4",
"product": {
"name": "httpd-manual-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.noarch (httpd:2.4)",
"product_id": "httpd-manual-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.noarch::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-manual@2.4.37-16.module%2Bel8.1.0%2B18511%2Bffefe478.6?arch=noarch\u0026rpmmod=httpd:2.4:8010020230329005620:c27ad7f8"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "httpd-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"product": {
"name": "httpd-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le (httpd:2.4)",
"product_id": "httpd-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd@2.4.37-16.module%2Bel8.1.0%2B18511%2Bffefe478.6?arch=ppc64le\u0026rpmmod=httpd:2.4:8010020230329005620:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "httpd-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"product": {
"name": "httpd-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le (httpd:2.4)",
"product_id": "httpd-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-debuginfo@2.4.37-16.module%2Bel8.1.0%2B18511%2Bffefe478.6?arch=ppc64le\u0026rpmmod=httpd:2.4:8010020230329005620:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "httpd-debugsource-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"product": {
"name": "httpd-debugsource-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le (httpd:2.4)",
"product_id": "httpd-debugsource-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-debugsource@2.4.37-16.module%2Bel8.1.0%2B18511%2Bffefe478.6?arch=ppc64le\u0026rpmmod=httpd:2.4:8010020230329005620:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "httpd-devel-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"product": {
"name": "httpd-devel-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le (httpd:2.4)",
"product_id": "httpd-devel-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-devel@2.4.37-16.module%2Bel8.1.0%2B18511%2Bffefe478.6?arch=ppc64le\u0026rpmmod=httpd:2.4:8010020230329005620:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "httpd-tools-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"product": {
"name": "httpd-tools-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le (httpd:2.4)",
"product_id": "httpd-tools-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-tools@2.4.37-16.module%2Bel8.1.0%2B18511%2Bffefe478.6?arch=ppc64le\u0026rpmmod=httpd:2.4:8010020230329005620:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "httpd-tools-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"product": {
"name": "httpd-tools-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le (httpd:2.4)",
"product_id": "httpd-tools-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-tools-debuginfo@2.4.37-16.module%2Bel8.1.0%2B18511%2Bffefe478.6?arch=ppc64le\u0026rpmmod=httpd:2.4:8010020230329005620:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "mod_http2-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.ppc64le::httpd:2.4",
"product": {
"name": "mod_http2-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.ppc64le (httpd:2.4)",
"product_id": "mod_http2-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.ppc64le::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_http2@1.11.3-3.module%2Bel8.1.0%2B18514%2Bae5f89d3.3?arch=ppc64le\u0026rpmmod=httpd:2.4:8010020230329005620:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "mod_http2-debuginfo-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.ppc64le::httpd:2.4",
"product": {
"name": "mod_http2-debuginfo-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.ppc64le (httpd:2.4)",
"product_id": "mod_http2-debuginfo-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.ppc64le::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_http2-debuginfo@1.11.3-3.module%2Bel8.1.0%2B18514%2Bae5f89d3.3?arch=ppc64le\u0026rpmmod=httpd:2.4:8010020230329005620:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "mod_http2-debugsource-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.ppc64le::httpd:2.4",
"product": {
"name": "mod_http2-debugsource-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.ppc64le (httpd:2.4)",
"product_id": "mod_http2-debugsource-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.ppc64le::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_http2-debugsource@1.11.3-3.module%2Bel8.1.0%2B18514%2Bae5f89d3.3?arch=ppc64le\u0026rpmmod=httpd:2.4:8010020230329005620:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "mod_ldap-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"product": {
"name": "mod_ldap-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le (httpd:2.4)",
"product_id": "mod_ldap-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ldap@2.4.37-16.module%2Bel8.1.0%2B18511%2Bffefe478.6?arch=ppc64le\u0026rpmmod=httpd:2.4:8010020230329005620:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "mod_ldap-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"product": {
"name": "mod_ldap-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le (httpd:2.4)",
"product_id": "mod_ldap-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ldap-debuginfo@2.4.37-16.module%2Bel8.1.0%2B18511%2Bffefe478.6?arch=ppc64le\u0026rpmmod=httpd:2.4:8010020230329005620:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "mod_md-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"product": {
"name": "mod_md-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le (httpd:2.4)",
"product_id": "mod_md-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_md@2.4.37-16.module%2Bel8.1.0%2B18511%2Bffefe478.6?arch=ppc64le\u0026rpmmod=httpd:2.4:8010020230329005620:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "mod_md-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"product": {
"name": "mod_md-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le (httpd:2.4)",
"product_id": "mod_md-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_md-debuginfo@2.4.37-16.module%2Bel8.1.0%2B18511%2Bffefe478.6?arch=ppc64le\u0026rpmmod=httpd:2.4:8010020230329005620:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "mod_proxy_html-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"product": {
"name": "mod_proxy_html-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le (httpd:2.4)",
"product_id": "mod_proxy_html-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_proxy_html@2.4.37-16.module%2Bel8.1.0%2B18511%2Bffefe478.6?arch=ppc64le\u0026epoch=1\u0026rpmmod=httpd:2.4:8010020230329005620:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "mod_proxy_html-debuginfo-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"product": {
"name": "mod_proxy_html-debuginfo-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le (httpd:2.4)",
"product_id": "mod_proxy_html-debuginfo-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_proxy_html-debuginfo@2.4.37-16.module%2Bel8.1.0%2B18511%2Bffefe478.6?arch=ppc64le\u0026epoch=1\u0026rpmmod=httpd:2.4:8010020230329005620:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "mod_session-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"product": {
"name": "mod_session-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le (httpd:2.4)",
"product_id": "mod_session-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_session@2.4.37-16.module%2Bel8.1.0%2B18511%2Bffefe478.6?arch=ppc64le\u0026rpmmod=httpd:2.4:8010020230329005620:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "mod_session-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"product": {
"name": "mod_session-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le (httpd:2.4)",
"product_id": "mod_session-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_session-debuginfo@2.4.37-16.module%2Bel8.1.0%2B18511%2Bffefe478.6?arch=ppc64le\u0026rpmmod=httpd:2.4:8010020230329005620:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "mod_ssl-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"product": {
"name": "mod_ssl-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le (httpd:2.4)",
"product_id": "mod_ssl-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ssl@2.4.37-16.module%2Bel8.1.0%2B18511%2Bffefe478.6?arch=ppc64le\u0026epoch=1\u0026rpmmod=httpd:2.4:8010020230329005620:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "mod_ssl-debuginfo-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"product": {
"name": "mod_ssl-debuginfo-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le (httpd:2.4)",
"product_id": "mod_ssl-debuginfo-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ssl-debuginfo@2.4.37-16.module%2Bel8.1.0%2B18511%2Bffefe478.6?arch=ppc64le\u0026epoch=1\u0026rpmmod=httpd:2.4:8010020230329005620:c27ad7f8"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "httpd-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"product": {
"name": "httpd-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64 (httpd:2.4)",
"product_id": "httpd-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd@2.4.37-16.module%2Bel8.1.0%2B18511%2Bffefe478.6?arch=x86_64\u0026rpmmod=httpd:2.4:8010020230329005620:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "httpd-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"product": {
"name": "httpd-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64 (httpd:2.4)",
"product_id": "httpd-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-debuginfo@2.4.37-16.module%2Bel8.1.0%2B18511%2Bffefe478.6?arch=x86_64\u0026rpmmod=httpd:2.4:8010020230329005620:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "httpd-debugsource-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"product": {
"name": "httpd-debugsource-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64 (httpd:2.4)",
"product_id": "httpd-debugsource-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-debugsource@2.4.37-16.module%2Bel8.1.0%2B18511%2Bffefe478.6?arch=x86_64\u0026rpmmod=httpd:2.4:8010020230329005620:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "httpd-devel-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"product": {
"name": "httpd-devel-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64 (httpd:2.4)",
"product_id": "httpd-devel-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-devel@2.4.37-16.module%2Bel8.1.0%2B18511%2Bffefe478.6?arch=x86_64\u0026rpmmod=httpd:2.4:8010020230329005620:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "httpd-tools-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"product": {
"name": "httpd-tools-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64 (httpd:2.4)",
"product_id": "httpd-tools-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-tools@2.4.37-16.module%2Bel8.1.0%2B18511%2Bffefe478.6?arch=x86_64\u0026rpmmod=httpd:2.4:8010020230329005620:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "httpd-tools-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"product": {
"name": "httpd-tools-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64 (httpd:2.4)",
"product_id": "httpd-tools-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-tools-debuginfo@2.4.37-16.module%2Bel8.1.0%2B18511%2Bffefe478.6?arch=x86_64\u0026rpmmod=httpd:2.4:8010020230329005620:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "mod_http2-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.x86_64::httpd:2.4",
"product": {
"name": "mod_http2-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.x86_64 (httpd:2.4)",
"product_id": "mod_http2-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.x86_64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_http2@1.11.3-3.module%2Bel8.1.0%2B18514%2Bae5f89d3.3?arch=x86_64\u0026rpmmod=httpd:2.4:8010020230329005620:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "mod_http2-debuginfo-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.x86_64::httpd:2.4",
"product": {
"name": "mod_http2-debuginfo-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.x86_64 (httpd:2.4)",
"product_id": "mod_http2-debuginfo-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.x86_64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_http2-debuginfo@1.11.3-3.module%2Bel8.1.0%2B18514%2Bae5f89d3.3?arch=x86_64\u0026rpmmod=httpd:2.4:8010020230329005620:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "mod_http2-debugsource-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.x86_64::httpd:2.4",
"product": {
"name": "mod_http2-debugsource-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.x86_64 (httpd:2.4)",
"product_id": "mod_http2-debugsource-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.x86_64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_http2-debugsource@1.11.3-3.module%2Bel8.1.0%2B18514%2Bae5f89d3.3?arch=x86_64\u0026rpmmod=httpd:2.4:8010020230329005620:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "mod_ldap-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"product": {
"name": "mod_ldap-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64 (httpd:2.4)",
"product_id": "mod_ldap-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ldap@2.4.37-16.module%2Bel8.1.0%2B18511%2Bffefe478.6?arch=x86_64\u0026rpmmod=httpd:2.4:8010020230329005620:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "mod_ldap-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"product": {
"name": "mod_ldap-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64 (httpd:2.4)",
"product_id": "mod_ldap-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ldap-debuginfo@2.4.37-16.module%2Bel8.1.0%2B18511%2Bffefe478.6?arch=x86_64\u0026rpmmod=httpd:2.4:8010020230329005620:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "mod_md-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"product": {
"name": "mod_md-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64 (httpd:2.4)",
"product_id": "mod_md-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_md@2.4.37-16.module%2Bel8.1.0%2B18511%2Bffefe478.6?arch=x86_64\u0026rpmmod=httpd:2.4:8010020230329005620:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "mod_md-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"product": {
"name": "mod_md-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64 (httpd:2.4)",
"product_id": "mod_md-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_md-debuginfo@2.4.37-16.module%2Bel8.1.0%2B18511%2Bffefe478.6?arch=x86_64\u0026rpmmod=httpd:2.4:8010020230329005620:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "mod_proxy_html-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"product": {
"name": "mod_proxy_html-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64 (httpd:2.4)",
"product_id": "mod_proxy_html-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_proxy_html@2.4.37-16.module%2Bel8.1.0%2B18511%2Bffefe478.6?arch=x86_64\u0026epoch=1\u0026rpmmod=httpd:2.4:8010020230329005620:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "mod_proxy_html-debuginfo-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"product": {
"name": "mod_proxy_html-debuginfo-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64 (httpd:2.4)",
"product_id": "mod_proxy_html-debuginfo-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_proxy_html-debuginfo@2.4.37-16.module%2Bel8.1.0%2B18511%2Bffefe478.6?arch=x86_64\u0026epoch=1\u0026rpmmod=httpd:2.4:8010020230329005620:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "mod_session-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"product": {
"name": "mod_session-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64 (httpd:2.4)",
"product_id": "mod_session-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_session@2.4.37-16.module%2Bel8.1.0%2B18511%2Bffefe478.6?arch=x86_64\u0026rpmmod=httpd:2.4:8010020230329005620:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "mod_session-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"product": {
"name": "mod_session-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64 (httpd:2.4)",
"product_id": "mod_session-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_session-debuginfo@2.4.37-16.module%2Bel8.1.0%2B18511%2Bffefe478.6?arch=x86_64\u0026rpmmod=httpd:2.4:8010020230329005620:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "mod_ssl-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"product": {
"name": "mod_ssl-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64 (httpd:2.4)",
"product_id": "mod_ssl-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ssl@2.4.37-16.module%2Bel8.1.0%2B18511%2Bffefe478.6?arch=x86_64\u0026epoch=1\u0026rpmmod=httpd:2.4:8010020230329005620:c27ad7f8"
}
}
},
{
"category": "product_version",
"name": "mod_ssl-debuginfo-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"product": {
"name": "mod_ssl-debuginfo-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64 (httpd:2.4)",
"product_id": "mod_ssl-debuginfo-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ssl-debuginfo@2.4.37-16.module%2Bel8.1.0%2B18511%2Bffefe478.6?arch=x86_64\u0026epoch=1\u0026rpmmod=httpd:2.4:8010020230329005620:c27ad7f8"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:httpd-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4"
},
"product_reference": "httpd-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.src (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:httpd-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.src::httpd:2.4"
},
"product_reference": "httpd-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.src::httpd:2.4",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:httpd-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4"
},
"product_reference": "httpd-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:httpd-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4"
},
"product_reference": "httpd-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:httpd-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4"
},
"product_reference": "httpd-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-debugsource-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:httpd-debugsource-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4"
},
"product_reference": "httpd-debugsource-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-debugsource-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:httpd-debugsource-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4"
},
"product_reference": "httpd-debugsource-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-devel-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:httpd-devel-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4"
},
"product_reference": "httpd-devel-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-devel-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:httpd-devel-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4"
},
"product_reference": "httpd-devel-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-filesystem-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.noarch (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:httpd-filesystem-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.noarch::httpd:2.4"
},
"product_reference": "httpd-filesystem-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.noarch::httpd:2.4",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-manual-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.noarch (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:httpd-manual-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.noarch::httpd:2.4"
},
"product_reference": "httpd-manual-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.noarch::httpd:2.4",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-tools-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:httpd-tools-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4"
},
"product_reference": "httpd-tools-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-tools-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:httpd-tools-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4"
},
"product_reference": "httpd-tools-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-tools-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:httpd-tools-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4"
},
"product_reference": "httpd-tools-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-tools-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:httpd-tools-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4"
},
"product_reference": "httpd-tools-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_http2-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.ppc64le (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:mod_http2-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.ppc64le::httpd:2.4"
},
"product_reference": "mod_http2-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.ppc64le::httpd:2.4",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_http2-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.src (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:mod_http2-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.src::httpd:2.4"
},
"product_reference": "mod_http2-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.src::httpd:2.4",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_http2-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.x86_64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:mod_http2-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.x86_64::httpd:2.4"
},
"product_reference": "mod_http2-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.x86_64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_http2-debuginfo-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.ppc64le (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:mod_http2-debuginfo-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.ppc64le::httpd:2.4"
},
"product_reference": "mod_http2-debuginfo-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.ppc64le::httpd:2.4",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_http2-debuginfo-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.x86_64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:mod_http2-debuginfo-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.x86_64::httpd:2.4"
},
"product_reference": "mod_http2-debuginfo-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.x86_64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_http2-debugsource-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.ppc64le (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:mod_http2-debugsource-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.ppc64le::httpd:2.4"
},
"product_reference": "mod_http2-debugsource-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.ppc64le::httpd:2.4",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_http2-debugsource-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.x86_64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:mod_http2-debugsource-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.x86_64::httpd:2.4"
},
"product_reference": "mod_http2-debugsource-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.x86_64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ldap-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:mod_ldap-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4"
},
"product_reference": "mod_ldap-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ldap-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:mod_ldap-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4"
},
"product_reference": "mod_ldap-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ldap-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:mod_ldap-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4"
},
"product_reference": "mod_ldap-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ldap-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:mod_ldap-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4"
},
"product_reference": "mod_ldap-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_md-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:mod_md-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4"
},
"product_reference": "mod_md-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_md-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:mod_md-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4"
},
"product_reference": "mod_md-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_md-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:mod_md-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4"
},
"product_reference": "mod_md-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_md-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:mod_md-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4"
},
"product_reference": "mod_md-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_proxy_html-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:mod_proxy_html-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4"
},
"product_reference": "mod_proxy_html-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_proxy_html-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:mod_proxy_html-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4"
},
"product_reference": "mod_proxy_html-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_proxy_html-debuginfo-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:mod_proxy_html-debuginfo-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4"
},
"product_reference": "mod_proxy_html-debuginfo-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_proxy_html-debuginfo-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:mod_proxy_html-debuginfo-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4"
},
"product_reference": "mod_proxy_html-debuginfo-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_session-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:mod_session-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4"
},
"product_reference": "mod_session-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_session-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:mod_session-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4"
},
"product_reference": "mod_session-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_session-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:mod_session-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4"
},
"product_reference": "mod_session-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_session-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:mod_session-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4"
},
"product_reference": "mod_session-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ssl-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:mod_ssl-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4"
},
"product_reference": "mod_ssl-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ssl-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:mod_ssl-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4"
},
"product_reference": "mod_ssl-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ssl-debuginfo-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:mod_ssl-debuginfo-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4"
},
"product_reference": "mod_ssl-debuginfo-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ssl-debuginfo-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.1)",
"product_id": "AppStream-8.1.0.Z.E4S:mod_ssl-debuginfo-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4"
},
"product_reference": "mod_ssl-debuginfo-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.1.0.Z.E4S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-25690",
"cwe": {
"id": "CWE-113",
"name": "Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Request/Response Splitting\u0027)"
},
"discovery_date": "2023-03-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2176209"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in httpd. This security issue occurs when some mod_proxy configurations on Apache HTTP Server allow an HTTP Request Smuggling attack. Configurations are affected when mod_proxy is enabled along with some form of RewriteRule or ProxyPassMatch in which a non-specific pattern matches some portion of the user-supplied request-target (URL) data and is then re-inserted into the proxied request-target using variable substitution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "httpd: HTTP request splitting with mod_rewrite and mod_proxy",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.1.0.Z.E4S:httpd-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"AppStream-8.1.0.Z.E4S:httpd-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.src::httpd:2.4",
"AppStream-8.1.0.Z.E4S:httpd-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"AppStream-8.1.0.Z.E4S:httpd-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"AppStream-8.1.0.Z.E4S:httpd-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"AppStream-8.1.0.Z.E4S:httpd-debugsource-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"AppStream-8.1.0.Z.E4S:httpd-debugsource-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"AppStream-8.1.0.Z.E4S:httpd-devel-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"AppStream-8.1.0.Z.E4S:httpd-devel-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"AppStream-8.1.0.Z.E4S:httpd-filesystem-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.noarch::httpd:2.4",
"AppStream-8.1.0.Z.E4S:httpd-manual-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.noarch::httpd:2.4",
"AppStream-8.1.0.Z.E4S:httpd-tools-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"AppStream-8.1.0.Z.E4S:httpd-tools-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"AppStream-8.1.0.Z.E4S:httpd-tools-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"AppStream-8.1.0.Z.E4S:httpd-tools-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_http2-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.ppc64le::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_http2-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.src::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_http2-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.x86_64::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_http2-debuginfo-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.ppc64le::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_http2-debuginfo-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.x86_64::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_http2-debugsource-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.ppc64le::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_http2-debugsource-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.x86_64::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_ldap-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_ldap-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_ldap-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_ldap-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_md-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_md-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_md-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_md-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_proxy_html-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_proxy_html-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_proxy_html-debuginfo-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_proxy_html-debuginfo-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_session-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_session-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_session-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_session-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_ssl-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_ssl-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_ssl-debuginfo-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_ssl-debuginfo-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-25690"
},
{
"category": "external",
"summary": "RHBZ#2176209",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176209"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-25690",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25690"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-25690",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-25690"
},
{
"category": "external",
"summary": "https://httpd.apache.org/security/vulnerabilities_24.html",
"url": "https://httpd.apache.org/security/vulnerabilities_24.html"
}
],
"release_date": "2023-03-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-04-03T16:01:59+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon will be restarted automatically.",
"product_ids": [
"AppStream-8.1.0.Z.E4S:httpd-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"AppStream-8.1.0.Z.E4S:httpd-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.src::httpd:2.4",
"AppStream-8.1.0.Z.E4S:httpd-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"AppStream-8.1.0.Z.E4S:httpd-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"AppStream-8.1.0.Z.E4S:httpd-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"AppStream-8.1.0.Z.E4S:httpd-debugsource-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"AppStream-8.1.0.Z.E4S:httpd-debugsource-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"AppStream-8.1.0.Z.E4S:httpd-devel-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"AppStream-8.1.0.Z.E4S:httpd-devel-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"AppStream-8.1.0.Z.E4S:httpd-filesystem-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.noarch::httpd:2.4",
"AppStream-8.1.0.Z.E4S:httpd-manual-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.noarch::httpd:2.4",
"AppStream-8.1.0.Z.E4S:httpd-tools-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"AppStream-8.1.0.Z.E4S:httpd-tools-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"AppStream-8.1.0.Z.E4S:httpd-tools-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"AppStream-8.1.0.Z.E4S:httpd-tools-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_http2-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.ppc64le::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_http2-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.src::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_http2-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.x86_64::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_http2-debuginfo-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.ppc64le::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_http2-debuginfo-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.x86_64::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_http2-debugsource-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.ppc64le::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_http2-debugsource-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.x86_64::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_ldap-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_ldap-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_ldap-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_ldap-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_md-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_md-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_md-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_md-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_proxy_html-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_proxy_html-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_proxy_html-debuginfo-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_proxy_html-debuginfo-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_session-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_session-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_session-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_session-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_ssl-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_ssl-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_ssl-debuginfo-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_ssl-debuginfo-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.1.0.Z.E4S:httpd-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"AppStream-8.1.0.Z.E4S:httpd-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.src::httpd:2.4",
"AppStream-8.1.0.Z.E4S:httpd-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"AppStream-8.1.0.Z.E4S:httpd-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"AppStream-8.1.0.Z.E4S:httpd-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"AppStream-8.1.0.Z.E4S:httpd-debugsource-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"AppStream-8.1.0.Z.E4S:httpd-debugsource-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"AppStream-8.1.0.Z.E4S:httpd-devel-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"AppStream-8.1.0.Z.E4S:httpd-devel-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"AppStream-8.1.0.Z.E4S:httpd-filesystem-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.noarch::httpd:2.4",
"AppStream-8.1.0.Z.E4S:httpd-manual-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.noarch::httpd:2.4",
"AppStream-8.1.0.Z.E4S:httpd-tools-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"AppStream-8.1.0.Z.E4S:httpd-tools-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"AppStream-8.1.0.Z.E4S:httpd-tools-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"AppStream-8.1.0.Z.E4S:httpd-tools-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_http2-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.ppc64le::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_http2-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.src::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_http2-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.x86_64::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_http2-debuginfo-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.ppc64le::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_http2-debuginfo-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.x86_64::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_http2-debugsource-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.ppc64le::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_http2-debugsource-0:1.11.3-3.module+el8.1.0+18514+ae5f89d3.3.x86_64::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_ldap-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_ldap-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_ldap-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_ldap-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_md-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_md-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_md-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_md-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_proxy_html-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_proxy_html-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_proxy_html-debuginfo-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_proxy_html-debuginfo-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_session-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_session-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_session-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_session-debuginfo-0:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_ssl-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_ssl-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_ssl-debuginfo-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.ppc64le::httpd:2.4",
"AppStream-8.1.0.Z.E4S:mod_ssl-debuginfo-1:2.4.37-16.module+el8.1.0+18511+ffefe478.6.x86_64::httpd:2.4"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "httpd: HTTP request splitting with mod_rewrite and mod_proxy"
}
]
}
RHSA-2023:1593
Vulnerability from csaf_redhat - Published: 2023-04-04 10:03 - Updated: 2026-03-22 00:44A vulnerability was found in httpd. This security issue occurs when some mod_proxy configurations on Apache HTTP Server allow an HTTP Request Smuggling attack. Configurations are affected when mod_proxy is enabled along with some form of RewriteRule or ProxyPassMatch in which a non-specific pattern matches some portion of the user-supplied request-target (URL) data and is then re-inserted into the proxied request-target using variable substitution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Client-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:httpd-manual-0:2.4.6-98.el7_9.7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Client-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:httpd-manual-0:2.4.6-98.el7_9.7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7ComputeNode-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:httpd-0:2.4.6-98.el7_9.7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:httpd-0:2.4.6-98.el7_9.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:httpd-0:2.4.6-98.el7_9.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:httpd-0:2.4.6-98.el7_9.7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:httpd-0:2.4.6-98.el7_9.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:httpd-manual-0:2.4.6-98.el7_9.7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:httpd-manual-0:2.4.6-98.el7_9.7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:httpd-0:2.4.6-98.el7_9.7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:httpd-0:2.4.6-98.el7_9.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:httpd-0:2.4.6-98.el7_9.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:httpd-0:2.4.6-98.el7_9.7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:httpd-0:2.4.6-98.el7_9.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:httpd-manual-0:2.4.6-98.el7_9.7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:httpd-manual-0:2.4.6-98.el7_9.7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.ppc64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for httpd is now available for Red Hat Enterprise Linux 7.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The httpd packages provide the Apache HTTP Server, a powerful, efficient, and extensible web server.\n\nSecurity Fix(es):\n\n* httpd: HTTP request splitting with mod_rewrite and mod_proxy (CVE-2023-25690)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:1593",
"url": "https://access.redhat.com/errata/RHSA-2023:1593"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2176209",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176209"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_1593.json"
}
],
"title": "Red Hat Security Advisory: httpd security update",
"tracking": {
"current_release_date": "2026-03-22T00:44:26+00:00",
"generator": {
"date": "2026-03-22T00:44:26+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2023:1593",
"initial_release_date": "2023-04-04T10:03:36+00:00",
"revision_history": [
{
"date": "2023-04-04T10:03:36+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-04-04T10:03:36+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-22T00:44:26+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Client Optional (v. 7)",
"product": {
"name": "Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:7::client"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product": {
"name": "Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:7::computenode"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server (v. 7)",
"product": {
"name": "Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:7::server"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server Optional (v. 7)",
"product": {
"name": "Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:7::server"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Workstation (v. 7)",
"product": {
"name": "Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:7::workstation"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product": {
"name": "Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:7::workstation"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "httpd-0:2.4.6-98.el7_9.7.src",
"product": {
"name": "httpd-0:2.4.6-98.el7_9.7.src",
"product_id": "httpd-0:2.4.6-98.el7_9.7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd@2.4.6-98.el7_9.7?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "httpd-0:2.4.6-98.el7_9.7.x86_64",
"product": {
"name": "httpd-0:2.4.6-98.el7_9.7.x86_64",
"product_id": "httpd-0:2.4.6-98.el7_9.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd@2.4.6-98.el7_9.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "httpd-devel-0:2.4.6-98.el7_9.7.x86_64",
"product": {
"name": "httpd-devel-0:2.4.6-98.el7_9.7.x86_64",
"product_id": "httpd-devel-0:2.4.6-98.el7_9.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-devel@2.4.6-98.el7_9.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "httpd-tools-0:2.4.6-98.el7_9.7.x86_64",
"product": {
"name": "httpd-tools-0:2.4.6-98.el7_9.7.x86_64",
"product_id": "httpd-tools-0:2.4.6-98.el7_9.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-tools@2.4.6-98.el7_9.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "mod_ldap-0:2.4.6-98.el7_9.7.x86_64",
"product": {
"name": "mod_ldap-0:2.4.6-98.el7_9.7.x86_64",
"product_id": "mod_ldap-0:2.4.6-98.el7_9.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ldap@2.4.6-98.el7_9.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "mod_proxy_html-1:2.4.6-98.el7_9.7.x86_64",
"product": {
"name": "mod_proxy_html-1:2.4.6-98.el7_9.7.x86_64",
"product_id": "mod_proxy_html-1:2.4.6-98.el7_9.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_proxy_html@2.4.6-98.el7_9.7?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "mod_session-0:2.4.6-98.el7_9.7.x86_64",
"product": {
"name": "mod_session-0:2.4.6-98.el7_9.7.x86_64",
"product_id": "mod_session-0:2.4.6-98.el7_9.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_session@2.4.6-98.el7_9.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "mod_ssl-1:2.4.6-98.el7_9.7.x86_64",
"product": {
"name": "mod_ssl-1:2.4.6-98.el7_9.7.x86_64",
"product_id": "mod_ssl-1:2.4.6-98.el7_9.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ssl@2.4.6-98.el7_9.7?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "httpd-debuginfo-0:2.4.6-98.el7_9.7.x86_64",
"product": {
"name": "httpd-debuginfo-0:2.4.6-98.el7_9.7.x86_64",
"product_id": "httpd-debuginfo-0:2.4.6-98.el7_9.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-debuginfo@2.4.6-98.el7_9.7?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "httpd-manual-0:2.4.6-98.el7_9.7.noarch",
"product": {
"name": "httpd-manual-0:2.4.6-98.el7_9.7.noarch",
"product_id": "httpd-manual-0:2.4.6-98.el7_9.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-manual@2.4.6-98.el7_9.7?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "httpd-0:2.4.6-98.el7_9.7.ppc64le",
"product": {
"name": "httpd-0:2.4.6-98.el7_9.7.ppc64le",
"product_id": "httpd-0:2.4.6-98.el7_9.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd@2.4.6-98.el7_9.7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "httpd-devel-0:2.4.6-98.el7_9.7.ppc64le",
"product": {
"name": "httpd-devel-0:2.4.6-98.el7_9.7.ppc64le",
"product_id": "httpd-devel-0:2.4.6-98.el7_9.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-devel@2.4.6-98.el7_9.7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "httpd-tools-0:2.4.6-98.el7_9.7.ppc64le",
"product": {
"name": "httpd-tools-0:2.4.6-98.el7_9.7.ppc64le",
"product_id": "httpd-tools-0:2.4.6-98.el7_9.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-tools@2.4.6-98.el7_9.7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "mod_session-0:2.4.6-98.el7_9.7.ppc64le",
"product": {
"name": "mod_session-0:2.4.6-98.el7_9.7.ppc64le",
"product_id": "mod_session-0:2.4.6-98.el7_9.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_session@2.4.6-98.el7_9.7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "mod_ssl-1:2.4.6-98.el7_9.7.ppc64le",
"product": {
"name": "mod_ssl-1:2.4.6-98.el7_9.7.ppc64le",
"product_id": "mod_ssl-1:2.4.6-98.el7_9.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ssl@2.4.6-98.el7_9.7?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64le",
"product": {
"name": "httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64le",
"product_id": "httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-debuginfo@2.4.6-98.el7_9.7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "mod_ldap-0:2.4.6-98.el7_9.7.ppc64le",
"product": {
"name": "mod_ldap-0:2.4.6-98.el7_9.7.ppc64le",
"product_id": "mod_ldap-0:2.4.6-98.el7_9.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ldap@2.4.6-98.el7_9.7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64le",
"product": {
"name": "mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64le",
"product_id": "mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_proxy_html@2.4.6-98.el7_9.7?arch=ppc64le\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "httpd-0:2.4.6-98.el7_9.7.ppc64",
"product": {
"name": "httpd-0:2.4.6-98.el7_9.7.ppc64",
"product_id": "httpd-0:2.4.6-98.el7_9.7.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd@2.4.6-98.el7_9.7?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "httpd-devel-0:2.4.6-98.el7_9.7.ppc64",
"product": {
"name": "httpd-devel-0:2.4.6-98.el7_9.7.ppc64",
"product_id": "httpd-devel-0:2.4.6-98.el7_9.7.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-devel@2.4.6-98.el7_9.7?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "httpd-tools-0:2.4.6-98.el7_9.7.ppc64",
"product": {
"name": "httpd-tools-0:2.4.6-98.el7_9.7.ppc64",
"product_id": "httpd-tools-0:2.4.6-98.el7_9.7.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-tools@2.4.6-98.el7_9.7?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "mod_session-0:2.4.6-98.el7_9.7.ppc64",
"product": {
"name": "mod_session-0:2.4.6-98.el7_9.7.ppc64",
"product_id": "mod_session-0:2.4.6-98.el7_9.7.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_session@2.4.6-98.el7_9.7?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "mod_ssl-1:2.4.6-98.el7_9.7.ppc64",
"product": {
"name": "mod_ssl-1:2.4.6-98.el7_9.7.ppc64",
"product_id": "mod_ssl-1:2.4.6-98.el7_9.7.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ssl@2.4.6-98.el7_9.7?arch=ppc64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64",
"product": {
"name": "httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64",
"product_id": "httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-debuginfo@2.4.6-98.el7_9.7?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "mod_ldap-0:2.4.6-98.el7_9.7.ppc64",
"product": {
"name": "mod_ldap-0:2.4.6-98.el7_9.7.ppc64",
"product_id": "mod_ldap-0:2.4.6-98.el7_9.7.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ldap@2.4.6-98.el7_9.7?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64",
"product": {
"name": "mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64",
"product_id": "mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_proxy_html@2.4.6-98.el7_9.7?arch=ppc64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "ppc64"
},
{
"branches": [
{
"category": "product_version",
"name": "httpd-0:2.4.6-98.el7_9.7.s390x",
"product": {
"name": "httpd-0:2.4.6-98.el7_9.7.s390x",
"product_id": "httpd-0:2.4.6-98.el7_9.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd@2.4.6-98.el7_9.7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "httpd-devel-0:2.4.6-98.el7_9.7.s390x",
"product": {
"name": "httpd-devel-0:2.4.6-98.el7_9.7.s390x",
"product_id": "httpd-devel-0:2.4.6-98.el7_9.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-devel@2.4.6-98.el7_9.7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "httpd-tools-0:2.4.6-98.el7_9.7.s390x",
"product": {
"name": "httpd-tools-0:2.4.6-98.el7_9.7.s390x",
"product_id": "httpd-tools-0:2.4.6-98.el7_9.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-tools@2.4.6-98.el7_9.7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "mod_session-0:2.4.6-98.el7_9.7.s390x",
"product": {
"name": "mod_session-0:2.4.6-98.el7_9.7.s390x",
"product_id": "mod_session-0:2.4.6-98.el7_9.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_session@2.4.6-98.el7_9.7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "mod_ssl-1:2.4.6-98.el7_9.7.s390x",
"product": {
"name": "mod_ssl-1:2.4.6-98.el7_9.7.s390x",
"product_id": "mod_ssl-1:2.4.6-98.el7_9.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ssl@2.4.6-98.el7_9.7?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "httpd-debuginfo-0:2.4.6-98.el7_9.7.s390x",
"product": {
"name": "httpd-debuginfo-0:2.4.6-98.el7_9.7.s390x",
"product_id": "httpd-debuginfo-0:2.4.6-98.el7_9.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-debuginfo@2.4.6-98.el7_9.7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "mod_ldap-0:2.4.6-98.el7_9.7.s390x",
"product": {
"name": "mod_ldap-0:2.4.6-98.el7_9.7.s390x",
"product_id": "mod_ldap-0:2.4.6-98.el7_9.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ldap@2.4.6-98.el7_9.7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "mod_proxy_html-1:2.4.6-98.el7_9.7.s390x",
"product": {
"name": "mod_proxy_html-1:2.4.6-98.el7_9.7.s390x",
"product_id": "mod_proxy_html-1:2.4.6-98.el7_9.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_proxy_html@2.4.6-98.el7_9.7?arch=s390x\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-0:2.4.6-98.el7_9.7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.ppc64"
},
"product_reference": "httpd-0:2.4.6-98.el7_9.7.ppc64",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-0:2.4.6-98.el7_9.7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.ppc64le"
},
"product_reference": "httpd-0:2.4.6-98.el7_9.7.ppc64le",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-0:2.4.6-98.el7_9.7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.s390x"
},
"product_reference": "httpd-0:2.4.6-98.el7_9.7.s390x",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-0:2.4.6-98.el7_9.7.src as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.src"
},
"product_reference": "httpd-0:2.4.6-98.el7_9.7.src",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-0:2.4.6-98.el7_9.7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.x86_64"
},
"product_reference": "httpd-0:2.4.6-98.el7_9.7.x86_64",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64"
},
"product_reference": "httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64le"
},
"product_reference": "httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64le",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-debuginfo-0:2.4.6-98.el7_9.7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.s390x"
},
"product_reference": "httpd-debuginfo-0:2.4.6-98.el7_9.7.s390x",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-debuginfo-0:2.4.6-98.el7_9.7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.x86_64"
},
"product_reference": "httpd-debuginfo-0:2.4.6-98.el7_9.7.x86_64",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-devel-0:2.4.6-98.el7_9.7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.ppc64"
},
"product_reference": "httpd-devel-0:2.4.6-98.el7_9.7.ppc64",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-devel-0:2.4.6-98.el7_9.7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.ppc64le"
},
"product_reference": "httpd-devel-0:2.4.6-98.el7_9.7.ppc64le",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-devel-0:2.4.6-98.el7_9.7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.s390x"
},
"product_reference": "httpd-devel-0:2.4.6-98.el7_9.7.s390x",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-devel-0:2.4.6-98.el7_9.7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.x86_64"
},
"product_reference": "httpd-devel-0:2.4.6-98.el7_9.7.x86_64",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-manual-0:2.4.6-98.el7_9.7.noarch as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:httpd-manual-0:2.4.6-98.el7_9.7.noarch"
},
"product_reference": "httpd-manual-0:2.4.6-98.el7_9.7.noarch",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-tools-0:2.4.6-98.el7_9.7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.ppc64"
},
"product_reference": "httpd-tools-0:2.4.6-98.el7_9.7.ppc64",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-tools-0:2.4.6-98.el7_9.7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.ppc64le"
},
"product_reference": "httpd-tools-0:2.4.6-98.el7_9.7.ppc64le",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-tools-0:2.4.6-98.el7_9.7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.s390x"
},
"product_reference": "httpd-tools-0:2.4.6-98.el7_9.7.s390x",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-tools-0:2.4.6-98.el7_9.7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.x86_64"
},
"product_reference": "httpd-tools-0:2.4.6-98.el7_9.7.x86_64",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ldap-0:2.4.6-98.el7_9.7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.ppc64"
},
"product_reference": "mod_ldap-0:2.4.6-98.el7_9.7.ppc64",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ldap-0:2.4.6-98.el7_9.7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.ppc64le"
},
"product_reference": "mod_ldap-0:2.4.6-98.el7_9.7.ppc64le",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ldap-0:2.4.6-98.el7_9.7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.s390x"
},
"product_reference": "mod_ldap-0:2.4.6-98.el7_9.7.s390x",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ldap-0:2.4.6-98.el7_9.7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.x86_64"
},
"product_reference": "mod_ldap-0:2.4.6-98.el7_9.7.x86_64",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64"
},
"product_reference": "mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64le"
},
"product_reference": "mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64le",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_proxy_html-1:2.4.6-98.el7_9.7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.s390x"
},
"product_reference": "mod_proxy_html-1:2.4.6-98.el7_9.7.s390x",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_proxy_html-1:2.4.6-98.el7_9.7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.x86_64"
},
"product_reference": "mod_proxy_html-1:2.4.6-98.el7_9.7.x86_64",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_session-0:2.4.6-98.el7_9.7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.ppc64"
},
"product_reference": "mod_session-0:2.4.6-98.el7_9.7.ppc64",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_session-0:2.4.6-98.el7_9.7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.ppc64le"
},
"product_reference": "mod_session-0:2.4.6-98.el7_9.7.ppc64le",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_session-0:2.4.6-98.el7_9.7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.s390x"
},
"product_reference": "mod_session-0:2.4.6-98.el7_9.7.s390x",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_session-0:2.4.6-98.el7_9.7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.x86_64"
},
"product_reference": "mod_session-0:2.4.6-98.el7_9.7.x86_64",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ssl-1:2.4.6-98.el7_9.7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.ppc64"
},
"product_reference": "mod_ssl-1:2.4.6-98.el7_9.7.ppc64",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ssl-1:2.4.6-98.el7_9.7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.ppc64le"
},
"product_reference": "mod_ssl-1:2.4.6-98.el7_9.7.ppc64le",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ssl-1:2.4.6-98.el7_9.7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.s390x"
},
"product_reference": "mod_ssl-1:2.4.6-98.el7_9.7.s390x",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ssl-1:2.4.6-98.el7_9.7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)",
"product_id": "7Client-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.x86_64"
},
"product_reference": "mod_ssl-1:2.4.6-98.el7_9.7.x86_64",
"relates_to_product_reference": "7Client-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-0:2.4.6-98.el7_9.7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.ppc64"
},
"product_reference": "httpd-0:2.4.6-98.el7_9.7.ppc64",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-0:2.4.6-98.el7_9.7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.ppc64le"
},
"product_reference": "httpd-0:2.4.6-98.el7_9.7.ppc64le",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-0:2.4.6-98.el7_9.7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.s390x"
},
"product_reference": "httpd-0:2.4.6-98.el7_9.7.s390x",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-0:2.4.6-98.el7_9.7.src as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.src"
},
"product_reference": "httpd-0:2.4.6-98.el7_9.7.src",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-0:2.4.6-98.el7_9.7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.x86_64"
},
"product_reference": "httpd-0:2.4.6-98.el7_9.7.x86_64",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64"
},
"product_reference": "httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64le"
},
"product_reference": "httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64le",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-debuginfo-0:2.4.6-98.el7_9.7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.s390x"
},
"product_reference": "httpd-debuginfo-0:2.4.6-98.el7_9.7.s390x",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-debuginfo-0:2.4.6-98.el7_9.7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.x86_64"
},
"product_reference": "httpd-debuginfo-0:2.4.6-98.el7_9.7.x86_64",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-devel-0:2.4.6-98.el7_9.7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.ppc64"
},
"product_reference": "httpd-devel-0:2.4.6-98.el7_9.7.ppc64",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-devel-0:2.4.6-98.el7_9.7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.ppc64le"
},
"product_reference": "httpd-devel-0:2.4.6-98.el7_9.7.ppc64le",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-devel-0:2.4.6-98.el7_9.7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.s390x"
},
"product_reference": "httpd-devel-0:2.4.6-98.el7_9.7.s390x",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-devel-0:2.4.6-98.el7_9.7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.x86_64"
},
"product_reference": "httpd-devel-0:2.4.6-98.el7_9.7.x86_64",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-manual-0:2.4.6-98.el7_9.7.noarch as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:httpd-manual-0:2.4.6-98.el7_9.7.noarch"
},
"product_reference": "httpd-manual-0:2.4.6-98.el7_9.7.noarch",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-tools-0:2.4.6-98.el7_9.7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.ppc64"
},
"product_reference": "httpd-tools-0:2.4.6-98.el7_9.7.ppc64",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-tools-0:2.4.6-98.el7_9.7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.ppc64le"
},
"product_reference": "httpd-tools-0:2.4.6-98.el7_9.7.ppc64le",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-tools-0:2.4.6-98.el7_9.7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.s390x"
},
"product_reference": "httpd-tools-0:2.4.6-98.el7_9.7.s390x",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-tools-0:2.4.6-98.el7_9.7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.x86_64"
},
"product_reference": "httpd-tools-0:2.4.6-98.el7_9.7.x86_64",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ldap-0:2.4.6-98.el7_9.7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.ppc64"
},
"product_reference": "mod_ldap-0:2.4.6-98.el7_9.7.ppc64",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ldap-0:2.4.6-98.el7_9.7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.ppc64le"
},
"product_reference": "mod_ldap-0:2.4.6-98.el7_9.7.ppc64le",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ldap-0:2.4.6-98.el7_9.7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.s390x"
},
"product_reference": "mod_ldap-0:2.4.6-98.el7_9.7.s390x",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ldap-0:2.4.6-98.el7_9.7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.x86_64"
},
"product_reference": "mod_ldap-0:2.4.6-98.el7_9.7.x86_64",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64"
},
"product_reference": "mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64le"
},
"product_reference": "mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64le",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_proxy_html-1:2.4.6-98.el7_9.7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.s390x"
},
"product_reference": "mod_proxy_html-1:2.4.6-98.el7_9.7.s390x",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_proxy_html-1:2.4.6-98.el7_9.7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.x86_64"
},
"product_reference": "mod_proxy_html-1:2.4.6-98.el7_9.7.x86_64",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_session-0:2.4.6-98.el7_9.7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.ppc64"
},
"product_reference": "mod_session-0:2.4.6-98.el7_9.7.ppc64",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_session-0:2.4.6-98.el7_9.7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.ppc64le"
},
"product_reference": "mod_session-0:2.4.6-98.el7_9.7.ppc64le",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_session-0:2.4.6-98.el7_9.7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.s390x"
},
"product_reference": "mod_session-0:2.4.6-98.el7_9.7.s390x",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_session-0:2.4.6-98.el7_9.7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.x86_64"
},
"product_reference": "mod_session-0:2.4.6-98.el7_9.7.x86_64",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ssl-1:2.4.6-98.el7_9.7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.ppc64"
},
"product_reference": "mod_ssl-1:2.4.6-98.el7_9.7.ppc64",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ssl-1:2.4.6-98.el7_9.7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.ppc64le"
},
"product_reference": "mod_ssl-1:2.4.6-98.el7_9.7.ppc64le",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ssl-1:2.4.6-98.el7_9.7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.s390x"
},
"product_reference": "mod_ssl-1:2.4.6-98.el7_9.7.s390x",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ssl-1:2.4.6-98.el7_9.7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)",
"product_id": "7ComputeNode-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.x86_64"
},
"product_reference": "mod_ssl-1:2.4.6-98.el7_9.7.x86_64",
"relates_to_product_reference": "7ComputeNode-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-0:2.4.6-98.el7_9.7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:httpd-0:2.4.6-98.el7_9.7.ppc64"
},
"product_reference": "httpd-0:2.4.6-98.el7_9.7.ppc64",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-0:2.4.6-98.el7_9.7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:httpd-0:2.4.6-98.el7_9.7.ppc64le"
},
"product_reference": "httpd-0:2.4.6-98.el7_9.7.ppc64le",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-0:2.4.6-98.el7_9.7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:httpd-0:2.4.6-98.el7_9.7.s390x"
},
"product_reference": "httpd-0:2.4.6-98.el7_9.7.s390x",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-0:2.4.6-98.el7_9.7.src as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:httpd-0:2.4.6-98.el7_9.7.src"
},
"product_reference": "httpd-0:2.4.6-98.el7_9.7.src",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-0:2.4.6-98.el7_9.7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:httpd-0:2.4.6-98.el7_9.7.x86_64"
},
"product_reference": "httpd-0:2.4.6-98.el7_9.7.x86_64",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64"
},
"product_reference": "httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64le"
},
"product_reference": "httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64le",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-debuginfo-0:2.4.6-98.el7_9.7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.s390x"
},
"product_reference": "httpd-debuginfo-0:2.4.6-98.el7_9.7.s390x",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-debuginfo-0:2.4.6-98.el7_9.7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.x86_64"
},
"product_reference": "httpd-debuginfo-0:2.4.6-98.el7_9.7.x86_64",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-devel-0:2.4.6-98.el7_9.7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.ppc64"
},
"product_reference": "httpd-devel-0:2.4.6-98.el7_9.7.ppc64",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-devel-0:2.4.6-98.el7_9.7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.ppc64le"
},
"product_reference": "httpd-devel-0:2.4.6-98.el7_9.7.ppc64le",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-devel-0:2.4.6-98.el7_9.7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.s390x"
},
"product_reference": "httpd-devel-0:2.4.6-98.el7_9.7.s390x",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-devel-0:2.4.6-98.el7_9.7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.x86_64"
},
"product_reference": "httpd-devel-0:2.4.6-98.el7_9.7.x86_64",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-manual-0:2.4.6-98.el7_9.7.noarch as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:httpd-manual-0:2.4.6-98.el7_9.7.noarch"
},
"product_reference": "httpd-manual-0:2.4.6-98.el7_9.7.noarch",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-tools-0:2.4.6-98.el7_9.7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.ppc64"
},
"product_reference": "httpd-tools-0:2.4.6-98.el7_9.7.ppc64",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-tools-0:2.4.6-98.el7_9.7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.ppc64le"
},
"product_reference": "httpd-tools-0:2.4.6-98.el7_9.7.ppc64le",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-tools-0:2.4.6-98.el7_9.7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.s390x"
},
"product_reference": "httpd-tools-0:2.4.6-98.el7_9.7.s390x",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-tools-0:2.4.6-98.el7_9.7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.x86_64"
},
"product_reference": "httpd-tools-0:2.4.6-98.el7_9.7.x86_64",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ldap-0:2.4.6-98.el7_9.7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.ppc64"
},
"product_reference": "mod_ldap-0:2.4.6-98.el7_9.7.ppc64",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ldap-0:2.4.6-98.el7_9.7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.ppc64le"
},
"product_reference": "mod_ldap-0:2.4.6-98.el7_9.7.ppc64le",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ldap-0:2.4.6-98.el7_9.7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.s390x"
},
"product_reference": "mod_ldap-0:2.4.6-98.el7_9.7.s390x",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ldap-0:2.4.6-98.el7_9.7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.x86_64"
},
"product_reference": "mod_ldap-0:2.4.6-98.el7_9.7.x86_64",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64"
},
"product_reference": "mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64le"
},
"product_reference": "mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64le",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_proxy_html-1:2.4.6-98.el7_9.7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.s390x"
},
"product_reference": "mod_proxy_html-1:2.4.6-98.el7_9.7.s390x",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_proxy_html-1:2.4.6-98.el7_9.7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.x86_64"
},
"product_reference": "mod_proxy_html-1:2.4.6-98.el7_9.7.x86_64",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_session-0:2.4.6-98.el7_9.7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.ppc64"
},
"product_reference": "mod_session-0:2.4.6-98.el7_9.7.ppc64",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_session-0:2.4.6-98.el7_9.7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.ppc64le"
},
"product_reference": "mod_session-0:2.4.6-98.el7_9.7.ppc64le",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_session-0:2.4.6-98.el7_9.7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.s390x"
},
"product_reference": "mod_session-0:2.4.6-98.el7_9.7.s390x",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_session-0:2.4.6-98.el7_9.7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.x86_64"
},
"product_reference": "mod_session-0:2.4.6-98.el7_9.7.x86_64",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ssl-1:2.4.6-98.el7_9.7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.ppc64"
},
"product_reference": "mod_ssl-1:2.4.6-98.el7_9.7.ppc64",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ssl-1:2.4.6-98.el7_9.7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.ppc64le"
},
"product_reference": "mod_ssl-1:2.4.6-98.el7_9.7.ppc64le",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ssl-1:2.4.6-98.el7_9.7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.s390x"
},
"product_reference": "mod_ssl-1:2.4.6-98.el7_9.7.s390x",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ssl-1:2.4.6-98.el7_9.7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.x86_64"
},
"product_reference": "mod_ssl-1:2.4.6-98.el7_9.7.x86_64",
"relates_to_product_reference": "7Server-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-0:2.4.6-98.el7_9.7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.ppc64"
},
"product_reference": "httpd-0:2.4.6-98.el7_9.7.ppc64",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-0:2.4.6-98.el7_9.7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.ppc64le"
},
"product_reference": "httpd-0:2.4.6-98.el7_9.7.ppc64le",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-0:2.4.6-98.el7_9.7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.s390x"
},
"product_reference": "httpd-0:2.4.6-98.el7_9.7.s390x",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-0:2.4.6-98.el7_9.7.src as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.src"
},
"product_reference": "httpd-0:2.4.6-98.el7_9.7.src",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-0:2.4.6-98.el7_9.7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.x86_64"
},
"product_reference": "httpd-0:2.4.6-98.el7_9.7.x86_64",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64"
},
"product_reference": "httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64le"
},
"product_reference": "httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64le",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-debuginfo-0:2.4.6-98.el7_9.7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.s390x"
},
"product_reference": "httpd-debuginfo-0:2.4.6-98.el7_9.7.s390x",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-debuginfo-0:2.4.6-98.el7_9.7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.x86_64"
},
"product_reference": "httpd-debuginfo-0:2.4.6-98.el7_9.7.x86_64",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-devel-0:2.4.6-98.el7_9.7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.ppc64"
},
"product_reference": "httpd-devel-0:2.4.6-98.el7_9.7.ppc64",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-devel-0:2.4.6-98.el7_9.7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.ppc64le"
},
"product_reference": "httpd-devel-0:2.4.6-98.el7_9.7.ppc64le",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-devel-0:2.4.6-98.el7_9.7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.s390x"
},
"product_reference": "httpd-devel-0:2.4.6-98.el7_9.7.s390x",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-devel-0:2.4.6-98.el7_9.7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.x86_64"
},
"product_reference": "httpd-devel-0:2.4.6-98.el7_9.7.x86_64",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-manual-0:2.4.6-98.el7_9.7.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:httpd-manual-0:2.4.6-98.el7_9.7.noarch"
},
"product_reference": "httpd-manual-0:2.4.6-98.el7_9.7.noarch",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-tools-0:2.4.6-98.el7_9.7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.ppc64"
},
"product_reference": "httpd-tools-0:2.4.6-98.el7_9.7.ppc64",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-tools-0:2.4.6-98.el7_9.7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.ppc64le"
},
"product_reference": "httpd-tools-0:2.4.6-98.el7_9.7.ppc64le",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-tools-0:2.4.6-98.el7_9.7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.s390x"
},
"product_reference": "httpd-tools-0:2.4.6-98.el7_9.7.s390x",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-tools-0:2.4.6-98.el7_9.7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.x86_64"
},
"product_reference": "httpd-tools-0:2.4.6-98.el7_9.7.x86_64",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ldap-0:2.4.6-98.el7_9.7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.ppc64"
},
"product_reference": "mod_ldap-0:2.4.6-98.el7_9.7.ppc64",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ldap-0:2.4.6-98.el7_9.7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.ppc64le"
},
"product_reference": "mod_ldap-0:2.4.6-98.el7_9.7.ppc64le",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ldap-0:2.4.6-98.el7_9.7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.s390x"
},
"product_reference": "mod_ldap-0:2.4.6-98.el7_9.7.s390x",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ldap-0:2.4.6-98.el7_9.7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.x86_64"
},
"product_reference": "mod_ldap-0:2.4.6-98.el7_9.7.x86_64",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64"
},
"product_reference": "mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64le"
},
"product_reference": "mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64le",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_proxy_html-1:2.4.6-98.el7_9.7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.s390x"
},
"product_reference": "mod_proxy_html-1:2.4.6-98.el7_9.7.s390x",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_proxy_html-1:2.4.6-98.el7_9.7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.x86_64"
},
"product_reference": "mod_proxy_html-1:2.4.6-98.el7_9.7.x86_64",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_session-0:2.4.6-98.el7_9.7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.ppc64"
},
"product_reference": "mod_session-0:2.4.6-98.el7_9.7.ppc64",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_session-0:2.4.6-98.el7_9.7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.ppc64le"
},
"product_reference": "mod_session-0:2.4.6-98.el7_9.7.ppc64le",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_session-0:2.4.6-98.el7_9.7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.s390x"
},
"product_reference": "mod_session-0:2.4.6-98.el7_9.7.s390x",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_session-0:2.4.6-98.el7_9.7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.x86_64"
},
"product_reference": "mod_session-0:2.4.6-98.el7_9.7.x86_64",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ssl-1:2.4.6-98.el7_9.7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.ppc64"
},
"product_reference": "mod_ssl-1:2.4.6-98.el7_9.7.ppc64",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ssl-1:2.4.6-98.el7_9.7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.ppc64le"
},
"product_reference": "mod_ssl-1:2.4.6-98.el7_9.7.ppc64le",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ssl-1:2.4.6-98.el7_9.7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.s390x"
},
"product_reference": "mod_ssl-1:2.4.6-98.el7_9.7.s390x",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ssl-1:2.4.6-98.el7_9.7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)",
"product_id": "7Server-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.x86_64"
},
"product_reference": "mod_ssl-1:2.4.6-98.el7_9.7.x86_64",
"relates_to_product_reference": "7Server-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-0:2.4.6-98.el7_9.7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:httpd-0:2.4.6-98.el7_9.7.ppc64"
},
"product_reference": "httpd-0:2.4.6-98.el7_9.7.ppc64",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-0:2.4.6-98.el7_9.7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:httpd-0:2.4.6-98.el7_9.7.ppc64le"
},
"product_reference": "httpd-0:2.4.6-98.el7_9.7.ppc64le",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-0:2.4.6-98.el7_9.7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:httpd-0:2.4.6-98.el7_9.7.s390x"
},
"product_reference": "httpd-0:2.4.6-98.el7_9.7.s390x",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-0:2.4.6-98.el7_9.7.src as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:httpd-0:2.4.6-98.el7_9.7.src"
},
"product_reference": "httpd-0:2.4.6-98.el7_9.7.src",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-0:2.4.6-98.el7_9.7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:httpd-0:2.4.6-98.el7_9.7.x86_64"
},
"product_reference": "httpd-0:2.4.6-98.el7_9.7.x86_64",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64"
},
"product_reference": "httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64le"
},
"product_reference": "httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64le",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-debuginfo-0:2.4.6-98.el7_9.7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.s390x"
},
"product_reference": "httpd-debuginfo-0:2.4.6-98.el7_9.7.s390x",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-debuginfo-0:2.4.6-98.el7_9.7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.x86_64"
},
"product_reference": "httpd-debuginfo-0:2.4.6-98.el7_9.7.x86_64",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-devel-0:2.4.6-98.el7_9.7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.ppc64"
},
"product_reference": "httpd-devel-0:2.4.6-98.el7_9.7.ppc64",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-devel-0:2.4.6-98.el7_9.7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.ppc64le"
},
"product_reference": "httpd-devel-0:2.4.6-98.el7_9.7.ppc64le",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-devel-0:2.4.6-98.el7_9.7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.s390x"
},
"product_reference": "httpd-devel-0:2.4.6-98.el7_9.7.s390x",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-devel-0:2.4.6-98.el7_9.7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.x86_64"
},
"product_reference": "httpd-devel-0:2.4.6-98.el7_9.7.x86_64",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-manual-0:2.4.6-98.el7_9.7.noarch as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:httpd-manual-0:2.4.6-98.el7_9.7.noarch"
},
"product_reference": "httpd-manual-0:2.4.6-98.el7_9.7.noarch",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-tools-0:2.4.6-98.el7_9.7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.ppc64"
},
"product_reference": "httpd-tools-0:2.4.6-98.el7_9.7.ppc64",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-tools-0:2.4.6-98.el7_9.7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.ppc64le"
},
"product_reference": "httpd-tools-0:2.4.6-98.el7_9.7.ppc64le",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-tools-0:2.4.6-98.el7_9.7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.s390x"
},
"product_reference": "httpd-tools-0:2.4.6-98.el7_9.7.s390x",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-tools-0:2.4.6-98.el7_9.7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.x86_64"
},
"product_reference": "httpd-tools-0:2.4.6-98.el7_9.7.x86_64",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ldap-0:2.4.6-98.el7_9.7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.ppc64"
},
"product_reference": "mod_ldap-0:2.4.6-98.el7_9.7.ppc64",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ldap-0:2.4.6-98.el7_9.7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.ppc64le"
},
"product_reference": "mod_ldap-0:2.4.6-98.el7_9.7.ppc64le",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ldap-0:2.4.6-98.el7_9.7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.s390x"
},
"product_reference": "mod_ldap-0:2.4.6-98.el7_9.7.s390x",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ldap-0:2.4.6-98.el7_9.7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.x86_64"
},
"product_reference": "mod_ldap-0:2.4.6-98.el7_9.7.x86_64",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64"
},
"product_reference": "mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64le"
},
"product_reference": "mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64le",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_proxy_html-1:2.4.6-98.el7_9.7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.s390x"
},
"product_reference": "mod_proxy_html-1:2.4.6-98.el7_9.7.s390x",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_proxy_html-1:2.4.6-98.el7_9.7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.x86_64"
},
"product_reference": "mod_proxy_html-1:2.4.6-98.el7_9.7.x86_64",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_session-0:2.4.6-98.el7_9.7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.ppc64"
},
"product_reference": "mod_session-0:2.4.6-98.el7_9.7.ppc64",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_session-0:2.4.6-98.el7_9.7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.ppc64le"
},
"product_reference": "mod_session-0:2.4.6-98.el7_9.7.ppc64le",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_session-0:2.4.6-98.el7_9.7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.s390x"
},
"product_reference": "mod_session-0:2.4.6-98.el7_9.7.s390x",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_session-0:2.4.6-98.el7_9.7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.x86_64"
},
"product_reference": "mod_session-0:2.4.6-98.el7_9.7.x86_64",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ssl-1:2.4.6-98.el7_9.7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.ppc64"
},
"product_reference": "mod_ssl-1:2.4.6-98.el7_9.7.ppc64",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ssl-1:2.4.6-98.el7_9.7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.ppc64le"
},
"product_reference": "mod_ssl-1:2.4.6-98.el7_9.7.ppc64le",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ssl-1:2.4.6-98.el7_9.7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.s390x"
},
"product_reference": "mod_ssl-1:2.4.6-98.el7_9.7.s390x",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ssl-1:2.4.6-98.el7_9.7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.x86_64"
},
"product_reference": "mod_ssl-1:2.4.6-98.el7_9.7.x86_64",
"relates_to_product_reference": "7Workstation-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-0:2.4.6-98.el7_9.7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.ppc64"
},
"product_reference": "httpd-0:2.4.6-98.el7_9.7.ppc64",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-0:2.4.6-98.el7_9.7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.ppc64le"
},
"product_reference": "httpd-0:2.4.6-98.el7_9.7.ppc64le",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-0:2.4.6-98.el7_9.7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.s390x"
},
"product_reference": "httpd-0:2.4.6-98.el7_9.7.s390x",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-0:2.4.6-98.el7_9.7.src as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.src"
},
"product_reference": "httpd-0:2.4.6-98.el7_9.7.src",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-0:2.4.6-98.el7_9.7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.x86_64"
},
"product_reference": "httpd-0:2.4.6-98.el7_9.7.x86_64",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64"
},
"product_reference": "httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64le"
},
"product_reference": "httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64le",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-debuginfo-0:2.4.6-98.el7_9.7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.s390x"
},
"product_reference": "httpd-debuginfo-0:2.4.6-98.el7_9.7.s390x",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-debuginfo-0:2.4.6-98.el7_9.7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.x86_64"
},
"product_reference": "httpd-debuginfo-0:2.4.6-98.el7_9.7.x86_64",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-devel-0:2.4.6-98.el7_9.7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.ppc64"
},
"product_reference": "httpd-devel-0:2.4.6-98.el7_9.7.ppc64",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-devel-0:2.4.6-98.el7_9.7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.ppc64le"
},
"product_reference": "httpd-devel-0:2.4.6-98.el7_9.7.ppc64le",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-devel-0:2.4.6-98.el7_9.7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.s390x"
},
"product_reference": "httpd-devel-0:2.4.6-98.el7_9.7.s390x",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-devel-0:2.4.6-98.el7_9.7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.x86_64"
},
"product_reference": "httpd-devel-0:2.4.6-98.el7_9.7.x86_64",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-manual-0:2.4.6-98.el7_9.7.noarch as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:httpd-manual-0:2.4.6-98.el7_9.7.noarch"
},
"product_reference": "httpd-manual-0:2.4.6-98.el7_9.7.noarch",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-tools-0:2.4.6-98.el7_9.7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.ppc64"
},
"product_reference": "httpd-tools-0:2.4.6-98.el7_9.7.ppc64",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-tools-0:2.4.6-98.el7_9.7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.ppc64le"
},
"product_reference": "httpd-tools-0:2.4.6-98.el7_9.7.ppc64le",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-tools-0:2.4.6-98.el7_9.7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.s390x"
},
"product_reference": "httpd-tools-0:2.4.6-98.el7_9.7.s390x",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-tools-0:2.4.6-98.el7_9.7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.x86_64"
},
"product_reference": "httpd-tools-0:2.4.6-98.el7_9.7.x86_64",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ldap-0:2.4.6-98.el7_9.7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.ppc64"
},
"product_reference": "mod_ldap-0:2.4.6-98.el7_9.7.ppc64",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ldap-0:2.4.6-98.el7_9.7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.ppc64le"
},
"product_reference": "mod_ldap-0:2.4.6-98.el7_9.7.ppc64le",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ldap-0:2.4.6-98.el7_9.7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.s390x"
},
"product_reference": "mod_ldap-0:2.4.6-98.el7_9.7.s390x",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ldap-0:2.4.6-98.el7_9.7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.x86_64"
},
"product_reference": "mod_ldap-0:2.4.6-98.el7_9.7.x86_64",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64"
},
"product_reference": "mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64le"
},
"product_reference": "mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64le",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_proxy_html-1:2.4.6-98.el7_9.7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.s390x"
},
"product_reference": "mod_proxy_html-1:2.4.6-98.el7_9.7.s390x",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_proxy_html-1:2.4.6-98.el7_9.7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.x86_64"
},
"product_reference": "mod_proxy_html-1:2.4.6-98.el7_9.7.x86_64",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_session-0:2.4.6-98.el7_9.7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.ppc64"
},
"product_reference": "mod_session-0:2.4.6-98.el7_9.7.ppc64",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_session-0:2.4.6-98.el7_9.7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.ppc64le"
},
"product_reference": "mod_session-0:2.4.6-98.el7_9.7.ppc64le",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_session-0:2.4.6-98.el7_9.7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.s390x"
},
"product_reference": "mod_session-0:2.4.6-98.el7_9.7.s390x",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_session-0:2.4.6-98.el7_9.7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.x86_64"
},
"product_reference": "mod_session-0:2.4.6-98.el7_9.7.x86_64",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ssl-1:2.4.6-98.el7_9.7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.ppc64"
},
"product_reference": "mod_ssl-1:2.4.6-98.el7_9.7.ppc64",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ssl-1:2.4.6-98.el7_9.7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.ppc64le"
},
"product_reference": "mod_ssl-1:2.4.6-98.el7_9.7.ppc64le",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ssl-1:2.4.6-98.el7_9.7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.s390x"
},
"product_reference": "mod_ssl-1:2.4.6-98.el7_9.7.s390x",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ssl-1:2.4.6-98.el7_9.7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)",
"product_id": "7Workstation-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.x86_64"
},
"product_reference": "mod_ssl-1:2.4.6-98.el7_9.7.x86_64",
"relates_to_product_reference": "7Workstation-optional-7.9.Z"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-25690",
"cwe": {
"id": "CWE-113",
"name": "Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Request/Response Splitting\u0027)"
},
"discovery_date": "2023-03-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2176209"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in httpd. This security issue occurs when some mod_proxy configurations on Apache HTTP Server allow an HTTP Request Smuggling attack. Configurations are affected when mod_proxy is enabled along with some form of RewriteRule or ProxyPassMatch in which a non-specific pattern matches some portion of the user-supplied request-target (URL) data and is then re-inserted into the proxied request-target using variable substitution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "httpd: HTTP request splitting with mod_rewrite and mod_proxy",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Client-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.ppc64",
"7Client-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.ppc64le",
"7Client-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.s390x",
"7Client-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.src",
"7Client-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.x86_64",
"7Client-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64",
"7Client-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64le",
"7Client-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.s390x",
"7Client-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.x86_64",
"7Client-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.ppc64",
"7Client-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.ppc64le",
"7Client-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.s390x",
"7Client-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.x86_64",
"7Client-optional-7.9.Z:httpd-manual-0:2.4.6-98.el7_9.7.noarch",
"7Client-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.ppc64",
"7Client-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.ppc64le",
"7Client-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.s390x",
"7Client-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.x86_64",
"7Client-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.ppc64",
"7Client-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.ppc64le",
"7Client-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.s390x",
"7Client-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.x86_64",
"7Client-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64",
"7Client-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64le",
"7Client-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.s390x",
"7Client-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.x86_64",
"7Client-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.ppc64",
"7Client-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.ppc64le",
"7Client-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.s390x",
"7Client-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.x86_64",
"7Client-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.ppc64",
"7Client-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.ppc64le",
"7Client-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.s390x",
"7Client-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.x86_64",
"7ComputeNode-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.ppc64",
"7ComputeNode-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.ppc64le",
"7ComputeNode-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.s390x",
"7ComputeNode-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.src",
"7ComputeNode-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.x86_64",
"7ComputeNode-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64",
"7ComputeNode-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64le",
"7ComputeNode-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.s390x",
"7ComputeNode-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.x86_64",
"7ComputeNode-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.ppc64",
"7ComputeNode-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.ppc64le",
"7ComputeNode-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.s390x",
"7ComputeNode-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.x86_64",
"7ComputeNode-optional-7.9.Z:httpd-manual-0:2.4.6-98.el7_9.7.noarch",
"7ComputeNode-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.ppc64",
"7ComputeNode-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.ppc64le",
"7ComputeNode-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.s390x",
"7ComputeNode-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.x86_64",
"7ComputeNode-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.ppc64",
"7ComputeNode-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.ppc64le",
"7ComputeNode-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.s390x",
"7ComputeNode-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.x86_64",
"7ComputeNode-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64",
"7ComputeNode-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64le",
"7ComputeNode-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.s390x",
"7ComputeNode-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.x86_64",
"7ComputeNode-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.ppc64",
"7ComputeNode-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.ppc64le",
"7ComputeNode-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.s390x",
"7ComputeNode-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.x86_64",
"7ComputeNode-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.ppc64",
"7ComputeNode-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.ppc64le",
"7ComputeNode-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.s390x",
"7ComputeNode-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.x86_64",
"7Server-7.9.Z:httpd-0:2.4.6-98.el7_9.7.ppc64",
"7Server-7.9.Z:httpd-0:2.4.6-98.el7_9.7.ppc64le",
"7Server-7.9.Z:httpd-0:2.4.6-98.el7_9.7.s390x",
"7Server-7.9.Z:httpd-0:2.4.6-98.el7_9.7.src",
"7Server-7.9.Z:httpd-0:2.4.6-98.el7_9.7.x86_64",
"7Server-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64",
"7Server-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64le",
"7Server-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.s390x",
"7Server-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.x86_64",
"7Server-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.ppc64",
"7Server-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.ppc64le",
"7Server-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.s390x",
"7Server-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.x86_64",
"7Server-7.9.Z:httpd-manual-0:2.4.6-98.el7_9.7.noarch",
"7Server-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.ppc64",
"7Server-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.ppc64le",
"7Server-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.s390x",
"7Server-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.x86_64",
"7Server-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.ppc64",
"7Server-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.ppc64le",
"7Server-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.s390x",
"7Server-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.x86_64",
"7Server-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64",
"7Server-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64le",
"7Server-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.s390x",
"7Server-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.x86_64",
"7Server-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.ppc64",
"7Server-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.ppc64le",
"7Server-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.s390x",
"7Server-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.x86_64",
"7Server-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.ppc64",
"7Server-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.ppc64le",
"7Server-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.s390x",
"7Server-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.x86_64",
"7Server-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.ppc64",
"7Server-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.ppc64le",
"7Server-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.s390x",
"7Server-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.src",
"7Server-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.x86_64",
"7Server-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64",
"7Server-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64le",
"7Server-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.s390x",
"7Server-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.x86_64",
"7Server-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.ppc64",
"7Server-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.ppc64le",
"7Server-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.s390x",
"7Server-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.x86_64",
"7Server-optional-7.9.Z:httpd-manual-0:2.4.6-98.el7_9.7.noarch",
"7Server-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.ppc64",
"7Server-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.ppc64le",
"7Server-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.s390x",
"7Server-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.x86_64",
"7Server-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.ppc64",
"7Server-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.ppc64le",
"7Server-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.s390x",
"7Server-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.x86_64",
"7Server-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64",
"7Server-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64le",
"7Server-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.s390x",
"7Server-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.x86_64",
"7Server-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.ppc64",
"7Server-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.ppc64le",
"7Server-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.s390x",
"7Server-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.x86_64",
"7Server-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.ppc64",
"7Server-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.ppc64le",
"7Server-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.s390x",
"7Server-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.x86_64",
"7Workstation-7.9.Z:httpd-0:2.4.6-98.el7_9.7.ppc64",
"7Workstation-7.9.Z:httpd-0:2.4.6-98.el7_9.7.ppc64le",
"7Workstation-7.9.Z:httpd-0:2.4.6-98.el7_9.7.s390x",
"7Workstation-7.9.Z:httpd-0:2.4.6-98.el7_9.7.src",
"7Workstation-7.9.Z:httpd-0:2.4.6-98.el7_9.7.x86_64",
"7Workstation-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64",
"7Workstation-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64le",
"7Workstation-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.s390x",
"7Workstation-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.x86_64",
"7Workstation-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.ppc64",
"7Workstation-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.ppc64le",
"7Workstation-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.s390x",
"7Workstation-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.x86_64",
"7Workstation-7.9.Z:httpd-manual-0:2.4.6-98.el7_9.7.noarch",
"7Workstation-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.ppc64",
"7Workstation-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.ppc64le",
"7Workstation-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.s390x",
"7Workstation-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.x86_64",
"7Workstation-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.ppc64",
"7Workstation-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.ppc64le",
"7Workstation-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.s390x",
"7Workstation-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.x86_64",
"7Workstation-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64",
"7Workstation-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64le",
"7Workstation-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.s390x",
"7Workstation-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.x86_64",
"7Workstation-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.ppc64",
"7Workstation-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.ppc64le",
"7Workstation-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.s390x",
"7Workstation-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.x86_64",
"7Workstation-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.ppc64",
"7Workstation-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.ppc64le",
"7Workstation-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.s390x",
"7Workstation-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.x86_64",
"7Workstation-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.ppc64",
"7Workstation-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.ppc64le",
"7Workstation-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.s390x",
"7Workstation-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.src",
"7Workstation-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.x86_64",
"7Workstation-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64",
"7Workstation-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64le",
"7Workstation-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.s390x",
"7Workstation-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.x86_64",
"7Workstation-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.ppc64",
"7Workstation-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.ppc64le",
"7Workstation-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.s390x",
"7Workstation-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.x86_64",
"7Workstation-optional-7.9.Z:httpd-manual-0:2.4.6-98.el7_9.7.noarch",
"7Workstation-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.ppc64",
"7Workstation-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.ppc64le",
"7Workstation-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.s390x",
"7Workstation-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.x86_64",
"7Workstation-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.ppc64",
"7Workstation-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.ppc64le",
"7Workstation-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.s390x",
"7Workstation-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.x86_64",
"7Workstation-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64",
"7Workstation-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64le",
"7Workstation-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.s390x",
"7Workstation-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.x86_64",
"7Workstation-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.ppc64",
"7Workstation-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.ppc64le",
"7Workstation-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.s390x",
"7Workstation-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.x86_64",
"7Workstation-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.ppc64",
"7Workstation-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.ppc64le",
"7Workstation-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.s390x",
"7Workstation-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-25690"
},
{
"category": "external",
"summary": "RHBZ#2176209",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176209"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-25690",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25690"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-25690",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-25690"
},
{
"category": "external",
"summary": "https://httpd.apache.org/security/vulnerabilities_24.html",
"url": "https://httpd.apache.org/security/vulnerabilities_24.html"
}
],
"release_date": "2023-03-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-04-04T10:03:36+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon will be restarted automatically.",
"product_ids": [
"7Client-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.ppc64",
"7Client-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.ppc64le",
"7Client-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.s390x",
"7Client-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.src",
"7Client-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.x86_64",
"7Client-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64",
"7Client-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64le",
"7Client-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.s390x",
"7Client-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.x86_64",
"7Client-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.ppc64",
"7Client-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.ppc64le",
"7Client-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.s390x",
"7Client-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.x86_64",
"7Client-optional-7.9.Z:httpd-manual-0:2.4.6-98.el7_9.7.noarch",
"7Client-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.ppc64",
"7Client-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.ppc64le",
"7Client-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.s390x",
"7Client-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.x86_64",
"7Client-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.ppc64",
"7Client-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.ppc64le",
"7Client-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.s390x",
"7Client-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.x86_64",
"7Client-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64",
"7Client-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64le",
"7Client-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.s390x",
"7Client-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.x86_64",
"7Client-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.ppc64",
"7Client-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.ppc64le",
"7Client-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.s390x",
"7Client-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.x86_64",
"7Client-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.ppc64",
"7Client-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.ppc64le",
"7Client-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.s390x",
"7Client-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.x86_64",
"7ComputeNode-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.ppc64",
"7ComputeNode-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.ppc64le",
"7ComputeNode-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.s390x",
"7ComputeNode-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.src",
"7ComputeNode-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.x86_64",
"7ComputeNode-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64",
"7ComputeNode-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64le",
"7ComputeNode-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.s390x",
"7ComputeNode-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.x86_64",
"7ComputeNode-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.ppc64",
"7ComputeNode-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.ppc64le",
"7ComputeNode-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.s390x",
"7ComputeNode-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.x86_64",
"7ComputeNode-optional-7.9.Z:httpd-manual-0:2.4.6-98.el7_9.7.noarch",
"7ComputeNode-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.ppc64",
"7ComputeNode-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.ppc64le",
"7ComputeNode-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.s390x",
"7ComputeNode-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.x86_64",
"7ComputeNode-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.ppc64",
"7ComputeNode-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.ppc64le",
"7ComputeNode-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.s390x",
"7ComputeNode-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.x86_64",
"7ComputeNode-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64",
"7ComputeNode-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64le",
"7ComputeNode-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.s390x",
"7ComputeNode-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.x86_64",
"7ComputeNode-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.ppc64",
"7ComputeNode-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.ppc64le",
"7ComputeNode-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.s390x",
"7ComputeNode-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.x86_64",
"7ComputeNode-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.ppc64",
"7ComputeNode-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.ppc64le",
"7ComputeNode-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.s390x",
"7ComputeNode-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.x86_64",
"7Server-7.9.Z:httpd-0:2.4.6-98.el7_9.7.ppc64",
"7Server-7.9.Z:httpd-0:2.4.6-98.el7_9.7.ppc64le",
"7Server-7.9.Z:httpd-0:2.4.6-98.el7_9.7.s390x",
"7Server-7.9.Z:httpd-0:2.4.6-98.el7_9.7.src",
"7Server-7.9.Z:httpd-0:2.4.6-98.el7_9.7.x86_64",
"7Server-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64",
"7Server-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64le",
"7Server-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.s390x",
"7Server-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.x86_64",
"7Server-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.ppc64",
"7Server-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.ppc64le",
"7Server-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.s390x",
"7Server-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.x86_64",
"7Server-7.9.Z:httpd-manual-0:2.4.6-98.el7_9.7.noarch",
"7Server-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.ppc64",
"7Server-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.ppc64le",
"7Server-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.s390x",
"7Server-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.x86_64",
"7Server-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.ppc64",
"7Server-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.ppc64le",
"7Server-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.s390x",
"7Server-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.x86_64",
"7Server-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64",
"7Server-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64le",
"7Server-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.s390x",
"7Server-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.x86_64",
"7Server-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.ppc64",
"7Server-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.ppc64le",
"7Server-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.s390x",
"7Server-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.x86_64",
"7Server-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.ppc64",
"7Server-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.ppc64le",
"7Server-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.s390x",
"7Server-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.x86_64",
"7Server-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.ppc64",
"7Server-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.ppc64le",
"7Server-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.s390x",
"7Server-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.src",
"7Server-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.x86_64",
"7Server-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64",
"7Server-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64le",
"7Server-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.s390x",
"7Server-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.x86_64",
"7Server-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.ppc64",
"7Server-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.ppc64le",
"7Server-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.s390x",
"7Server-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.x86_64",
"7Server-optional-7.9.Z:httpd-manual-0:2.4.6-98.el7_9.7.noarch",
"7Server-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.ppc64",
"7Server-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.ppc64le",
"7Server-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.s390x",
"7Server-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.x86_64",
"7Server-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.ppc64",
"7Server-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.ppc64le",
"7Server-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.s390x",
"7Server-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.x86_64",
"7Server-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64",
"7Server-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64le",
"7Server-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.s390x",
"7Server-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.x86_64",
"7Server-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.ppc64",
"7Server-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.ppc64le",
"7Server-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.s390x",
"7Server-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.x86_64",
"7Server-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.ppc64",
"7Server-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.ppc64le",
"7Server-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.s390x",
"7Server-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.x86_64",
"7Workstation-7.9.Z:httpd-0:2.4.6-98.el7_9.7.ppc64",
"7Workstation-7.9.Z:httpd-0:2.4.6-98.el7_9.7.ppc64le",
"7Workstation-7.9.Z:httpd-0:2.4.6-98.el7_9.7.s390x",
"7Workstation-7.9.Z:httpd-0:2.4.6-98.el7_9.7.src",
"7Workstation-7.9.Z:httpd-0:2.4.6-98.el7_9.7.x86_64",
"7Workstation-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64",
"7Workstation-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64le",
"7Workstation-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.s390x",
"7Workstation-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.x86_64",
"7Workstation-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.ppc64",
"7Workstation-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.ppc64le",
"7Workstation-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.s390x",
"7Workstation-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.x86_64",
"7Workstation-7.9.Z:httpd-manual-0:2.4.6-98.el7_9.7.noarch",
"7Workstation-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.ppc64",
"7Workstation-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.ppc64le",
"7Workstation-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.s390x",
"7Workstation-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.x86_64",
"7Workstation-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.ppc64",
"7Workstation-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.ppc64le",
"7Workstation-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.s390x",
"7Workstation-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.x86_64",
"7Workstation-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64",
"7Workstation-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64le",
"7Workstation-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.s390x",
"7Workstation-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.x86_64",
"7Workstation-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.ppc64",
"7Workstation-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.ppc64le",
"7Workstation-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.s390x",
"7Workstation-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.x86_64",
"7Workstation-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.ppc64",
"7Workstation-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.ppc64le",
"7Workstation-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.s390x",
"7Workstation-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.x86_64",
"7Workstation-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.ppc64",
"7Workstation-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.ppc64le",
"7Workstation-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.s390x",
"7Workstation-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.src",
"7Workstation-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.x86_64",
"7Workstation-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64",
"7Workstation-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64le",
"7Workstation-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.s390x",
"7Workstation-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.x86_64",
"7Workstation-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.ppc64",
"7Workstation-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.ppc64le",
"7Workstation-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.s390x",
"7Workstation-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.x86_64",
"7Workstation-optional-7.9.Z:httpd-manual-0:2.4.6-98.el7_9.7.noarch",
"7Workstation-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.ppc64",
"7Workstation-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.ppc64le",
"7Workstation-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.s390x",
"7Workstation-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.x86_64",
"7Workstation-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.ppc64",
"7Workstation-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.ppc64le",
"7Workstation-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.s390x",
"7Workstation-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.x86_64",
"7Workstation-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64",
"7Workstation-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64le",
"7Workstation-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.s390x",
"7Workstation-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.x86_64",
"7Workstation-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.ppc64",
"7Workstation-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.ppc64le",
"7Workstation-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.s390x",
"7Workstation-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.x86_64",
"7Workstation-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.ppc64",
"7Workstation-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.ppc64le",
"7Workstation-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.s390x",
"7Workstation-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1593"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"7Client-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.ppc64",
"7Client-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.ppc64le",
"7Client-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.s390x",
"7Client-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.src",
"7Client-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.x86_64",
"7Client-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64",
"7Client-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64le",
"7Client-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.s390x",
"7Client-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.x86_64",
"7Client-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.ppc64",
"7Client-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.ppc64le",
"7Client-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.s390x",
"7Client-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.x86_64",
"7Client-optional-7.9.Z:httpd-manual-0:2.4.6-98.el7_9.7.noarch",
"7Client-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.ppc64",
"7Client-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.ppc64le",
"7Client-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.s390x",
"7Client-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.x86_64",
"7Client-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.ppc64",
"7Client-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.ppc64le",
"7Client-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.s390x",
"7Client-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.x86_64",
"7Client-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64",
"7Client-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64le",
"7Client-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.s390x",
"7Client-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.x86_64",
"7Client-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.ppc64",
"7Client-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.ppc64le",
"7Client-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.s390x",
"7Client-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.x86_64",
"7Client-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.ppc64",
"7Client-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.ppc64le",
"7Client-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.s390x",
"7Client-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.x86_64",
"7ComputeNode-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.ppc64",
"7ComputeNode-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.ppc64le",
"7ComputeNode-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.s390x",
"7ComputeNode-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.src",
"7ComputeNode-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.x86_64",
"7ComputeNode-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64",
"7ComputeNode-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64le",
"7ComputeNode-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.s390x",
"7ComputeNode-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.x86_64",
"7ComputeNode-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.ppc64",
"7ComputeNode-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.ppc64le",
"7ComputeNode-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.s390x",
"7ComputeNode-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.x86_64",
"7ComputeNode-optional-7.9.Z:httpd-manual-0:2.4.6-98.el7_9.7.noarch",
"7ComputeNode-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.ppc64",
"7ComputeNode-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.ppc64le",
"7ComputeNode-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.s390x",
"7ComputeNode-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.x86_64",
"7ComputeNode-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.ppc64",
"7ComputeNode-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.ppc64le",
"7ComputeNode-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.s390x",
"7ComputeNode-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.x86_64",
"7ComputeNode-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64",
"7ComputeNode-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64le",
"7ComputeNode-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.s390x",
"7ComputeNode-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.x86_64",
"7ComputeNode-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.ppc64",
"7ComputeNode-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.ppc64le",
"7ComputeNode-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.s390x",
"7ComputeNode-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.x86_64",
"7ComputeNode-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.ppc64",
"7ComputeNode-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.ppc64le",
"7ComputeNode-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.s390x",
"7ComputeNode-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.x86_64",
"7Server-7.9.Z:httpd-0:2.4.6-98.el7_9.7.ppc64",
"7Server-7.9.Z:httpd-0:2.4.6-98.el7_9.7.ppc64le",
"7Server-7.9.Z:httpd-0:2.4.6-98.el7_9.7.s390x",
"7Server-7.9.Z:httpd-0:2.4.6-98.el7_9.7.src",
"7Server-7.9.Z:httpd-0:2.4.6-98.el7_9.7.x86_64",
"7Server-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64",
"7Server-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64le",
"7Server-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.s390x",
"7Server-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.x86_64",
"7Server-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.ppc64",
"7Server-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.ppc64le",
"7Server-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.s390x",
"7Server-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.x86_64",
"7Server-7.9.Z:httpd-manual-0:2.4.6-98.el7_9.7.noarch",
"7Server-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.ppc64",
"7Server-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.ppc64le",
"7Server-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.s390x",
"7Server-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.x86_64",
"7Server-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.ppc64",
"7Server-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.ppc64le",
"7Server-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.s390x",
"7Server-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.x86_64",
"7Server-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64",
"7Server-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64le",
"7Server-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.s390x",
"7Server-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.x86_64",
"7Server-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.ppc64",
"7Server-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.ppc64le",
"7Server-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.s390x",
"7Server-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.x86_64",
"7Server-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.ppc64",
"7Server-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.ppc64le",
"7Server-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.s390x",
"7Server-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.x86_64",
"7Server-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.ppc64",
"7Server-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.ppc64le",
"7Server-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.s390x",
"7Server-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.src",
"7Server-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.x86_64",
"7Server-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64",
"7Server-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64le",
"7Server-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.s390x",
"7Server-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.x86_64",
"7Server-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.ppc64",
"7Server-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.ppc64le",
"7Server-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.s390x",
"7Server-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.x86_64",
"7Server-optional-7.9.Z:httpd-manual-0:2.4.6-98.el7_9.7.noarch",
"7Server-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.ppc64",
"7Server-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.ppc64le",
"7Server-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.s390x",
"7Server-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.x86_64",
"7Server-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.ppc64",
"7Server-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.ppc64le",
"7Server-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.s390x",
"7Server-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.x86_64",
"7Server-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64",
"7Server-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64le",
"7Server-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.s390x",
"7Server-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.x86_64",
"7Server-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.ppc64",
"7Server-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.ppc64le",
"7Server-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.s390x",
"7Server-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.x86_64",
"7Server-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.ppc64",
"7Server-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.ppc64le",
"7Server-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.s390x",
"7Server-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.x86_64",
"7Workstation-7.9.Z:httpd-0:2.4.6-98.el7_9.7.ppc64",
"7Workstation-7.9.Z:httpd-0:2.4.6-98.el7_9.7.ppc64le",
"7Workstation-7.9.Z:httpd-0:2.4.6-98.el7_9.7.s390x",
"7Workstation-7.9.Z:httpd-0:2.4.6-98.el7_9.7.src",
"7Workstation-7.9.Z:httpd-0:2.4.6-98.el7_9.7.x86_64",
"7Workstation-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64",
"7Workstation-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64le",
"7Workstation-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.s390x",
"7Workstation-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.x86_64",
"7Workstation-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.ppc64",
"7Workstation-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.ppc64le",
"7Workstation-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.s390x",
"7Workstation-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.x86_64",
"7Workstation-7.9.Z:httpd-manual-0:2.4.6-98.el7_9.7.noarch",
"7Workstation-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.ppc64",
"7Workstation-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.ppc64le",
"7Workstation-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.s390x",
"7Workstation-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.x86_64",
"7Workstation-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.ppc64",
"7Workstation-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.ppc64le",
"7Workstation-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.s390x",
"7Workstation-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.x86_64",
"7Workstation-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64",
"7Workstation-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64le",
"7Workstation-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.s390x",
"7Workstation-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.x86_64",
"7Workstation-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.ppc64",
"7Workstation-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.ppc64le",
"7Workstation-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.s390x",
"7Workstation-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.x86_64",
"7Workstation-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.ppc64",
"7Workstation-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.ppc64le",
"7Workstation-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.s390x",
"7Workstation-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.x86_64",
"7Workstation-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.ppc64",
"7Workstation-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.ppc64le",
"7Workstation-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.s390x",
"7Workstation-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.src",
"7Workstation-optional-7.9.Z:httpd-0:2.4.6-98.el7_9.7.x86_64",
"7Workstation-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64",
"7Workstation-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.ppc64le",
"7Workstation-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.s390x",
"7Workstation-optional-7.9.Z:httpd-debuginfo-0:2.4.6-98.el7_9.7.x86_64",
"7Workstation-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.ppc64",
"7Workstation-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.ppc64le",
"7Workstation-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.s390x",
"7Workstation-optional-7.9.Z:httpd-devel-0:2.4.6-98.el7_9.7.x86_64",
"7Workstation-optional-7.9.Z:httpd-manual-0:2.4.6-98.el7_9.7.noarch",
"7Workstation-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.ppc64",
"7Workstation-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.ppc64le",
"7Workstation-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.s390x",
"7Workstation-optional-7.9.Z:httpd-tools-0:2.4.6-98.el7_9.7.x86_64",
"7Workstation-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.ppc64",
"7Workstation-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.ppc64le",
"7Workstation-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.s390x",
"7Workstation-optional-7.9.Z:mod_ldap-0:2.4.6-98.el7_9.7.x86_64",
"7Workstation-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64",
"7Workstation-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.ppc64le",
"7Workstation-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.s390x",
"7Workstation-optional-7.9.Z:mod_proxy_html-1:2.4.6-98.el7_9.7.x86_64",
"7Workstation-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.ppc64",
"7Workstation-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.ppc64le",
"7Workstation-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.s390x",
"7Workstation-optional-7.9.Z:mod_session-0:2.4.6-98.el7_9.7.x86_64",
"7Workstation-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.ppc64",
"7Workstation-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.ppc64le",
"7Workstation-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.s390x",
"7Workstation-optional-7.9.Z:mod_ssl-1:2.4.6-98.el7_9.7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "httpd: HTTP request splitting with mod_rewrite and mod_proxy"
}
]
}
RHSA-2023:1596
Vulnerability from csaf_redhat - Published: 2023-04-04 10:01 - Updated: 2026-03-22 00:44A vulnerability was found in httpd. This security issue occurs when some mod_proxy configurations on Apache HTTP Server allow an HTTP Request Smuggling attack. Configurations are affected when mod_proxy is enabled along with some form of RewriteRule or ProxyPassMatch in which a non-specific pattern matches some portion of the user-supplied request-target (URL) data and is then re-inserted into the proxied request-target using variable substitution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.4.0.Z.EUS:httpd-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:httpd-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:httpd-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:httpd-0:2.4.37-39.module+el8.4.0+18509+78723510.6.src::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:httpd-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:httpd-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:httpd-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:httpd-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:httpd-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:httpd-debugsource-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:httpd-debugsource-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:httpd-debugsource-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:httpd-debugsource-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:httpd-devel-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:httpd-devel-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:httpd-devel-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:httpd-devel-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:httpd-filesystem-0:2.4.37-39.module+el8.4.0+18509+78723510.6.noarch::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:httpd-manual-0:2.4.37-39.module+el8.4.0+18509+78723510.6.noarch::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:httpd-tools-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:httpd-tools-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:httpd-tools-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:httpd-tools-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:httpd-tools-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:httpd-tools-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:httpd-tools-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:httpd-tools-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:mod_http2-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.aarch64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:mod_http2-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.ppc64le::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:mod_http2-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.s390x::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:mod_http2-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.src::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:mod_http2-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.x86_64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:mod_http2-debuginfo-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.aarch64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:mod_http2-debuginfo-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.ppc64le::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:mod_http2-debuginfo-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.s390x::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:mod_http2-debuginfo-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.x86_64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:mod_http2-debugsource-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.aarch64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:mod_http2-debugsource-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.ppc64le::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:mod_http2-debugsource-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.s390x::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:mod_http2-debugsource-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.x86_64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:mod_ldap-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:mod_ldap-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:mod_ldap-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:mod_ldap-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:mod_ldap-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:mod_ldap-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:mod_ldap-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:mod_ldap-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.aarch64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.ppc64le::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.s390x::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.src::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.x86_64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.aarch64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.ppc64le::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.s390x::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.x86_64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.aarch64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.ppc64le::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.s390x::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.x86_64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:mod_proxy_html-1:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:mod_proxy_html-1:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:mod_proxy_html-1:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:mod_proxy_html-1:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:mod_proxy_html-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:mod_proxy_html-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:mod_proxy_html-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:mod_proxy_html-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:mod_session-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:mod_session-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:mod_session-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:mod_session-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:mod_session-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:mod_session-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:mod_session-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:mod_session-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:mod_ssl-1:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:mod_ssl-1:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:mod_ssl-1:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:mod_ssl-1:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:mod_ssl-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:mod_ssl-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:mod_ssl-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS:mod_ssl-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the httpd:2.4 module is now available for Red Hat Enterprise Linux 8.4 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The httpd packages provide the Apache HTTP Server, a powerful, efficient, and extensible web server.\n\nSecurity Fix(es):\n\n* httpd: HTTP request splitting with mod_rewrite and mod_proxy (CVE-2023-25690)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:1596",
"url": "https://access.redhat.com/errata/RHSA-2023:1596"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2176209",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176209"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_1596.json"
}
],
"title": "Red Hat Security Advisory: httpd:2.4 security update",
"tracking": {
"current_release_date": "2026-03-22T00:44:26+00:00",
"generator": {
"date": "2026-03-22T00:44:26+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2023:1596",
"initial_release_date": "2023-04-04T10:01:38+00:00",
"revision_history": [
{
"date": "2023-04-04T10:01:38+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-04-04T10:01:38+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-22T00:44:26+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:8.4::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "httpd-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"product": {
"name": "httpd-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64 (httpd:2.4)",
"product_id": "httpd-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd@2.4.37-39.module%2Bel8.4.0%2B18509%2B78723510.6?arch=aarch64\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "httpd-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"product": {
"name": "httpd-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64 (httpd:2.4)",
"product_id": "httpd-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-debuginfo@2.4.37-39.module%2Bel8.4.0%2B18509%2B78723510.6?arch=aarch64\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "httpd-debugsource-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"product": {
"name": "httpd-debugsource-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64 (httpd:2.4)",
"product_id": "httpd-debugsource-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-debugsource@2.4.37-39.module%2Bel8.4.0%2B18509%2B78723510.6?arch=aarch64\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "httpd-devel-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"product": {
"name": "httpd-devel-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64 (httpd:2.4)",
"product_id": "httpd-devel-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-devel@2.4.37-39.module%2Bel8.4.0%2B18509%2B78723510.6?arch=aarch64\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "httpd-tools-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"product": {
"name": "httpd-tools-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64 (httpd:2.4)",
"product_id": "httpd-tools-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-tools@2.4.37-39.module%2Bel8.4.0%2B18509%2B78723510.6?arch=aarch64\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "httpd-tools-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"product": {
"name": "httpd-tools-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64 (httpd:2.4)",
"product_id": "httpd-tools-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-tools-debuginfo@2.4.37-39.module%2Bel8.4.0%2B18509%2B78723510.6?arch=aarch64\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_http2-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.aarch64::httpd:2.4",
"product": {
"name": "mod_http2-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.aarch64 (httpd:2.4)",
"product_id": "mod_http2-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.aarch64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_http2@1.15.7-3.module%2Bel8.4.0%2B18512%2B9c29e63a.2?arch=aarch64\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_http2-debuginfo-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.aarch64::httpd:2.4",
"product": {
"name": "mod_http2-debuginfo-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.aarch64 (httpd:2.4)",
"product_id": "mod_http2-debuginfo-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.aarch64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_http2-debuginfo@1.15.7-3.module%2Bel8.4.0%2B18512%2B9c29e63a.2?arch=aarch64\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_http2-debugsource-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.aarch64::httpd:2.4",
"product": {
"name": "mod_http2-debugsource-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.aarch64 (httpd:2.4)",
"product_id": "mod_http2-debugsource-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.aarch64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_http2-debugsource@1.15.7-3.module%2Bel8.4.0%2B18512%2B9c29e63a.2?arch=aarch64\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_ldap-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"product": {
"name": "mod_ldap-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64 (httpd:2.4)",
"product_id": "mod_ldap-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ldap@2.4.37-39.module%2Bel8.4.0%2B18509%2B78723510.6?arch=aarch64\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_ldap-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"product": {
"name": "mod_ldap-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64 (httpd:2.4)",
"product_id": "mod_ldap-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ldap-debuginfo@2.4.37-39.module%2Bel8.4.0%2B18509%2B78723510.6?arch=aarch64\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.aarch64::httpd:2.4",
"product": {
"name": "mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.aarch64 (httpd:2.4)",
"product_id": "mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.aarch64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_md@2.0.8-8.module%2Bel8.3.0%2B6814%2B67d1e611?arch=aarch64\u0026epoch=1\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.aarch64::httpd:2.4",
"product": {
"name": "mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.aarch64 (httpd:2.4)",
"product_id": "mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.aarch64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_md-debuginfo@2.0.8-8.module%2Bel8.3.0%2B6814%2B67d1e611?arch=aarch64\u0026epoch=1\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.aarch64::httpd:2.4",
"product": {
"name": "mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.aarch64 (httpd:2.4)",
"product_id": "mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.aarch64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_md-debugsource@2.0.8-8.module%2Bel8.3.0%2B6814%2B67d1e611?arch=aarch64\u0026epoch=1\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_proxy_html-1:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"product": {
"name": "mod_proxy_html-1:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64 (httpd:2.4)",
"product_id": "mod_proxy_html-1:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_proxy_html@2.4.37-39.module%2Bel8.4.0%2B18509%2B78723510.6?arch=aarch64\u0026epoch=1\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_proxy_html-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"product": {
"name": "mod_proxy_html-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64 (httpd:2.4)",
"product_id": "mod_proxy_html-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_proxy_html-debuginfo@2.4.37-39.module%2Bel8.4.0%2B18509%2B78723510.6?arch=aarch64\u0026epoch=1\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_session-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"product": {
"name": "mod_session-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64 (httpd:2.4)",
"product_id": "mod_session-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_session@2.4.37-39.module%2Bel8.4.0%2B18509%2B78723510.6?arch=aarch64\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_session-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"product": {
"name": "mod_session-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64 (httpd:2.4)",
"product_id": "mod_session-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_session-debuginfo@2.4.37-39.module%2Bel8.4.0%2B18509%2B78723510.6?arch=aarch64\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_ssl-1:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"product": {
"name": "mod_ssl-1:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64 (httpd:2.4)",
"product_id": "mod_ssl-1:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ssl@2.4.37-39.module%2Bel8.4.0%2B18509%2B78723510.6?arch=aarch64\u0026epoch=1\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_ssl-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"product": {
"name": "mod_ssl-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64 (httpd:2.4)",
"product_id": "mod_ssl-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ssl-debuginfo@2.4.37-39.module%2Bel8.4.0%2B18509%2B78723510.6?arch=aarch64\u0026epoch=1\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "httpd-0:2.4.37-39.module+el8.4.0+18509+78723510.6.src::httpd:2.4",
"product": {
"name": "httpd-0:2.4.37-39.module+el8.4.0+18509+78723510.6.src (httpd:2.4)",
"product_id": "httpd-0:2.4.37-39.module+el8.4.0+18509+78723510.6.src::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd@2.4.37-39.module%2Bel8.4.0%2B18509%2B78723510.6?arch=src\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_http2-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.src::httpd:2.4",
"product": {
"name": "mod_http2-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.src (httpd:2.4)",
"product_id": "mod_http2-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.src::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_http2@1.15.7-3.module%2Bel8.4.0%2B18512%2B9c29e63a.2?arch=src\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.src::httpd:2.4",
"product": {
"name": "mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.src (httpd:2.4)",
"product_id": "mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.src::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_md@2.0.8-8.module%2Bel8.3.0%2B6814%2B67d1e611?arch=src\u0026epoch=1\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "httpd-filesystem-0:2.4.37-39.module+el8.4.0+18509+78723510.6.noarch::httpd:2.4",
"product": {
"name": "httpd-filesystem-0:2.4.37-39.module+el8.4.0+18509+78723510.6.noarch (httpd:2.4)",
"product_id": "httpd-filesystem-0:2.4.37-39.module+el8.4.0+18509+78723510.6.noarch::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-filesystem@2.4.37-39.module%2Bel8.4.0%2B18509%2B78723510.6?arch=noarch\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "httpd-manual-0:2.4.37-39.module+el8.4.0+18509+78723510.6.noarch::httpd:2.4",
"product": {
"name": "httpd-manual-0:2.4.37-39.module+el8.4.0+18509+78723510.6.noarch (httpd:2.4)",
"product_id": "httpd-manual-0:2.4.37-39.module+el8.4.0+18509+78723510.6.noarch::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-manual@2.4.37-39.module%2Bel8.4.0%2B18509%2B78723510.6?arch=noarch\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "httpd-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"product": {
"name": "httpd-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le (httpd:2.4)",
"product_id": "httpd-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd@2.4.37-39.module%2Bel8.4.0%2B18509%2B78723510.6?arch=ppc64le\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "httpd-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"product": {
"name": "httpd-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le (httpd:2.4)",
"product_id": "httpd-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-debuginfo@2.4.37-39.module%2Bel8.4.0%2B18509%2B78723510.6?arch=ppc64le\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "httpd-debugsource-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"product": {
"name": "httpd-debugsource-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le (httpd:2.4)",
"product_id": "httpd-debugsource-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-debugsource@2.4.37-39.module%2Bel8.4.0%2B18509%2B78723510.6?arch=ppc64le\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "httpd-devel-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"product": {
"name": "httpd-devel-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le (httpd:2.4)",
"product_id": "httpd-devel-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-devel@2.4.37-39.module%2Bel8.4.0%2B18509%2B78723510.6?arch=ppc64le\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "httpd-tools-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"product": {
"name": "httpd-tools-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le (httpd:2.4)",
"product_id": "httpd-tools-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-tools@2.4.37-39.module%2Bel8.4.0%2B18509%2B78723510.6?arch=ppc64le\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "httpd-tools-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"product": {
"name": "httpd-tools-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le (httpd:2.4)",
"product_id": "httpd-tools-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-tools-debuginfo@2.4.37-39.module%2Bel8.4.0%2B18509%2B78723510.6?arch=ppc64le\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_http2-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.ppc64le::httpd:2.4",
"product": {
"name": "mod_http2-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.ppc64le (httpd:2.4)",
"product_id": "mod_http2-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.ppc64le::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_http2@1.15.7-3.module%2Bel8.4.0%2B18512%2B9c29e63a.2?arch=ppc64le\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_http2-debuginfo-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.ppc64le::httpd:2.4",
"product": {
"name": "mod_http2-debuginfo-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.ppc64le (httpd:2.4)",
"product_id": "mod_http2-debuginfo-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.ppc64le::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_http2-debuginfo@1.15.7-3.module%2Bel8.4.0%2B18512%2B9c29e63a.2?arch=ppc64le\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_http2-debugsource-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.ppc64le::httpd:2.4",
"product": {
"name": "mod_http2-debugsource-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.ppc64le (httpd:2.4)",
"product_id": "mod_http2-debugsource-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.ppc64le::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_http2-debugsource@1.15.7-3.module%2Bel8.4.0%2B18512%2B9c29e63a.2?arch=ppc64le\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_ldap-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"product": {
"name": "mod_ldap-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le (httpd:2.4)",
"product_id": "mod_ldap-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ldap@2.4.37-39.module%2Bel8.4.0%2B18509%2B78723510.6?arch=ppc64le\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_ldap-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"product": {
"name": "mod_ldap-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le (httpd:2.4)",
"product_id": "mod_ldap-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ldap-debuginfo@2.4.37-39.module%2Bel8.4.0%2B18509%2B78723510.6?arch=ppc64le\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.ppc64le::httpd:2.4",
"product": {
"name": "mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.ppc64le (httpd:2.4)",
"product_id": "mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.ppc64le::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_md@2.0.8-8.module%2Bel8.3.0%2B6814%2B67d1e611?arch=ppc64le\u0026epoch=1\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.ppc64le::httpd:2.4",
"product": {
"name": "mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.ppc64le (httpd:2.4)",
"product_id": "mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.ppc64le::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_md-debuginfo@2.0.8-8.module%2Bel8.3.0%2B6814%2B67d1e611?arch=ppc64le\u0026epoch=1\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.ppc64le::httpd:2.4",
"product": {
"name": "mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.ppc64le (httpd:2.4)",
"product_id": "mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.ppc64le::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_md-debugsource@2.0.8-8.module%2Bel8.3.0%2B6814%2B67d1e611?arch=ppc64le\u0026epoch=1\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_proxy_html-1:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"product": {
"name": "mod_proxy_html-1:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le (httpd:2.4)",
"product_id": "mod_proxy_html-1:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_proxy_html@2.4.37-39.module%2Bel8.4.0%2B18509%2B78723510.6?arch=ppc64le\u0026epoch=1\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_proxy_html-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"product": {
"name": "mod_proxy_html-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le (httpd:2.4)",
"product_id": "mod_proxy_html-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_proxy_html-debuginfo@2.4.37-39.module%2Bel8.4.0%2B18509%2B78723510.6?arch=ppc64le\u0026epoch=1\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_session-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"product": {
"name": "mod_session-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le (httpd:2.4)",
"product_id": "mod_session-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_session@2.4.37-39.module%2Bel8.4.0%2B18509%2B78723510.6?arch=ppc64le\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_session-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"product": {
"name": "mod_session-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le (httpd:2.4)",
"product_id": "mod_session-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_session-debuginfo@2.4.37-39.module%2Bel8.4.0%2B18509%2B78723510.6?arch=ppc64le\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_ssl-1:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"product": {
"name": "mod_ssl-1:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le (httpd:2.4)",
"product_id": "mod_ssl-1:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ssl@2.4.37-39.module%2Bel8.4.0%2B18509%2B78723510.6?arch=ppc64le\u0026epoch=1\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_ssl-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"product": {
"name": "mod_ssl-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le (httpd:2.4)",
"product_id": "mod_ssl-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ssl-debuginfo@2.4.37-39.module%2Bel8.4.0%2B18509%2B78723510.6?arch=ppc64le\u0026epoch=1\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "httpd-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"product": {
"name": "httpd-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x (httpd:2.4)",
"product_id": "httpd-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd@2.4.37-39.module%2Bel8.4.0%2B18509%2B78723510.6?arch=s390x\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "httpd-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"product": {
"name": "httpd-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x (httpd:2.4)",
"product_id": "httpd-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-debuginfo@2.4.37-39.module%2Bel8.4.0%2B18509%2B78723510.6?arch=s390x\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "httpd-debugsource-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"product": {
"name": "httpd-debugsource-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x (httpd:2.4)",
"product_id": "httpd-debugsource-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-debugsource@2.4.37-39.module%2Bel8.4.0%2B18509%2B78723510.6?arch=s390x\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "httpd-devel-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"product": {
"name": "httpd-devel-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x (httpd:2.4)",
"product_id": "httpd-devel-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-devel@2.4.37-39.module%2Bel8.4.0%2B18509%2B78723510.6?arch=s390x\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "httpd-tools-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"product": {
"name": "httpd-tools-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x (httpd:2.4)",
"product_id": "httpd-tools-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-tools@2.4.37-39.module%2Bel8.4.0%2B18509%2B78723510.6?arch=s390x\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "httpd-tools-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"product": {
"name": "httpd-tools-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x (httpd:2.4)",
"product_id": "httpd-tools-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-tools-debuginfo@2.4.37-39.module%2Bel8.4.0%2B18509%2B78723510.6?arch=s390x\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_http2-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.s390x::httpd:2.4",
"product": {
"name": "mod_http2-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.s390x (httpd:2.4)",
"product_id": "mod_http2-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.s390x::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_http2@1.15.7-3.module%2Bel8.4.0%2B18512%2B9c29e63a.2?arch=s390x\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_http2-debuginfo-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.s390x::httpd:2.4",
"product": {
"name": "mod_http2-debuginfo-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.s390x (httpd:2.4)",
"product_id": "mod_http2-debuginfo-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.s390x::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_http2-debuginfo@1.15.7-3.module%2Bel8.4.0%2B18512%2B9c29e63a.2?arch=s390x\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_http2-debugsource-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.s390x::httpd:2.4",
"product": {
"name": "mod_http2-debugsource-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.s390x (httpd:2.4)",
"product_id": "mod_http2-debugsource-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.s390x::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_http2-debugsource@1.15.7-3.module%2Bel8.4.0%2B18512%2B9c29e63a.2?arch=s390x\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_ldap-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"product": {
"name": "mod_ldap-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x (httpd:2.4)",
"product_id": "mod_ldap-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ldap@2.4.37-39.module%2Bel8.4.0%2B18509%2B78723510.6?arch=s390x\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_ldap-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"product": {
"name": "mod_ldap-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x (httpd:2.4)",
"product_id": "mod_ldap-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ldap-debuginfo@2.4.37-39.module%2Bel8.4.0%2B18509%2B78723510.6?arch=s390x\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.s390x::httpd:2.4",
"product": {
"name": "mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.s390x (httpd:2.4)",
"product_id": "mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.s390x::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_md@2.0.8-8.module%2Bel8.3.0%2B6814%2B67d1e611?arch=s390x\u0026epoch=1\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.s390x::httpd:2.4",
"product": {
"name": "mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.s390x (httpd:2.4)",
"product_id": "mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.s390x::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_md-debuginfo@2.0.8-8.module%2Bel8.3.0%2B6814%2B67d1e611?arch=s390x\u0026epoch=1\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.s390x::httpd:2.4",
"product": {
"name": "mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.s390x (httpd:2.4)",
"product_id": "mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.s390x::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_md-debugsource@2.0.8-8.module%2Bel8.3.0%2B6814%2B67d1e611?arch=s390x\u0026epoch=1\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_proxy_html-1:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"product": {
"name": "mod_proxy_html-1:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x (httpd:2.4)",
"product_id": "mod_proxy_html-1:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_proxy_html@2.4.37-39.module%2Bel8.4.0%2B18509%2B78723510.6?arch=s390x\u0026epoch=1\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_proxy_html-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"product": {
"name": "mod_proxy_html-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x (httpd:2.4)",
"product_id": "mod_proxy_html-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_proxy_html-debuginfo@2.4.37-39.module%2Bel8.4.0%2B18509%2B78723510.6?arch=s390x\u0026epoch=1\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_session-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"product": {
"name": "mod_session-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x (httpd:2.4)",
"product_id": "mod_session-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_session@2.4.37-39.module%2Bel8.4.0%2B18509%2B78723510.6?arch=s390x\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_session-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"product": {
"name": "mod_session-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x (httpd:2.4)",
"product_id": "mod_session-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_session-debuginfo@2.4.37-39.module%2Bel8.4.0%2B18509%2B78723510.6?arch=s390x\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_ssl-1:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"product": {
"name": "mod_ssl-1:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x (httpd:2.4)",
"product_id": "mod_ssl-1:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ssl@2.4.37-39.module%2Bel8.4.0%2B18509%2B78723510.6?arch=s390x\u0026epoch=1\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_ssl-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"product": {
"name": "mod_ssl-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x (httpd:2.4)",
"product_id": "mod_ssl-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ssl-debuginfo@2.4.37-39.module%2Bel8.4.0%2B18509%2B78723510.6?arch=s390x\u0026epoch=1\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "httpd-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"product": {
"name": "httpd-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64 (httpd:2.4)",
"product_id": "httpd-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd@2.4.37-39.module%2Bel8.4.0%2B18509%2B78723510.6?arch=x86_64\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "httpd-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"product": {
"name": "httpd-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64 (httpd:2.4)",
"product_id": "httpd-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-debuginfo@2.4.37-39.module%2Bel8.4.0%2B18509%2B78723510.6?arch=x86_64\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "httpd-debugsource-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"product": {
"name": "httpd-debugsource-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64 (httpd:2.4)",
"product_id": "httpd-debugsource-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-debugsource@2.4.37-39.module%2Bel8.4.0%2B18509%2B78723510.6?arch=x86_64\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "httpd-devel-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"product": {
"name": "httpd-devel-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64 (httpd:2.4)",
"product_id": "httpd-devel-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-devel@2.4.37-39.module%2Bel8.4.0%2B18509%2B78723510.6?arch=x86_64\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "httpd-tools-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"product": {
"name": "httpd-tools-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64 (httpd:2.4)",
"product_id": "httpd-tools-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-tools@2.4.37-39.module%2Bel8.4.0%2B18509%2B78723510.6?arch=x86_64\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "httpd-tools-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"product": {
"name": "httpd-tools-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64 (httpd:2.4)",
"product_id": "httpd-tools-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-tools-debuginfo@2.4.37-39.module%2Bel8.4.0%2B18509%2B78723510.6?arch=x86_64\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_http2-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.x86_64::httpd:2.4",
"product": {
"name": "mod_http2-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.x86_64 (httpd:2.4)",
"product_id": "mod_http2-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.x86_64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_http2@1.15.7-3.module%2Bel8.4.0%2B18512%2B9c29e63a.2?arch=x86_64\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_http2-debuginfo-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.x86_64::httpd:2.4",
"product": {
"name": "mod_http2-debuginfo-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.x86_64 (httpd:2.4)",
"product_id": "mod_http2-debuginfo-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.x86_64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_http2-debuginfo@1.15.7-3.module%2Bel8.4.0%2B18512%2B9c29e63a.2?arch=x86_64\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_http2-debugsource-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.x86_64::httpd:2.4",
"product": {
"name": "mod_http2-debugsource-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.x86_64 (httpd:2.4)",
"product_id": "mod_http2-debugsource-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.x86_64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_http2-debugsource@1.15.7-3.module%2Bel8.4.0%2B18512%2B9c29e63a.2?arch=x86_64\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_ldap-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"product": {
"name": "mod_ldap-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64 (httpd:2.4)",
"product_id": "mod_ldap-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ldap@2.4.37-39.module%2Bel8.4.0%2B18509%2B78723510.6?arch=x86_64\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_ldap-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"product": {
"name": "mod_ldap-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64 (httpd:2.4)",
"product_id": "mod_ldap-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ldap-debuginfo@2.4.37-39.module%2Bel8.4.0%2B18509%2B78723510.6?arch=x86_64\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.x86_64::httpd:2.4",
"product": {
"name": "mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.x86_64 (httpd:2.4)",
"product_id": "mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.x86_64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_md@2.0.8-8.module%2Bel8.3.0%2B6814%2B67d1e611?arch=x86_64\u0026epoch=1\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.x86_64::httpd:2.4",
"product": {
"name": "mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.x86_64 (httpd:2.4)",
"product_id": "mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.x86_64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_md-debuginfo@2.0.8-8.module%2Bel8.3.0%2B6814%2B67d1e611?arch=x86_64\u0026epoch=1\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.x86_64::httpd:2.4",
"product": {
"name": "mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.x86_64 (httpd:2.4)",
"product_id": "mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.x86_64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_md-debugsource@2.0.8-8.module%2Bel8.3.0%2B6814%2B67d1e611?arch=x86_64\u0026epoch=1\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_proxy_html-1:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"product": {
"name": "mod_proxy_html-1:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64 (httpd:2.4)",
"product_id": "mod_proxy_html-1:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_proxy_html@2.4.37-39.module%2Bel8.4.0%2B18509%2B78723510.6?arch=x86_64\u0026epoch=1\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_proxy_html-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"product": {
"name": "mod_proxy_html-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64 (httpd:2.4)",
"product_id": "mod_proxy_html-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_proxy_html-debuginfo@2.4.37-39.module%2Bel8.4.0%2B18509%2B78723510.6?arch=x86_64\u0026epoch=1\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_session-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"product": {
"name": "mod_session-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64 (httpd:2.4)",
"product_id": "mod_session-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_session@2.4.37-39.module%2Bel8.4.0%2B18509%2B78723510.6?arch=x86_64\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_session-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"product": {
"name": "mod_session-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64 (httpd:2.4)",
"product_id": "mod_session-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_session-debuginfo@2.4.37-39.module%2Bel8.4.0%2B18509%2B78723510.6?arch=x86_64\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_ssl-1:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"product": {
"name": "mod_ssl-1:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64 (httpd:2.4)",
"product_id": "mod_ssl-1:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ssl@2.4.37-39.module%2Bel8.4.0%2B18509%2B78723510.6?arch=x86_64\u0026epoch=1\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "mod_ssl-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"product": {
"name": "mod_ssl-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64 (httpd:2.4)",
"product_id": "mod_ssl-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ssl-debuginfo@2.4.37-39.module%2Bel8.4.0%2B18509%2B78723510.6?arch=x86_64\u0026epoch=1\u0026rpmmod=httpd:2.4:8040020230329004917:522a0ee4"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:httpd-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4"
},
"product_reference": "httpd-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:httpd-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4"
},
"product_reference": "httpd-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:httpd-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4"
},
"product_reference": "httpd-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-0:2.4.37-39.module+el8.4.0+18509+78723510.6.src (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:httpd-0:2.4.37-39.module+el8.4.0+18509+78723510.6.src::httpd:2.4"
},
"product_reference": "httpd-0:2.4.37-39.module+el8.4.0+18509+78723510.6.src::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:httpd-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4"
},
"product_reference": "httpd-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:httpd-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4"
},
"product_reference": "httpd-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:httpd-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4"
},
"product_reference": "httpd-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:httpd-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4"
},
"product_reference": "httpd-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:httpd-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4"
},
"product_reference": "httpd-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-debugsource-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:httpd-debugsource-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4"
},
"product_reference": "httpd-debugsource-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-debugsource-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:httpd-debugsource-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4"
},
"product_reference": "httpd-debugsource-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-debugsource-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:httpd-debugsource-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4"
},
"product_reference": "httpd-debugsource-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-debugsource-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:httpd-debugsource-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4"
},
"product_reference": "httpd-debugsource-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-devel-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:httpd-devel-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4"
},
"product_reference": "httpd-devel-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-devel-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:httpd-devel-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4"
},
"product_reference": "httpd-devel-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-devel-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:httpd-devel-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4"
},
"product_reference": "httpd-devel-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-devel-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:httpd-devel-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4"
},
"product_reference": "httpd-devel-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-filesystem-0:2.4.37-39.module+el8.4.0+18509+78723510.6.noarch (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:httpd-filesystem-0:2.4.37-39.module+el8.4.0+18509+78723510.6.noarch::httpd:2.4"
},
"product_reference": "httpd-filesystem-0:2.4.37-39.module+el8.4.0+18509+78723510.6.noarch::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-manual-0:2.4.37-39.module+el8.4.0+18509+78723510.6.noarch (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:httpd-manual-0:2.4.37-39.module+el8.4.0+18509+78723510.6.noarch::httpd:2.4"
},
"product_reference": "httpd-manual-0:2.4.37-39.module+el8.4.0+18509+78723510.6.noarch::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-tools-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:httpd-tools-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4"
},
"product_reference": "httpd-tools-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-tools-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:httpd-tools-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4"
},
"product_reference": "httpd-tools-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-tools-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:httpd-tools-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4"
},
"product_reference": "httpd-tools-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-tools-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:httpd-tools-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4"
},
"product_reference": "httpd-tools-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-tools-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:httpd-tools-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4"
},
"product_reference": "httpd-tools-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-tools-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:httpd-tools-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4"
},
"product_reference": "httpd-tools-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-tools-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:httpd-tools-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4"
},
"product_reference": "httpd-tools-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-tools-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:httpd-tools-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4"
},
"product_reference": "httpd-tools-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_http2-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.aarch64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:mod_http2-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.aarch64::httpd:2.4"
},
"product_reference": "mod_http2-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.aarch64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_http2-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.ppc64le (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:mod_http2-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.ppc64le::httpd:2.4"
},
"product_reference": "mod_http2-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.ppc64le::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_http2-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.s390x (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:mod_http2-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.s390x::httpd:2.4"
},
"product_reference": "mod_http2-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.s390x::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_http2-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.src (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:mod_http2-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.src::httpd:2.4"
},
"product_reference": "mod_http2-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.src::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_http2-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.x86_64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:mod_http2-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.x86_64::httpd:2.4"
},
"product_reference": "mod_http2-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.x86_64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_http2-debuginfo-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.aarch64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:mod_http2-debuginfo-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.aarch64::httpd:2.4"
},
"product_reference": "mod_http2-debuginfo-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.aarch64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_http2-debuginfo-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.ppc64le (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:mod_http2-debuginfo-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.ppc64le::httpd:2.4"
},
"product_reference": "mod_http2-debuginfo-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.ppc64le::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_http2-debuginfo-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.s390x (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:mod_http2-debuginfo-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.s390x::httpd:2.4"
},
"product_reference": "mod_http2-debuginfo-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.s390x::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_http2-debuginfo-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.x86_64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:mod_http2-debuginfo-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.x86_64::httpd:2.4"
},
"product_reference": "mod_http2-debuginfo-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.x86_64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_http2-debugsource-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.aarch64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:mod_http2-debugsource-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.aarch64::httpd:2.4"
},
"product_reference": "mod_http2-debugsource-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.aarch64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_http2-debugsource-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.ppc64le (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:mod_http2-debugsource-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.ppc64le::httpd:2.4"
},
"product_reference": "mod_http2-debugsource-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.ppc64le::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_http2-debugsource-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.s390x (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:mod_http2-debugsource-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.s390x::httpd:2.4"
},
"product_reference": "mod_http2-debugsource-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.s390x::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_http2-debugsource-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.x86_64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:mod_http2-debugsource-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.x86_64::httpd:2.4"
},
"product_reference": "mod_http2-debugsource-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.x86_64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ldap-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:mod_ldap-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4"
},
"product_reference": "mod_ldap-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ldap-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:mod_ldap-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4"
},
"product_reference": "mod_ldap-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ldap-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:mod_ldap-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4"
},
"product_reference": "mod_ldap-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ldap-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:mod_ldap-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4"
},
"product_reference": "mod_ldap-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ldap-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:mod_ldap-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4"
},
"product_reference": "mod_ldap-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ldap-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:mod_ldap-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4"
},
"product_reference": "mod_ldap-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ldap-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:mod_ldap-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4"
},
"product_reference": "mod_ldap-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ldap-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:mod_ldap-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4"
},
"product_reference": "mod_ldap-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.aarch64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.aarch64::httpd:2.4"
},
"product_reference": "mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.aarch64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.ppc64le (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.ppc64le::httpd:2.4"
},
"product_reference": "mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.ppc64le::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.s390x (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.s390x::httpd:2.4"
},
"product_reference": "mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.s390x::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.src (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.src::httpd:2.4"
},
"product_reference": "mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.src::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.x86_64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.x86_64::httpd:2.4"
},
"product_reference": "mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.x86_64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.aarch64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.aarch64::httpd:2.4"
},
"product_reference": "mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.aarch64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.ppc64le (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.ppc64le::httpd:2.4"
},
"product_reference": "mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.ppc64le::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.s390x (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.s390x::httpd:2.4"
},
"product_reference": "mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.s390x::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.x86_64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.x86_64::httpd:2.4"
},
"product_reference": "mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.x86_64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.aarch64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.aarch64::httpd:2.4"
},
"product_reference": "mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.aarch64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.ppc64le (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.ppc64le::httpd:2.4"
},
"product_reference": "mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.ppc64le::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.s390x (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.s390x::httpd:2.4"
},
"product_reference": "mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.s390x::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.x86_64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.x86_64::httpd:2.4"
},
"product_reference": "mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.x86_64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_proxy_html-1:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:mod_proxy_html-1:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4"
},
"product_reference": "mod_proxy_html-1:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_proxy_html-1:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:mod_proxy_html-1:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4"
},
"product_reference": "mod_proxy_html-1:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_proxy_html-1:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:mod_proxy_html-1:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4"
},
"product_reference": "mod_proxy_html-1:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_proxy_html-1:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:mod_proxy_html-1:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4"
},
"product_reference": "mod_proxy_html-1:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_proxy_html-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:mod_proxy_html-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4"
},
"product_reference": "mod_proxy_html-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_proxy_html-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:mod_proxy_html-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4"
},
"product_reference": "mod_proxy_html-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_proxy_html-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:mod_proxy_html-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4"
},
"product_reference": "mod_proxy_html-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_proxy_html-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:mod_proxy_html-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4"
},
"product_reference": "mod_proxy_html-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_session-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:mod_session-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4"
},
"product_reference": "mod_session-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_session-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:mod_session-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4"
},
"product_reference": "mod_session-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_session-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:mod_session-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4"
},
"product_reference": "mod_session-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_session-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:mod_session-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4"
},
"product_reference": "mod_session-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_session-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:mod_session-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4"
},
"product_reference": "mod_session-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_session-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:mod_session-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4"
},
"product_reference": "mod_session-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_session-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:mod_session-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4"
},
"product_reference": "mod_session-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_session-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:mod_session-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4"
},
"product_reference": "mod_session-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ssl-1:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:mod_ssl-1:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4"
},
"product_reference": "mod_ssl-1:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ssl-1:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:mod_ssl-1:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4"
},
"product_reference": "mod_ssl-1:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ssl-1:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:mod_ssl-1:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4"
},
"product_reference": "mod_ssl-1:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ssl-1:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:mod_ssl-1:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4"
},
"product_reference": "mod_ssl-1:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ssl-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:mod_ssl-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4"
},
"product_reference": "mod_ssl-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ssl-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:mod_ssl-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4"
},
"product_reference": "mod_ssl-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ssl-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:mod_ssl-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4"
},
"product_reference": "mod_ssl-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ssl-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS:mod_ssl-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4"
},
"product_reference": "mod_ssl-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-25690",
"cwe": {
"id": "CWE-113",
"name": "Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Request/Response Splitting\u0027)"
},
"discovery_date": "2023-03-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2176209"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in httpd. This security issue occurs when some mod_proxy configurations on Apache HTTP Server allow an HTTP Request Smuggling attack. Configurations are affected when mod_proxy is enabled along with some form of RewriteRule or ProxyPassMatch in which a non-specific pattern matches some portion of the user-supplied request-target (URL) data and is then re-inserted into the proxied request-target using variable substitution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "httpd: HTTP request splitting with mod_rewrite and mod_proxy",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.4.0.Z.EUS:httpd-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-0:2.4.37-39.module+el8.4.0+18509+78723510.6.src::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-debugsource-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-debugsource-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-debugsource-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-debugsource-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-devel-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-devel-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-devel-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-devel-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-filesystem-0:2.4.37-39.module+el8.4.0+18509+78723510.6.noarch::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-manual-0:2.4.37-39.module+el8.4.0+18509+78723510.6.noarch::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-tools-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-tools-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-tools-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-tools-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-tools-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-tools-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-tools-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-tools-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_http2-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.aarch64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_http2-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.ppc64le::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_http2-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.s390x::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_http2-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.src::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_http2-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.x86_64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_http2-debuginfo-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.aarch64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_http2-debuginfo-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.ppc64le::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_http2-debuginfo-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.s390x::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_http2-debuginfo-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.x86_64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_http2-debugsource-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.aarch64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_http2-debugsource-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.ppc64le::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_http2-debugsource-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.s390x::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_http2-debugsource-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.x86_64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_ldap-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_ldap-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_ldap-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_ldap-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_ldap-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_ldap-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_ldap-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_ldap-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.aarch64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.ppc64le::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.s390x::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.src::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.x86_64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.aarch64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.ppc64le::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.s390x::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.x86_64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.aarch64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.ppc64le::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.s390x::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.x86_64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_proxy_html-1:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_proxy_html-1:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_proxy_html-1:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_proxy_html-1:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_proxy_html-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_proxy_html-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_proxy_html-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_proxy_html-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_session-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_session-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_session-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_session-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_session-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_session-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_session-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_session-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_ssl-1:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_ssl-1:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_ssl-1:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_ssl-1:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_ssl-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_ssl-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_ssl-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_ssl-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-25690"
},
{
"category": "external",
"summary": "RHBZ#2176209",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176209"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-25690",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25690"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-25690",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-25690"
},
{
"category": "external",
"summary": "https://httpd.apache.org/security/vulnerabilities_24.html",
"url": "https://httpd.apache.org/security/vulnerabilities_24.html"
}
],
"release_date": "2023-03-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-04-04T10:01:38+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon will be restarted automatically.",
"product_ids": [
"AppStream-8.4.0.Z.EUS:httpd-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-0:2.4.37-39.module+el8.4.0+18509+78723510.6.src::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-debugsource-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-debugsource-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-debugsource-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-debugsource-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-devel-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-devel-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-devel-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-devel-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-filesystem-0:2.4.37-39.module+el8.4.0+18509+78723510.6.noarch::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-manual-0:2.4.37-39.module+el8.4.0+18509+78723510.6.noarch::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-tools-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-tools-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-tools-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-tools-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-tools-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-tools-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-tools-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-tools-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_http2-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.aarch64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_http2-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.ppc64le::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_http2-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.s390x::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_http2-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.src::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_http2-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.x86_64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_http2-debuginfo-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.aarch64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_http2-debuginfo-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.ppc64le::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_http2-debuginfo-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.s390x::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_http2-debuginfo-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.x86_64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_http2-debugsource-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.aarch64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_http2-debugsource-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.ppc64le::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_http2-debugsource-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.s390x::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_http2-debugsource-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.x86_64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_ldap-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_ldap-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_ldap-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_ldap-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_ldap-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_ldap-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_ldap-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_ldap-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.aarch64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.ppc64le::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.s390x::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.src::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.x86_64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.aarch64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.ppc64le::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.s390x::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.x86_64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.aarch64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.ppc64le::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.s390x::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.x86_64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_proxy_html-1:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_proxy_html-1:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_proxy_html-1:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_proxy_html-1:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_proxy_html-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_proxy_html-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_proxy_html-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_proxy_html-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_session-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_session-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_session-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_session-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_session-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_session-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_session-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_session-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_ssl-1:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_ssl-1:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_ssl-1:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_ssl-1:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_ssl-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_ssl-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_ssl-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_ssl-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1596"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.4.0.Z.EUS:httpd-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-0:2.4.37-39.module+el8.4.0+18509+78723510.6.src::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-debugsource-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-debugsource-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-debugsource-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-debugsource-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-devel-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-devel-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-devel-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-devel-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-filesystem-0:2.4.37-39.module+el8.4.0+18509+78723510.6.noarch::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-manual-0:2.4.37-39.module+el8.4.0+18509+78723510.6.noarch::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-tools-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-tools-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-tools-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-tools-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-tools-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-tools-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-tools-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"AppStream-8.4.0.Z.EUS:httpd-tools-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_http2-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.aarch64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_http2-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.ppc64le::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_http2-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.s390x::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_http2-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.src::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_http2-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.x86_64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_http2-debuginfo-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.aarch64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_http2-debuginfo-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.ppc64le::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_http2-debuginfo-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.s390x::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_http2-debuginfo-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.x86_64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_http2-debugsource-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.aarch64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_http2-debugsource-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.ppc64le::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_http2-debugsource-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.s390x::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_http2-debugsource-0:1.15.7-3.module+el8.4.0+18512+9c29e63a.2.x86_64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_ldap-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_ldap-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_ldap-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_ldap-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_ldap-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_ldap-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_ldap-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_ldap-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.aarch64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.ppc64le::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.s390x::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.src::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.x86_64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.aarch64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.ppc64le::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.s390x::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.x86_64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.aarch64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.ppc64le::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.s390x::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.x86_64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_proxy_html-1:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_proxy_html-1:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_proxy_html-1:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_proxy_html-1:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_proxy_html-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_proxy_html-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_proxy_html-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_proxy_html-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_session-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_session-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_session-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_session-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_session-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_session-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_session-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_session-debuginfo-0:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_ssl-1:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_ssl-1:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_ssl-1:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_ssl-1:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_ssl-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.aarch64::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_ssl-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.ppc64le::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_ssl-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.s390x::httpd:2.4",
"AppStream-8.4.0.Z.EUS:mod_ssl-debuginfo-1:2.4.37-39.module+el8.4.0+18509+78723510.6.x86_64::httpd:2.4"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "httpd: HTTP request splitting with mod_rewrite and mod_proxy"
}
]
}
RHSA-2023:1597
Vulnerability from csaf_redhat - Published: 2023-04-04 11:07 - Updated: 2026-03-22 00:44A vulnerability was found in httpd. This security issue occurs when some mod_proxy configurations on Apache HTTP Server allow an HTTP Request Smuggling attack. Configurations are affected when mod_proxy is enabled along with some form of RewriteRule or ProxyPassMatch in which a non-specific pattern matches some portion of the user-supplied request-target (URL) data and is then re-inserted into the proxied request-target using variable substitution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.6.0.Z.EUS:httpd-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:httpd-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:httpd-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:httpd-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.src::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:httpd-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:httpd-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:httpd-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:httpd-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:httpd-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:httpd-debugsource-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:httpd-debugsource-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:httpd-debugsource-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:httpd-debugsource-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:httpd-devel-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:httpd-devel-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:httpd-devel-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:httpd-devel-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:httpd-filesystem-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.noarch::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:httpd-manual-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.noarch::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:httpd-tools-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:httpd-tools-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:httpd-tools-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:httpd-tools-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:httpd-tools-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:httpd-tools-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:httpd-tools-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:httpd-tools-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:mod_http2-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.aarch64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:mod_http2-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.ppc64le::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:mod_http2-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.s390x::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:mod_http2-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.src::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:mod_http2-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.x86_64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:mod_http2-debuginfo-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.aarch64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:mod_http2-debuginfo-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.ppc64le::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:mod_http2-debuginfo-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.s390x::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:mod_http2-debuginfo-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.x86_64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:mod_http2-debugsource-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.aarch64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:mod_http2-debugsource-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.ppc64le::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:mod_http2-debugsource-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.s390x::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:mod_http2-debugsource-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.x86_64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:mod_ldap-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:mod_ldap-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:mod_ldap-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:mod_ldap-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:mod_ldap-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:mod_ldap-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:mod_ldap-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:mod_ldap-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.aarch64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.ppc64le::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.s390x::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.src::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.x86_64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.aarch64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.ppc64le::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.s390x::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.x86_64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.aarch64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.ppc64le::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.s390x::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.x86_64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:mod_proxy_html-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:mod_proxy_html-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:mod_proxy_html-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:mod_proxy_html-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:mod_proxy_html-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:mod_proxy_html-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:mod_proxy_html-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:mod_proxy_html-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:mod_session-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:mod_session-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:mod_session-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:mod_session-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:mod_session-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:mod_session-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:mod_session-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:mod_session-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:mod_ssl-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:mod_ssl-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:mod_ssl-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:mod_ssl-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:mod_ssl-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:mod_ssl-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:mod_ssl-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:mod_ssl-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the httpd:2.4 module is now available for Red Hat Enterprise Linux 8.6 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The httpd packages provide the Apache HTTP Server, a powerful, efficient, and extensible web server.\n\nSecurity Fix(es):\n\n* httpd: HTTP request splitting with mod_rewrite and mod_proxy (CVE-2023-25690)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:1597",
"url": "https://access.redhat.com/errata/RHSA-2023:1597"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2176209",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176209"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_1597.json"
}
],
"title": "Red Hat Security Advisory: httpd:2.4 security update",
"tracking": {
"current_release_date": "2026-03-22T00:44:27+00:00",
"generator": {
"date": "2026-03-22T00:44:27+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2023:1597",
"initial_release_date": "2023-04-04T11:07:41+00:00",
"revision_history": [
{
"date": "2023-04-04T11:07:41+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-04-04T11:07:41+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-22T00:44:27+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:8.6::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "httpd-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"product": {
"name": "httpd-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64 (httpd:2.4)",
"product_id": "httpd-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd@2.4.37-47.module%2Bel8.6.0%2B18507%2B843660a1.4?arch=aarch64\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "httpd-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"product": {
"name": "httpd-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64 (httpd:2.4)",
"product_id": "httpd-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-debuginfo@2.4.37-47.module%2Bel8.6.0%2B18507%2B843660a1.4?arch=aarch64\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "httpd-debugsource-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"product": {
"name": "httpd-debugsource-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64 (httpd:2.4)",
"product_id": "httpd-debugsource-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-debugsource@2.4.37-47.module%2Bel8.6.0%2B18507%2B843660a1.4?arch=aarch64\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "httpd-devel-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"product": {
"name": "httpd-devel-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64 (httpd:2.4)",
"product_id": "httpd-devel-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-devel@2.4.37-47.module%2Bel8.6.0%2B18507%2B843660a1.4?arch=aarch64\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "httpd-tools-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"product": {
"name": "httpd-tools-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64 (httpd:2.4)",
"product_id": "httpd-tools-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-tools@2.4.37-47.module%2Bel8.6.0%2B18507%2B843660a1.4?arch=aarch64\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "httpd-tools-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"product": {
"name": "httpd-tools-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64 (httpd:2.4)",
"product_id": "httpd-tools-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-tools-debuginfo@2.4.37-47.module%2Bel8.6.0%2B18507%2B843660a1.4?arch=aarch64\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_http2-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.aarch64::httpd:2.4",
"product": {
"name": "mod_http2-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.aarch64 (httpd:2.4)",
"product_id": "mod_http2-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.aarch64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_http2@1.15.7-5.module%2Bel8.6.0%2B18506%2B34b194fb.2?arch=aarch64\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_http2-debuginfo-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.aarch64::httpd:2.4",
"product": {
"name": "mod_http2-debuginfo-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.aarch64 (httpd:2.4)",
"product_id": "mod_http2-debuginfo-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.aarch64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_http2-debuginfo@1.15.7-5.module%2Bel8.6.0%2B18506%2B34b194fb.2?arch=aarch64\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_http2-debugsource-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.aarch64::httpd:2.4",
"product": {
"name": "mod_http2-debugsource-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.aarch64 (httpd:2.4)",
"product_id": "mod_http2-debugsource-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.aarch64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_http2-debugsource@1.15.7-5.module%2Bel8.6.0%2B18506%2B34b194fb.2?arch=aarch64\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_ldap-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"product": {
"name": "mod_ldap-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64 (httpd:2.4)",
"product_id": "mod_ldap-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ldap@2.4.37-47.module%2Bel8.6.0%2B18507%2B843660a1.4?arch=aarch64\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_ldap-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"product": {
"name": "mod_ldap-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64 (httpd:2.4)",
"product_id": "mod_ldap-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ldap-debuginfo@2.4.37-47.module%2Bel8.6.0%2B18507%2B843660a1.4?arch=aarch64\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.aarch64::httpd:2.4",
"product": {
"name": "mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.aarch64 (httpd:2.4)",
"product_id": "mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.aarch64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_md@2.0.8-8.module%2Bel8.3.0%2B6814%2B67d1e611?arch=aarch64\u0026epoch=1\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.aarch64::httpd:2.4",
"product": {
"name": "mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.aarch64 (httpd:2.4)",
"product_id": "mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.aarch64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_md-debuginfo@2.0.8-8.module%2Bel8.3.0%2B6814%2B67d1e611?arch=aarch64\u0026epoch=1\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.aarch64::httpd:2.4",
"product": {
"name": "mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.aarch64 (httpd:2.4)",
"product_id": "mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.aarch64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_md-debugsource@2.0.8-8.module%2Bel8.3.0%2B6814%2B67d1e611?arch=aarch64\u0026epoch=1\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_proxy_html-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"product": {
"name": "mod_proxy_html-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64 (httpd:2.4)",
"product_id": "mod_proxy_html-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_proxy_html@2.4.37-47.module%2Bel8.6.0%2B18507%2B843660a1.4?arch=aarch64\u0026epoch=1\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_proxy_html-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"product": {
"name": "mod_proxy_html-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64 (httpd:2.4)",
"product_id": "mod_proxy_html-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_proxy_html-debuginfo@2.4.37-47.module%2Bel8.6.0%2B18507%2B843660a1.4?arch=aarch64\u0026epoch=1\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_session-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"product": {
"name": "mod_session-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64 (httpd:2.4)",
"product_id": "mod_session-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_session@2.4.37-47.module%2Bel8.6.0%2B18507%2B843660a1.4?arch=aarch64\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_session-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"product": {
"name": "mod_session-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64 (httpd:2.4)",
"product_id": "mod_session-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_session-debuginfo@2.4.37-47.module%2Bel8.6.0%2B18507%2B843660a1.4?arch=aarch64\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_ssl-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"product": {
"name": "mod_ssl-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64 (httpd:2.4)",
"product_id": "mod_ssl-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ssl@2.4.37-47.module%2Bel8.6.0%2B18507%2B843660a1.4?arch=aarch64\u0026epoch=1\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_ssl-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"product": {
"name": "mod_ssl-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64 (httpd:2.4)",
"product_id": "mod_ssl-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ssl-debuginfo@2.4.37-47.module%2Bel8.6.0%2B18507%2B843660a1.4?arch=aarch64\u0026epoch=1\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "httpd-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.src::httpd:2.4",
"product": {
"name": "httpd-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.src (httpd:2.4)",
"product_id": "httpd-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.src::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd@2.4.37-47.module%2Bel8.6.0%2B18507%2B843660a1.4?arch=src\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_http2-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.src::httpd:2.4",
"product": {
"name": "mod_http2-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.src (httpd:2.4)",
"product_id": "mod_http2-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.src::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_http2@1.15.7-5.module%2Bel8.6.0%2B18506%2B34b194fb.2?arch=src\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.src::httpd:2.4",
"product": {
"name": "mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.src (httpd:2.4)",
"product_id": "mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.src::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_md@2.0.8-8.module%2Bel8.3.0%2B6814%2B67d1e611?arch=src\u0026epoch=1\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "httpd-filesystem-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.noarch::httpd:2.4",
"product": {
"name": "httpd-filesystem-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.noarch (httpd:2.4)",
"product_id": "httpd-filesystem-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.noarch::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-filesystem@2.4.37-47.module%2Bel8.6.0%2B18507%2B843660a1.4?arch=noarch\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "httpd-manual-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.noarch::httpd:2.4",
"product": {
"name": "httpd-manual-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.noarch (httpd:2.4)",
"product_id": "httpd-manual-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.noarch::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-manual@2.4.37-47.module%2Bel8.6.0%2B18507%2B843660a1.4?arch=noarch\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "httpd-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"product": {
"name": "httpd-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le (httpd:2.4)",
"product_id": "httpd-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd@2.4.37-47.module%2Bel8.6.0%2B18507%2B843660a1.4?arch=ppc64le\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "httpd-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"product": {
"name": "httpd-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le (httpd:2.4)",
"product_id": "httpd-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-debuginfo@2.4.37-47.module%2Bel8.6.0%2B18507%2B843660a1.4?arch=ppc64le\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "httpd-debugsource-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"product": {
"name": "httpd-debugsource-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le (httpd:2.4)",
"product_id": "httpd-debugsource-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-debugsource@2.4.37-47.module%2Bel8.6.0%2B18507%2B843660a1.4?arch=ppc64le\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "httpd-devel-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"product": {
"name": "httpd-devel-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le (httpd:2.4)",
"product_id": "httpd-devel-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-devel@2.4.37-47.module%2Bel8.6.0%2B18507%2B843660a1.4?arch=ppc64le\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "httpd-tools-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"product": {
"name": "httpd-tools-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le (httpd:2.4)",
"product_id": "httpd-tools-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-tools@2.4.37-47.module%2Bel8.6.0%2B18507%2B843660a1.4?arch=ppc64le\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "httpd-tools-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"product": {
"name": "httpd-tools-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le (httpd:2.4)",
"product_id": "httpd-tools-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-tools-debuginfo@2.4.37-47.module%2Bel8.6.0%2B18507%2B843660a1.4?arch=ppc64le\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_http2-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.ppc64le::httpd:2.4",
"product": {
"name": "mod_http2-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.ppc64le (httpd:2.4)",
"product_id": "mod_http2-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.ppc64le::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_http2@1.15.7-5.module%2Bel8.6.0%2B18506%2B34b194fb.2?arch=ppc64le\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_http2-debuginfo-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.ppc64le::httpd:2.4",
"product": {
"name": "mod_http2-debuginfo-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.ppc64le (httpd:2.4)",
"product_id": "mod_http2-debuginfo-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.ppc64le::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_http2-debuginfo@1.15.7-5.module%2Bel8.6.0%2B18506%2B34b194fb.2?arch=ppc64le\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_http2-debugsource-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.ppc64le::httpd:2.4",
"product": {
"name": "mod_http2-debugsource-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.ppc64le (httpd:2.4)",
"product_id": "mod_http2-debugsource-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.ppc64le::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_http2-debugsource@1.15.7-5.module%2Bel8.6.0%2B18506%2B34b194fb.2?arch=ppc64le\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_ldap-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"product": {
"name": "mod_ldap-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le (httpd:2.4)",
"product_id": "mod_ldap-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ldap@2.4.37-47.module%2Bel8.6.0%2B18507%2B843660a1.4?arch=ppc64le\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_ldap-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"product": {
"name": "mod_ldap-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le (httpd:2.4)",
"product_id": "mod_ldap-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ldap-debuginfo@2.4.37-47.module%2Bel8.6.0%2B18507%2B843660a1.4?arch=ppc64le\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.ppc64le::httpd:2.4",
"product": {
"name": "mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.ppc64le (httpd:2.4)",
"product_id": "mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.ppc64le::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_md@2.0.8-8.module%2Bel8.3.0%2B6814%2B67d1e611?arch=ppc64le\u0026epoch=1\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.ppc64le::httpd:2.4",
"product": {
"name": "mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.ppc64le (httpd:2.4)",
"product_id": "mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.ppc64le::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_md-debuginfo@2.0.8-8.module%2Bel8.3.0%2B6814%2B67d1e611?arch=ppc64le\u0026epoch=1\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.ppc64le::httpd:2.4",
"product": {
"name": "mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.ppc64le (httpd:2.4)",
"product_id": "mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.ppc64le::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_md-debugsource@2.0.8-8.module%2Bel8.3.0%2B6814%2B67d1e611?arch=ppc64le\u0026epoch=1\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_proxy_html-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"product": {
"name": "mod_proxy_html-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le (httpd:2.4)",
"product_id": "mod_proxy_html-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_proxy_html@2.4.37-47.module%2Bel8.6.0%2B18507%2B843660a1.4?arch=ppc64le\u0026epoch=1\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_proxy_html-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"product": {
"name": "mod_proxy_html-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le (httpd:2.4)",
"product_id": "mod_proxy_html-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_proxy_html-debuginfo@2.4.37-47.module%2Bel8.6.0%2B18507%2B843660a1.4?arch=ppc64le\u0026epoch=1\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_session-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"product": {
"name": "mod_session-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le (httpd:2.4)",
"product_id": "mod_session-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_session@2.4.37-47.module%2Bel8.6.0%2B18507%2B843660a1.4?arch=ppc64le\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_session-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"product": {
"name": "mod_session-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le (httpd:2.4)",
"product_id": "mod_session-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_session-debuginfo@2.4.37-47.module%2Bel8.6.0%2B18507%2B843660a1.4?arch=ppc64le\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_ssl-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"product": {
"name": "mod_ssl-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le (httpd:2.4)",
"product_id": "mod_ssl-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ssl@2.4.37-47.module%2Bel8.6.0%2B18507%2B843660a1.4?arch=ppc64le\u0026epoch=1\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_ssl-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"product": {
"name": "mod_ssl-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le (httpd:2.4)",
"product_id": "mod_ssl-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ssl-debuginfo@2.4.37-47.module%2Bel8.6.0%2B18507%2B843660a1.4?arch=ppc64le\u0026epoch=1\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "httpd-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"product": {
"name": "httpd-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x (httpd:2.4)",
"product_id": "httpd-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd@2.4.37-47.module%2Bel8.6.0%2B18507%2B843660a1.4?arch=s390x\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "httpd-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"product": {
"name": "httpd-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x (httpd:2.4)",
"product_id": "httpd-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-debuginfo@2.4.37-47.module%2Bel8.6.0%2B18507%2B843660a1.4?arch=s390x\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "httpd-debugsource-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"product": {
"name": "httpd-debugsource-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x (httpd:2.4)",
"product_id": "httpd-debugsource-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-debugsource@2.4.37-47.module%2Bel8.6.0%2B18507%2B843660a1.4?arch=s390x\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "httpd-devel-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"product": {
"name": "httpd-devel-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x (httpd:2.4)",
"product_id": "httpd-devel-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-devel@2.4.37-47.module%2Bel8.6.0%2B18507%2B843660a1.4?arch=s390x\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "httpd-tools-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"product": {
"name": "httpd-tools-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x (httpd:2.4)",
"product_id": "httpd-tools-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-tools@2.4.37-47.module%2Bel8.6.0%2B18507%2B843660a1.4?arch=s390x\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "httpd-tools-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"product": {
"name": "httpd-tools-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x (httpd:2.4)",
"product_id": "httpd-tools-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-tools-debuginfo@2.4.37-47.module%2Bel8.6.0%2B18507%2B843660a1.4?arch=s390x\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_http2-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.s390x::httpd:2.4",
"product": {
"name": "mod_http2-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.s390x (httpd:2.4)",
"product_id": "mod_http2-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.s390x::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_http2@1.15.7-5.module%2Bel8.6.0%2B18506%2B34b194fb.2?arch=s390x\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_http2-debuginfo-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.s390x::httpd:2.4",
"product": {
"name": "mod_http2-debuginfo-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.s390x (httpd:2.4)",
"product_id": "mod_http2-debuginfo-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.s390x::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_http2-debuginfo@1.15.7-5.module%2Bel8.6.0%2B18506%2B34b194fb.2?arch=s390x\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_http2-debugsource-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.s390x::httpd:2.4",
"product": {
"name": "mod_http2-debugsource-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.s390x (httpd:2.4)",
"product_id": "mod_http2-debugsource-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.s390x::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_http2-debugsource@1.15.7-5.module%2Bel8.6.0%2B18506%2B34b194fb.2?arch=s390x\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_ldap-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"product": {
"name": "mod_ldap-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x (httpd:2.4)",
"product_id": "mod_ldap-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ldap@2.4.37-47.module%2Bel8.6.0%2B18507%2B843660a1.4?arch=s390x\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_ldap-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"product": {
"name": "mod_ldap-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x (httpd:2.4)",
"product_id": "mod_ldap-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ldap-debuginfo@2.4.37-47.module%2Bel8.6.0%2B18507%2B843660a1.4?arch=s390x\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.s390x::httpd:2.4",
"product": {
"name": "mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.s390x (httpd:2.4)",
"product_id": "mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.s390x::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_md@2.0.8-8.module%2Bel8.3.0%2B6814%2B67d1e611?arch=s390x\u0026epoch=1\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.s390x::httpd:2.4",
"product": {
"name": "mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.s390x (httpd:2.4)",
"product_id": "mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.s390x::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_md-debuginfo@2.0.8-8.module%2Bel8.3.0%2B6814%2B67d1e611?arch=s390x\u0026epoch=1\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.s390x::httpd:2.4",
"product": {
"name": "mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.s390x (httpd:2.4)",
"product_id": "mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.s390x::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_md-debugsource@2.0.8-8.module%2Bel8.3.0%2B6814%2B67d1e611?arch=s390x\u0026epoch=1\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_proxy_html-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"product": {
"name": "mod_proxy_html-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x (httpd:2.4)",
"product_id": "mod_proxy_html-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_proxy_html@2.4.37-47.module%2Bel8.6.0%2B18507%2B843660a1.4?arch=s390x\u0026epoch=1\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_proxy_html-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"product": {
"name": "mod_proxy_html-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x (httpd:2.4)",
"product_id": "mod_proxy_html-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_proxy_html-debuginfo@2.4.37-47.module%2Bel8.6.0%2B18507%2B843660a1.4?arch=s390x\u0026epoch=1\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_session-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"product": {
"name": "mod_session-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x (httpd:2.4)",
"product_id": "mod_session-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_session@2.4.37-47.module%2Bel8.6.0%2B18507%2B843660a1.4?arch=s390x\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_session-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"product": {
"name": "mod_session-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x (httpd:2.4)",
"product_id": "mod_session-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_session-debuginfo@2.4.37-47.module%2Bel8.6.0%2B18507%2B843660a1.4?arch=s390x\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_ssl-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"product": {
"name": "mod_ssl-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x (httpd:2.4)",
"product_id": "mod_ssl-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ssl@2.4.37-47.module%2Bel8.6.0%2B18507%2B843660a1.4?arch=s390x\u0026epoch=1\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_ssl-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"product": {
"name": "mod_ssl-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x (httpd:2.4)",
"product_id": "mod_ssl-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ssl-debuginfo@2.4.37-47.module%2Bel8.6.0%2B18507%2B843660a1.4?arch=s390x\u0026epoch=1\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "httpd-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"product": {
"name": "httpd-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64 (httpd:2.4)",
"product_id": "httpd-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd@2.4.37-47.module%2Bel8.6.0%2B18507%2B843660a1.4?arch=x86_64\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "httpd-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"product": {
"name": "httpd-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64 (httpd:2.4)",
"product_id": "httpd-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-debuginfo@2.4.37-47.module%2Bel8.6.0%2B18507%2B843660a1.4?arch=x86_64\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "httpd-debugsource-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"product": {
"name": "httpd-debugsource-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64 (httpd:2.4)",
"product_id": "httpd-debugsource-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-debugsource@2.4.37-47.module%2Bel8.6.0%2B18507%2B843660a1.4?arch=x86_64\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "httpd-devel-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"product": {
"name": "httpd-devel-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64 (httpd:2.4)",
"product_id": "httpd-devel-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-devel@2.4.37-47.module%2Bel8.6.0%2B18507%2B843660a1.4?arch=x86_64\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "httpd-tools-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"product": {
"name": "httpd-tools-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64 (httpd:2.4)",
"product_id": "httpd-tools-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-tools@2.4.37-47.module%2Bel8.6.0%2B18507%2B843660a1.4?arch=x86_64\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "httpd-tools-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"product": {
"name": "httpd-tools-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64 (httpd:2.4)",
"product_id": "httpd-tools-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-tools-debuginfo@2.4.37-47.module%2Bel8.6.0%2B18507%2B843660a1.4?arch=x86_64\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_http2-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.x86_64::httpd:2.4",
"product": {
"name": "mod_http2-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.x86_64 (httpd:2.4)",
"product_id": "mod_http2-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.x86_64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_http2@1.15.7-5.module%2Bel8.6.0%2B18506%2B34b194fb.2?arch=x86_64\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_http2-debuginfo-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.x86_64::httpd:2.4",
"product": {
"name": "mod_http2-debuginfo-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.x86_64 (httpd:2.4)",
"product_id": "mod_http2-debuginfo-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.x86_64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_http2-debuginfo@1.15.7-5.module%2Bel8.6.0%2B18506%2B34b194fb.2?arch=x86_64\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_http2-debugsource-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.x86_64::httpd:2.4",
"product": {
"name": "mod_http2-debugsource-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.x86_64 (httpd:2.4)",
"product_id": "mod_http2-debugsource-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.x86_64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_http2-debugsource@1.15.7-5.module%2Bel8.6.0%2B18506%2B34b194fb.2?arch=x86_64\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_ldap-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"product": {
"name": "mod_ldap-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64 (httpd:2.4)",
"product_id": "mod_ldap-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ldap@2.4.37-47.module%2Bel8.6.0%2B18507%2B843660a1.4?arch=x86_64\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_ldap-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"product": {
"name": "mod_ldap-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64 (httpd:2.4)",
"product_id": "mod_ldap-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ldap-debuginfo@2.4.37-47.module%2Bel8.6.0%2B18507%2B843660a1.4?arch=x86_64\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.x86_64::httpd:2.4",
"product": {
"name": "mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.x86_64 (httpd:2.4)",
"product_id": "mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.x86_64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_md@2.0.8-8.module%2Bel8.3.0%2B6814%2B67d1e611?arch=x86_64\u0026epoch=1\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.x86_64::httpd:2.4",
"product": {
"name": "mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.x86_64 (httpd:2.4)",
"product_id": "mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.x86_64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_md-debuginfo@2.0.8-8.module%2Bel8.3.0%2B6814%2B67d1e611?arch=x86_64\u0026epoch=1\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.x86_64::httpd:2.4",
"product": {
"name": "mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.x86_64 (httpd:2.4)",
"product_id": "mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.x86_64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_md-debugsource@2.0.8-8.module%2Bel8.3.0%2B6814%2B67d1e611?arch=x86_64\u0026epoch=1\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_proxy_html-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"product": {
"name": "mod_proxy_html-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64 (httpd:2.4)",
"product_id": "mod_proxy_html-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_proxy_html@2.4.37-47.module%2Bel8.6.0%2B18507%2B843660a1.4?arch=x86_64\u0026epoch=1\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_proxy_html-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"product": {
"name": "mod_proxy_html-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64 (httpd:2.4)",
"product_id": "mod_proxy_html-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_proxy_html-debuginfo@2.4.37-47.module%2Bel8.6.0%2B18507%2B843660a1.4?arch=x86_64\u0026epoch=1\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_session-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"product": {
"name": "mod_session-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64 (httpd:2.4)",
"product_id": "mod_session-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_session@2.4.37-47.module%2Bel8.6.0%2B18507%2B843660a1.4?arch=x86_64\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_session-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"product": {
"name": "mod_session-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64 (httpd:2.4)",
"product_id": "mod_session-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_session-debuginfo@2.4.37-47.module%2Bel8.6.0%2B18507%2B843660a1.4?arch=x86_64\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_ssl-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"product": {
"name": "mod_ssl-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64 (httpd:2.4)",
"product_id": "mod_ssl-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ssl@2.4.37-47.module%2Bel8.6.0%2B18507%2B843660a1.4?arch=x86_64\u0026epoch=1\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "mod_ssl-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"product": {
"name": "mod_ssl-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64 (httpd:2.4)",
"product_id": "mod_ssl-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ssl-debuginfo@2.4.37-47.module%2Bel8.6.0%2B18507%2B843660a1.4?arch=x86_64\u0026epoch=1\u0026rpmmod=httpd:2.4:8060020230328221009:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:httpd-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4"
},
"product_reference": "httpd-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:httpd-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4"
},
"product_reference": "httpd-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:httpd-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4"
},
"product_reference": "httpd-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.src (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:httpd-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.src::httpd:2.4"
},
"product_reference": "httpd-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.src::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:httpd-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4"
},
"product_reference": "httpd-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:httpd-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4"
},
"product_reference": "httpd-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:httpd-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4"
},
"product_reference": "httpd-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:httpd-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4"
},
"product_reference": "httpd-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:httpd-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4"
},
"product_reference": "httpd-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-debugsource-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:httpd-debugsource-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4"
},
"product_reference": "httpd-debugsource-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-debugsource-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:httpd-debugsource-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4"
},
"product_reference": "httpd-debugsource-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-debugsource-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:httpd-debugsource-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4"
},
"product_reference": "httpd-debugsource-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-debugsource-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:httpd-debugsource-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4"
},
"product_reference": "httpd-debugsource-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-devel-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:httpd-devel-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4"
},
"product_reference": "httpd-devel-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-devel-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:httpd-devel-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4"
},
"product_reference": "httpd-devel-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-devel-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:httpd-devel-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4"
},
"product_reference": "httpd-devel-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-devel-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:httpd-devel-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4"
},
"product_reference": "httpd-devel-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-filesystem-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.noarch (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:httpd-filesystem-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.noarch::httpd:2.4"
},
"product_reference": "httpd-filesystem-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.noarch::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-manual-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.noarch (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:httpd-manual-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.noarch::httpd:2.4"
},
"product_reference": "httpd-manual-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.noarch::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-tools-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:httpd-tools-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4"
},
"product_reference": "httpd-tools-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-tools-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:httpd-tools-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4"
},
"product_reference": "httpd-tools-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-tools-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:httpd-tools-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4"
},
"product_reference": "httpd-tools-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-tools-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:httpd-tools-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4"
},
"product_reference": "httpd-tools-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-tools-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:httpd-tools-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4"
},
"product_reference": "httpd-tools-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-tools-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:httpd-tools-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4"
},
"product_reference": "httpd-tools-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-tools-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:httpd-tools-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4"
},
"product_reference": "httpd-tools-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-tools-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:httpd-tools-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4"
},
"product_reference": "httpd-tools-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_http2-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.aarch64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_http2-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.aarch64::httpd:2.4"
},
"product_reference": "mod_http2-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.aarch64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_http2-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.ppc64le (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_http2-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.ppc64le::httpd:2.4"
},
"product_reference": "mod_http2-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.ppc64le::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_http2-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.s390x (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_http2-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.s390x::httpd:2.4"
},
"product_reference": "mod_http2-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.s390x::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_http2-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.src (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_http2-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.src::httpd:2.4"
},
"product_reference": "mod_http2-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.src::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_http2-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.x86_64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_http2-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.x86_64::httpd:2.4"
},
"product_reference": "mod_http2-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.x86_64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_http2-debuginfo-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.aarch64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_http2-debuginfo-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.aarch64::httpd:2.4"
},
"product_reference": "mod_http2-debuginfo-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.aarch64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_http2-debuginfo-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.ppc64le (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_http2-debuginfo-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.ppc64le::httpd:2.4"
},
"product_reference": "mod_http2-debuginfo-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.ppc64le::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_http2-debuginfo-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.s390x (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_http2-debuginfo-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.s390x::httpd:2.4"
},
"product_reference": "mod_http2-debuginfo-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.s390x::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_http2-debuginfo-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.x86_64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_http2-debuginfo-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.x86_64::httpd:2.4"
},
"product_reference": "mod_http2-debuginfo-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.x86_64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_http2-debugsource-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.aarch64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_http2-debugsource-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.aarch64::httpd:2.4"
},
"product_reference": "mod_http2-debugsource-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.aarch64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_http2-debugsource-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.ppc64le (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_http2-debugsource-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.ppc64le::httpd:2.4"
},
"product_reference": "mod_http2-debugsource-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.ppc64le::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_http2-debugsource-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.s390x (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_http2-debugsource-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.s390x::httpd:2.4"
},
"product_reference": "mod_http2-debugsource-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.s390x::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_http2-debugsource-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.x86_64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_http2-debugsource-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.x86_64::httpd:2.4"
},
"product_reference": "mod_http2-debugsource-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.x86_64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ldap-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_ldap-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4"
},
"product_reference": "mod_ldap-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ldap-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_ldap-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4"
},
"product_reference": "mod_ldap-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ldap-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_ldap-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4"
},
"product_reference": "mod_ldap-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ldap-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_ldap-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4"
},
"product_reference": "mod_ldap-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ldap-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_ldap-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4"
},
"product_reference": "mod_ldap-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ldap-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_ldap-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4"
},
"product_reference": "mod_ldap-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ldap-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_ldap-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4"
},
"product_reference": "mod_ldap-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ldap-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_ldap-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4"
},
"product_reference": "mod_ldap-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.aarch64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.aarch64::httpd:2.4"
},
"product_reference": "mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.aarch64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.ppc64le (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.ppc64le::httpd:2.4"
},
"product_reference": "mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.ppc64le::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.s390x (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.s390x::httpd:2.4"
},
"product_reference": "mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.s390x::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.src (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.src::httpd:2.4"
},
"product_reference": "mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.src::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.x86_64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.x86_64::httpd:2.4"
},
"product_reference": "mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.x86_64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.aarch64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.aarch64::httpd:2.4"
},
"product_reference": "mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.aarch64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.ppc64le (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.ppc64le::httpd:2.4"
},
"product_reference": "mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.ppc64le::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.s390x (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.s390x::httpd:2.4"
},
"product_reference": "mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.s390x::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.x86_64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.x86_64::httpd:2.4"
},
"product_reference": "mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.x86_64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.aarch64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.aarch64::httpd:2.4"
},
"product_reference": "mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.aarch64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.ppc64le (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.ppc64le::httpd:2.4"
},
"product_reference": "mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.ppc64le::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.s390x (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.s390x::httpd:2.4"
},
"product_reference": "mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.s390x::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.x86_64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.x86_64::httpd:2.4"
},
"product_reference": "mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.x86_64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_proxy_html-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_proxy_html-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4"
},
"product_reference": "mod_proxy_html-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_proxy_html-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_proxy_html-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4"
},
"product_reference": "mod_proxy_html-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_proxy_html-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_proxy_html-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4"
},
"product_reference": "mod_proxy_html-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_proxy_html-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_proxy_html-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4"
},
"product_reference": "mod_proxy_html-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_proxy_html-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_proxy_html-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4"
},
"product_reference": "mod_proxy_html-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_proxy_html-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_proxy_html-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4"
},
"product_reference": "mod_proxy_html-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_proxy_html-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_proxy_html-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4"
},
"product_reference": "mod_proxy_html-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_proxy_html-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_proxy_html-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4"
},
"product_reference": "mod_proxy_html-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_session-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_session-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4"
},
"product_reference": "mod_session-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_session-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_session-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4"
},
"product_reference": "mod_session-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_session-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_session-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4"
},
"product_reference": "mod_session-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_session-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_session-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4"
},
"product_reference": "mod_session-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_session-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_session-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4"
},
"product_reference": "mod_session-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_session-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_session-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4"
},
"product_reference": "mod_session-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_session-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_session-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4"
},
"product_reference": "mod_session-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_session-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_session-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4"
},
"product_reference": "mod_session-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ssl-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_ssl-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4"
},
"product_reference": "mod_ssl-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ssl-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_ssl-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4"
},
"product_reference": "mod_ssl-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ssl-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_ssl-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4"
},
"product_reference": "mod_ssl-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ssl-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_ssl-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4"
},
"product_reference": "mod_ssl-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ssl-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_ssl-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4"
},
"product_reference": "mod_ssl-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ssl-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_ssl-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4"
},
"product_reference": "mod_ssl-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ssl-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_ssl-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4"
},
"product_reference": "mod_ssl-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ssl-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64 (httpd:2.4) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:mod_ssl-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4"
},
"product_reference": "mod_ssl-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-25690",
"cwe": {
"id": "CWE-113",
"name": "Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Request/Response Splitting\u0027)"
},
"discovery_date": "2023-03-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2176209"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in httpd. This security issue occurs when some mod_proxy configurations on Apache HTTP Server allow an HTTP Request Smuggling attack. Configurations are affected when mod_proxy is enabled along with some form of RewriteRule or ProxyPassMatch in which a non-specific pattern matches some portion of the user-supplied request-target (URL) data and is then re-inserted into the proxied request-target using variable substitution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "httpd: HTTP request splitting with mod_rewrite and mod_proxy",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.6.0.Z.EUS:httpd-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.src::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-debugsource-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-debugsource-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-debugsource-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-debugsource-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-devel-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-devel-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-devel-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-devel-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-filesystem-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.noarch::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-manual-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.noarch::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-tools-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-tools-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-tools-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-tools-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-tools-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-tools-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-tools-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-tools-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_http2-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.aarch64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_http2-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.ppc64le::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_http2-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.s390x::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_http2-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.src::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_http2-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.x86_64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_http2-debuginfo-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.aarch64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_http2-debuginfo-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.ppc64le::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_http2-debuginfo-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.s390x::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_http2-debuginfo-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.x86_64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_http2-debugsource-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.aarch64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_http2-debugsource-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.ppc64le::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_http2-debugsource-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.s390x::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_http2-debugsource-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.x86_64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_ldap-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_ldap-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_ldap-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_ldap-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_ldap-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_ldap-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_ldap-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_ldap-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.aarch64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.ppc64le::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.s390x::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.src::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.x86_64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.aarch64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.ppc64le::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.s390x::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.x86_64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.aarch64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.ppc64le::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.s390x::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.x86_64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_proxy_html-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_proxy_html-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_proxy_html-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_proxy_html-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_proxy_html-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_proxy_html-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_proxy_html-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_proxy_html-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_session-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_session-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_session-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_session-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_session-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_session-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_session-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_session-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_ssl-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_ssl-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_ssl-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_ssl-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_ssl-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_ssl-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_ssl-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_ssl-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-25690"
},
{
"category": "external",
"summary": "RHBZ#2176209",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176209"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-25690",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25690"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-25690",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-25690"
},
{
"category": "external",
"summary": "https://httpd.apache.org/security/vulnerabilities_24.html",
"url": "https://httpd.apache.org/security/vulnerabilities_24.html"
}
],
"release_date": "2023-03-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-04-04T11:07:41+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon will be restarted automatically.",
"product_ids": [
"AppStream-8.6.0.Z.EUS:httpd-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.src::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-debugsource-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-debugsource-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-debugsource-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-debugsource-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-devel-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-devel-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-devel-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-devel-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-filesystem-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.noarch::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-manual-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.noarch::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-tools-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-tools-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-tools-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-tools-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-tools-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-tools-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-tools-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-tools-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_http2-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.aarch64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_http2-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.ppc64le::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_http2-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.s390x::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_http2-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.src::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_http2-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.x86_64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_http2-debuginfo-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.aarch64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_http2-debuginfo-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.ppc64le::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_http2-debuginfo-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.s390x::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_http2-debuginfo-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.x86_64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_http2-debugsource-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.aarch64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_http2-debugsource-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.ppc64le::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_http2-debugsource-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.s390x::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_http2-debugsource-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.x86_64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_ldap-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_ldap-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_ldap-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_ldap-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_ldap-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_ldap-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_ldap-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_ldap-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.aarch64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.ppc64le::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.s390x::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.src::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.x86_64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.aarch64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.ppc64le::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.s390x::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.x86_64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.aarch64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.ppc64le::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.s390x::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.x86_64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_proxy_html-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_proxy_html-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_proxy_html-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_proxy_html-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_proxy_html-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_proxy_html-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_proxy_html-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_proxy_html-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_session-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_session-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_session-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_session-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_session-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_session-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_session-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_session-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_ssl-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_ssl-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_ssl-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_ssl-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_ssl-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_ssl-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_ssl-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_ssl-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1597"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.6.0.Z.EUS:httpd-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.src::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-debugsource-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-debugsource-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-debugsource-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-debugsource-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-devel-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-devel-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-devel-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-devel-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-filesystem-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.noarch::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-manual-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.noarch::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-tools-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-tools-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-tools-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-tools-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-tools-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-tools-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-tools-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"AppStream-8.6.0.Z.EUS:httpd-tools-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_http2-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.aarch64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_http2-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.ppc64le::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_http2-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.s390x::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_http2-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.src::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_http2-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.x86_64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_http2-debuginfo-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.aarch64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_http2-debuginfo-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.ppc64le::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_http2-debuginfo-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.s390x::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_http2-debuginfo-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.x86_64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_http2-debugsource-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.aarch64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_http2-debugsource-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.ppc64le::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_http2-debugsource-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.s390x::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_http2-debugsource-0:1.15.7-5.module+el8.6.0+18506+34b194fb.2.x86_64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_ldap-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_ldap-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_ldap-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_ldap-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_ldap-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_ldap-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_ldap-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_ldap-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.aarch64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.ppc64le::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.s390x::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.src::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_md-1:2.0.8-8.module+el8.3.0+6814+67d1e611.x86_64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.aarch64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.ppc64le::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.s390x::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_md-debuginfo-1:2.0.8-8.module+el8.3.0+6814+67d1e611.x86_64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.aarch64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.ppc64le::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.s390x::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_md-debugsource-1:2.0.8-8.module+el8.3.0+6814+67d1e611.x86_64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_proxy_html-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_proxy_html-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_proxy_html-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_proxy_html-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_proxy_html-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_proxy_html-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_proxy_html-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_proxy_html-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_session-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_session-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_session-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_session-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_session-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_session-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_session-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_session-debuginfo-0:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_ssl-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_ssl-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_ssl-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_ssl-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_ssl-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.aarch64::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_ssl-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.ppc64le::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_ssl-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.s390x::httpd:2.4",
"AppStream-8.6.0.Z.EUS:mod_ssl-debuginfo-1:2.4.37-47.module+el8.6.0+18507+843660a1.4.x86_64::httpd:2.4"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "httpd: HTTP request splitting with mod_rewrite and mod_proxy"
}
]
}
RHSA-2023:1670
Vulnerability from csaf_redhat - Published: 2023-04-06 14:48 - Updated: 2026-03-22 00:44A vulnerability was found in httpd. This security issue occurs when some mod_proxy configurations on Apache HTTP Server allow an HTTP Request Smuggling attack. Configurations are affected when mod_proxy is enabled along with some form of RewriteRule or ProxyPassMatch in which a non-specific pattern matches some portion of the user-supplied request-target (URL) data and is then re-inserted into the proxied request-target using variable substitution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:httpd-0:2.4.53-7.el9_1.5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:httpd-0:2.4.53-7.el9_1.5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:httpd-0:2.4.53-7.el9_1.5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:httpd-0:2.4.53-7.el9_1.5.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:httpd-0:2.4.53-7.el9_1.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:httpd-core-0:2.4.53-7.el9_1.5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:httpd-core-0:2.4.53-7.el9_1.5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:httpd-core-0:2.4.53-7.el9_1.5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:httpd-core-0:2.4.53-7.el9_1.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:httpd-core-debuginfo-0:2.4.53-7.el9_1.5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:httpd-core-debuginfo-0:2.4.53-7.el9_1.5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:httpd-core-debuginfo-0:2.4.53-7.el9_1.5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:httpd-core-debuginfo-0:2.4.53-7.el9_1.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:httpd-debuginfo-0:2.4.53-7.el9_1.5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:httpd-debuginfo-0:2.4.53-7.el9_1.5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:httpd-debuginfo-0:2.4.53-7.el9_1.5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:httpd-debuginfo-0:2.4.53-7.el9_1.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:httpd-debugsource-0:2.4.53-7.el9_1.5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:httpd-debugsource-0:2.4.53-7.el9_1.5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:httpd-debugsource-0:2.4.53-7.el9_1.5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:httpd-debugsource-0:2.4.53-7.el9_1.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:httpd-devel-0:2.4.53-7.el9_1.5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:httpd-devel-0:2.4.53-7.el9_1.5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:httpd-devel-0:2.4.53-7.el9_1.5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:httpd-devel-0:2.4.53-7.el9_1.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:httpd-filesystem-0:2.4.53-7.el9_1.5.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:httpd-manual-0:2.4.53-7.el9_1.5.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:httpd-tools-0:2.4.53-7.el9_1.5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:httpd-tools-0:2.4.53-7.el9_1.5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:httpd-tools-0:2.4.53-7.el9_1.5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:httpd-tools-0:2.4.53-7.el9_1.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:httpd-tools-debuginfo-0:2.4.53-7.el9_1.5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:httpd-tools-debuginfo-0:2.4.53-7.el9_1.5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:httpd-tools-debuginfo-0:2.4.53-7.el9_1.5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:httpd-tools-debuginfo-0:2.4.53-7.el9_1.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:mod_http2-0:1.15.19-3.el9_1.5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:mod_http2-0:1.15.19-3.el9_1.5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:mod_http2-0:1.15.19-3.el9_1.5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:mod_http2-0:1.15.19-3.el9_1.5.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:mod_http2-0:1.15.19-3.el9_1.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:mod_http2-debuginfo-0:1.15.19-3.el9_1.5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:mod_http2-debuginfo-0:1.15.19-3.el9_1.5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:mod_http2-debuginfo-0:1.15.19-3.el9_1.5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:mod_http2-debuginfo-0:1.15.19-3.el9_1.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:mod_http2-debugsource-0:1.15.19-3.el9_1.5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:mod_http2-debugsource-0:1.15.19-3.el9_1.5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:mod_http2-debugsource-0:1.15.19-3.el9_1.5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:mod_http2-debugsource-0:1.15.19-3.el9_1.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:mod_ldap-0:2.4.53-7.el9_1.5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:mod_ldap-0:2.4.53-7.el9_1.5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:mod_ldap-0:2.4.53-7.el9_1.5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:mod_ldap-0:2.4.53-7.el9_1.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:mod_ldap-debuginfo-0:2.4.53-7.el9_1.5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:mod_ldap-debuginfo-0:2.4.53-7.el9_1.5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:mod_ldap-debuginfo-0:2.4.53-7.el9_1.5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:mod_ldap-debuginfo-0:2.4.53-7.el9_1.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:mod_lua-0:2.4.53-7.el9_1.5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:mod_lua-0:2.4.53-7.el9_1.5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:mod_lua-0:2.4.53-7.el9_1.5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:mod_lua-0:2.4.53-7.el9_1.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:mod_lua-debuginfo-0:2.4.53-7.el9_1.5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:mod_lua-debuginfo-0:2.4.53-7.el9_1.5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:mod_lua-debuginfo-0:2.4.53-7.el9_1.5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:mod_lua-debuginfo-0:2.4.53-7.el9_1.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:mod_proxy_html-1:2.4.53-7.el9_1.5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:mod_proxy_html-1:2.4.53-7.el9_1.5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:mod_proxy_html-1:2.4.53-7.el9_1.5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:mod_proxy_html-1:2.4.53-7.el9_1.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:mod_proxy_html-debuginfo-1:2.4.53-7.el9_1.5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:mod_proxy_html-debuginfo-1:2.4.53-7.el9_1.5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:mod_proxy_html-debuginfo-1:2.4.53-7.el9_1.5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:mod_proxy_html-debuginfo-1:2.4.53-7.el9_1.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:mod_session-0:2.4.53-7.el9_1.5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:mod_session-0:2.4.53-7.el9_1.5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:mod_session-0:2.4.53-7.el9_1.5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:mod_session-0:2.4.53-7.el9_1.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:mod_session-debuginfo-0:2.4.53-7.el9_1.5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:mod_session-debuginfo-0:2.4.53-7.el9_1.5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:mod_session-debuginfo-0:2.4.53-7.el9_1.5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:mod_session-debuginfo-0:2.4.53-7.el9_1.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:mod_ssl-1:2.4.53-7.el9_1.5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:mod_ssl-1:2.4.53-7.el9_1.5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:mod_ssl-1:2.4.53-7.el9_1.5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:mod_ssl-1:2.4.53-7.el9_1.5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:mod_ssl-debuginfo-1:2.4.53-7.el9_1.5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:mod_ssl-debuginfo-1:2.4.53-7.el9_1.5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:mod_ssl-debuginfo-1:2.4.53-7.el9_1.5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.1.0.Z.MAIN:mod_ssl-debuginfo-1:2.4.53-7.el9_1.5.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for httpd and mod_http2 is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The httpd packages provide the Apache HTTP Server, a powerful, efficient, and extensible web server.\n\nSecurity Fix(es):\n\n* httpd: HTTP request splitting with mod_rewrite and mod_proxy (CVE-2023-25690)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:1670",
"url": "https://access.redhat.com/errata/RHSA-2023:1670"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2176209",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176209"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_1670.json"
}
],
"title": "Red Hat Security Advisory: httpd and mod_http2 security update",
"tracking": {
"current_release_date": "2026-03-22T00:44:32+00:00",
"generator": {
"date": "2026-03-22T00:44:32+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2023:1670",
"initial_release_date": "2023-04-06T14:48:24+00:00",
"revision_history": [
{
"date": "2023-04-06T14:48:24+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-04-06T14:48:24+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-22T00:44:32+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "httpd-0:2.4.53-7.el9_1.5.src",
"product": {
"name": "httpd-0:2.4.53-7.el9_1.5.src",
"product_id": "httpd-0:2.4.53-7.el9_1.5.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd@2.4.53-7.el9_1.5?arch=src"
}
}
},
{
"category": "product_version",
"name": "mod_http2-0:1.15.19-3.el9_1.5.src",
"product": {
"name": "mod_http2-0:1.15.19-3.el9_1.5.src",
"product_id": "mod_http2-0:1.15.19-3.el9_1.5.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_http2@1.15.19-3.el9_1.5?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "httpd-0:2.4.53-7.el9_1.5.aarch64",
"product": {
"name": "httpd-0:2.4.53-7.el9_1.5.aarch64",
"product_id": "httpd-0:2.4.53-7.el9_1.5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd@2.4.53-7.el9_1.5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "httpd-core-0:2.4.53-7.el9_1.5.aarch64",
"product": {
"name": "httpd-core-0:2.4.53-7.el9_1.5.aarch64",
"product_id": "httpd-core-0:2.4.53-7.el9_1.5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-core@2.4.53-7.el9_1.5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "httpd-devel-0:2.4.53-7.el9_1.5.aarch64",
"product": {
"name": "httpd-devel-0:2.4.53-7.el9_1.5.aarch64",
"product_id": "httpd-devel-0:2.4.53-7.el9_1.5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-devel@2.4.53-7.el9_1.5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "httpd-tools-0:2.4.53-7.el9_1.5.aarch64",
"product": {
"name": "httpd-tools-0:2.4.53-7.el9_1.5.aarch64",
"product_id": "httpd-tools-0:2.4.53-7.el9_1.5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-tools@2.4.53-7.el9_1.5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "mod_ldap-0:2.4.53-7.el9_1.5.aarch64",
"product": {
"name": "mod_ldap-0:2.4.53-7.el9_1.5.aarch64",
"product_id": "mod_ldap-0:2.4.53-7.el9_1.5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ldap@2.4.53-7.el9_1.5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "mod_lua-0:2.4.53-7.el9_1.5.aarch64",
"product": {
"name": "mod_lua-0:2.4.53-7.el9_1.5.aarch64",
"product_id": "mod_lua-0:2.4.53-7.el9_1.5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_lua@2.4.53-7.el9_1.5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "mod_proxy_html-1:2.4.53-7.el9_1.5.aarch64",
"product": {
"name": "mod_proxy_html-1:2.4.53-7.el9_1.5.aarch64",
"product_id": "mod_proxy_html-1:2.4.53-7.el9_1.5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_proxy_html@2.4.53-7.el9_1.5?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "mod_session-0:2.4.53-7.el9_1.5.aarch64",
"product": {
"name": "mod_session-0:2.4.53-7.el9_1.5.aarch64",
"product_id": "mod_session-0:2.4.53-7.el9_1.5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_session@2.4.53-7.el9_1.5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "mod_ssl-1:2.4.53-7.el9_1.5.aarch64",
"product": {
"name": "mod_ssl-1:2.4.53-7.el9_1.5.aarch64",
"product_id": "mod_ssl-1:2.4.53-7.el9_1.5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ssl@2.4.53-7.el9_1.5?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "httpd-debugsource-0:2.4.53-7.el9_1.5.aarch64",
"product": {
"name": "httpd-debugsource-0:2.4.53-7.el9_1.5.aarch64",
"product_id": "httpd-debugsource-0:2.4.53-7.el9_1.5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-debugsource@2.4.53-7.el9_1.5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "httpd-core-debuginfo-0:2.4.53-7.el9_1.5.aarch64",
"product": {
"name": "httpd-core-debuginfo-0:2.4.53-7.el9_1.5.aarch64",
"product_id": "httpd-core-debuginfo-0:2.4.53-7.el9_1.5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-core-debuginfo@2.4.53-7.el9_1.5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "httpd-debuginfo-0:2.4.53-7.el9_1.5.aarch64",
"product": {
"name": "httpd-debuginfo-0:2.4.53-7.el9_1.5.aarch64",
"product_id": "httpd-debuginfo-0:2.4.53-7.el9_1.5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-debuginfo@2.4.53-7.el9_1.5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "httpd-tools-debuginfo-0:2.4.53-7.el9_1.5.aarch64",
"product": {
"name": "httpd-tools-debuginfo-0:2.4.53-7.el9_1.5.aarch64",
"product_id": "httpd-tools-debuginfo-0:2.4.53-7.el9_1.5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-tools-debuginfo@2.4.53-7.el9_1.5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "mod_ldap-debuginfo-0:2.4.53-7.el9_1.5.aarch64",
"product": {
"name": "mod_ldap-debuginfo-0:2.4.53-7.el9_1.5.aarch64",
"product_id": "mod_ldap-debuginfo-0:2.4.53-7.el9_1.5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ldap-debuginfo@2.4.53-7.el9_1.5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "mod_lua-debuginfo-0:2.4.53-7.el9_1.5.aarch64",
"product": {
"name": "mod_lua-debuginfo-0:2.4.53-7.el9_1.5.aarch64",
"product_id": "mod_lua-debuginfo-0:2.4.53-7.el9_1.5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_lua-debuginfo@2.4.53-7.el9_1.5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "mod_proxy_html-debuginfo-1:2.4.53-7.el9_1.5.aarch64",
"product": {
"name": "mod_proxy_html-debuginfo-1:2.4.53-7.el9_1.5.aarch64",
"product_id": "mod_proxy_html-debuginfo-1:2.4.53-7.el9_1.5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_proxy_html-debuginfo@2.4.53-7.el9_1.5?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "mod_session-debuginfo-0:2.4.53-7.el9_1.5.aarch64",
"product": {
"name": "mod_session-debuginfo-0:2.4.53-7.el9_1.5.aarch64",
"product_id": "mod_session-debuginfo-0:2.4.53-7.el9_1.5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_session-debuginfo@2.4.53-7.el9_1.5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "mod_ssl-debuginfo-1:2.4.53-7.el9_1.5.aarch64",
"product": {
"name": "mod_ssl-debuginfo-1:2.4.53-7.el9_1.5.aarch64",
"product_id": "mod_ssl-debuginfo-1:2.4.53-7.el9_1.5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ssl-debuginfo@2.4.53-7.el9_1.5?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "mod_http2-0:1.15.19-3.el9_1.5.aarch64",
"product": {
"name": "mod_http2-0:1.15.19-3.el9_1.5.aarch64",
"product_id": "mod_http2-0:1.15.19-3.el9_1.5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_http2@1.15.19-3.el9_1.5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "mod_http2-debugsource-0:1.15.19-3.el9_1.5.aarch64",
"product": {
"name": "mod_http2-debugsource-0:1.15.19-3.el9_1.5.aarch64",
"product_id": "mod_http2-debugsource-0:1.15.19-3.el9_1.5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_http2-debugsource@1.15.19-3.el9_1.5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "mod_http2-debuginfo-0:1.15.19-3.el9_1.5.aarch64",
"product": {
"name": "mod_http2-debuginfo-0:1.15.19-3.el9_1.5.aarch64",
"product_id": "mod_http2-debuginfo-0:1.15.19-3.el9_1.5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_http2-debuginfo@1.15.19-3.el9_1.5?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "httpd-0:2.4.53-7.el9_1.5.ppc64le",
"product": {
"name": "httpd-0:2.4.53-7.el9_1.5.ppc64le",
"product_id": "httpd-0:2.4.53-7.el9_1.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd@2.4.53-7.el9_1.5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "httpd-core-0:2.4.53-7.el9_1.5.ppc64le",
"product": {
"name": "httpd-core-0:2.4.53-7.el9_1.5.ppc64le",
"product_id": "httpd-core-0:2.4.53-7.el9_1.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-core@2.4.53-7.el9_1.5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "httpd-devel-0:2.4.53-7.el9_1.5.ppc64le",
"product": {
"name": "httpd-devel-0:2.4.53-7.el9_1.5.ppc64le",
"product_id": "httpd-devel-0:2.4.53-7.el9_1.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-devel@2.4.53-7.el9_1.5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "httpd-tools-0:2.4.53-7.el9_1.5.ppc64le",
"product": {
"name": "httpd-tools-0:2.4.53-7.el9_1.5.ppc64le",
"product_id": "httpd-tools-0:2.4.53-7.el9_1.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-tools@2.4.53-7.el9_1.5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "mod_ldap-0:2.4.53-7.el9_1.5.ppc64le",
"product": {
"name": "mod_ldap-0:2.4.53-7.el9_1.5.ppc64le",
"product_id": "mod_ldap-0:2.4.53-7.el9_1.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ldap@2.4.53-7.el9_1.5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "mod_lua-0:2.4.53-7.el9_1.5.ppc64le",
"product": {
"name": "mod_lua-0:2.4.53-7.el9_1.5.ppc64le",
"product_id": "mod_lua-0:2.4.53-7.el9_1.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_lua@2.4.53-7.el9_1.5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "mod_proxy_html-1:2.4.53-7.el9_1.5.ppc64le",
"product": {
"name": "mod_proxy_html-1:2.4.53-7.el9_1.5.ppc64le",
"product_id": "mod_proxy_html-1:2.4.53-7.el9_1.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_proxy_html@2.4.53-7.el9_1.5?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "mod_session-0:2.4.53-7.el9_1.5.ppc64le",
"product": {
"name": "mod_session-0:2.4.53-7.el9_1.5.ppc64le",
"product_id": "mod_session-0:2.4.53-7.el9_1.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_session@2.4.53-7.el9_1.5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "mod_ssl-1:2.4.53-7.el9_1.5.ppc64le",
"product": {
"name": "mod_ssl-1:2.4.53-7.el9_1.5.ppc64le",
"product_id": "mod_ssl-1:2.4.53-7.el9_1.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ssl@2.4.53-7.el9_1.5?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "httpd-debugsource-0:2.4.53-7.el9_1.5.ppc64le",
"product": {
"name": "httpd-debugsource-0:2.4.53-7.el9_1.5.ppc64le",
"product_id": "httpd-debugsource-0:2.4.53-7.el9_1.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-debugsource@2.4.53-7.el9_1.5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "httpd-core-debuginfo-0:2.4.53-7.el9_1.5.ppc64le",
"product": {
"name": "httpd-core-debuginfo-0:2.4.53-7.el9_1.5.ppc64le",
"product_id": "httpd-core-debuginfo-0:2.4.53-7.el9_1.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-core-debuginfo@2.4.53-7.el9_1.5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "httpd-debuginfo-0:2.4.53-7.el9_1.5.ppc64le",
"product": {
"name": "httpd-debuginfo-0:2.4.53-7.el9_1.5.ppc64le",
"product_id": "httpd-debuginfo-0:2.4.53-7.el9_1.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-debuginfo@2.4.53-7.el9_1.5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "httpd-tools-debuginfo-0:2.4.53-7.el9_1.5.ppc64le",
"product": {
"name": "httpd-tools-debuginfo-0:2.4.53-7.el9_1.5.ppc64le",
"product_id": "httpd-tools-debuginfo-0:2.4.53-7.el9_1.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-tools-debuginfo@2.4.53-7.el9_1.5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "mod_ldap-debuginfo-0:2.4.53-7.el9_1.5.ppc64le",
"product": {
"name": "mod_ldap-debuginfo-0:2.4.53-7.el9_1.5.ppc64le",
"product_id": "mod_ldap-debuginfo-0:2.4.53-7.el9_1.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ldap-debuginfo@2.4.53-7.el9_1.5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "mod_lua-debuginfo-0:2.4.53-7.el9_1.5.ppc64le",
"product": {
"name": "mod_lua-debuginfo-0:2.4.53-7.el9_1.5.ppc64le",
"product_id": "mod_lua-debuginfo-0:2.4.53-7.el9_1.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_lua-debuginfo@2.4.53-7.el9_1.5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "mod_proxy_html-debuginfo-1:2.4.53-7.el9_1.5.ppc64le",
"product": {
"name": "mod_proxy_html-debuginfo-1:2.4.53-7.el9_1.5.ppc64le",
"product_id": "mod_proxy_html-debuginfo-1:2.4.53-7.el9_1.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_proxy_html-debuginfo@2.4.53-7.el9_1.5?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "mod_session-debuginfo-0:2.4.53-7.el9_1.5.ppc64le",
"product": {
"name": "mod_session-debuginfo-0:2.4.53-7.el9_1.5.ppc64le",
"product_id": "mod_session-debuginfo-0:2.4.53-7.el9_1.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_session-debuginfo@2.4.53-7.el9_1.5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "mod_ssl-debuginfo-1:2.4.53-7.el9_1.5.ppc64le",
"product": {
"name": "mod_ssl-debuginfo-1:2.4.53-7.el9_1.5.ppc64le",
"product_id": "mod_ssl-debuginfo-1:2.4.53-7.el9_1.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ssl-debuginfo@2.4.53-7.el9_1.5?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "mod_http2-0:1.15.19-3.el9_1.5.ppc64le",
"product": {
"name": "mod_http2-0:1.15.19-3.el9_1.5.ppc64le",
"product_id": "mod_http2-0:1.15.19-3.el9_1.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_http2@1.15.19-3.el9_1.5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "mod_http2-debugsource-0:1.15.19-3.el9_1.5.ppc64le",
"product": {
"name": "mod_http2-debugsource-0:1.15.19-3.el9_1.5.ppc64le",
"product_id": "mod_http2-debugsource-0:1.15.19-3.el9_1.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_http2-debugsource@1.15.19-3.el9_1.5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "mod_http2-debuginfo-0:1.15.19-3.el9_1.5.ppc64le",
"product": {
"name": "mod_http2-debuginfo-0:1.15.19-3.el9_1.5.ppc64le",
"product_id": "mod_http2-debuginfo-0:1.15.19-3.el9_1.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_http2-debuginfo@1.15.19-3.el9_1.5?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "httpd-0:2.4.53-7.el9_1.5.x86_64",
"product": {
"name": "httpd-0:2.4.53-7.el9_1.5.x86_64",
"product_id": "httpd-0:2.4.53-7.el9_1.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd@2.4.53-7.el9_1.5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "httpd-core-0:2.4.53-7.el9_1.5.x86_64",
"product": {
"name": "httpd-core-0:2.4.53-7.el9_1.5.x86_64",
"product_id": "httpd-core-0:2.4.53-7.el9_1.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-core@2.4.53-7.el9_1.5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "httpd-devel-0:2.4.53-7.el9_1.5.x86_64",
"product": {
"name": "httpd-devel-0:2.4.53-7.el9_1.5.x86_64",
"product_id": "httpd-devel-0:2.4.53-7.el9_1.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-devel@2.4.53-7.el9_1.5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "httpd-tools-0:2.4.53-7.el9_1.5.x86_64",
"product": {
"name": "httpd-tools-0:2.4.53-7.el9_1.5.x86_64",
"product_id": "httpd-tools-0:2.4.53-7.el9_1.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-tools@2.4.53-7.el9_1.5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "mod_ldap-0:2.4.53-7.el9_1.5.x86_64",
"product": {
"name": "mod_ldap-0:2.4.53-7.el9_1.5.x86_64",
"product_id": "mod_ldap-0:2.4.53-7.el9_1.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ldap@2.4.53-7.el9_1.5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "mod_lua-0:2.4.53-7.el9_1.5.x86_64",
"product": {
"name": "mod_lua-0:2.4.53-7.el9_1.5.x86_64",
"product_id": "mod_lua-0:2.4.53-7.el9_1.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_lua@2.4.53-7.el9_1.5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "mod_proxy_html-1:2.4.53-7.el9_1.5.x86_64",
"product": {
"name": "mod_proxy_html-1:2.4.53-7.el9_1.5.x86_64",
"product_id": "mod_proxy_html-1:2.4.53-7.el9_1.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_proxy_html@2.4.53-7.el9_1.5?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "mod_session-0:2.4.53-7.el9_1.5.x86_64",
"product": {
"name": "mod_session-0:2.4.53-7.el9_1.5.x86_64",
"product_id": "mod_session-0:2.4.53-7.el9_1.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_session@2.4.53-7.el9_1.5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "mod_ssl-1:2.4.53-7.el9_1.5.x86_64",
"product": {
"name": "mod_ssl-1:2.4.53-7.el9_1.5.x86_64",
"product_id": "mod_ssl-1:2.4.53-7.el9_1.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ssl@2.4.53-7.el9_1.5?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "httpd-debugsource-0:2.4.53-7.el9_1.5.x86_64",
"product": {
"name": "httpd-debugsource-0:2.4.53-7.el9_1.5.x86_64",
"product_id": "httpd-debugsource-0:2.4.53-7.el9_1.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-debugsource@2.4.53-7.el9_1.5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "httpd-core-debuginfo-0:2.4.53-7.el9_1.5.x86_64",
"product": {
"name": "httpd-core-debuginfo-0:2.4.53-7.el9_1.5.x86_64",
"product_id": "httpd-core-debuginfo-0:2.4.53-7.el9_1.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-core-debuginfo@2.4.53-7.el9_1.5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "httpd-debuginfo-0:2.4.53-7.el9_1.5.x86_64",
"product": {
"name": "httpd-debuginfo-0:2.4.53-7.el9_1.5.x86_64",
"product_id": "httpd-debuginfo-0:2.4.53-7.el9_1.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-debuginfo@2.4.53-7.el9_1.5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "httpd-tools-debuginfo-0:2.4.53-7.el9_1.5.x86_64",
"product": {
"name": "httpd-tools-debuginfo-0:2.4.53-7.el9_1.5.x86_64",
"product_id": "httpd-tools-debuginfo-0:2.4.53-7.el9_1.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-tools-debuginfo@2.4.53-7.el9_1.5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "mod_ldap-debuginfo-0:2.4.53-7.el9_1.5.x86_64",
"product": {
"name": "mod_ldap-debuginfo-0:2.4.53-7.el9_1.5.x86_64",
"product_id": "mod_ldap-debuginfo-0:2.4.53-7.el9_1.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ldap-debuginfo@2.4.53-7.el9_1.5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "mod_lua-debuginfo-0:2.4.53-7.el9_1.5.x86_64",
"product": {
"name": "mod_lua-debuginfo-0:2.4.53-7.el9_1.5.x86_64",
"product_id": "mod_lua-debuginfo-0:2.4.53-7.el9_1.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_lua-debuginfo@2.4.53-7.el9_1.5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "mod_proxy_html-debuginfo-1:2.4.53-7.el9_1.5.x86_64",
"product": {
"name": "mod_proxy_html-debuginfo-1:2.4.53-7.el9_1.5.x86_64",
"product_id": "mod_proxy_html-debuginfo-1:2.4.53-7.el9_1.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_proxy_html-debuginfo@2.4.53-7.el9_1.5?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "mod_session-debuginfo-0:2.4.53-7.el9_1.5.x86_64",
"product": {
"name": "mod_session-debuginfo-0:2.4.53-7.el9_1.5.x86_64",
"product_id": "mod_session-debuginfo-0:2.4.53-7.el9_1.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_session-debuginfo@2.4.53-7.el9_1.5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "mod_ssl-debuginfo-1:2.4.53-7.el9_1.5.x86_64",
"product": {
"name": "mod_ssl-debuginfo-1:2.4.53-7.el9_1.5.x86_64",
"product_id": "mod_ssl-debuginfo-1:2.4.53-7.el9_1.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ssl-debuginfo@2.4.53-7.el9_1.5?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "mod_http2-0:1.15.19-3.el9_1.5.x86_64",
"product": {
"name": "mod_http2-0:1.15.19-3.el9_1.5.x86_64",
"product_id": "mod_http2-0:1.15.19-3.el9_1.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_http2@1.15.19-3.el9_1.5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "mod_http2-debugsource-0:1.15.19-3.el9_1.5.x86_64",
"product": {
"name": "mod_http2-debugsource-0:1.15.19-3.el9_1.5.x86_64",
"product_id": "mod_http2-debugsource-0:1.15.19-3.el9_1.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_http2-debugsource@1.15.19-3.el9_1.5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "mod_http2-debuginfo-0:1.15.19-3.el9_1.5.x86_64",
"product": {
"name": "mod_http2-debuginfo-0:1.15.19-3.el9_1.5.x86_64",
"product_id": "mod_http2-debuginfo-0:1.15.19-3.el9_1.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_http2-debuginfo@1.15.19-3.el9_1.5?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "httpd-0:2.4.53-7.el9_1.5.s390x",
"product": {
"name": "httpd-0:2.4.53-7.el9_1.5.s390x",
"product_id": "httpd-0:2.4.53-7.el9_1.5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd@2.4.53-7.el9_1.5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "httpd-core-0:2.4.53-7.el9_1.5.s390x",
"product": {
"name": "httpd-core-0:2.4.53-7.el9_1.5.s390x",
"product_id": "httpd-core-0:2.4.53-7.el9_1.5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-core@2.4.53-7.el9_1.5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "httpd-devel-0:2.4.53-7.el9_1.5.s390x",
"product": {
"name": "httpd-devel-0:2.4.53-7.el9_1.5.s390x",
"product_id": "httpd-devel-0:2.4.53-7.el9_1.5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-devel@2.4.53-7.el9_1.5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "httpd-tools-0:2.4.53-7.el9_1.5.s390x",
"product": {
"name": "httpd-tools-0:2.4.53-7.el9_1.5.s390x",
"product_id": "httpd-tools-0:2.4.53-7.el9_1.5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-tools@2.4.53-7.el9_1.5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "mod_ldap-0:2.4.53-7.el9_1.5.s390x",
"product": {
"name": "mod_ldap-0:2.4.53-7.el9_1.5.s390x",
"product_id": "mod_ldap-0:2.4.53-7.el9_1.5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ldap@2.4.53-7.el9_1.5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "mod_lua-0:2.4.53-7.el9_1.5.s390x",
"product": {
"name": "mod_lua-0:2.4.53-7.el9_1.5.s390x",
"product_id": "mod_lua-0:2.4.53-7.el9_1.5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_lua@2.4.53-7.el9_1.5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "mod_proxy_html-1:2.4.53-7.el9_1.5.s390x",
"product": {
"name": "mod_proxy_html-1:2.4.53-7.el9_1.5.s390x",
"product_id": "mod_proxy_html-1:2.4.53-7.el9_1.5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_proxy_html@2.4.53-7.el9_1.5?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "mod_session-0:2.4.53-7.el9_1.5.s390x",
"product": {
"name": "mod_session-0:2.4.53-7.el9_1.5.s390x",
"product_id": "mod_session-0:2.4.53-7.el9_1.5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_session@2.4.53-7.el9_1.5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "mod_ssl-1:2.4.53-7.el9_1.5.s390x",
"product": {
"name": "mod_ssl-1:2.4.53-7.el9_1.5.s390x",
"product_id": "mod_ssl-1:2.4.53-7.el9_1.5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ssl@2.4.53-7.el9_1.5?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "httpd-debugsource-0:2.4.53-7.el9_1.5.s390x",
"product": {
"name": "httpd-debugsource-0:2.4.53-7.el9_1.5.s390x",
"product_id": "httpd-debugsource-0:2.4.53-7.el9_1.5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-debugsource@2.4.53-7.el9_1.5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "httpd-core-debuginfo-0:2.4.53-7.el9_1.5.s390x",
"product": {
"name": "httpd-core-debuginfo-0:2.4.53-7.el9_1.5.s390x",
"product_id": "httpd-core-debuginfo-0:2.4.53-7.el9_1.5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-core-debuginfo@2.4.53-7.el9_1.5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "httpd-debuginfo-0:2.4.53-7.el9_1.5.s390x",
"product": {
"name": "httpd-debuginfo-0:2.4.53-7.el9_1.5.s390x",
"product_id": "httpd-debuginfo-0:2.4.53-7.el9_1.5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-debuginfo@2.4.53-7.el9_1.5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "httpd-tools-debuginfo-0:2.4.53-7.el9_1.5.s390x",
"product": {
"name": "httpd-tools-debuginfo-0:2.4.53-7.el9_1.5.s390x",
"product_id": "httpd-tools-debuginfo-0:2.4.53-7.el9_1.5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-tools-debuginfo@2.4.53-7.el9_1.5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "mod_ldap-debuginfo-0:2.4.53-7.el9_1.5.s390x",
"product": {
"name": "mod_ldap-debuginfo-0:2.4.53-7.el9_1.5.s390x",
"product_id": "mod_ldap-debuginfo-0:2.4.53-7.el9_1.5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ldap-debuginfo@2.4.53-7.el9_1.5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "mod_lua-debuginfo-0:2.4.53-7.el9_1.5.s390x",
"product": {
"name": "mod_lua-debuginfo-0:2.4.53-7.el9_1.5.s390x",
"product_id": "mod_lua-debuginfo-0:2.4.53-7.el9_1.5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_lua-debuginfo@2.4.53-7.el9_1.5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "mod_proxy_html-debuginfo-1:2.4.53-7.el9_1.5.s390x",
"product": {
"name": "mod_proxy_html-debuginfo-1:2.4.53-7.el9_1.5.s390x",
"product_id": "mod_proxy_html-debuginfo-1:2.4.53-7.el9_1.5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_proxy_html-debuginfo@2.4.53-7.el9_1.5?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "mod_session-debuginfo-0:2.4.53-7.el9_1.5.s390x",
"product": {
"name": "mod_session-debuginfo-0:2.4.53-7.el9_1.5.s390x",
"product_id": "mod_session-debuginfo-0:2.4.53-7.el9_1.5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_session-debuginfo@2.4.53-7.el9_1.5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "mod_ssl-debuginfo-1:2.4.53-7.el9_1.5.s390x",
"product": {
"name": "mod_ssl-debuginfo-1:2.4.53-7.el9_1.5.s390x",
"product_id": "mod_ssl-debuginfo-1:2.4.53-7.el9_1.5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_ssl-debuginfo@2.4.53-7.el9_1.5?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "mod_http2-0:1.15.19-3.el9_1.5.s390x",
"product": {
"name": "mod_http2-0:1.15.19-3.el9_1.5.s390x",
"product_id": "mod_http2-0:1.15.19-3.el9_1.5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_http2@1.15.19-3.el9_1.5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "mod_http2-debugsource-0:1.15.19-3.el9_1.5.s390x",
"product": {
"name": "mod_http2-debugsource-0:1.15.19-3.el9_1.5.s390x",
"product_id": "mod_http2-debugsource-0:1.15.19-3.el9_1.5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_http2-debugsource@1.15.19-3.el9_1.5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "mod_http2-debuginfo-0:1.15.19-3.el9_1.5.s390x",
"product": {
"name": "mod_http2-debuginfo-0:1.15.19-3.el9_1.5.s390x",
"product_id": "mod_http2-debuginfo-0:1.15.19-3.el9_1.5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_http2-debuginfo@1.15.19-3.el9_1.5?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "httpd-filesystem-0:2.4.53-7.el9_1.5.noarch",
"product": {
"name": "httpd-filesystem-0:2.4.53-7.el9_1.5.noarch",
"product_id": "httpd-filesystem-0:2.4.53-7.el9_1.5.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-filesystem@2.4.53-7.el9_1.5?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "httpd-manual-0:2.4.53-7.el9_1.5.noarch",
"product": {
"name": "httpd-manual-0:2.4.53-7.el9_1.5.noarch",
"product_id": "httpd-manual-0:2.4.53-7.el9_1.5.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd-manual@2.4.53-7.el9_1.5?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-0:2.4.53-7.el9_1.5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:httpd-0:2.4.53-7.el9_1.5.aarch64"
},
"product_reference": "httpd-0:2.4.53-7.el9_1.5.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-0:2.4.53-7.el9_1.5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:httpd-0:2.4.53-7.el9_1.5.ppc64le"
},
"product_reference": "httpd-0:2.4.53-7.el9_1.5.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-0:2.4.53-7.el9_1.5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:httpd-0:2.4.53-7.el9_1.5.s390x"
},
"product_reference": "httpd-0:2.4.53-7.el9_1.5.s390x",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-0:2.4.53-7.el9_1.5.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:httpd-0:2.4.53-7.el9_1.5.src"
},
"product_reference": "httpd-0:2.4.53-7.el9_1.5.src",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-0:2.4.53-7.el9_1.5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:httpd-0:2.4.53-7.el9_1.5.x86_64"
},
"product_reference": "httpd-0:2.4.53-7.el9_1.5.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-core-0:2.4.53-7.el9_1.5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:httpd-core-0:2.4.53-7.el9_1.5.aarch64"
},
"product_reference": "httpd-core-0:2.4.53-7.el9_1.5.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-core-0:2.4.53-7.el9_1.5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:httpd-core-0:2.4.53-7.el9_1.5.ppc64le"
},
"product_reference": "httpd-core-0:2.4.53-7.el9_1.5.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-core-0:2.4.53-7.el9_1.5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:httpd-core-0:2.4.53-7.el9_1.5.s390x"
},
"product_reference": "httpd-core-0:2.4.53-7.el9_1.5.s390x",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-core-0:2.4.53-7.el9_1.5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:httpd-core-0:2.4.53-7.el9_1.5.x86_64"
},
"product_reference": "httpd-core-0:2.4.53-7.el9_1.5.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-core-debuginfo-0:2.4.53-7.el9_1.5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:httpd-core-debuginfo-0:2.4.53-7.el9_1.5.aarch64"
},
"product_reference": "httpd-core-debuginfo-0:2.4.53-7.el9_1.5.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-core-debuginfo-0:2.4.53-7.el9_1.5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:httpd-core-debuginfo-0:2.4.53-7.el9_1.5.ppc64le"
},
"product_reference": "httpd-core-debuginfo-0:2.4.53-7.el9_1.5.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-core-debuginfo-0:2.4.53-7.el9_1.5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:httpd-core-debuginfo-0:2.4.53-7.el9_1.5.s390x"
},
"product_reference": "httpd-core-debuginfo-0:2.4.53-7.el9_1.5.s390x",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-core-debuginfo-0:2.4.53-7.el9_1.5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:httpd-core-debuginfo-0:2.4.53-7.el9_1.5.x86_64"
},
"product_reference": "httpd-core-debuginfo-0:2.4.53-7.el9_1.5.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-debuginfo-0:2.4.53-7.el9_1.5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:httpd-debuginfo-0:2.4.53-7.el9_1.5.aarch64"
},
"product_reference": "httpd-debuginfo-0:2.4.53-7.el9_1.5.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-debuginfo-0:2.4.53-7.el9_1.5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:httpd-debuginfo-0:2.4.53-7.el9_1.5.ppc64le"
},
"product_reference": "httpd-debuginfo-0:2.4.53-7.el9_1.5.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-debuginfo-0:2.4.53-7.el9_1.5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:httpd-debuginfo-0:2.4.53-7.el9_1.5.s390x"
},
"product_reference": "httpd-debuginfo-0:2.4.53-7.el9_1.5.s390x",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-debuginfo-0:2.4.53-7.el9_1.5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:httpd-debuginfo-0:2.4.53-7.el9_1.5.x86_64"
},
"product_reference": "httpd-debuginfo-0:2.4.53-7.el9_1.5.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-debugsource-0:2.4.53-7.el9_1.5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:httpd-debugsource-0:2.4.53-7.el9_1.5.aarch64"
},
"product_reference": "httpd-debugsource-0:2.4.53-7.el9_1.5.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-debugsource-0:2.4.53-7.el9_1.5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:httpd-debugsource-0:2.4.53-7.el9_1.5.ppc64le"
},
"product_reference": "httpd-debugsource-0:2.4.53-7.el9_1.5.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-debugsource-0:2.4.53-7.el9_1.5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:httpd-debugsource-0:2.4.53-7.el9_1.5.s390x"
},
"product_reference": "httpd-debugsource-0:2.4.53-7.el9_1.5.s390x",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-debugsource-0:2.4.53-7.el9_1.5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:httpd-debugsource-0:2.4.53-7.el9_1.5.x86_64"
},
"product_reference": "httpd-debugsource-0:2.4.53-7.el9_1.5.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-devel-0:2.4.53-7.el9_1.5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:httpd-devel-0:2.4.53-7.el9_1.5.aarch64"
},
"product_reference": "httpd-devel-0:2.4.53-7.el9_1.5.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-devel-0:2.4.53-7.el9_1.5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:httpd-devel-0:2.4.53-7.el9_1.5.ppc64le"
},
"product_reference": "httpd-devel-0:2.4.53-7.el9_1.5.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-devel-0:2.4.53-7.el9_1.5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:httpd-devel-0:2.4.53-7.el9_1.5.s390x"
},
"product_reference": "httpd-devel-0:2.4.53-7.el9_1.5.s390x",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-devel-0:2.4.53-7.el9_1.5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:httpd-devel-0:2.4.53-7.el9_1.5.x86_64"
},
"product_reference": "httpd-devel-0:2.4.53-7.el9_1.5.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-filesystem-0:2.4.53-7.el9_1.5.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:httpd-filesystem-0:2.4.53-7.el9_1.5.noarch"
},
"product_reference": "httpd-filesystem-0:2.4.53-7.el9_1.5.noarch",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-manual-0:2.4.53-7.el9_1.5.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:httpd-manual-0:2.4.53-7.el9_1.5.noarch"
},
"product_reference": "httpd-manual-0:2.4.53-7.el9_1.5.noarch",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-tools-0:2.4.53-7.el9_1.5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:httpd-tools-0:2.4.53-7.el9_1.5.aarch64"
},
"product_reference": "httpd-tools-0:2.4.53-7.el9_1.5.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-tools-0:2.4.53-7.el9_1.5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:httpd-tools-0:2.4.53-7.el9_1.5.ppc64le"
},
"product_reference": "httpd-tools-0:2.4.53-7.el9_1.5.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-tools-0:2.4.53-7.el9_1.5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:httpd-tools-0:2.4.53-7.el9_1.5.s390x"
},
"product_reference": "httpd-tools-0:2.4.53-7.el9_1.5.s390x",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-tools-0:2.4.53-7.el9_1.5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:httpd-tools-0:2.4.53-7.el9_1.5.x86_64"
},
"product_reference": "httpd-tools-0:2.4.53-7.el9_1.5.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-tools-debuginfo-0:2.4.53-7.el9_1.5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:httpd-tools-debuginfo-0:2.4.53-7.el9_1.5.aarch64"
},
"product_reference": "httpd-tools-debuginfo-0:2.4.53-7.el9_1.5.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-tools-debuginfo-0:2.4.53-7.el9_1.5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:httpd-tools-debuginfo-0:2.4.53-7.el9_1.5.ppc64le"
},
"product_reference": "httpd-tools-debuginfo-0:2.4.53-7.el9_1.5.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-tools-debuginfo-0:2.4.53-7.el9_1.5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:httpd-tools-debuginfo-0:2.4.53-7.el9_1.5.s390x"
},
"product_reference": "httpd-tools-debuginfo-0:2.4.53-7.el9_1.5.s390x",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd-tools-debuginfo-0:2.4.53-7.el9_1.5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:httpd-tools-debuginfo-0:2.4.53-7.el9_1.5.x86_64"
},
"product_reference": "httpd-tools-debuginfo-0:2.4.53-7.el9_1.5.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_http2-0:1.15.19-3.el9_1.5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:mod_http2-0:1.15.19-3.el9_1.5.aarch64"
},
"product_reference": "mod_http2-0:1.15.19-3.el9_1.5.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_http2-0:1.15.19-3.el9_1.5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:mod_http2-0:1.15.19-3.el9_1.5.ppc64le"
},
"product_reference": "mod_http2-0:1.15.19-3.el9_1.5.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_http2-0:1.15.19-3.el9_1.5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:mod_http2-0:1.15.19-3.el9_1.5.s390x"
},
"product_reference": "mod_http2-0:1.15.19-3.el9_1.5.s390x",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_http2-0:1.15.19-3.el9_1.5.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:mod_http2-0:1.15.19-3.el9_1.5.src"
},
"product_reference": "mod_http2-0:1.15.19-3.el9_1.5.src",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_http2-0:1.15.19-3.el9_1.5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:mod_http2-0:1.15.19-3.el9_1.5.x86_64"
},
"product_reference": "mod_http2-0:1.15.19-3.el9_1.5.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_http2-debuginfo-0:1.15.19-3.el9_1.5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:mod_http2-debuginfo-0:1.15.19-3.el9_1.5.aarch64"
},
"product_reference": "mod_http2-debuginfo-0:1.15.19-3.el9_1.5.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_http2-debuginfo-0:1.15.19-3.el9_1.5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:mod_http2-debuginfo-0:1.15.19-3.el9_1.5.ppc64le"
},
"product_reference": "mod_http2-debuginfo-0:1.15.19-3.el9_1.5.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_http2-debuginfo-0:1.15.19-3.el9_1.5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:mod_http2-debuginfo-0:1.15.19-3.el9_1.5.s390x"
},
"product_reference": "mod_http2-debuginfo-0:1.15.19-3.el9_1.5.s390x",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_http2-debuginfo-0:1.15.19-3.el9_1.5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:mod_http2-debuginfo-0:1.15.19-3.el9_1.5.x86_64"
},
"product_reference": "mod_http2-debuginfo-0:1.15.19-3.el9_1.5.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_http2-debugsource-0:1.15.19-3.el9_1.5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:mod_http2-debugsource-0:1.15.19-3.el9_1.5.aarch64"
},
"product_reference": "mod_http2-debugsource-0:1.15.19-3.el9_1.5.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_http2-debugsource-0:1.15.19-3.el9_1.5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:mod_http2-debugsource-0:1.15.19-3.el9_1.5.ppc64le"
},
"product_reference": "mod_http2-debugsource-0:1.15.19-3.el9_1.5.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_http2-debugsource-0:1.15.19-3.el9_1.5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:mod_http2-debugsource-0:1.15.19-3.el9_1.5.s390x"
},
"product_reference": "mod_http2-debugsource-0:1.15.19-3.el9_1.5.s390x",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_http2-debugsource-0:1.15.19-3.el9_1.5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:mod_http2-debugsource-0:1.15.19-3.el9_1.5.x86_64"
},
"product_reference": "mod_http2-debugsource-0:1.15.19-3.el9_1.5.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ldap-0:2.4.53-7.el9_1.5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:mod_ldap-0:2.4.53-7.el9_1.5.aarch64"
},
"product_reference": "mod_ldap-0:2.4.53-7.el9_1.5.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ldap-0:2.4.53-7.el9_1.5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:mod_ldap-0:2.4.53-7.el9_1.5.ppc64le"
},
"product_reference": "mod_ldap-0:2.4.53-7.el9_1.5.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ldap-0:2.4.53-7.el9_1.5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:mod_ldap-0:2.4.53-7.el9_1.5.s390x"
},
"product_reference": "mod_ldap-0:2.4.53-7.el9_1.5.s390x",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ldap-0:2.4.53-7.el9_1.5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:mod_ldap-0:2.4.53-7.el9_1.5.x86_64"
},
"product_reference": "mod_ldap-0:2.4.53-7.el9_1.5.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ldap-debuginfo-0:2.4.53-7.el9_1.5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:mod_ldap-debuginfo-0:2.4.53-7.el9_1.5.aarch64"
},
"product_reference": "mod_ldap-debuginfo-0:2.4.53-7.el9_1.5.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ldap-debuginfo-0:2.4.53-7.el9_1.5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:mod_ldap-debuginfo-0:2.4.53-7.el9_1.5.ppc64le"
},
"product_reference": "mod_ldap-debuginfo-0:2.4.53-7.el9_1.5.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ldap-debuginfo-0:2.4.53-7.el9_1.5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:mod_ldap-debuginfo-0:2.4.53-7.el9_1.5.s390x"
},
"product_reference": "mod_ldap-debuginfo-0:2.4.53-7.el9_1.5.s390x",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ldap-debuginfo-0:2.4.53-7.el9_1.5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:mod_ldap-debuginfo-0:2.4.53-7.el9_1.5.x86_64"
},
"product_reference": "mod_ldap-debuginfo-0:2.4.53-7.el9_1.5.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_lua-0:2.4.53-7.el9_1.5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:mod_lua-0:2.4.53-7.el9_1.5.aarch64"
},
"product_reference": "mod_lua-0:2.4.53-7.el9_1.5.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_lua-0:2.4.53-7.el9_1.5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:mod_lua-0:2.4.53-7.el9_1.5.ppc64le"
},
"product_reference": "mod_lua-0:2.4.53-7.el9_1.5.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_lua-0:2.4.53-7.el9_1.5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:mod_lua-0:2.4.53-7.el9_1.5.s390x"
},
"product_reference": "mod_lua-0:2.4.53-7.el9_1.5.s390x",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_lua-0:2.4.53-7.el9_1.5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:mod_lua-0:2.4.53-7.el9_1.5.x86_64"
},
"product_reference": "mod_lua-0:2.4.53-7.el9_1.5.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_lua-debuginfo-0:2.4.53-7.el9_1.5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:mod_lua-debuginfo-0:2.4.53-7.el9_1.5.aarch64"
},
"product_reference": "mod_lua-debuginfo-0:2.4.53-7.el9_1.5.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_lua-debuginfo-0:2.4.53-7.el9_1.5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:mod_lua-debuginfo-0:2.4.53-7.el9_1.5.ppc64le"
},
"product_reference": "mod_lua-debuginfo-0:2.4.53-7.el9_1.5.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_lua-debuginfo-0:2.4.53-7.el9_1.5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:mod_lua-debuginfo-0:2.4.53-7.el9_1.5.s390x"
},
"product_reference": "mod_lua-debuginfo-0:2.4.53-7.el9_1.5.s390x",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_lua-debuginfo-0:2.4.53-7.el9_1.5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:mod_lua-debuginfo-0:2.4.53-7.el9_1.5.x86_64"
},
"product_reference": "mod_lua-debuginfo-0:2.4.53-7.el9_1.5.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_proxy_html-1:2.4.53-7.el9_1.5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:mod_proxy_html-1:2.4.53-7.el9_1.5.aarch64"
},
"product_reference": "mod_proxy_html-1:2.4.53-7.el9_1.5.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_proxy_html-1:2.4.53-7.el9_1.5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:mod_proxy_html-1:2.4.53-7.el9_1.5.ppc64le"
},
"product_reference": "mod_proxy_html-1:2.4.53-7.el9_1.5.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_proxy_html-1:2.4.53-7.el9_1.5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:mod_proxy_html-1:2.4.53-7.el9_1.5.s390x"
},
"product_reference": "mod_proxy_html-1:2.4.53-7.el9_1.5.s390x",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_proxy_html-1:2.4.53-7.el9_1.5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:mod_proxy_html-1:2.4.53-7.el9_1.5.x86_64"
},
"product_reference": "mod_proxy_html-1:2.4.53-7.el9_1.5.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_proxy_html-debuginfo-1:2.4.53-7.el9_1.5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:mod_proxy_html-debuginfo-1:2.4.53-7.el9_1.5.aarch64"
},
"product_reference": "mod_proxy_html-debuginfo-1:2.4.53-7.el9_1.5.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_proxy_html-debuginfo-1:2.4.53-7.el9_1.5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:mod_proxy_html-debuginfo-1:2.4.53-7.el9_1.5.ppc64le"
},
"product_reference": "mod_proxy_html-debuginfo-1:2.4.53-7.el9_1.5.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_proxy_html-debuginfo-1:2.4.53-7.el9_1.5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:mod_proxy_html-debuginfo-1:2.4.53-7.el9_1.5.s390x"
},
"product_reference": "mod_proxy_html-debuginfo-1:2.4.53-7.el9_1.5.s390x",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_proxy_html-debuginfo-1:2.4.53-7.el9_1.5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:mod_proxy_html-debuginfo-1:2.4.53-7.el9_1.5.x86_64"
},
"product_reference": "mod_proxy_html-debuginfo-1:2.4.53-7.el9_1.5.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_session-0:2.4.53-7.el9_1.5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:mod_session-0:2.4.53-7.el9_1.5.aarch64"
},
"product_reference": "mod_session-0:2.4.53-7.el9_1.5.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_session-0:2.4.53-7.el9_1.5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:mod_session-0:2.4.53-7.el9_1.5.ppc64le"
},
"product_reference": "mod_session-0:2.4.53-7.el9_1.5.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_session-0:2.4.53-7.el9_1.5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:mod_session-0:2.4.53-7.el9_1.5.s390x"
},
"product_reference": "mod_session-0:2.4.53-7.el9_1.5.s390x",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_session-0:2.4.53-7.el9_1.5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:mod_session-0:2.4.53-7.el9_1.5.x86_64"
},
"product_reference": "mod_session-0:2.4.53-7.el9_1.5.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_session-debuginfo-0:2.4.53-7.el9_1.5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:mod_session-debuginfo-0:2.4.53-7.el9_1.5.aarch64"
},
"product_reference": "mod_session-debuginfo-0:2.4.53-7.el9_1.5.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_session-debuginfo-0:2.4.53-7.el9_1.5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:mod_session-debuginfo-0:2.4.53-7.el9_1.5.ppc64le"
},
"product_reference": "mod_session-debuginfo-0:2.4.53-7.el9_1.5.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_session-debuginfo-0:2.4.53-7.el9_1.5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:mod_session-debuginfo-0:2.4.53-7.el9_1.5.s390x"
},
"product_reference": "mod_session-debuginfo-0:2.4.53-7.el9_1.5.s390x",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_session-debuginfo-0:2.4.53-7.el9_1.5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:mod_session-debuginfo-0:2.4.53-7.el9_1.5.x86_64"
},
"product_reference": "mod_session-debuginfo-0:2.4.53-7.el9_1.5.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ssl-1:2.4.53-7.el9_1.5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:mod_ssl-1:2.4.53-7.el9_1.5.aarch64"
},
"product_reference": "mod_ssl-1:2.4.53-7.el9_1.5.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ssl-1:2.4.53-7.el9_1.5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:mod_ssl-1:2.4.53-7.el9_1.5.ppc64le"
},
"product_reference": "mod_ssl-1:2.4.53-7.el9_1.5.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ssl-1:2.4.53-7.el9_1.5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:mod_ssl-1:2.4.53-7.el9_1.5.s390x"
},
"product_reference": "mod_ssl-1:2.4.53-7.el9_1.5.s390x",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ssl-1:2.4.53-7.el9_1.5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:mod_ssl-1:2.4.53-7.el9_1.5.x86_64"
},
"product_reference": "mod_ssl-1:2.4.53-7.el9_1.5.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ssl-debuginfo-1:2.4.53-7.el9_1.5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:mod_ssl-debuginfo-1:2.4.53-7.el9_1.5.aarch64"
},
"product_reference": "mod_ssl-debuginfo-1:2.4.53-7.el9_1.5.aarch64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ssl-debuginfo-1:2.4.53-7.el9_1.5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:mod_ssl-debuginfo-1:2.4.53-7.el9_1.5.ppc64le"
},
"product_reference": "mod_ssl-debuginfo-1:2.4.53-7.el9_1.5.ppc64le",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ssl-debuginfo-1:2.4.53-7.el9_1.5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:mod_ssl-debuginfo-1:2.4.53-7.el9_1.5.s390x"
},
"product_reference": "mod_ssl-debuginfo-1:2.4.53-7.el9_1.5.s390x",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_ssl-debuginfo-1:2.4.53-7.el9_1.5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.1.0.Z.MAIN:mod_ssl-debuginfo-1:2.4.53-7.el9_1.5.x86_64"
},
"product_reference": "mod_ssl-debuginfo-1:2.4.53-7.el9_1.5.x86_64",
"relates_to_product_reference": "AppStream-9.1.0.Z.MAIN"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-25690",
"cwe": {
"id": "CWE-113",
"name": "Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Request/Response Splitting\u0027)"
},
"discovery_date": "2023-03-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2176209"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in httpd. This security issue occurs when some mod_proxy configurations on Apache HTTP Server allow an HTTP Request Smuggling attack. Configurations are affected when mod_proxy is enabled along with some form of RewriteRule or ProxyPassMatch in which a non-specific pattern matches some portion of the user-supplied request-target (URL) data and is then re-inserted into the proxied request-target using variable substitution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "httpd: HTTP request splitting with mod_rewrite and mod_proxy",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.1.0.Z.MAIN:httpd-0:2.4.53-7.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:httpd-0:2.4.53-7.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:httpd-0:2.4.53-7.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:httpd-0:2.4.53-7.el9_1.5.src",
"AppStream-9.1.0.Z.MAIN:httpd-0:2.4.53-7.el9_1.5.x86_64",
"AppStream-9.1.0.Z.MAIN:httpd-core-0:2.4.53-7.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:httpd-core-0:2.4.53-7.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:httpd-core-0:2.4.53-7.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:httpd-core-0:2.4.53-7.el9_1.5.x86_64",
"AppStream-9.1.0.Z.MAIN:httpd-core-debuginfo-0:2.4.53-7.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:httpd-core-debuginfo-0:2.4.53-7.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:httpd-core-debuginfo-0:2.4.53-7.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:httpd-core-debuginfo-0:2.4.53-7.el9_1.5.x86_64",
"AppStream-9.1.0.Z.MAIN:httpd-debuginfo-0:2.4.53-7.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:httpd-debuginfo-0:2.4.53-7.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:httpd-debuginfo-0:2.4.53-7.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:httpd-debuginfo-0:2.4.53-7.el9_1.5.x86_64",
"AppStream-9.1.0.Z.MAIN:httpd-debugsource-0:2.4.53-7.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:httpd-debugsource-0:2.4.53-7.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:httpd-debugsource-0:2.4.53-7.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:httpd-debugsource-0:2.4.53-7.el9_1.5.x86_64",
"AppStream-9.1.0.Z.MAIN:httpd-devel-0:2.4.53-7.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:httpd-devel-0:2.4.53-7.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:httpd-devel-0:2.4.53-7.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:httpd-devel-0:2.4.53-7.el9_1.5.x86_64",
"AppStream-9.1.0.Z.MAIN:httpd-filesystem-0:2.4.53-7.el9_1.5.noarch",
"AppStream-9.1.0.Z.MAIN:httpd-manual-0:2.4.53-7.el9_1.5.noarch",
"AppStream-9.1.0.Z.MAIN:httpd-tools-0:2.4.53-7.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:httpd-tools-0:2.4.53-7.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:httpd-tools-0:2.4.53-7.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:httpd-tools-0:2.4.53-7.el9_1.5.x86_64",
"AppStream-9.1.0.Z.MAIN:httpd-tools-debuginfo-0:2.4.53-7.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:httpd-tools-debuginfo-0:2.4.53-7.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:httpd-tools-debuginfo-0:2.4.53-7.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:httpd-tools-debuginfo-0:2.4.53-7.el9_1.5.x86_64",
"AppStream-9.1.0.Z.MAIN:mod_http2-0:1.15.19-3.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:mod_http2-0:1.15.19-3.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:mod_http2-0:1.15.19-3.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:mod_http2-0:1.15.19-3.el9_1.5.src",
"AppStream-9.1.0.Z.MAIN:mod_http2-0:1.15.19-3.el9_1.5.x86_64",
"AppStream-9.1.0.Z.MAIN:mod_http2-debuginfo-0:1.15.19-3.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:mod_http2-debuginfo-0:1.15.19-3.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:mod_http2-debuginfo-0:1.15.19-3.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:mod_http2-debuginfo-0:1.15.19-3.el9_1.5.x86_64",
"AppStream-9.1.0.Z.MAIN:mod_http2-debugsource-0:1.15.19-3.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:mod_http2-debugsource-0:1.15.19-3.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:mod_http2-debugsource-0:1.15.19-3.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:mod_http2-debugsource-0:1.15.19-3.el9_1.5.x86_64",
"AppStream-9.1.0.Z.MAIN:mod_ldap-0:2.4.53-7.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:mod_ldap-0:2.4.53-7.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:mod_ldap-0:2.4.53-7.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:mod_ldap-0:2.4.53-7.el9_1.5.x86_64",
"AppStream-9.1.0.Z.MAIN:mod_ldap-debuginfo-0:2.4.53-7.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:mod_ldap-debuginfo-0:2.4.53-7.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:mod_ldap-debuginfo-0:2.4.53-7.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:mod_ldap-debuginfo-0:2.4.53-7.el9_1.5.x86_64",
"AppStream-9.1.0.Z.MAIN:mod_lua-0:2.4.53-7.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:mod_lua-0:2.4.53-7.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:mod_lua-0:2.4.53-7.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:mod_lua-0:2.4.53-7.el9_1.5.x86_64",
"AppStream-9.1.0.Z.MAIN:mod_lua-debuginfo-0:2.4.53-7.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:mod_lua-debuginfo-0:2.4.53-7.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:mod_lua-debuginfo-0:2.4.53-7.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:mod_lua-debuginfo-0:2.4.53-7.el9_1.5.x86_64",
"AppStream-9.1.0.Z.MAIN:mod_proxy_html-1:2.4.53-7.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:mod_proxy_html-1:2.4.53-7.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:mod_proxy_html-1:2.4.53-7.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:mod_proxy_html-1:2.4.53-7.el9_1.5.x86_64",
"AppStream-9.1.0.Z.MAIN:mod_proxy_html-debuginfo-1:2.4.53-7.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:mod_proxy_html-debuginfo-1:2.4.53-7.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:mod_proxy_html-debuginfo-1:2.4.53-7.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:mod_proxy_html-debuginfo-1:2.4.53-7.el9_1.5.x86_64",
"AppStream-9.1.0.Z.MAIN:mod_session-0:2.4.53-7.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:mod_session-0:2.4.53-7.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:mod_session-0:2.4.53-7.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:mod_session-0:2.4.53-7.el9_1.5.x86_64",
"AppStream-9.1.0.Z.MAIN:mod_session-debuginfo-0:2.4.53-7.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:mod_session-debuginfo-0:2.4.53-7.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:mod_session-debuginfo-0:2.4.53-7.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:mod_session-debuginfo-0:2.4.53-7.el9_1.5.x86_64",
"AppStream-9.1.0.Z.MAIN:mod_ssl-1:2.4.53-7.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:mod_ssl-1:2.4.53-7.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:mod_ssl-1:2.4.53-7.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:mod_ssl-1:2.4.53-7.el9_1.5.x86_64",
"AppStream-9.1.0.Z.MAIN:mod_ssl-debuginfo-1:2.4.53-7.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:mod_ssl-debuginfo-1:2.4.53-7.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:mod_ssl-debuginfo-1:2.4.53-7.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:mod_ssl-debuginfo-1:2.4.53-7.el9_1.5.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-25690"
},
{
"category": "external",
"summary": "RHBZ#2176209",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176209"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-25690",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25690"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-25690",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-25690"
},
{
"category": "external",
"summary": "https://httpd.apache.org/security/vulnerabilities_24.html",
"url": "https://httpd.apache.org/security/vulnerabilities_24.html"
}
],
"release_date": "2023-03-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-04-06T14:48:24+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon will be restarted automatically.",
"product_ids": [
"AppStream-9.1.0.Z.MAIN:httpd-0:2.4.53-7.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:httpd-0:2.4.53-7.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:httpd-0:2.4.53-7.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:httpd-0:2.4.53-7.el9_1.5.src",
"AppStream-9.1.0.Z.MAIN:httpd-0:2.4.53-7.el9_1.5.x86_64",
"AppStream-9.1.0.Z.MAIN:httpd-core-0:2.4.53-7.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:httpd-core-0:2.4.53-7.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:httpd-core-0:2.4.53-7.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:httpd-core-0:2.4.53-7.el9_1.5.x86_64",
"AppStream-9.1.0.Z.MAIN:httpd-core-debuginfo-0:2.4.53-7.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:httpd-core-debuginfo-0:2.4.53-7.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:httpd-core-debuginfo-0:2.4.53-7.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:httpd-core-debuginfo-0:2.4.53-7.el9_1.5.x86_64",
"AppStream-9.1.0.Z.MAIN:httpd-debuginfo-0:2.4.53-7.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:httpd-debuginfo-0:2.4.53-7.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:httpd-debuginfo-0:2.4.53-7.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:httpd-debuginfo-0:2.4.53-7.el9_1.5.x86_64",
"AppStream-9.1.0.Z.MAIN:httpd-debugsource-0:2.4.53-7.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:httpd-debugsource-0:2.4.53-7.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:httpd-debugsource-0:2.4.53-7.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:httpd-debugsource-0:2.4.53-7.el9_1.5.x86_64",
"AppStream-9.1.0.Z.MAIN:httpd-devel-0:2.4.53-7.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:httpd-devel-0:2.4.53-7.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:httpd-devel-0:2.4.53-7.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:httpd-devel-0:2.4.53-7.el9_1.5.x86_64",
"AppStream-9.1.0.Z.MAIN:httpd-filesystem-0:2.4.53-7.el9_1.5.noarch",
"AppStream-9.1.0.Z.MAIN:httpd-manual-0:2.4.53-7.el9_1.5.noarch",
"AppStream-9.1.0.Z.MAIN:httpd-tools-0:2.4.53-7.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:httpd-tools-0:2.4.53-7.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:httpd-tools-0:2.4.53-7.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:httpd-tools-0:2.4.53-7.el9_1.5.x86_64",
"AppStream-9.1.0.Z.MAIN:httpd-tools-debuginfo-0:2.4.53-7.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:httpd-tools-debuginfo-0:2.4.53-7.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:httpd-tools-debuginfo-0:2.4.53-7.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:httpd-tools-debuginfo-0:2.4.53-7.el9_1.5.x86_64",
"AppStream-9.1.0.Z.MAIN:mod_http2-0:1.15.19-3.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:mod_http2-0:1.15.19-3.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:mod_http2-0:1.15.19-3.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:mod_http2-0:1.15.19-3.el9_1.5.src",
"AppStream-9.1.0.Z.MAIN:mod_http2-0:1.15.19-3.el9_1.5.x86_64",
"AppStream-9.1.0.Z.MAIN:mod_http2-debuginfo-0:1.15.19-3.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:mod_http2-debuginfo-0:1.15.19-3.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:mod_http2-debuginfo-0:1.15.19-3.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:mod_http2-debuginfo-0:1.15.19-3.el9_1.5.x86_64",
"AppStream-9.1.0.Z.MAIN:mod_http2-debugsource-0:1.15.19-3.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:mod_http2-debugsource-0:1.15.19-3.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:mod_http2-debugsource-0:1.15.19-3.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:mod_http2-debugsource-0:1.15.19-3.el9_1.5.x86_64",
"AppStream-9.1.0.Z.MAIN:mod_ldap-0:2.4.53-7.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:mod_ldap-0:2.4.53-7.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:mod_ldap-0:2.4.53-7.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:mod_ldap-0:2.4.53-7.el9_1.5.x86_64",
"AppStream-9.1.0.Z.MAIN:mod_ldap-debuginfo-0:2.4.53-7.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:mod_ldap-debuginfo-0:2.4.53-7.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:mod_ldap-debuginfo-0:2.4.53-7.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:mod_ldap-debuginfo-0:2.4.53-7.el9_1.5.x86_64",
"AppStream-9.1.0.Z.MAIN:mod_lua-0:2.4.53-7.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:mod_lua-0:2.4.53-7.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:mod_lua-0:2.4.53-7.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:mod_lua-0:2.4.53-7.el9_1.5.x86_64",
"AppStream-9.1.0.Z.MAIN:mod_lua-debuginfo-0:2.4.53-7.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:mod_lua-debuginfo-0:2.4.53-7.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:mod_lua-debuginfo-0:2.4.53-7.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:mod_lua-debuginfo-0:2.4.53-7.el9_1.5.x86_64",
"AppStream-9.1.0.Z.MAIN:mod_proxy_html-1:2.4.53-7.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:mod_proxy_html-1:2.4.53-7.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:mod_proxy_html-1:2.4.53-7.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:mod_proxy_html-1:2.4.53-7.el9_1.5.x86_64",
"AppStream-9.1.0.Z.MAIN:mod_proxy_html-debuginfo-1:2.4.53-7.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:mod_proxy_html-debuginfo-1:2.4.53-7.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:mod_proxy_html-debuginfo-1:2.4.53-7.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:mod_proxy_html-debuginfo-1:2.4.53-7.el9_1.5.x86_64",
"AppStream-9.1.0.Z.MAIN:mod_session-0:2.4.53-7.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:mod_session-0:2.4.53-7.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:mod_session-0:2.4.53-7.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:mod_session-0:2.4.53-7.el9_1.5.x86_64",
"AppStream-9.1.0.Z.MAIN:mod_session-debuginfo-0:2.4.53-7.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:mod_session-debuginfo-0:2.4.53-7.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:mod_session-debuginfo-0:2.4.53-7.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:mod_session-debuginfo-0:2.4.53-7.el9_1.5.x86_64",
"AppStream-9.1.0.Z.MAIN:mod_ssl-1:2.4.53-7.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:mod_ssl-1:2.4.53-7.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:mod_ssl-1:2.4.53-7.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:mod_ssl-1:2.4.53-7.el9_1.5.x86_64",
"AppStream-9.1.0.Z.MAIN:mod_ssl-debuginfo-1:2.4.53-7.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:mod_ssl-debuginfo-1:2.4.53-7.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:mod_ssl-debuginfo-1:2.4.53-7.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:mod_ssl-debuginfo-1:2.4.53-7.el9_1.5.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:1670"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.1.0.Z.MAIN:httpd-0:2.4.53-7.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:httpd-0:2.4.53-7.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:httpd-0:2.4.53-7.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:httpd-0:2.4.53-7.el9_1.5.src",
"AppStream-9.1.0.Z.MAIN:httpd-0:2.4.53-7.el9_1.5.x86_64",
"AppStream-9.1.0.Z.MAIN:httpd-core-0:2.4.53-7.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:httpd-core-0:2.4.53-7.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:httpd-core-0:2.4.53-7.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:httpd-core-0:2.4.53-7.el9_1.5.x86_64",
"AppStream-9.1.0.Z.MAIN:httpd-core-debuginfo-0:2.4.53-7.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:httpd-core-debuginfo-0:2.4.53-7.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:httpd-core-debuginfo-0:2.4.53-7.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:httpd-core-debuginfo-0:2.4.53-7.el9_1.5.x86_64",
"AppStream-9.1.0.Z.MAIN:httpd-debuginfo-0:2.4.53-7.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:httpd-debuginfo-0:2.4.53-7.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:httpd-debuginfo-0:2.4.53-7.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:httpd-debuginfo-0:2.4.53-7.el9_1.5.x86_64",
"AppStream-9.1.0.Z.MAIN:httpd-debugsource-0:2.4.53-7.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:httpd-debugsource-0:2.4.53-7.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:httpd-debugsource-0:2.4.53-7.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:httpd-debugsource-0:2.4.53-7.el9_1.5.x86_64",
"AppStream-9.1.0.Z.MAIN:httpd-devel-0:2.4.53-7.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:httpd-devel-0:2.4.53-7.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:httpd-devel-0:2.4.53-7.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:httpd-devel-0:2.4.53-7.el9_1.5.x86_64",
"AppStream-9.1.0.Z.MAIN:httpd-filesystem-0:2.4.53-7.el9_1.5.noarch",
"AppStream-9.1.0.Z.MAIN:httpd-manual-0:2.4.53-7.el9_1.5.noarch",
"AppStream-9.1.0.Z.MAIN:httpd-tools-0:2.4.53-7.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:httpd-tools-0:2.4.53-7.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:httpd-tools-0:2.4.53-7.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:httpd-tools-0:2.4.53-7.el9_1.5.x86_64",
"AppStream-9.1.0.Z.MAIN:httpd-tools-debuginfo-0:2.4.53-7.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:httpd-tools-debuginfo-0:2.4.53-7.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:httpd-tools-debuginfo-0:2.4.53-7.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:httpd-tools-debuginfo-0:2.4.53-7.el9_1.5.x86_64",
"AppStream-9.1.0.Z.MAIN:mod_http2-0:1.15.19-3.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:mod_http2-0:1.15.19-3.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:mod_http2-0:1.15.19-3.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:mod_http2-0:1.15.19-3.el9_1.5.src",
"AppStream-9.1.0.Z.MAIN:mod_http2-0:1.15.19-3.el9_1.5.x86_64",
"AppStream-9.1.0.Z.MAIN:mod_http2-debuginfo-0:1.15.19-3.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:mod_http2-debuginfo-0:1.15.19-3.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:mod_http2-debuginfo-0:1.15.19-3.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:mod_http2-debuginfo-0:1.15.19-3.el9_1.5.x86_64",
"AppStream-9.1.0.Z.MAIN:mod_http2-debugsource-0:1.15.19-3.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:mod_http2-debugsource-0:1.15.19-3.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:mod_http2-debugsource-0:1.15.19-3.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:mod_http2-debugsource-0:1.15.19-3.el9_1.5.x86_64",
"AppStream-9.1.0.Z.MAIN:mod_ldap-0:2.4.53-7.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:mod_ldap-0:2.4.53-7.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:mod_ldap-0:2.4.53-7.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:mod_ldap-0:2.4.53-7.el9_1.5.x86_64",
"AppStream-9.1.0.Z.MAIN:mod_ldap-debuginfo-0:2.4.53-7.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:mod_ldap-debuginfo-0:2.4.53-7.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:mod_ldap-debuginfo-0:2.4.53-7.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:mod_ldap-debuginfo-0:2.4.53-7.el9_1.5.x86_64",
"AppStream-9.1.0.Z.MAIN:mod_lua-0:2.4.53-7.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:mod_lua-0:2.4.53-7.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:mod_lua-0:2.4.53-7.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:mod_lua-0:2.4.53-7.el9_1.5.x86_64",
"AppStream-9.1.0.Z.MAIN:mod_lua-debuginfo-0:2.4.53-7.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:mod_lua-debuginfo-0:2.4.53-7.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:mod_lua-debuginfo-0:2.4.53-7.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:mod_lua-debuginfo-0:2.4.53-7.el9_1.5.x86_64",
"AppStream-9.1.0.Z.MAIN:mod_proxy_html-1:2.4.53-7.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:mod_proxy_html-1:2.4.53-7.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:mod_proxy_html-1:2.4.53-7.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:mod_proxy_html-1:2.4.53-7.el9_1.5.x86_64",
"AppStream-9.1.0.Z.MAIN:mod_proxy_html-debuginfo-1:2.4.53-7.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:mod_proxy_html-debuginfo-1:2.4.53-7.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:mod_proxy_html-debuginfo-1:2.4.53-7.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:mod_proxy_html-debuginfo-1:2.4.53-7.el9_1.5.x86_64",
"AppStream-9.1.0.Z.MAIN:mod_session-0:2.4.53-7.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:mod_session-0:2.4.53-7.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:mod_session-0:2.4.53-7.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:mod_session-0:2.4.53-7.el9_1.5.x86_64",
"AppStream-9.1.0.Z.MAIN:mod_session-debuginfo-0:2.4.53-7.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:mod_session-debuginfo-0:2.4.53-7.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:mod_session-debuginfo-0:2.4.53-7.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:mod_session-debuginfo-0:2.4.53-7.el9_1.5.x86_64",
"AppStream-9.1.0.Z.MAIN:mod_ssl-1:2.4.53-7.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:mod_ssl-1:2.4.53-7.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:mod_ssl-1:2.4.53-7.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:mod_ssl-1:2.4.53-7.el9_1.5.x86_64",
"AppStream-9.1.0.Z.MAIN:mod_ssl-debuginfo-1:2.4.53-7.el9_1.5.aarch64",
"AppStream-9.1.0.Z.MAIN:mod_ssl-debuginfo-1:2.4.53-7.el9_1.5.ppc64le",
"AppStream-9.1.0.Z.MAIN:mod_ssl-debuginfo-1:2.4.53-7.el9_1.5.s390x",
"AppStream-9.1.0.Z.MAIN:mod_ssl-debuginfo-1:2.4.53-7.el9_1.5.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "httpd: HTTP request splitting with mod_rewrite and mod_proxy"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.