2021-12-05 00:50:14 +00:00
---
hide:
- toc
---
2021-12-05 23:17:30 +00:00
# Security Overview
2021-12-04 20:11:45 +00:00
2021-12-05 00:50:14 +00:00
< link href = "https://truecharts.org/_static/trivy.css" type = "text/css" rel = "stylesheet" / >
2021-12-04 20:11:45 +00:00
## Helm-Chart
##### Scan Results
2021-12-05 00:50:14 +00:00
#### Chart Object: smokeping/templates/common.yaml
2021-12-04 20:11:45 +00:00
2021-12-04 20:34:35 +00:00
2021-12-05 00:50:14 +00:00
| Type | Misconfiguration ID | Check | Severity | Explaination | Links |
|:----------------|:------------------:|:-----------:|:------------------:|-----------------------------------------|-----------------------------------------|
2022-06-21 09:20:23 +00:00
| Kubernetes Security Check | KSV001 | Process can elevate its own privileges | MEDIUM | < details > < summary > Expand...< / summary > A program inside the container can elevate its own privileges and run as root, which might give the program control over the container and node. < br > < hr > < br > Container ' RELEASE-NAME-smokeping' of Deployment ' RELEASE-NAME-smokeping' should set ' securityContext.allowPrivilegeEscalation' to false < / details > | < details > < summary > Expand...< / summary > < a href = "https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted" > https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted< / a > < br > < a href = "https://avd.aquasec.com/misconfig/ksv001" > https://avd.aquasec.com/misconfig/ksv001< / a > < br > < / details > |
| Kubernetes Security Check | KSV001 | Process can elevate its own privileges | MEDIUM | < details > < summary > Expand...< / summary > A program inside the container can elevate its own privileges and run as root, which might give the program control over the container and node. < br > < hr > < br > Container ' autopermissions' of Deployment ' RELEASE-NAME-smokeping' should set ' securityContext.allowPrivilegeEscalation' to false < / details > | < details > < summary > Expand...< / summary > < a href = "https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted" > https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted< / a > < br > < a href = "https://avd.aquasec.com/misconfig/ksv001" > https://avd.aquasec.com/misconfig/ksv001< / a > < br > < / details > |
| Kubernetes Security Check | KSV003 | Default capabilities not dropped | LOW | < details > < summary > Expand...< / summary > The container should drop all default capabilities and add only those that are needed for its execution. < br > < hr > < br > Container ' RELEASE-NAME-smokeping' of Deployment ' RELEASE-NAME-smokeping' should add ' ALL' to ' securityContext.capabilities.drop' < / details > | < details > < summary > Expand...< / summary > < a href = "https://kubesec.io/basics/containers-securitycontext-capabilities-drop-index-all/" > https://kubesec.io/basics/containers-securitycontext-capabilities-drop-index-all/< / a > < br > < a href = "https://avd.aquasec.com/misconfig/ksv003" > https://avd.aquasec.com/misconfig/ksv003< / a > < br > < / details > |
| Kubernetes Security Check | KSV003 | Default capabilities not dropped | LOW | < details > < summary > Expand...< / summary > The container should drop all default capabilities and add only those that are needed for its execution. < br > < hr > < br > Container ' autopermissions' of Deployment ' RELEASE-NAME-smokeping' should add ' ALL' to ' securityContext.capabilities.drop' < / details > | < details > < summary > Expand...< / summary > < a href = "https://kubesec.io/basics/containers-securitycontext-capabilities-drop-index-all/" > https://kubesec.io/basics/containers-securitycontext-capabilities-drop-index-all/< / a > < br > < a href = "https://avd.aquasec.com/misconfig/ksv003" > https://avd.aquasec.com/misconfig/ksv003< / a > < br > < / details > |
| Kubernetes Security Check | KSV012 | Runs as root user | MEDIUM | < details > < summary > Expand...< / summary > ' runAsNonRoot' forces the running image to run as a non-root user to ensure least privileges. < br > < hr > < br > Container ' RELEASE-NAME-smokeping' of Deployment ' RELEASE-NAME-smokeping' should set ' securityContext.runAsNonRoot' to true < / details > | < details > < summary > Expand...< / summary > < a href = "https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted" > https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted< / a > < br > < a href = "https://avd.aquasec.com/misconfig/ksv012" > https://avd.aquasec.com/misconfig/ksv012< / a > < br > < / details > |
| Kubernetes Security Check | KSV012 | Runs as root user | MEDIUM | < details > < summary > Expand...< / summary > ' runAsNonRoot' forces the running image to run as a non-root user to ensure least privileges. < br > < hr > < br > Container ' autopermissions' of Deployment ' RELEASE-NAME-smokeping' should set ' securityContext.runAsNonRoot' to true < / details > | < details > < summary > Expand...< / summary > < a href = "https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted" > https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted< / a > < br > < a href = "https://avd.aquasec.com/misconfig/ksv012" > https://avd.aquasec.com/misconfig/ksv012< / a > < br > < / details > |
| Kubernetes Security Check | KSV014 | Root file system is not read-only | LOW | < details > < summary > Expand...< / summary > An immutable root file system prevents applications from writing to their local disk. This can limit intrusions, as attackers will not be able to tamper with the file system or write foreign executables to disk. < br > < hr > < br > Container ' RELEASE-NAME-smokeping' of Deployment ' RELEASE-NAME-smokeping' should set ' securityContext.readOnlyRootFilesystem' to true < / details > | < details > < summary > Expand...< / summary > < a href = "https://kubesec.io/basics/containers-securitycontext-readonlyrootfilesystem-true/" > https://kubesec.io/basics/containers-securitycontext-readonlyrootfilesystem-true/< / a > < br > < a href = "https://avd.aquasec.com/misconfig/ksv014" > https://avd.aquasec.com/misconfig/ksv014< / a > < br > < / details > |
| Kubernetes Security Check | KSV014 | Root file system is not read-only | LOW | < details > < summary > Expand...< / summary > An immutable root file system prevents applications from writing to their local disk. This can limit intrusions, as attackers will not be able to tamper with the file system or write foreign executables to disk. < br > < hr > < br > Container ' autopermissions' of Deployment ' RELEASE-NAME-smokeping' should set ' securityContext.readOnlyRootFilesystem' to true < / details > | < details > < summary > Expand...< / summary > < a href = "https://kubesec.io/basics/containers-securitycontext-readonlyrootfilesystem-true/" > https://kubesec.io/basics/containers-securitycontext-readonlyrootfilesystem-true/< / a > < br > < a href = "https://avd.aquasec.com/misconfig/ksv014" > https://avd.aquasec.com/misconfig/ksv014< / a > < br > < / details > |
| Kubernetes Security Check | KSV017 | Privileged container | HIGH | < details > < summary > Expand...< / summary > Privileged containers share namespaces with the host system and do not offer any security. They should be used exclusively for system containers that require high privileges. < br > < hr > < br > Container ' autopermissions' of Deployment ' RELEASE-NAME-smokeping' should set ' securityContext.privileged' to false < / details > | < details > < summary > Expand...< / summary > < a href = "https://kubernetes.io/docs/concepts/security/pod-security-standards/#baseline" > https://kubernetes.io/docs/concepts/security/pod-security-standards/#baseline< / a > < br > < a href = "https://avd.aquasec.com/misconfig/ksv017" > https://avd.aquasec.com/misconfig/ksv017< / a > < br > < / details > |
| Kubernetes Security Check | KSV020 | Runs with low user ID | LOW | < details > < summary > Expand...< / summary > Force the container to run with user ID > 10000 to avoid conflicts with the host’ s user table. < br > < hr > < br > Container ' RELEASE-NAME-smokeping' of Deployment ' RELEASE-NAME-smokeping' should set ' securityContext.runAsUser' > 10000 < / details > | < details > < summary > Expand...< / summary > < a href = "https://kubesec.io/basics/containers-securitycontext-runasuser/" > https://kubesec.io/basics/containers-securitycontext-runasuser/< / a > < br > < a href = "https://avd.aquasec.com/misconfig/ksv020" > https://avd.aquasec.com/misconfig/ksv020< / a > < br > < / details > |
| Kubernetes Security Check | KSV020 | Runs with low user ID | LOW | < details > < summary > Expand...< / summary > Force the container to run with user ID > 10000 to avoid conflicts with the host’ s user table. < br > < hr > < br > Container ' autopermissions' of Deployment ' RELEASE-NAME-smokeping' should set ' securityContext.runAsUser' > 10000 < / details > | < details > < summary > Expand...< / summary > < a href = "https://kubesec.io/basics/containers-securitycontext-runasuser/" > https://kubesec.io/basics/containers-securitycontext-runasuser/< / a > < br > < a href = "https://avd.aquasec.com/misconfig/ksv020" > https://avd.aquasec.com/misconfig/ksv020< / a > < br > < / details > |
| Kubernetes Security Check | KSV021 | Runs with low group ID | LOW | < details > < summary > Expand...< / summary > Force the container to run with group ID > 10000 to avoid conflicts with the host’ s user table. < br > < hr > < br > Container ' RELEASE-NAME-smokeping' of Deployment ' RELEASE-NAME-smokeping' should set ' securityContext.runAsGroup' > 10000 < / details > | < details > < summary > Expand...< / summary > < a href = "https://kubesec.io/basics/containers-securitycontext-runasuser/" > https://kubesec.io/basics/containers-securitycontext-runasuser/< / a > < br > < a href = "https://avd.aquasec.com/misconfig/ksv021" > https://avd.aquasec.com/misconfig/ksv021< / a > < br > < / details > |
| Kubernetes Security Check | KSV021 | Runs with low group ID | LOW | < details > < summary > Expand...< / summary > Force the container to run with group ID > 10000 to avoid conflicts with the host’ s user table. < br > < hr > < br > Container ' autopermissions' of Deployment ' RELEASE-NAME-smokeping' should set ' securityContext.runAsGroup' > 10000 < / details > | < details > < summary > Expand...< / summary > < a href = "https://kubesec.io/basics/containers-securitycontext-runasuser/" > https://kubesec.io/basics/containers-securitycontext-runasuser/< / a > < br > < a href = "https://avd.aquasec.com/misconfig/ksv021" > https://avd.aquasec.com/misconfig/ksv021< / a > < br > < / details > |
| Kubernetes Security Check | KSV030 | Default Seccomp profile not set | LOW | < details > < summary > Expand...< / summary > The RuntimeDefault/Localhost seccomp profile must be required, or allow specific additional profiles. < br > < hr > < br > Either Pod or Container should set ' securityContext.seccompProfile.type' to ' RuntimeDefault' < / details > | < details > < summary > Expand...< / summary > < a href = "https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted" > https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted< / a > < br > < a href = "https://avd.aquasec.com/misconfig/ksv030" > https://avd.aquasec.com/misconfig/ksv030< / a > < br > < / details > |
| Kubernetes Security Check | KSV030 | Default Seccomp profile not set | LOW | < details > < summary > Expand...< / summary > The RuntimeDefault/Localhost seccomp profile must be required, or allow specific additional profiles. < br > < hr > < br > Either Pod or Container should set ' securityContext.seccompProfile.type' to ' RuntimeDefault' < / details > | < details > < summary > Expand...< / summary > < a href = "https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted" > https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted< / a > < br > < a href = "https://avd.aquasec.com/misconfig/ksv030" > https://avd.aquasec.com/misconfig/ksv030< / a > < br > < / details > |
| Kubernetes Security Check | KSV105 | Containers must not set runAsUser to 0 | LOW | < details > < summary > Expand...< / summary > Containers should be forbidden from running with a root UID. < br > < hr > < br > securityContext.runAsUser should be set to a value greater than 0 < / details > | < details > < summary > Expand...< / summary > < a href = "https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted" > https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted< / a > < br > < a href = "https://avd.aquasec.com/misconfig/ksv105" > https://avd.aquasec.com/misconfig/ksv105< / a > < br > < / details > |
| Kubernetes Security Check | KSV105 | Containers must not set runAsUser to 0 | LOW | < details > < summary > Expand...< / summary > Containers should be forbidden from running with a root UID. < br > < hr > < br > securityContext.runAsUser should be set to a value greater than 0 < / details > | < details > < summary > Expand...< / summary > < a href = "https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted" > https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted< / a > < br > < a href = "https://avd.aquasec.com/misconfig/ksv105" > https://avd.aquasec.com/misconfig/ksv105< / a > < br > < / details > |
| Kubernetes Security Check | KSV106 | Container capabilities must only include NET_BIND_SERVICE | LOW | < details > < summary > Expand...< / summary > Containers must drop ALL capabilities, and are only permitted to add back the NET_BIND_SERVICE capability. < br > < hr > < br > container should drop all < / details > | < details > < summary > Expand...< / summary > < a href = "https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted" > https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted< / a > < br > < a href = "https://avd.aquasec.com/misconfig/ksv106" > https://avd.aquasec.com/misconfig/ksv106< / a > < br > < / details > |
| Kubernetes Security Check | KSV106 | Container capabilities must only include NET_BIND_SERVICE | LOW | < details > < summary > Expand...< / summary > Containers must drop ALL capabilities, and are only permitted to add back the NET_BIND_SERVICE capability. < br > < hr > < br > container should drop all < / details > | < details > < summary > Expand...< / summary > < a href = "https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted" > https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted< / a > < br > < a href = "https://avd.aquasec.com/misconfig/ksv106" > https://avd.aquasec.com/misconfig/ksv106< / a > < br > < / details > |
2021-12-04 20:11:45 +00:00
## Containers
##### Detected Containers
2022-06-21 09:20:23 +00:00
tccr.io/truecharts/alpine:v3.16.0@sha256:16dc15f3d61a1e30b1df9f839e53636847b6097286b2b74c637b25fd8264f730
2021-12-04 20:11:45 +00:00
tccr.io/truecharts/smokeping:version-2.7.3-r5@sha256:e56ba2420901250afb865a7e03e43956dcff17503ce44c48b20064980a42f5a4
##### Scan Results
2022-06-21 09:20:23 +00:00
#### Container: tccr.io/truecharts/alpine:v3.16.0@sha256:16dc15f3d61a1e30b1df9f839e53636847b6097286b2b74c637b25fd8264f730 (alpine 3.16.0)
2021-12-05 00:50:14 +00:00
2021-12-04 20:34:35 +00:00
2021-12-04 20:11:45 +00:00
**alpine**
2021-12-04 20:34:35 +00:00
2022-06-21 09:20:23 +00:00
| No Vulnerabilities found |
|:---------------------------------|
2021-12-05 00:50:14 +00:00
2021-12-04 20:11:45 +00:00
2022-06-21 09:20:23 +00:00
#### Container: tccr.io/truecharts/smokeping:version-2.7.3-r5@sha256:e56ba2420901250afb865a7e03e43956dcff17503ce44c48b20064980a42f5a4 (alpine 3.13)
**alpine**
| Package | Vulnerability | Severity | Installed Version | Fixed Version | Links |
|:----------------|:------------------:|:-----------:|:------------------:|:-------------:|-----------------------------------------|
| apache2 | CVE-2021-44790 | CRITICAL | 2.4.51-r0 | 2.4.52-r0 | < details > < summary > Expand...< / summary > < a href = "http://httpd.apache.org/security/vulnerabilities_24.html" > http://httpd.apache.org/security/vulnerabilities_24.html< / a > < br > < a href = "http://seclists.org/fulldisclosure/2022/May/33" > http://seclists.org/fulldisclosure/2022/May/33< / a > < br > < a href = "http://seclists.org/fulldisclosure/2022/May/35" > http://seclists.org/fulldisclosure/2022/May/35< / a > < br > < a href = "http://seclists.org/fulldisclosure/2022/May/38" > http://seclists.org/fulldisclosure/2022/May/38< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2021/12/20/4" > http://www.openwall.com/lists/oss-security/2021/12/20/4< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2021-44790" > https://access.redhat.com/security/cve/CVE-2021-44790< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44790" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44790< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html" > https://httpd.apache.org/security/vulnerabilities_24.html< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-44790.html" > https://linux.oracle.com/cve/CVE-2021-44790.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-0258.html" > https://linux.oracle.com/errata/ELSA-2022-0258.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/BFSWOH4X77CV7AH7C4RMHUBDWKQDL4YH/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/BFSWOH4X77CV7AH7C4RMHUBDWKQDL4YH/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RGWILBORT67SHMSLYSQZG2NMXGCMPUZO/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RGWILBORT67SHMSLYSQZG2NMXGCMPUZO/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/X73C35MMMZGBVPQQCH7LQZUMYZNQA5FO/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/X73C35MMMZGBVPQQCH7LQZUMYZNQA5FO/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Z7H26WJ6TPKNWV3QKY4BHKUKQVUTZJTD/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Z7H26WJ6TPKNWV3QKY4BHKUKQVUTZJTD/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-44790" > https://nvd.nist.gov/vuln/detail/CVE-2021-44790< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211224-0001/" > https://security.netapp.com/advisory/ntap-20211224-0001/< / a > < br > < a href = "https://support.apple.com/kb/HT213255" > https://support.apple.com/kb/HT213255< / a > < br > < a href = "https://support.apple.com/kb/HT213256" > https://support.apple.com/kb/HT213256< / a > < br > < a href = "https://support.apple.com/kb/HT213257" > https://support.apple.com/kb/HT213257< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5212-1" > https://ubuntu.com/security/notices/USN-5212-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5212-2" > https://ubuntu.com/security/notices/USN-5212-2< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5035" > https://www.debian.org/security/2022/dsa-5035< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpuapr2022.html" > https://www.oracle.com/security-alerts/cpuapr2022.html< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpujan2022.html" > https://www.oracle.com/security-alerts/cpujan2022.html< / a > < br > < a href = "https://www.tenable.com/security/tns-2022-01" > https://www.tenable.com/security/tns-2022-01< / a > < br > < a href = "https://www.tenable.com/security/tns-2022-03" > https://www.tenable.com/security/tns-2022-03< / a > < br > < / details > |
| apache2 | CVE-2022-22720 | CRITICAL | 2.4.51-r0 | 2.4.53-r0 | < details > < summary > Expand...< / summary > < a href = "http://seclists.org/fulldisclosure/2022/May/33" > http://seclists.org/fulldisclosure/2022/May/33< / a > < br > < a href = "http://seclists.org/fulldisclosure/2022/May/35" > http://seclists.org/fulldisclosure/2022/May/35< / a > < br > < a href = "http://seclists.org/fulldisclosure/2022/May/38" > http://seclists.org/fulldisclosure/2022/May/38< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2022/03/14/3" > http://www.openwall.com/lists/oss-security/2022/03/14/3< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-22720" > https://access.redhat.com/security/cve/CVE-2022-22720< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22720" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22720< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html" > https://httpd.apache.org/security/vulnerabilities_24.html< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-22720" > https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-22720< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2022-22720.html" > https://linux.oracle.com/cve/CVE-2022-22720.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-9257.html" > https://linux.oracle.com/errata/ELSA-2022-9257.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2022/03/msg00033.html" > https://lists.debian.org/debian-lts-announce/2022/03/msg00033.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RGWILBORT67SHMSLYSQZG2NMXGCMPUZO/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RGWILBORT67SHMSLYSQZG2NMXGCMPUZO/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/X73C35MMMZGBVPQQCH7LQZUMYZNQA5FO/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/X73C35MMMZGBVPQQCH7LQZUMYZNQA5FO/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Z7H26WJ6TPKNWV3QKY4BHKUKQVUTZJTD/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Z7H26WJ6TPKNWV3QKY4BHKUKQVUTZJTD/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-22720" > https://nvd.nist.gov/vuln/detail/CVE-2022-22720< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220321-0001/" > https://security.netapp.com/advisory/ntap-20220321-0001/< / a > < br > < a href = "https://support.apple.com/kb/HT213255" > https://support.apple.com/kb/HT213255< / a > < br > < a href = "https://support.apple.com/kb/HT213256" > https://support.apple.com/kb/HT213256< / a > < br > < a href = "https://support.apple.com/kb/HT213257" > https://support.apple.com/kb/HT213257< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5333-1" > https://ubuntu.com/security/notices/USN-5333-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5333-2" > https://ubuntu.com/security/notices/USN-5333-2< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpuapr2022.html" > https://www.oracle.com/security-alerts/cpuapr2022.html< / a > < br > < / details > |
| apache2 | CVE-2022-22721 | CRITICAL | 2.4.51-r0 | 2.4.53-r0 | < details > < summary > Expand...< / summary > < a href = "http://seclists.org/fulldisclosure/2022/May/33" > http://seclists.org/fulldisclosure/2022/May/33< / a > < br > < a href = "http://seclists.org/fulldisclosure/2022/May/35" > http://seclists.org/fulldisclosure/2022/May/35< / a > < br > < a href = "http://seclists.org/fulldisclosure/2022/May/38" > http://seclists.org/fulldisclosure/2022/May/38< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2022/03/14/2" > http://www.openwall.com/lists/oss-security/2022/03/14/2< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-22721" > https://access.redhat.com/security/cve/CVE-2022-22721< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22721" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22721< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html" > https://httpd.apache.org/security/vulnerabilities_24.html< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-22721" > https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-22721< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2022/03/msg00033.html" > https://lists.debian.org/debian-lts-announce/2022/03/msg00033.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RGWILBORT67SHMSLYSQZG2NMXGCMPUZO/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RGWILBORT67SHMSLYSQZG2NMXGCMPUZO/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/X73C35MMMZGBVPQQCH7LQZUMYZNQA5FO/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/X73C35MMMZGBVPQQCH7LQZUMYZNQA5FO/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Z7H26WJ6TPKNWV3QKY4BHKUKQVUTZJTD/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Z7H26WJ6TPKNWV3QKY4BHKUKQVUTZJTD/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-22721" > https://nvd.nist.gov/vuln/detail/CVE-2022-22721< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220321-0001/" > https://security.netapp.com/advisory/ntap-20220321-0001/< / a > < br > < a href = "https://support.apple.com/kb/HT213255" > https://support.apple.com/kb/HT213255< / a > < br > < a href = "https://support.apple.com/kb/HT213256" > https://support.apple.com/kb/HT213256< / a > < br > < a href = "https://support.apple.com/kb/HT213257" > https://support.apple.com/kb/HT213257< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5333-1" > https://ubuntu.com/security/notices/USN-5333-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5333-2" > https://ubuntu.com/security/notices/USN-5333-2< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpuapr2022.html" > https://www.oracle.com/security-alerts/cpuapr2022.html< / a > < br > < / details > |
| apache2 | CVE-2022-23943 | CRITICAL | 2.4.51-r0 | 2.4.53-r0 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2022/03/14/1" > http://www.openwall.com/lists/oss-security/2022/03/14/1< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-23943" > https://access.redhat.com/security/cve/CVE-2022-23943< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23943" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23943< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html" > https://httpd.apache.org/security/vulnerabilities_24.html< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-23943" > https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-23943< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2022/03/msg00033.html" > https://lists.debian.org/debian-lts-announce/2022/03/msg00033.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RGWILBORT67SHMSLYSQZG2NMXGCMPUZO/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RGWILBORT67SHMSLYSQZG2NMXGCMPUZO/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/X73C35MMMZGBVPQQCH7LQZUMYZNQA5FO/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/X73C35MMMZGBVPQQCH7LQZUMYZNQA5FO/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Z7H26WJ6TPKNWV3QKY4BHKUKQVUTZJTD/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Z7H26WJ6TPKNWV3QKY4BHKUKQVUTZJTD/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-23943" > https://nvd.nist.gov/vuln/detail/CVE-2022-23943< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220321-0001/" > https://security.netapp.com/advisory/ntap-20220321-0001/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5333-1" > https://ubuntu.com/security/notices/USN-5333-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5333-2" > https://ubuntu.com/security/notices/USN-5333-2< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpuapr2022.html" > https://www.oracle.com/security-alerts/cpuapr2022.html< / a > < br > < a href = "https://www.tenable.com/security/tns-2022-08" > https://www.tenable.com/security/tns-2022-08< / a > < br > < a href = "https://www.tenable.com/security/tns-2022-09" > https://www.tenable.com/security/tns-2022-09< / a > < br > < / details > |
2022-06-23 02:09:03 +00:00
| apache2 | CVE-2022-28615 | CRITICAL | 2.4.51-r0 | 2.4.54-r0 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2022/06/08/9" > http://www.openwall.com/lists/oss-security/2022/06/08/9< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-28615" > https://access.redhat.com/security/cve/CVE-2022-28615< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28615" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28615< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html" > https://httpd.apache.org/security/vulnerabilities_24.html< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-28615" > https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-28615< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5487-1" > https://ubuntu.com/security/notices/USN-5487-1< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2022/06/08/9" > https://www.openwall.com/lists/oss-security/2022/06/08/9< / a > < br > < / details > |
| apache2 | CVE-2022-31813 | CRITICAL | 2.4.51-r0 | 2.4.54-r0 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2022/06/08/8" > http://www.openwall.com/lists/oss-security/2022/06/08/8< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-31813" > https://access.redhat.com/security/cve/CVE-2022-31813< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31813" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31813< / a > < br > < a href = "https://github.com/apache/httpd/pull/320" > https://github.com/apache/httpd/pull/320< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html" > https://httpd.apache.org/security/vulnerabilities_24.html< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-31813" > https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-31813< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5487-1" > https://ubuntu.com/security/notices/USN-5487-1< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2022/06/08/8" > https://www.openwall.com/lists/oss-security/2022/06/08/8< / a > < br > < / details > |
2022-06-21 09:20:23 +00:00
| apache2 | CVE-2021-44224 | HIGH | 2.4.51-r0 | 2.4.52-r0 | < details > < summary > Expand...< / summary > < a href = "http://httpd.apache.org/security/vulnerabilities_24.html" > http://httpd.apache.org/security/vulnerabilities_24.html< / a > < br > < a href = "http://seclists.org/fulldisclosure/2022/May/33" > http://seclists.org/fulldisclosure/2022/May/33< / a > < br > < a href = "http://seclists.org/fulldisclosure/2022/May/35" > http://seclists.org/fulldisclosure/2022/May/35< / a > < br > < a href = "http://seclists.org/fulldisclosure/2022/May/38" > http://seclists.org/fulldisclosure/2022/May/38< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2021/12/20/3" > http://www.openwall.com/lists/oss-security/2021/12/20/3< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2021-44224" > https://access.redhat.com/security/cve/CVE-2021-44224< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44224" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44224< / a > < br > < a href = "https://errata.almalinux.org/8/ALSA-2022-1915.html" > https://errata.almalinux.org/8/ALSA-2022-1915.html< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html" > https://httpd.apache.org/security/vulnerabilities_24.html< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-44224.html" > https://linux.oracle.com/cve/CVE-2021-44224.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-1915.html" > https://linux.oracle.com/errata/ELSA-2022-1915.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/BFSWOH4X77CV7AH7C4RMHUBDWKQDL4YH/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/BFSWOH4X77CV7AH7C4RMHUBDWKQDL4YH/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RGWILBORT67SHMSLYSQZG2NMXGCMPUZO/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RGWILBORT67SHMSLYSQZG2NMXGCMPUZO/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/X73C35MMMZGBVPQQCH7LQZUMYZNQA5FO/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/X73C35MMMZGBVPQQCH7LQZUMYZNQA5FO/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Z7H26WJ6TPKNWV3QKY4BHKUKQVUTZJTD/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Z7H26WJ6TPKNWV3QKY4BHKUKQVUTZJTD/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-44224" > https://nvd.nist.gov/vuln/detail/CVE-2021-44224< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211224-0001/" > https://security.netapp.com/advisory/ntap-20211224-0001/< / a > < br > < a href = "https://support.apple.com/kb/HT213255" > https://support.apple.com/kb/HT213255< / a > < br > < a href = "https://support.apple.com/kb/HT213256" > https://support.apple.com/kb/HT213256< / a > < br > < a href = "https://support.apple.com/kb/HT213257" > https://support.apple.com/kb/HT213257< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5212-1" > https://ubuntu.com/security/notices/USN-5212-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5212-2" > https://ubuntu.com/security/notices/USN-5212-2< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5035" > https://www.debian.org/security/2022/dsa-5035< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpuapr2022.html" > https://www.oracle.com/security-alerts/cpuapr2022.html< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpujan2022.html" > https://www.oracle.com/security-alerts/cpujan2022.html< / a > < br > < a href = "https://www.tenable.com/security/tns-2022-01" > https://www.tenable.com/security/tns-2022-01< / a > < br > < a href = "https://www.tenable.com/security/tns-2022-03" > https://www.tenable.com/security/tns-2022-03< / a > < br > < / details > |
| apache2 | CVE-2022-22719 | HIGH | 2.4.51-r0 | 2.4.53-r0 | < details > < summary > Expand...< / summary > < a href = "http://seclists.org/fulldisclosure/2022/May/33" > http://seclists.org/fulldisclosure/2022/May/33< / a > < br > < a href = "http://seclists.org/fulldisclosure/2022/May/35" > http://seclists.org/fulldisclosure/2022/May/35< / a > < br > < a href = "http://seclists.org/fulldisclosure/2022/May/38" > http://seclists.org/fulldisclosure/2022/May/38< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2022/03/14/4" > http://www.openwall.com/lists/oss-security/2022/03/14/4< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-22719" > https://access.redhat.com/security/cve/CVE-2022-22719< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22719" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22719< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html" > https://httpd.apache.org/security/vulnerabilities_24.html< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-22719" > https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-22719< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2022/03/msg00033.html" > https://lists.debian.org/debian-lts-announce/2022/03/msg00033.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RGWILBORT67SHMSLYSQZG2NMXGCMPUZO/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RGWILBORT67SHMSLYSQZG2NMXGCMPUZO/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/X73C35MMMZGBVPQQCH7LQZUMYZNQA5FO/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/X73C35MMMZGBVPQQCH7LQZUMYZNQA5FO/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Z7H26WJ6TPKNWV3QKY4BHKUKQVUTZJTD/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Z7H26WJ6TPKNWV3QKY4BHKUKQVUTZJTD/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-22719" > https://nvd.nist.gov/vuln/detail/CVE-2022-22719< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220321-0001/" > https://security.netapp.com/advisory/ntap-20220321-0001/< / a > < br > < a href = "https://support.apple.com/kb/HT213255" > https://support.apple.com/kb/HT213255< / a > < br > < a href = "https://support.apple.com/kb/HT213256" > https://support.apple.com/kb/HT213256< / a > < br > < a href = "https://support.apple.com/kb/HT213257" > https://support.apple.com/kb/HT213257< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5333-1" > https://ubuntu.com/security/notices/USN-5333-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5333-2" > https://ubuntu.com/security/notices/USN-5333-2< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpuapr2022.html" > https://www.oracle.com/security-alerts/cpuapr2022.html< / a > < br > < / details > |
2022-06-23 02:09:03 +00:00
| apache2 | CVE-2022-26377 | HIGH | 2.4.51-r0 | 2.4.54-r0 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2022/06/08/2" > http://www.openwall.com/lists/oss-security/2022/06/08/2< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-26377" > https://access.redhat.com/security/cve/CVE-2022-26377< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-26377" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-26377< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html" > https://httpd.apache.org/security/vulnerabilities_24.html< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-26377" > https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-26377< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5487-1" > https://ubuntu.com/security/notices/USN-5487-1< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2022/06/08/2" > https://www.openwall.com/lists/oss-security/2022/06/08/2< / a > < br > < / details > |
| apache2 | CVE-2022-29404 | HIGH | 2.4.51-r0 | 2.4.54-r0 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2022/06/08/5" > http://www.openwall.com/lists/oss-security/2022/06/08/5< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-29404" > https://access.redhat.com/security/cve/CVE-2022-29404< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29404" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29404< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html" > https://httpd.apache.org/security/vulnerabilities_24.html< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-29404" > https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-29404< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5487-1" > https://ubuntu.com/security/notices/USN-5487-1< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2022/06/08/5" > https://www.openwall.com/lists/oss-security/2022/06/08/5< / a > < br > < / details > |
| apache2 | CVE-2022-30522 | HIGH | 2.4.51-r0 | 2.4.54-r0 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2022/06/08/6" > http://www.openwall.com/lists/oss-security/2022/06/08/6< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-30522" > https://access.redhat.com/security/cve/CVE-2022-30522< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-30522" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-30522< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html" > https://httpd.apache.org/security/vulnerabilities_24.html< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-30522" > https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-30522< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5487-1" > https://ubuntu.com/security/notices/USN-5487-1< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2022/06/08/6" > https://www.openwall.com/lists/oss-security/2022/06/08/6< / a > < br > < / details > |
| apache2 | CVE-2022-30556 | HIGH | 2.4.51-r0 | 2.4.54-r0 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2022/06/08/7" > http://www.openwall.com/lists/oss-security/2022/06/08/7< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-30556" > https://access.redhat.com/security/cve/CVE-2022-30556< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-30556" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-30556< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html" > https://httpd.apache.org/security/vulnerabilities_24.html< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-30556" > https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-30556< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5487-1" > https://ubuntu.com/security/notices/USN-5487-1< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2022/06/08/7" > https://www.openwall.com/lists/oss-security/2022/06/08/7< / a > < br > < / details > |
2022-06-21 09:20:23 +00:00
| apache2 | CVE-2022-28330 | MEDIUM | 2.4.51-r0 | 2.4.54-r0 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2022/06/08/3" > http://www.openwall.com/lists/oss-security/2022/06/08/3< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-28330" > https://access.redhat.com/security/cve/CVE-2022-28330< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html" > https://httpd.apache.org/security/vulnerabilities_24.html< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-28330" > https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-28330< / a > < br > < / details > |
2022-06-23 02:09:03 +00:00
| apache2 | CVE-2022-28614 | MEDIUM | 2.4.51-r0 | 2.4.54-r0 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2022/06/08/4" > http://www.openwall.com/lists/oss-security/2022/06/08/4< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-28614" > https://access.redhat.com/security/cve/CVE-2022-28614< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28614" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28614< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html" > https://httpd.apache.org/security/vulnerabilities_24.html< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-28614" > https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-28614< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5487-1" > https://ubuntu.com/security/notices/USN-5487-1< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2022/06/08/4" > https://www.openwall.com/lists/oss-security/2022/06/08/4< / a > < br > < / details > |
2022-06-21 09:20:23 +00:00
| apache2-ctl | CVE-2021-44790 | CRITICAL | 2.4.51-r0 | 2.4.52-r0 | < details > < summary > Expand...< / summary > < a href = "http://httpd.apache.org/security/vulnerabilities_24.html" > http://httpd.apache.org/security/vulnerabilities_24.html< / a > < br > < a href = "http://seclists.org/fulldisclosure/2022/May/33" > http://seclists.org/fulldisclosure/2022/May/33< / a > < br > < a href = "http://seclists.org/fulldisclosure/2022/May/35" > http://seclists.org/fulldisclosure/2022/May/35< / a > < br > < a href = "http://seclists.org/fulldisclosure/2022/May/38" > http://seclists.org/fulldisclosure/2022/May/38< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2021/12/20/4" > http://www.openwall.com/lists/oss-security/2021/12/20/4< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2021-44790" > https://access.redhat.com/security/cve/CVE-2021-44790< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44790" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44790< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html" > https://httpd.apache.org/security/vulnerabilities_24.html< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-44790.html" > https://linux.oracle.com/cve/CVE-2021-44790.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-0258.html" > https://linux.oracle.com/errata/ELSA-2022-0258.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/BFSWOH4X77CV7AH7C4RMHUBDWKQDL4YH/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/BFSWOH4X77CV7AH7C4RMHUBDWKQDL4YH/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RGWILBORT67SHMSLYSQZG2NMXGCMPUZO/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RGWILBORT67SHMSLYSQZG2NMXGCMPUZO/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/X73C35MMMZGBVPQQCH7LQZUMYZNQA5FO/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/X73C35MMMZGBVPQQCH7LQZUMYZNQA5FO/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Z7H26WJ6TPKNWV3QKY4BHKUKQVUTZJTD/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Z7H26WJ6TPKNWV3QKY4BHKUKQVUTZJTD/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-44790" > https://nvd.nist.gov/vuln/detail/CVE-2021-44790< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211224-0001/" > https://security.netapp.com/advisory/ntap-20211224-0001/< / a > < br > < a href = "https://support.apple.com/kb/HT213255" > https://support.apple.com/kb/HT213255< / a > < br > < a href = "https://support.apple.com/kb/HT213256" > https://support.apple.com/kb/HT213256< / a > < br > < a href = "https://support.apple.com/kb/HT213257" > https://support.apple.com/kb/HT213257< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5212-1" > https://ubuntu.com/security/notices/USN-5212-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5212-2" > https://ubuntu.com/security/notices/USN-5212-2< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5035" > https://www.debian.org/security/2022/dsa-5035< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpuapr2022.html" > https://www.oracle.com/security-alerts/cpuapr2022.html< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpujan2022.html" > https://www.oracle.com/security-alerts/cpujan2022.html< / a > < br > < a href = "https://www.tenable.com/security/tns-2022-01" > https://www.tenable.com/security/tns-2022-01< / a > < br > < a href = "https://www.tenable.com/security/tns-2022-03" > https://www.tenable.com/security/tns-2022-03< / a > < br > < / details > |
| apache2-ctl | CVE-2022-22720 | CRITICAL | 2.4.51-r0 | 2.4.53-r0 | < details > < summary > Expand...< / summary > < a href = "http://seclists.org/fulldisclosure/2022/May/33" > http://seclists.org/fulldisclosure/2022/May/33< / a > < br > < a href = "http://seclists.org/fulldisclosure/2022/May/35" > http://seclists.org/fulldisclosure/2022/May/35< / a > < br > < a href = "http://seclists.org/fulldisclosure/2022/May/38" > http://seclists.org/fulldisclosure/2022/May/38< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2022/03/14/3" > http://www.openwall.com/lists/oss-security/2022/03/14/3< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-22720" > https://access.redhat.com/security/cve/CVE-2022-22720< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22720" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22720< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html" > https://httpd.apache.org/security/vulnerabilities_24.html< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-22720" > https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-22720< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2022-22720.html" > https://linux.oracle.com/cve/CVE-2022-22720.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-9257.html" > https://linux.oracle.com/errata/ELSA-2022-9257.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2022/03/msg00033.html" > https://lists.debian.org/debian-lts-announce/2022/03/msg00033.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RGWILBORT67SHMSLYSQZG2NMXGCMPUZO/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RGWILBORT67SHMSLYSQZG2NMXGCMPUZO/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/X73C35MMMZGBVPQQCH7LQZUMYZNQA5FO/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/X73C35MMMZGBVPQQCH7LQZUMYZNQA5FO/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Z7H26WJ6TPKNWV3QKY4BHKUKQVUTZJTD/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Z7H26WJ6TPKNWV3QKY4BHKUKQVUTZJTD/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-22720" > https://nvd.nist.gov/vuln/detail/CVE-2022-22720< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220321-0001/" > https://security.netapp.com/advisory/ntap-20220321-0001/< / a > < br > < a href = "https://support.apple.com/kb/HT213255" > https://support.apple.com/kb/HT213255< / a > < br > < a href = "https://support.apple.com/kb/HT213256" > https://support.apple.com/kb/HT213256< / a > < br > < a href = "https://support.apple.com/kb/HT213257" > https://support.apple.com/kb/HT213257< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5333-1" > https://ubuntu.com/security/notices/USN-5333-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5333-2" > https://ubuntu.com/security/notices/USN-5333-2< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpuapr2022.html" > https://www.oracle.com/security-alerts/cpuapr2022.html< / a > < br > < / details > |
| apache2-ctl | CVE-2022-22721 | CRITICAL | 2.4.51-r0 | 2.4.53-r0 | < details > < summary > Expand...< / summary > < a href = "http://seclists.org/fulldisclosure/2022/May/33" > http://seclists.org/fulldisclosure/2022/May/33< / a > < br > < a href = "http://seclists.org/fulldisclosure/2022/May/35" > http://seclists.org/fulldisclosure/2022/May/35< / a > < br > < a href = "http://seclists.org/fulldisclosure/2022/May/38" > http://seclists.org/fulldisclosure/2022/May/38< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2022/03/14/2" > http://www.openwall.com/lists/oss-security/2022/03/14/2< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-22721" > https://access.redhat.com/security/cve/CVE-2022-22721< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22721" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22721< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html" > https://httpd.apache.org/security/vulnerabilities_24.html< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-22721" > https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-22721< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2022/03/msg00033.html" > https://lists.debian.org/debian-lts-announce/2022/03/msg00033.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RGWILBORT67SHMSLYSQZG2NMXGCMPUZO/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RGWILBORT67SHMSLYSQZG2NMXGCMPUZO/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/X73C35MMMZGBVPQQCH7LQZUMYZNQA5FO/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/X73C35MMMZGBVPQQCH7LQZUMYZNQA5FO/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Z7H26WJ6TPKNWV3QKY4BHKUKQVUTZJTD/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Z7H26WJ6TPKNWV3QKY4BHKUKQVUTZJTD/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-22721" > https://nvd.nist.gov/vuln/detail/CVE-2022-22721< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220321-0001/" > https://security.netapp.com/advisory/ntap-20220321-0001/< / a > < br > < a href = "https://support.apple.com/kb/HT213255" > https://support.apple.com/kb/HT213255< / a > < br > < a href = "https://support.apple.com/kb/HT213256" > https://support.apple.com/kb/HT213256< / a > < br > < a href = "https://support.apple.com/kb/HT213257" > https://support.apple.com/kb/HT213257< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5333-1" > https://ubuntu.com/security/notices/USN-5333-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5333-2" > https://ubuntu.com/security/notices/USN-5333-2< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpuapr2022.html" > https://www.oracle.com/security-alerts/cpuapr2022.html< / a > < br > < / details > |
| apache2-ctl | CVE-2022-23943 | CRITICAL | 2.4.51-r0 | 2.4.53-r0 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2022/03/14/1" > http://www.openwall.com/lists/oss-security/2022/03/14/1< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-23943" > https://access.redhat.com/security/cve/CVE-2022-23943< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23943" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23943< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html" > https://httpd.apache.org/security/vulnerabilities_24.html< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-23943" > https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-23943< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2022/03/msg00033.html" > https://lists.debian.org/debian-lts-announce/2022/03/msg00033.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RGWILBORT67SHMSLYSQZG2NMXGCMPUZO/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RGWILBORT67SHMSLYSQZG2NMXGCMPUZO/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/X73C35MMMZGBVPQQCH7LQZUMYZNQA5FO/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/X73C35MMMZGBVPQQCH7LQZUMYZNQA5FO/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Z7H26WJ6TPKNWV3QKY4BHKUKQVUTZJTD/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Z7H26WJ6TPKNWV3QKY4BHKUKQVUTZJTD/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-23943" > https://nvd.nist.gov/vuln/detail/CVE-2022-23943< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220321-0001/" > https://security.netapp.com/advisory/ntap-20220321-0001/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5333-1" > https://ubuntu.com/security/notices/USN-5333-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5333-2" > https://ubuntu.com/security/notices/USN-5333-2< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpuapr2022.html" > https://www.oracle.com/security-alerts/cpuapr2022.html< / a > < br > < a href = "https://www.tenable.com/security/tns-2022-08" > https://www.tenable.com/security/tns-2022-08< / a > < br > < a href = "https://www.tenable.com/security/tns-2022-09" > https://www.tenable.com/security/tns-2022-09< / a > < br > < / details > |
2022-06-23 02:09:03 +00:00
| apache2-ctl | CVE-2022-28615 | CRITICAL | 2.4.51-r0 | 2.4.54-r0 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2022/06/08/9" > http://www.openwall.com/lists/oss-security/2022/06/08/9< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-28615" > https://access.redhat.com/security/cve/CVE-2022-28615< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28615" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28615< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html" > https://httpd.apache.org/security/vulnerabilities_24.html< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-28615" > https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-28615< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5487-1" > https://ubuntu.com/security/notices/USN-5487-1< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2022/06/08/9" > https://www.openwall.com/lists/oss-security/2022/06/08/9< / a > < br > < / details > |
| apache2-ctl | CVE-2022-31813 | CRITICAL | 2.4.51-r0 | 2.4.54-r0 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2022/06/08/8" > http://www.openwall.com/lists/oss-security/2022/06/08/8< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-31813" > https://access.redhat.com/security/cve/CVE-2022-31813< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31813" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31813< / a > < br > < a href = "https://github.com/apache/httpd/pull/320" > https://github.com/apache/httpd/pull/320< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html" > https://httpd.apache.org/security/vulnerabilities_24.html< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-31813" > https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-31813< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5487-1" > https://ubuntu.com/security/notices/USN-5487-1< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2022/06/08/8" > https://www.openwall.com/lists/oss-security/2022/06/08/8< / a > < br > < / details > |
2022-06-21 09:20:23 +00:00
| apache2-ctl | CVE-2021-44224 | HIGH | 2.4.51-r0 | 2.4.52-r0 | < details > < summary > Expand...< / summary > < a href = "http://httpd.apache.org/security/vulnerabilities_24.html" > http://httpd.apache.org/security/vulnerabilities_24.html< / a > < br > < a href = "http://seclists.org/fulldisclosure/2022/May/33" > http://seclists.org/fulldisclosure/2022/May/33< / a > < br > < a href = "http://seclists.org/fulldisclosure/2022/May/35" > http://seclists.org/fulldisclosure/2022/May/35< / a > < br > < a href = "http://seclists.org/fulldisclosure/2022/May/38" > http://seclists.org/fulldisclosure/2022/May/38< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2021/12/20/3" > http://www.openwall.com/lists/oss-security/2021/12/20/3< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2021-44224" > https://access.redhat.com/security/cve/CVE-2021-44224< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44224" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44224< / a > < br > < a href = "https://errata.almalinux.org/8/ALSA-2022-1915.html" > https://errata.almalinux.org/8/ALSA-2022-1915.html< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html" > https://httpd.apache.org/security/vulnerabilities_24.html< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-44224.html" > https://linux.oracle.com/cve/CVE-2021-44224.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-1915.html" > https://linux.oracle.com/errata/ELSA-2022-1915.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/BFSWOH4X77CV7AH7C4RMHUBDWKQDL4YH/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/BFSWOH4X77CV7AH7C4RMHUBDWKQDL4YH/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RGWILBORT67SHMSLYSQZG2NMXGCMPUZO/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RGWILBORT67SHMSLYSQZG2NMXGCMPUZO/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/X73C35MMMZGBVPQQCH7LQZUMYZNQA5FO/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/X73C35MMMZGBVPQQCH7LQZUMYZNQA5FO/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Z7H26WJ6TPKNWV3QKY4BHKUKQVUTZJTD/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Z7H26WJ6TPKNWV3QKY4BHKUKQVUTZJTD/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-44224" > https://nvd.nist.gov/vuln/detail/CVE-2021-44224< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211224-0001/" > https://security.netapp.com/advisory/ntap-20211224-0001/< / a > < br > < a href = "https://support.apple.com/kb/HT213255" > https://support.apple.com/kb/HT213255< / a > < br > < a href = "https://support.apple.com/kb/HT213256" > https://support.apple.com/kb/HT213256< / a > < br > < a href = "https://support.apple.com/kb/HT213257" > https://support.apple.com/kb/HT213257< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5212-1" > https://ubuntu.com/security/notices/USN-5212-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5212-2" > https://ubuntu.com/security/notices/USN-5212-2< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5035" > https://www.debian.org/security/2022/dsa-5035< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpuapr2022.html" > https://www.oracle.com/security-alerts/cpuapr2022.html< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpujan2022.html" > https://www.oracle.com/security-alerts/cpujan2022.html< / a > < br > < a href = "https://www.tenable.com/security/tns-2022-01" > https://www.tenable.com/security/tns-2022-01< / a > < br > < a href = "https://www.tenable.com/security/tns-2022-03" > https://www.tenable.com/security/tns-2022-03< / a > < br > < / details > |
| apache2-ctl | CVE-2022-22719 | HIGH | 2.4.51-r0 | 2.4.53-r0 | < details > < summary > Expand...< / summary > < a href = "http://seclists.org/fulldisclosure/2022/May/33" > http://seclists.org/fulldisclosure/2022/May/33< / a > < br > < a href = "http://seclists.org/fulldisclosure/2022/May/35" > http://seclists.org/fulldisclosure/2022/May/35< / a > < br > < a href = "http://seclists.org/fulldisclosure/2022/May/38" > http://seclists.org/fulldisclosure/2022/May/38< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2022/03/14/4" > http://www.openwall.com/lists/oss-security/2022/03/14/4< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-22719" > https://access.redhat.com/security/cve/CVE-2022-22719< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22719" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22719< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html" > https://httpd.apache.org/security/vulnerabilities_24.html< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-22719" > https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-22719< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2022/03/msg00033.html" > https://lists.debian.org/debian-lts-announce/2022/03/msg00033.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RGWILBORT67SHMSLYSQZG2NMXGCMPUZO/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RGWILBORT67SHMSLYSQZG2NMXGCMPUZO/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/X73C35MMMZGBVPQQCH7LQZUMYZNQA5FO/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/X73C35MMMZGBVPQQCH7LQZUMYZNQA5FO/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Z7H26WJ6TPKNWV3QKY4BHKUKQVUTZJTD/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Z7H26WJ6TPKNWV3QKY4BHKUKQVUTZJTD/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-22719" > https://nvd.nist.gov/vuln/detail/CVE-2022-22719< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220321-0001/" > https://security.netapp.com/advisory/ntap-20220321-0001/< / a > < br > < a href = "https://support.apple.com/kb/HT213255" > https://support.apple.com/kb/HT213255< / a > < br > < a href = "https://support.apple.com/kb/HT213256" > https://support.apple.com/kb/HT213256< / a > < br > < a href = "https://support.apple.com/kb/HT213257" > https://support.apple.com/kb/HT213257< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5333-1" > https://ubuntu.com/security/notices/USN-5333-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5333-2" > https://ubuntu.com/security/notices/USN-5333-2< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpuapr2022.html" > https://www.oracle.com/security-alerts/cpuapr2022.html< / a > < br > < / details > |
2022-06-23 02:09:03 +00:00
| apache2-ctl | CVE-2022-26377 | HIGH | 2.4.51-r0 | 2.4.54-r0 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2022/06/08/2" > http://www.openwall.com/lists/oss-security/2022/06/08/2< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-26377" > https://access.redhat.com/security/cve/CVE-2022-26377< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-26377" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-26377< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html" > https://httpd.apache.org/security/vulnerabilities_24.html< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-26377" > https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-26377< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5487-1" > https://ubuntu.com/security/notices/USN-5487-1< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2022/06/08/2" > https://www.openwall.com/lists/oss-security/2022/06/08/2< / a > < br > < / details > |
| apache2-ctl | CVE-2022-29404 | HIGH | 2.4.51-r0 | 2.4.54-r0 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2022/06/08/5" > http://www.openwall.com/lists/oss-security/2022/06/08/5< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-29404" > https://access.redhat.com/security/cve/CVE-2022-29404< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29404" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29404< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html" > https://httpd.apache.org/security/vulnerabilities_24.html< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-29404" > https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-29404< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5487-1" > https://ubuntu.com/security/notices/USN-5487-1< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2022/06/08/5" > https://www.openwall.com/lists/oss-security/2022/06/08/5< / a > < br > < / details > |
| apache2-ctl | CVE-2022-30522 | HIGH | 2.4.51-r0 | 2.4.54-r0 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2022/06/08/6" > http://www.openwall.com/lists/oss-security/2022/06/08/6< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-30522" > https://access.redhat.com/security/cve/CVE-2022-30522< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-30522" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-30522< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html" > https://httpd.apache.org/security/vulnerabilities_24.html< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-30522" > https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-30522< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5487-1" > https://ubuntu.com/security/notices/USN-5487-1< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2022/06/08/6" > https://www.openwall.com/lists/oss-security/2022/06/08/6< / a > < br > < / details > |
| apache2-ctl | CVE-2022-30556 | HIGH | 2.4.51-r0 | 2.4.54-r0 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2022/06/08/7" > http://www.openwall.com/lists/oss-security/2022/06/08/7< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-30556" > https://access.redhat.com/security/cve/CVE-2022-30556< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-30556" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-30556< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html" > https://httpd.apache.org/security/vulnerabilities_24.html< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-30556" > https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-30556< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5487-1" > https://ubuntu.com/security/notices/USN-5487-1< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2022/06/08/7" > https://www.openwall.com/lists/oss-security/2022/06/08/7< / a > < br > < / details > |
2022-06-21 09:20:23 +00:00
| apache2-ctl | CVE-2022-28330 | MEDIUM | 2.4.51-r0 | 2.4.54-r0 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2022/06/08/3" > http://www.openwall.com/lists/oss-security/2022/06/08/3< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-28330" > https://access.redhat.com/security/cve/CVE-2022-28330< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html" > https://httpd.apache.org/security/vulnerabilities_24.html< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-28330" > https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-28330< / a > < br > < / details > |
2022-06-23 02:09:03 +00:00
| apache2-ctl | CVE-2022-28614 | MEDIUM | 2.4.51-r0 | 2.4.54-r0 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2022/06/08/4" > http://www.openwall.com/lists/oss-security/2022/06/08/4< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-28614" > https://access.redhat.com/security/cve/CVE-2022-28614< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28614" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28614< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html" > https://httpd.apache.org/security/vulnerabilities_24.html< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-28614" > https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-28614< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5487-1" > https://ubuntu.com/security/notices/USN-5487-1< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2022/06/08/4" > https://www.openwall.com/lists/oss-security/2022/06/08/4< / a > < br > < / details > |
2022-06-21 09:20:23 +00:00
| apache2-utils | CVE-2021-44790 | CRITICAL | 2.4.51-r0 | 2.4.52-r0 | < details > < summary > Expand...< / summary > < a href = "http://httpd.apache.org/security/vulnerabilities_24.html" > http://httpd.apache.org/security/vulnerabilities_24.html< / a > < br > < a href = "http://seclists.org/fulldisclosure/2022/May/33" > http://seclists.org/fulldisclosure/2022/May/33< / a > < br > < a href = "http://seclists.org/fulldisclosure/2022/May/35" > http://seclists.org/fulldisclosure/2022/May/35< / a > < br > < a href = "http://seclists.org/fulldisclosure/2022/May/38" > http://seclists.org/fulldisclosure/2022/May/38< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2021/12/20/4" > http://www.openwall.com/lists/oss-security/2021/12/20/4< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2021-44790" > https://access.redhat.com/security/cve/CVE-2021-44790< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44790" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44790< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html" > https://httpd.apache.org/security/vulnerabilities_24.html< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-44790.html" > https://linux.oracle.com/cve/CVE-2021-44790.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-0258.html" > https://linux.oracle.com/errata/ELSA-2022-0258.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/BFSWOH4X77CV7AH7C4RMHUBDWKQDL4YH/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/BFSWOH4X77CV7AH7C4RMHUBDWKQDL4YH/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RGWILBORT67SHMSLYSQZG2NMXGCMPUZO/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RGWILBORT67SHMSLYSQZG2NMXGCMPUZO/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/X73C35MMMZGBVPQQCH7LQZUMYZNQA5FO/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/X73C35MMMZGBVPQQCH7LQZUMYZNQA5FO/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Z7H26WJ6TPKNWV3QKY4BHKUKQVUTZJTD/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Z7H26WJ6TPKNWV3QKY4BHKUKQVUTZJTD/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-44790" > https://nvd.nist.gov/vuln/detail/CVE-2021-44790< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211224-0001/" > https://security.netapp.com/advisory/ntap-20211224-0001/< / a > < br > < a href = "https://support.apple.com/kb/HT213255" > https://support.apple.com/kb/HT213255< / a > < br > < a href = "https://support.apple.com/kb/HT213256" > https://support.apple.com/kb/HT213256< / a > < br > < a href = "https://support.apple.com/kb/HT213257" > https://support.apple.com/kb/HT213257< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5212-1" > https://ubuntu.com/security/notices/USN-5212-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5212-2" > https://ubuntu.com/security/notices/USN-5212-2< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5035" > https://www.debian.org/security/2022/dsa-5035< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpuapr2022.html" > https://www.oracle.com/security-alerts/cpuapr2022.html< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpujan2022.html" > https://www.oracle.com/security-alerts/cpujan2022.html< / a > < br > < a href = "https://www.tenable.com/security/tns-2022-01" > https://www.tenable.com/security/tns-2022-01< / a > < br > < a href = "https://www.tenable.com/security/tns-2022-03" > https://www.tenable.com/security/tns-2022-03< / a > < br > < / details > |
| apache2-utils | CVE-2022-22720 | CRITICAL | 2.4.51-r0 | 2.4.53-r0 | < details > < summary > Expand...< / summary > < a href = "http://seclists.org/fulldisclosure/2022/May/33" > http://seclists.org/fulldisclosure/2022/May/33< / a > < br > < a href = "http://seclists.org/fulldisclosure/2022/May/35" > http://seclists.org/fulldisclosure/2022/May/35< / a > < br > < a href = "http://seclists.org/fulldisclosure/2022/May/38" > http://seclists.org/fulldisclosure/2022/May/38< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2022/03/14/3" > http://www.openwall.com/lists/oss-security/2022/03/14/3< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-22720" > https://access.redhat.com/security/cve/CVE-2022-22720< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22720" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22720< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html" > https://httpd.apache.org/security/vulnerabilities_24.html< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-22720" > https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-22720< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2022-22720.html" > https://linux.oracle.com/cve/CVE-2022-22720.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-9257.html" > https://linux.oracle.com/errata/ELSA-2022-9257.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2022/03/msg00033.html" > https://lists.debian.org/debian-lts-announce/2022/03/msg00033.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RGWILBORT67SHMSLYSQZG2NMXGCMPUZO/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RGWILBORT67SHMSLYSQZG2NMXGCMPUZO/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/X73C35MMMZGBVPQQCH7LQZUMYZNQA5FO/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/X73C35MMMZGBVPQQCH7LQZUMYZNQA5FO/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Z7H26WJ6TPKNWV3QKY4BHKUKQVUTZJTD/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Z7H26WJ6TPKNWV3QKY4BHKUKQVUTZJTD/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-22720" > https://nvd.nist.gov/vuln/detail/CVE-2022-22720< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220321-0001/" > https://security.netapp.com/advisory/ntap-20220321-0001/< / a > < br > < a href = "https://support.apple.com/kb/HT213255" > https://support.apple.com/kb/HT213255< / a > < br > < a href = "https://support.apple.com/kb/HT213256" > https://support.apple.com/kb/HT213256< / a > < br > < a href = "https://support.apple.com/kb/HT213257" > https://support.apple.com/kb/HT213257< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5333-1" > https://ubuntu.com/security/notices/USN-5333-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5333-2" > https://ubuntu.com/security/notices/USN-5333-2< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpuapr2022.html" > https://www.oracle.com/security-alerts/cpuapr2022.html< / a > < br > < / details > |
| apache2-utils | CVE-2022-22721 | CRITICAL | 2.4.51-r0 | 2.4.53-r0 | < details > < summary > Expand...< / summary > < a href = "http://seclists.org/fulldisclosure/2022/May/33" > http://seclists.org/fulldisclosure/2022/May/33< / a > < br > < a href = "http://seclists.org/fulldisclosure/2022/May/35" > http://seclists.org/fulldisclosure/2022/May/35< / a > < br > < a href = "http://seclists.org/fulldisclosure/2022/May/38" > http://seclists.org/fulldisclosure/2022/May/38< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2022/03/14/2" > http://www.openwall.com/lists/oss-security/2022/03/14/2< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-22721" > https://access.redhat.com/security/cve/CVE-2022-22721< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22721" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22721< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html" > https://httpd.apache.org/security/vulnerabilities_24.html< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-22721" > https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-22721< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2022/03/msg00033.html" > https://lists.debian.org/debian-lts-announce/2022/03/msg00033.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RGWILBORT67SHMSLYSQZG2NMXGCMPUZO/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RGWILBORT67SHMSLYSQZG2NMXGCMPUZO/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/X73C35MMMZGBVPQQCH7LQZUMYZNQA5FO/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/X73C35MMMZGBVPQQCH7LQZUMYZNQA5FO/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Z7H26WJ6TPKNWV3QKY4BHKUKQVUTZJTD/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Z7H26WJ6TPKNWV3QKY4BHKUKQVUTZJTD/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-22721" > https://nvd.nist.gov/vuln/detail/CVE-2022-22721< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220321-0001/" > https://security.netapp.com/advisory/ntap-20220321-0001/< / a > < br > < a href = "https://support.apple.com/kb/HT213255" > https://support.apple.com/kb/HT213255< / a > < br > < a href = "https://support.apple.com/kb/HT213256" > https://support.apple.com/kb/HT213256< / a > < br > < a href = "https://support.apple.com/kb/HT213257" > https://support.apple.com/kb/HT213257< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5333-1" > https://ubuntu.com/security/notices/USN-5333-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5333-2" > https://ubuntu.com/security/notices/USN-5333-2< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpuapr2022.html" > https://www.oracle.com/security-alerts/cpuapr2022.html< / a > < br > < / details > |
| apache2-utils | CVE-2022-23943 | CRITICAL | 2.4.51-r0 | 2.4.53-r0 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2022/03/14/1" > http://www.openwall.com/lists/oss-security/2022/03/14/1< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-23943" > https://access.redhat.com/security/cve/CVE-2022-23943< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23943" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23943< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html" > https://httpd.apache.org/security/vulnerabilities_24.html< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-23943" > https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-23943< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2022/03/msg00033.html" > https://lists.debian.org/debian-lts-announce/2022/03/msg00033.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RGWILBORT67SHMSLYSQZG2NMXGCMPUZO/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RGWILBORT67SHMSLYSQZG2NMXGCMPUZO/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/X73C35MMMZGBVPQQCH7LQZUMYZNQA5FO/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/X73C35MMMZGBVPQQCH7LQZUMYZNQA5FO/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Z7H26WJ6TPKNWV3QKY4BHKUKQVUTZJTD/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Z7H26WJ6TPKNWV3QKY4BHKUKQVUTZJTD/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-23943" > https://nvd.nist.gov/vuln/detail/CVE-2022-23943< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220321-0001/" > https://security.netapp.com/advisory/ntap-20220321-0001/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5333-1" > https://ubuntu.com/security/notices/USN-5333-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5333-2" > https://ubuntu.com/security/notices/USN-5333-2< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpuapr2022.html" > https://www.oracle.com/security-alerts/cpuapr2022.html< / a > < br > < a href = "https://www.tenable.com/security/tns-2022-08" > https://www.tenable.com/security/tns-2022-08< / a > < br > < a href = "https://www.tenable.com/security/tns-2022-09" > https://www.tenable.com/security/tns-2022-09< / a > < br > < / details > |
2022-06-23 02:09:03 +00:00
| apache2-utils | CVE-2022-28615 | CRITICAL | 2.4.51-r0 | 2.4.54-r0 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2022/06/08/9" > http://www.openwall.com/lists/oss-security/2022/06/08/9< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-28615" > https://access.redhat.com/security/cve/CVE-2022-28615< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28615" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28615< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html" > https://httpd.apache.org/security/vulnerabilities_24.html< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-28615" > https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-28615< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5487-1" > https://ubuntu.com/security/notices/USN-5487-1< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2022/06/08/9" > https://www.openwall.com/lists/oss-security/2022/06/08/9< / a > < br > < / details > |
| apache2-utils | CVE-2022-31813 | CRITICAL | 2.4.51-r0 | 2.4.54-r0 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2022/06/08/8" > http://www.openwall.com/lists/oss-security/2022/06/08/8< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-31813" > https://access.redhat.com/security/cve/CVE-2022-31813< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31813" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31813< / a > < br > < a href = "https://github.com/apache/httpd/pull/320" > https://github.com/apache/httpd/pull/320< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html" > https://httpd.apache.org/security/vulnerabilities_24.html< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-31813" > https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-31813< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5487-1" > https://ubuntu.com/security/notices/USN-5487-1< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2022/06/08/8" > https://www.openwall.com/lists/oss-security/2022/06/08/8< / a > < br > < / details > |
2022-06-21 09:20:23 +00:00
| apache2-utils | CVE-2021-44224 | HIGH | 2.4.51-r0 | 2.4.52-r0 | < details > < summary > Expand...< / summary > < a href = "http://httpd.apache.org/security/vulnerabilities_24.html" > http://httpd.apache.org/security/vulnerabilities_24.html< / a > < br > < a href = "http://seclists.org/fulldisclosure/2022/May/33" > http://seclists.org/fulldisclosure/2022/May/33< / a > < br > < a href = "http://seclists.org/fulldisclosure/2022/May/35" > http://seclists.org/fulldisclosure/2022/May/35< / a > < br > < a href = "http://seclists.org/fulldisclosure/2022/May/38" > http://seclists.org/fulldisclosure/2022/May/38< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2021/12/20/3" > http://www.openwall.com/lists/oss-security/2021/12/20/3< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2021-44224" > https://access.redhat.com/security/cve/CVE-2021-44224< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44224" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44224< / a > < br > < a href = "https://errata.almalinux.org/8/ALSA-2022-1915.html" > https://errata.almalinux.org/8/ALSA-2022-1915.html< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html" > https://httpd.apache.org/security/vulnerabilities_24.html< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-44224.html" > https://linux.oracle.com/cve/CVE-2021-44224.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-1915.html" > https://linux.oracle.com/errata/ELSA-2022-1915.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/BFSWOH4X77CV7AH7C4RMHUBDWKQDL4YH/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/BFSWOH4X77CV7AH7C4RMHUBDWKQDL4YH/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RGWILBORT67SHMSLYSQZG2NMXGCMPUZO/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RGWILBORT67SHMSLYSQZG2NMXGCMPUZO/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/X73C35MMMZGBVPQQCH7LQZUMYZNQA5FO/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/X73C35MMMZGBVPQQCH7LQZUMYZNQA5FO/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Z7H26WJ6TPKNWV3QKY4BHKUKQVUTZJTD/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Z7H26WJ6TPKNWV3QKY4BHKUKQVUTZJTD/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-44224" > https://nvd.nist.gov/vuln/detail/CVE-2021-44224< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211224-0001/" > https://security.netapp.com/advisory/ntap-20211224-0001/< / a > < br > < a href = "https://support.apple.com/kb/HT213255" > https://support.apple.com/kb/HT213255< / a > < br > < a href = "https://support.apple.com/kb/HT213256" > https://support.apple.com/kb/HT213256< / a > < br > < a href = "https://support.apple.com/kb/HT213257" > https://support.apple.com/kb/HT213257< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5212-1" > https://ubuntu.com/security/notices/USN-5212-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5212-2" > https://ubuntu.com/security/notices/USN-5212-2< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5035" > https://www.debian.org/security/2022/dsa-5035< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpuapr2022.html" > https://www.oracle.com/security-alerts/cpuapr2022.html< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpujan2022.html" > https://www.oracle.com/security-alerts/cpujan2022.html< / a > < br > < a href = "https://www.tenable.com/security/tns-2022-01" > https://www.tenable.com/security/tns-2022-01< / a > < br > < a href = "https://www.tenable.com/security/tns-2022-03" > https://www.tenable.com/security/tns-2022-03< / a > < br > < / details > |
| apache2-utils | CVE-2022-22719 | HIGH | 2.4.51-r0 | 2.4.53-r0 | < details > < summary > Expand...< / summary > < a href = "http://seclists.org/fulldisclosure/2022/May/33" > http://seclists.org/fulldisclosure/2022/May/33< / a > < br > < a href = "http://seclists.org/fulldisclosure/2022/May/35" > http://seclists.org/fulldisclosure/2022/May/35< / a > < br > < a href = "http://seclists.org/fulldisclosure/2022/May/38" > http://seclists.org/fulldisclosure/2022/May/38< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2022/03/14/4" > http://www.openwall.com/lists/oss-security/2022/03/14/4< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-22719" > https://access.redhat.com/security/cve/CVE-2022-22719< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22719" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22719< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html" > https://httpd.apache.org/security/vulnerabilities_24.html< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-22719" > https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-22719< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2022/03/msg00033.html" > https://lists.debian.org/debian-lts-announce/2022/03/msg00033.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RGWILBORT67SHMSLYSQZG2NMXGCMPUZO/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RGWILBORT67SHMSLYSQZG2NMXGCMPUZO/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/X73C35MMMZGBVPQQCH7LQZUMYZNQA5FO/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/X73C35MMMZGBVPQQCH7LQZUMYZNQA5FO/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Z7H26WJ6TPKNWV3QKY4BHKUKQVUTZJTD/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Z7H26WJ6TPKNWV3QKY4BHKUKQVUTZJTD/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-22719" > https://nvd.nist.gov/vuln/detail/CVE-2022-22719< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220321-0001/" > https://security.netapp.com/advisory/ntap-20220321-0001/< / a > < br > < a href = "https://support.apple.com/kb/HT213255" > https://support.apple.com/kb/HT213255< / a > < br > < a href = "https://support.apple.com/kb/HT213256" > https://support.apple.com/kb/HT213256< / a > < br > < a href = "https://support.apple.com/kb/HT213257" > https://support.apple.com/kb/HT213257< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5333-1" > https://ubuntu.com/security/notices/USN-5333-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5333-2" > https://ubuntu.com/security/notices/USN-5333-2< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpuapr2022.html" > https://www.oracle.com/security-alerts/cpuapr2022.html< / a > < br > < / details > |
2022-06-23 02:09:03 +00:00
| apache2-utils | CVE-2022-26377 | HIGH | 2.4.51-r0 | 2.4.54-r0 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2022/06/08/2" > http://www.openwall.com/lists/oss-security/2022/06/08/2< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-26377" > https://access.redhat.com/security/cve/CVE-2022-26377< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-26377" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-26377< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html" > https://httpd.apache.org/security/vulnerabilities_24.html< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-26377" > https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-26377< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5487-1" > https://ubuntu.com/security/notices/USN-5487-1< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2022/06/08/2" > https://www.openwall.com/lists/oss-security/2022/06/08/2< / a > < br > < / details > |
| apache2-utils | CVE-2022-29404 | HIGH | 2.4.51-r0 | 2.4.54-r0 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2022/06/08/5" > http://www.openwall.com/lists/oss-security/2022/06/08/5< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-29404" > https://access.redhat.com/security/cve/CVE-2022-29404< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29404" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29404< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html" > https://httpd.apache.org/security/vulnerabilities_24.html< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-29404" > https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-29404< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5487-1" > https://ubuntu.com/security/notices/USN-5487-1< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2022/06/08/5" > https://www.openwall.com/lists/oss-security/2022/06/08/5< / a > < br > < / details > |
| apache2-utils | CVE-2022-30522 | HIGH | 2.4.51-r0 | 2.4.54-r0 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2022/06/08/6" > http://www.openwall.com/lists/oss-security/2022/06/08/6< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-30522" > https://access.redhat.com/security/cve/CVE-2022-30522< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-30522" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-30522< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html" > https://httpd.apache.org/security/vulnerabilities_24.html< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-30522" > https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-30522< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5487-1" > https://ubuntu.com/security/notices/USN-5487-1< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2022/06/08/6" > https://www.openwall.com/lists/oss-security/2022/06/08/6< / a > < br > < / details > |
| apache2-utils | CVE-2022-30556 | HIGH | 2.4.51-r0 | 2.4.54-r0 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2022/06/08/7" > http://www.openwall.com/lists/oss-security/2022/06/08/7< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-30556" > https://access.redhat.com/security/cve/CVE-2022-30556< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-30556" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-30556< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html" > https://httpd.apache.org/security/vulnerabilities_24.html< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-30556" > https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-30556< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5487-1" > https://ubuntu.com/security/notices/USN-5487-1< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2022/06/08/7" > https://www.openwall.com/lists/oss-security/2022/06/08/7< / a > < br > < / details > |
2022-06-21 09:20:23 +00:00
| apache2-utils | CVE-2022-28330 | MEDIUM | 2.4.51-r0 | 2.4.54-r0 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2022/06/08/3" > http://www.openwall.com/lists/oss-security/2022/06/08/3< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-28330" > https://access.redhat.com/security/cve/CVE-2022-28330< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html" > https://httpd.apache.org/security/vulnerabilities_24.html< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-28330" > https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-28330< / a > < br > < / details > |
2022-06-23 02:09:03 +00:00
| apache2-utils | CVE-2022-28614 | MEDIUM | 2.4.51-r0 | 2.4.54-r0 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2022/06/08/4" > http://www.openwall.com/lists/oss-security/2022/06/08/4< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-28614" > https://access.redhat.com/security/cve/CVE-2022-28614< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28614" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28614< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html" > https://httpd.apache.org/security/vulnerabilities_24.html< / a > < br > < a href = "https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-28614" > https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-28614< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5487-1" > https://ubuntu.com/security/notices/USN-5487-1< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2022/06/08/4" > https://www.openwall.com/lists/oss-security/2022/06/08/4< / a > < br > < / details > |
2022-06-21 09:20:23 +00:00
| apr | CVE-2021-35940.patch | UNKNOWN | 1.7.0-r0 | 1.7.0-r1 | < details > < summary > Expand...< / summary > < / details > |
| bind-libs | CVE-2021-25220 | HIGH | 9.16.20-r1 | 9.16.27-r0 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-25220" > https://access.redhat.com/security/cve/CVE-2021-25220< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-25220" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-25220< / a > < br > < a href = "https://kb.isc.org/docs/CVE-2021-25220" > https://kb.isc.org/docs/CVE-2021-25220< / a > < br > < a href = "https://kb.isc.org/v1/docs/cve-2021-25220" > https://kb.isc.org/v1/docs/cve-2021-25220< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/2SXT7247QTKNBQ67MNRGZD23ADXU6E5U/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/2SXT7247QTKNBQ67MNRGZD23ADXU6E5U/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/5VX3I2U3ICOIEI5Y7OYA6CHOLFMNH3YQ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/5VX3I2U3ICOIEI5Y7OYA6CHOLFMNH3YQ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/API7U5E7SX7BAAVFNW366FFJGD6NZZKV/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/API7U5E7SX7BAAVFNW366FFJGD6NZZKV/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DE3UAVCPUMAKG27ZL5YXSP2C3RIOW3JZ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DE3UAVCPUMAKG27ZL5YXSP2C3RIOW3JZ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NYD7US4HZRFUGAJ66ZTHFBYVP5N3OQBY/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NYD7US4HZRFUGAJ66ZTHFBYVP5N3OQBY/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-25220" > https://nvd.nist.gov/vuln/detail/CVE-2021-25220< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220408-0001/" > https://security.netapp.com/advisory/ntap-20220408-0001/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5332-1" > https://ubuntu.com/security/notices/USN-5332-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5332-2" > https://ubuntu.com/security/notices/USN-5332-2< / a > < br > < / details > |
| bind-libs | CVE-2021-25219 | MEDIUM | 9.16.20-r1 | 9.16.25-r0 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-25219" > https://access.redhat.com/security/cve/CVE-2021-25219< / a > < br > < a href = "https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf" > https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-25219" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-25219< / a > < br > < a href = "https://errata.almalinux.org/8/ALSA-2022-2092.html" > https://errata.almalinux.org/8/ALSA-2022-2092.html< / a > < br > < a href = "https://kb.isc.org/docs/cve-2021-25219" > https://kb.isc.org/docs/cve-2021-25219< / a > < br > < a href = "https://kb.isc.org/v1/docs/cve-2021-25219" > https://kb.isc.org/v1/docs/cve-2021-25219< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-25219.html" > https://linux.oracle.com/cve/CVE-2021-25219.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-2092.html" > https://linux.oracle.com/errata/ELSA-2022-2092.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/11/msg00001.html" > https://lists.debian.org/debian-lts-announce/2021/11/msg00001.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/EF4NAVRV4H3W4GA3LGGZYUKD3HSJBAVW/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/EF4NAVRV4H3W4GA3LGGZYUKD3HSJBAVW/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/YGV7SA27CTYLGFJSPUM3V36ZWK7WWDI4/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/YGV7SA27CTYLGFJSPUM3V36ZWK7WWDI4/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/YTKC4E3HUOLYN5IA4EBL4VAQSWG2ZVTX/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/YTKC4E3HUOLYN5IA4EBL4VAQSWG2ZVTX/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-25219" > https://nvd.nist.gov/vuln/detail/CVE-2021-25219< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211118-0002/" > https://security.netapp.com/advisory/ntap-20211118-0002/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5126-1" > https://ubuntu.com/security/notices/USN-5126-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5126-2" > https://ubuntu.com/security/notices/USN-5126-2< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4994" > https://www.debian.org/security/2021/dsa-4994< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpuapr2022.html" > https://www.oracle.com/security-alerts/cpuapr2022.html< / a > < br > < / details > |
| bind-libs | CVE-2022-0396 | MEDIUM | 9.16.20-r1 | 9.16.27-r0 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-0396" > https://access.redhat.com/security/cve/CVE-2022-0396< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0396" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0396< / a > < br > < a href = "https://kb.isc.org/docs/cve-2022-0396" > https://kb.isc.org/docs/cve-2022-0396< / a > < br > < a href = "https://kb.isc.org/v1/docs/cve-2022-0396" > https://kb.isc.org/v1/docs/cve-2022-0396< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NYD7US4HZRFUGAJ66ZTHFBYVP5N3OQBY/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NYD7US4HZRFUGAJ66ZTHFBYVP5N3OQBY/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-0396" > https://nvd.nist.gov/vuln/detail/CVE-2022-0396< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220408-0001/" > https://security.netapp.com/advisory/ntap-20220408-0001/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5332-1" > https://ubuntu.com/security/notices/USN-5332-1< / a > < br > < / details > |
| bind-tools | CVE-2021-25220 | HIGH | 9.16.20-r1 | 9.16.27-r0 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-25220" > https://access.redhat.com/security/cve/CVE-2021-25220< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-25220" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-25220< / a > < br > < a href = "https://kb.isc.org/docs/CVE-2021-25220" > https://kb.isc.org/docs/CVE-2021-25220< / a > < br > < a href = "https://kb.isc.org/v1/docs/cve-2021-25220" > https://kb.isc.org/v1/docs/cve-2021-25220< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/2SXT7247QTKNBQ67MNRGZD23ADXU6E5U/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/2SXT7247QTKNBQ67MNRGZD23ADXU6E5U/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/5VX3I2U3ICOIEI5Y7OYA6CHOLFMNH3YQ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/5VX3I2U3ICOIEI5Y7OYA6CHOLFMNH3YQ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/API7U5E7SX7BAAVFNW366FFJGD6NZZKV/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/API7U5E7SX7BAAVFNW366FFJGD6NZZKV/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DE3UAVCPUMAKG27ZL5YXSP2C3RIOW3JZ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DE3UAVCPUMAKG27ZL5YXSP2C3RIOW3JZ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NYD7US4HZRFUGAJ66ZTHFBYVP5N3OQBY/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NYD7US4HZRFUGAJ66ZTHFBYVP5N3OQBY/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-25220" > https://nvd.nist.gov/vuln/detail/CVE-2021-25220< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220408-0001/" > https://security.netapp.com/advisory/ntap-20220408-0001/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5332-1" > https://ubuntu.com/security/notices/USN-5332-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5332-2" > https://ubuntu.com/security/notices/USN-5332-2< / a > < br > < / details > |
| bind-tools | CVE-2021-25219 | MEDIUM | 9.16.20-r1 | 9.16.25-r0 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-25219" > https://access.redhat.com/security/cve/CVE-2021-25219< / a > < br > < a href = "https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf" > https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-25219" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-25219< / a > < br > < a href = "https://errata.almalinux.org/8/ALSA-2022-2092.html" > https://errata.almalinux.org/8/ALSA-2022-2092.html< / a > < br > < a href = "https://kb.isc.org/docs/cve-2021-25219" > https://kb.isc.org/docs/cve-2021-25219< / a > < br > < a href = "https://kb.isc.org/v1/docs/cve-2021-25219" > https://kb.isc.org/v1/docs/cve-2021-25219< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-25219.html" > https://linux.oracle.com/cve/CVE-2021-25219.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-2092.html" > https://linux.oracle.com/errata/ELSA-2022-2092.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/11/msg00001.html" > https://lists.debian.org/debian-lts-announce/2021/11/msg00001.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/EF4NAVRV4H3W4GA3LGGZYUKD3HSJBAVW/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/EF4NAVRV4H3W4GA3LGGZYUKD3HSJBAVW/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/YGV7SA27CTYLGFJSPUM3V36ZWK7WWDI4/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/YGV7SA27CTYLGFJSPUM3V36ZWK7WWDI4/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/YTKC4E3HUOLYN5IA4EBL4VAQSWG2ZVTX/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/YTKC4E3HUOLYN5IA4EBL4VAQSWG2ZVTX/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-25219" > https://nvd.nist.gov/vuln/detail/CVE-2021-25219< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211118-0002/" > https://security.netapp.com/advisory/ntap-20211118-0002/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5126-1" > https://ubuntu.com/security/notices/USN-5126-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5126-2" > https://ubuntu.com/security/notices/USN-5126-2< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4994" > https://www.debian.org/security/2021/dsa-4994< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpuapr2022.html" > https://www.oracle.com/security-alerts/cpuapr2022.html< / a > < br > < / details > |
| bind-tools | CVE-2022-0396 | MEDIUM | 9.16.20-r1 | 9.16.27-r0 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-0396" > https://access.redhat.com/security/cve/CVE-2022-0396< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0396" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0396< / a > < br > < a href = "https://kb.isc.org/docs/cve-2022-0396" > https://kb.isc.org/docs/cve-2022-0396< / a > < br > < a href = "https://kb.isc.org/v1/docs/cve-2022-0396" > https://kb.isc.org/v1/docs/cve-2022-0396< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NYD7US4HZRFUGAJ66ZTHFBYVP5N3OQBY/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NYD7US4HZRFUGAJ66ZTHFBYVP5N3OQBY/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-0396" > https://nvd.nist.gov/vuln/detail/CVE-2022-0396< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220408-0001/" > https://security.netapp.com/advisory/ntap-20220408-0001/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5332-1" > https://ubuntu.com/security/notices/USN-5332-1< / a > < br > < / details > |
| busybox | CVE-2022-28391 | CRITICAL | 1.32.1-r7 | 1.32.1-r8 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-28391" > https://access.redhat.com/security/cve/CVE-2022-28391< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28391" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28391< / a > < br > < a href = "https://git.alpinelinux.org/aports/plain/main/busybox/0001-libbb-sockaddr2str-ensure-only-printable-characters-.patch" > https://git.alpinelinux.org/aports/plain/main/busybox/0001-libbb-sockaddr2str-ensure-only-printable-characters-.patch< / a > < br > < a href = "https://git.alpinelinux.org/aports/plain/main/busybox/0002-nslookup-sanitize-all-printed-strings-with-printable.patch" > https://git.alpinelinux.org/aports/plain/main/busybox/0002-nslookup-sanitize-all-printed-strings-with-printable.patch< / a > < br > < a href = "https://gitlab.alpinelinux.org/alpine/aports/-/issues/13661" > https://gitlab.alpinelinux.org/alpine/aports/-/issues/13661< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-28391" > https://nvd.nist.gov/vuln/detail/CVE-2022-28391< / a > < br > < / details > |
| cairo | CVE-2019-6462 | MEDIUM | 1.16.0-r2 | 1.16.0-r4 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2019-6462" > https://access.redhat.com/security/cve/CVE-2019-6462< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-6462" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-6462< / a > < br > < a href = "https://github.com/TeamSeri0us/pocs/tree/master/gerbv" > https://github.com/TeamSeri0us/pocs/tree/master/gerbv< / a > < br > < a href = "https://gitlab.freedesktop.org/cairo/cairo/issues/353" > https://gitlab.freedesktop.org/cairo/cairo/issues/353< / a > < br > < a href = "https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E" > https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2019-6462" > https://nvd.nist.gov/vuln/detail/CVE-2019-6462< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5407-1" > https://ubuntu.com/security/notices/USN-5407-1< / a > < br > < / details > |
| curl | CVE-2022-22576 | HIGH | 7.79.1-r0 | 7.79.1-r1 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-22576" > https://access.redhat.com/security/cve/CVE-2022-22576< / a > < br > < a href = "https://curl.se/docs/CVE-2022-22576.html" > https://curl.se/docs/CVE-2022-22576.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22576" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22576< / a > < br > < a href = "https://hackerone.com/reports/1526328" > https://hackerone.com/reports/1526328< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-22576" > https://nvd.nist.gov/vuln/detail/CVE-2022-22576< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220609-0008/" > https://security.netapp.com/advisory/ntap-20220609-0008/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5397-1" > https://ubuntu.com/security/notices/USN-5397-1< / a > < br > < / details > |
| curl | CVE-2022-27775 | HIGH | 7.79.1-r0 | 7.79.1-r1 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-27775" > https://access.redhat.com/security/cve/CVE-2022-27775< / a > < br > < a href = "https://curl.se/docs/CVE-2022-27775.html" > https://curl.se/docs/CVE-2022-27775.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27775" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27775< / a > < br > < a href = "https://hackerone.com/reports/1546268" > https://hackerone.com/reports/1546268< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-27775" > https://nvd.nist.gov/vuln/detail/CVE-2022-27775< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220609-0008/" > https://security.netapp.com/advisory/ntap-20220609-0008/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5397-1" > https://ubuntu.com/security/notices/USN-5397-1< / a > < br > < / details > |
| curl | CVE-2022-27774 | MEDIUM | 7.79.1-r0 | 7.79.1-r1 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-27774" > https://access.redhat.com/security/cve/CVE-2022-27774< / a > < br > < a href = "https://curl.se/docs/CVE-2022-27774.html" > https://curl.se/docs/CVE-2022-27774.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27774" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27774< / a > < br > < a href = "https://hackerone.com/reports/1543773" > https://hackerone.com/reports/1543773< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-27774" > https://nvd.nist.gov/vuln/detail/CVE-2022-27774< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220609-0008/" > https://security.netapp.com/advisory/ntap-20220609-0008/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5397-1" > https://ubuntu.com/security/notices/USN-5397-1< / a > < br > < / details > |
| curl | CVE-2022-27776 | MEDIUM | 7.79.1-r0 | 7.79.1-r1 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-27776" > https://access.redhat.com/security/cve/CVE-2022-27776< / a > < br > < a href = "https://curl.se/docs/CVE-2022-27776.html" > https://curl.se/docs/CVE-2022-27776.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27776" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27776< / a > < br > < a href = "https://hackerone.com/reports/1547048" > https://hackerone.com/reports/1547048< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-27776" > https://nvd.nist.gov/vuln/detail/CVE-2022-27776< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220609-0008/" > https://security.netapp.com/advisory/ntap-20220609-0008/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5397-1" > https://ubuntu.com/security/notices/USN-5397-1< / a > < br > < / details > |
| expat | CVE-2022-22822 | CRITICAL | 2.2.10-r1 | 2.2.10-r2 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2022/01/17/3" > http://www.openwall.com/lists/oss-security/2022/01/17/3< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-22822" > https://access.redhat.com/security/cve/CVE-2022-22822< / a > < br > < a href = "https://cert-portal.siemens.com/productcert/pdf/ssa-484086.pdf" > https://cert-portal.siemens.com/productcert/pdf/ssa-484086.pdf< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22822" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22822< / a > < br > < a href = "https://github.com/libexpat/libexpat/pull/539" > https://github.com/libexpat/libexpat/pull/539< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2022-22822.html" > https://linux.oracle.com/cve/CVE-2022-22822.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-1069.html" > https://linux.oracle.com/errata/ELSA-2022-1069.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-22822" > https://nvd.nist.gov/vuln/detail/CVE-2022-22822< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5288-1" > https://ubuntu.com/security/notices/USN-5288-1< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5073" > https://www.debian.org/security/2022/dsa-5073< / a > < br > < a href = "https://www.tenable.com/security/tns-2022-05" > https://www.tenable.com/security/tns-2022-05< / a > < br > < / details > |
| expat | CVE-2022-22823 | CRITICAL | 2.2.10-r1 | 2.2.10-r2 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2022/01/17/3" > http://www.openwall.com/lists/oss-security/2022/01/17/3< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-22823" > https://access.redhat.com/security/cve/CVE-2022-22823< / a > < br > < a href = "https://cert-portal.siemens.com/productcert/pdf/ssa-484086.pdf" > https://cert-portal.siemens.com/productcert/pdf/ssa-484086.pdf< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22823" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22823< / a > < br > < a href = "https://github.com/libexpat/libexpat/pull/539" > https://github.com/libexpat/libexpat/pull/539< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2022-22823.html" > https://linux.oracle.com/cve/CVE-2022-22823.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-1069.html" > https://linux.oracle.com/errata/ELSA-2022-1069.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-22823" > https://nvd.nist.gov/vuln/detail/CVE-2022-22823< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5288-1" > https://ubuntu.com/security/notices/USN-5288-1< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5073" > https://www.debian.org/security/2022/dsa-5073< / a > < br > < a href = "https://www.tenable.com/security/tns-2022-05" > https://www.tenable.com/security/tns-2022-05< / a > < br > < / details > |
| expat | CVE-2022-22824 | CRITICAL | 2.2.10-r1 | 2.2.10-r2 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2022/01/17/3" > http://www.openwall.com/lists/oss-security/2022/01/17/3< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-22824" > https://access.redhat.com/security/cve/CVE-2022-22824< / a > < br > < a href = "https://cert-portal.siemens.com/productcert/pdf/ssa-484086.pdf" > https://cert-portal.siemens.com/productcert/pdf/ssa-484086.pdf< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22824" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22824< / a > < br > < a href = "https://github.com/libexpat/libexpat/pull/539" > https://github.com/libexpat/libexpat/pull/539< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2022-22824.html" > https://linux.oracle.com/cve/CVE-2022-22824.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-1069.html" > https://linux.oracle.com/errata/ELSA-2022-1069.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-22824" > https://nvd.nist.gov/vuln/detail/CVE-2022-22824< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5288-1" > https://ubuntu.com/security/notices/USN-5288-1< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5073" > https://www.debian.org/security/2022/dsa-5073< / a > < br > < a href = "https://www.tenable.com/security/tns-2022-05" > https://www.tenable.com/security/tns-2022-05< / a > < br > < / details > |
| expat | CVE-2022-23852 | CRITICAL | 2.2.10-r1 | 2.2.10-r3 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-23852" > https://access.redhat.com/security/cve/CVE-2022-23852< / a > < br > < a href = "https://cert-portal.siemens.com/productcert/pdf/ssa-484086.pdf" > https://cert-portal.siemens.com/productcert/pdf/ssa-484086.pdf< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23852" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23852< / a > < br > < a href = "https://github.com/libexpat/libexpat/pull/550" > https://github.com/libexpat/libexpat/pull/550< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2022-23852.html" > https://linux.oracle.com/cve/CVE-2022-23852.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-1069.html" > https://linux.oracle.com/errata/ELSA-2022-1069.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2022/03/msg00007.html" > https://lists.debian.org/debian-lts-announce/2022/03/msg00007.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-23852" > https://nvd.nist.gov/vuln/detail/CVE-2022-23852< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220217-0001/" > https://security.netapp.com/advisory/ntap-20220217-0001/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5288-1" > https://ubuntu.com/security/notices/USN-5288-1< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5073" > https://www.debian.org/security/2022/dsa-5073< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpuapr2022.html" > https://www.oracle.com/security-alerts/cpuapr2022.html< / a > < br > < a href = "https://www.tenable.com/security/tns-2022-05" > https://www.tenable.com/security/tns-2022-05< / a > < br > < / details > |
| expat | CVE-2022-23990 | CRITICAL | 2.2.10-r1 | 2.2.10-r3 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-23990" > https://access.redhat.com/security/cve/CVE-2022-23990< / a > < br > < a href = "https://cert-portal.siemens.com/productcert/pdf/ssa-484086.pdf" > https://cert-portal.siemens.com/productcert/pdf/ssa-484086.pdf< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23990" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23990< / a > < br > < a href = "https://github.com/libexpat/libexpat/pull/551" > https://github.com/libexpat/libexpat/pull/551< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2022-23990.html" > https://linux.oracle.com/cve/CVE-2022-23990.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-9232.html" > https://linux.oracle.com/errata/ELSA-2022-9232.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/34NXVL2RZC2YZRV74ZQ3RNFB7WCEUP7D/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/34NXVL2RZC2YZRV74ZQ3RNFB7WCEUP7D/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/R7FF2UH7MPXKTADYSJUAHI2Y5UHBSHUH/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/R7FF2UH7MPXKTADYSJUAHI2Y5UHBSHUH/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-23990" > https://nvd.nist.gov/vuln/detail/CVE-2022-23990< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5288-1" > https://ubuntu.com/security/notices/USN-5288-1< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5073" > https://www.debian.org/security/2022/dsa-5073< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpuapr2022.html" > https://www.oracle.com/security-alerts/cpuapr2022.html< / a > < br > < a href = "https://www.tenable.com/security/tns-2022-05" > https://www.tenable.com/security/tns-2022-05< / a > < br > < / details > |
| expat | CVE-2022-25235 | CRITICAL | 2.2.10-r1 | 2.2.10-r4 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2022/02/19/1" > http://www.openwall.com/lists/oss-security/2022/02/19/1< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-25235" > https://access.redhat.com/security/cve/CVE-2022-25235< / a > < br > < a href = "https://blog.hartwork.org/posts/expat-2-4-5-released/" > https://blog.hartwork.org/posts/expat-2-4-5-released/< / a > < br > < a href = "https://cert-portal.siemens.com/productcert/pdf/ssa-484086.pdf" > https://cert-portal.siemens.com/productcert/pdf/ssa-484086.pdf< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25235" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25235< / a > < br > < a href = "https://github.com/libexpat/libexpat/pull/562" > https://github.com/libexpat/libexpat/pull/562< / a > < br > < a href = "https://github.com/libexpat/libexpat/pull/562/commits/367ae600b48d74261bbc339b17e9318424049791 (fix)" > https://github.com/libexpat/libexpat/pull/562/commits/367ae600b48d74261bbc339b17e9318424049791 (fix)< / a > < br > < a href = "https://github.com/libexpat/libexpat/pull/562/commits/97cfdc3fa7dca759880d81e371901f4620279106 (tests)" > https://github.com/libexpat/libexpat/pull/562/commits/97cfdc3fa7dca759880d81e371901f4620279106 (tests)< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2022-25235.html" > https://linux.oracle.com/cve/CVE-2022-25235.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-9359.html" > https://linux.oracle.com/errata/ELSA-2022-9359.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2022/03/msg00007.html" > https://lists.debian.org/debian-lts-announce/2022/03/msg00007.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/3UFRBA3UQVIQKXTBUQXDWQOVWNBKLERU/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/3UFRBA3UQVIQKXTBUQXDWQOVWNBKLERU/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Y27XO3JMKAOMQZVPS3B4MJGEAHCZF5OM/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Y27XO3JMKAOMQZVPS3B4MJGEAHCZF5OM/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-25235" > https://nvd.nist.gov/vuln/detail/CVE-2022-25235< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220303-0008/" > https://security.netapp.com/advisory/ntap-20220303-0008/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5288-1" > https://ubuntu.com/security/notices/USN-5288-1< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5085" > https://www.debian.org/security/2022/dsa-5085< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpuapr2022.html" > https://www.oracle.com/security-alerts/cpuapr2022.html< / a > < br > < / details > |
| expat | CVE-2022-25236 | CRITICAL | 2.2.10-r1 | 2.2.10-r4 | < details > < summary > Expand...< / summary > < a href = "http://packetstormsecurity.com/files/167238/Zoom-XMPP-Stanza-Smuggling-Remote-Code-Execution.html" > http://packetstormsecurity.com/files/167238/Zoom-XMPP-Stanza-Smuggling-Remote-Code-Execution.html< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2022/02/19/1" > http://www.openwall.com/lists/oss-security/2022/02/19/1< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-25236" > https://access.redhat.com/security/cve/CVE-2022-25236< / a > < br > < a href = "https://blog.hartwork.org/posts/expat-2-4-5-released/" > https://blog.hartwork.org/posts/expat-2-4-5-released/< / a > < br > < a href = "https://cert-portal.siemens.com/productcert/pdf/ssa-484086.pdf" > https://cert-portal.siemens.com/productcert/pdf/ssa-484086.pdf< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25236" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25236< / a > < br > < a href = "https://github.com/libexpat/libexpat/pull/561" > https://github.com/libexpat/libexpat/pull/561< / a > < br > < a href = "https://github.com/libexpat/libexpat/pull/561/commits/2de077423fb22750ebea599677d523b53cb93b1d (test)" > https://github.com/libexpat/libexpat/pull/561/commits/2de077423fb22750ebea599677d523b53cb93b1d (test)< / a > < br > < a href = "https://github.com/libexpat/libexpat/pull/561/commits/a2fe525e660badd64b6c557c2b1ec26ddc07f6e4 (fix)" > https://github.com/libexpat/libexpat/pull/561/commits/a2fe525e660badd64b6c557c2b1ec26ddc07f6e4 (fix)< / a > < br > < a href = "https://github.com/libexpat/libexpat/pull/577" > https://github.com/libexpat/libexpat/pull/577< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2022-25236.html" > https://linux.oracle.com/cve/CVE-2022-25236.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-9359.html" > https://linux.oracle.com/errata/ELSA-2022-9359.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2022/03/msg00007.html" > https://lists.debian.org/debian-lts-announce/2022/03/msg00007.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/3UFRBA3UQVIQKXTBUQXDWQOVWNBKLERU/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/3UFRBA3UQVIQKXTBUQXDWQOVWNBKLERU/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Y27XO3JMKAOMQZVPS3B4MJGEAHCZF5OM/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Y27XO3JMKAOMQZVPS3B4MJGEAHCZF5OM/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-25236" > https://nvd.nist.gov/vuln/detail/CVE-2022-25236< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220303-0008/" > https://security.netapp.com/advisory/ntap-20220303-0008/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5288-1" > https://ubuntu.com/security/notices/USN-5288-1< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5085" > https://www.debian.org/security/2022/dsa-5085< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpuapr2022.html" > https://www.oracle.com/security-alerts/cpuapr2022.html< / a > < br > < / details > |
| expat | CVE-2022-25315 | CRITICAL | 2.2.10-r1 | 2.2.10-r4 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2022/02/19/1" > http://www.openwall.com/lists/oss-security/2022/02/19/1< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-25315" > https://access.redhat.com/security/cve/CVE-2022-25315< / a > < br > < a href = "https://blog.hartwork.org/posts/expat-2-4-5-released/" > https://blog.hartwork.org/posts/expat-2-4-5-released/< / a > < br > < a href = "https://cert-portal.siemens.com/productcert/pdf/ssa-484086.pdf" > https://cert-portal.siemens.com/productcert/pdf/ssa-484086.pdf< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25315" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25315< / a > < br > < a href = "https://github.com/libexpat/libexpat/pull/559" > https://github.com/libexpat/libexpat/pull/559< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2022-25315.html" > https://linux.oracle.com/cve/CVE-2022-25315.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-9359.html" > https://linux.oracle.com/errata/ELSA-2022-9359.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2022/03/msg00007.html" > https://lists.debian.org/debian-lts-announce/2022/03/msg00007.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/3UFRBA3UQVIQKXTBUQXDWQOVWNBKLERU/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/3UFRBA3UQVIQKXTBUQXDWQOVWNBKLERU/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Y27XO3JMKAOMQZVPS3B4MJGEAHCZF5OM/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Y27XO3JMKAOMQZVPS3B4MJGEAHCZF5OM/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-25315" > https://nvd.nist.gov/vuln/detail/CVE-2022-25315< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220303-0008/" > https://security.netapp.com/advisory/ntap-20220303-0008/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5320-1" > https://ubuntu.com/security/notices/USN-5320-1< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5085" > https://www.debian.org/security/2022/dsa-5085< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpuapr2022.html" > https://www.oracle.com/security-alerts/cpuapr2022.html< / a > < br > < / details > |
| expat | CVE-2021-45960 | HIGH | 2.2.10-r1 | 2.2.10-r2 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2022/01/17/3" > http://www.openwall.com/lists/oss-security/2022/01/17/3< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2021-45960" > https://access.redhat.com/security/cve/CVE-2021-45960< / a > < br > < a href = "https://bugzilla.mozilla.org/show_bug.cgi?id=1217609" > https://bugzilla.mozilla.org/show_bug.cgi?id=1217609< / a > < br > < a href = "https://cert-portal.siemens.com/productcert/pdf/ssa-484086.pdf" > https://cert-portal.siemens.com/productcert/pdf/ssa-484086.pdf< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45960" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45960< / a > < br > < a href = "https://github.com/libexpat/libexpat/issues/531" > https://github.com/libexpat/libexpat/issues/531< / a > < br > < a href = "https://github.com/libexpat/libexpat/pull/534" > https://github.com/libexpat/libexpat/pull/534< / a > < br > < a href = "https://github.com/libexpat/libexpat/pull/534/commits/0adcb34c49bee5b19bd29b16a578c510c23597ea" > https://github.com/libexpat/libexpat/pull/534/commits/0adcb34c49bee5b19bd29b16a578c510c23597ea< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-45960.html" > https://linux.oracle.com/cve/CVE-2021-45960.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-1069.html" > https://linux.oracle.com/errata/ELSA-2022-1069.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-45960" > https://nvd.nist.gov/vuln/detail/CVE-2021-45960< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220121-0004/" > https://security.netapp.com/advisory/ntap-20220121-0004/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5288-1" > https://ubuntu.com/security/notices/USN-5288-1< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5073" > https://www.debian.org/security/2022/dsa-5073< / a > < br > < a href = "https://www.tenable.com/security/tns-2022-05" > https://www.tenable.com/security/tns-2022-05< / a > < br > < / details > |
| expat | CVE-2021-46143 | HIGH | 2.2.10-r1 | 2.2.10-r2 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2022/01/17/3" > http://www.openwall.com/lists/oss-security/2022/01/17/3< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2021-46143" > https://access.redhat.com/security/cve/CVE-2021-46143< / a > < br > < a href = "https://cert-portal.siemens.com/productcert/pdf/ssa-484086.pdf" > https://cert-portal.siemens.com/productcert/pdf/ssa-484086.pdf< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-46143" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-46143< / a > < br > < a href = "https://github.com/libexpat/libexpat/issues/532" > https://github.com/libexpat/libexpat/issues/532< / a > < br > < a href = "https://github.com/libexpat/libexpat/pull/538" > https://github.com/libexpat/libexpat/pull/538< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-46143.html" > https://linux.oracle.com/cve/CVE-2021-46143.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-9227.html" > https://linux.oracle.com/errata/ELSA-2022-9227.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-46143" > https://nvd.nist.gov/vuln/detail/CVE-2021-46143< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220121-0006/" > https://security.netapp.com/advisory/ntap-20220121-0006/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5288-1" > https://ubuntu.com/security/notices/USN-5288-1< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5073" > https://www.debian.org/security/2022/dsa-5073< / a > < br > < a href = "https://www.tenable.com/security/tns-2022-05" > https://www.tenable.com/security/tns-2022-05< / a > < br > < / details > |
| expat | CVE-2022-22825 | HIGH | 2.2.10-r1 | 2.2.10-r2 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2022/01/17/3" > http://www.openwall.com/lists/oss-security/2022/01/17/3< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-22825" > https://access.redhat.com/security/cve/CVE-2022-22825< / a > < br > < a href = "https://cert-portal.siemens.com/productcert/pdf/ssa-484086.pdf" > https://cert-portal.siemens.com/productcert/pdf/ssa-484086.pdf< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22825" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22825< / a > < br > < a href = "https://github.com/libexpat/libexpat/pull/539" > https://github.com/libexpat/libexpat/pull/539< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2022-22825.html" > https://linux.oracle.com/cve/CVE-2022-22825.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-1069.html" > https://linux.oracle.com/errata/ELSA-2022-1069.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-22825" > https://nvd.nist.gov/vuln/detail/CVE-2022-22825< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5288-1" > https://ubuntu.com/security/notices/USN-5288-1< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5073" > https://www.debian.org/security/2022/dsa-5073< / a > < br > < a href = "https://www.tenable.com/security/tns-2022-05" > https://www.tenable.com/security/tns-2022-05< / a > < br > < / details > |
| expat | CVE-2022-22826 | HIGH | 2.2.10-r1 | 2.2.10-r2 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2022/01/17/3" > http://www.openwall.com/lists/oss-security/2022/01/17/3< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-22826" > https://access.redhat.com/security/cve/CVE-2022-22826< / a > < br > < a href = "https://cert-portal.siemens.com/productcert/pdf/ssa-484086.pdf" > https://cert-portal.siemens.com/productcert/pdf/ssa-484086.pdf< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22826" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22826< / a > < br > < a href = "https://github.com/libexpat/libexpat/pull/539" > https://github.com/libexpat/libexpat/pull/539< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2022-22826.html" > https://linux.oracle.com/cve/CVE-2022-22826.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-1069.html" > https://linux.oracle.com/errata/ELSA-2022-1069.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-22826" > https://nvd.nist.gov/vuln/detail/CVE-2022-22826< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5288-1" > https://ubuntu.com/security/notices/USN-5288-1< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5073" > https://www.debian.org/security/2022/dsa-5073< / a > < br > < a href = "https://www.tenable.com/security/tns-2022-05" > https://www.tenable.com/security/tns-2022-05< / a > < br > < / details > |
| expat | CVE-2022-22827 | HIGH | 2.2.10-r1 | 2.2.10-r2 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2022/01/17/3" > http://www.openwall.com/lists/oss-security/2022/01/17/3< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-22827" > https://access.redhat.com/security/cve/CVE-2022-22827< / a > < br > < a href = "https://cert-portal.siemens.com/productcert/pdf/ssa-484086.pdf" > https://cert-portal.siemens.com/productcert/pdf/ssa-484086.pdf< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22827" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22827< / a > < br > < a href = "https://github.com/libexpat/libexpat/pull/539" > https://github.com/libexpat/libexpat/pull/539< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2022-22827.html" > https://linux.oracle.com/cve/CVE-2022-22827.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-1069.html" > https://linux.oracle.com/errata/ELSA-2022-1069.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-22827" > https://nvd.nist.gov/vuln/detail/CVE-2022-22827< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5288-1" > https://ubuntu.com/security/notices/USN-5288-1< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5073" > https://www.debian.org/security/2022/dsa-5073< / a > < br > < a href = "https://www.tenable.com/security/tns-2022-05" > https://www.tenable.com/security/tns-2022-05< / a > < br > < / details > |
| expat | CVE-2022-25314 | HIGH | 2.2.10-r1 | 2.2.10-r4 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2022/02/19/1" > http://www.openwall.com/lists/oss-security/2022/02/19/1< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-25314" > https://access.redhat.com/security/cve/CVE-2022-25314< / a > < br > < a href = "https://blog.hartwork.org/posts/expat-2-4-5-released/" > https://blog.hartwork.org/posts/expat-2-4-5-released/< / a > < br > < a href = "https://cert-portal.siemens.com/productcert/pdf/ssa-484086.pdf" > https://cert-portal.siemens.com/productcert/pdf/ssa-484086.pdf< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25314" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25314< / a > < br > < a href = "https://github.com/libexpat/libexpat/pull/560" > https://github.com/libexpat/libexpat/pull/560< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/3UFRBA3UQVIQKXTBUQXDWQOVWNBKLERU/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/3UFRBA3UQVIQKXTBUQXDWQOVWNBKLERU/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Y27XO3JMKAOMQZVPS3B4MJGEAHCZF5OM/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Y27XO3JMKAOMQZVPS3B4MJGEAHCZF5OM/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-25314" > https://nvd.nist.gov/vuln/detail/CVE-2022-25314< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220303-0008/" > https://security.netapp.com/advisory/ntap-20220303-0008/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5320-1" > https://ubuntu.com/security/notices/USN-5320-1< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5085" > https://www.debian.org/security/2022/dsa-5085< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpuapr2022.html" > https://www.oracle.com/security-alerts/cpuapr2022.html< / a > < br > < / details > |
| expat | CVE-2022-25313 | MEDIUM | 2.2.10-r1 | 2.2.10-r4 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2022/02/19/1" > http://www.openwall.com/lists/oss-security/2022/02/19/1< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-25313" > https://access.redhat.com/security/cve/CVE-2022-25313< / a > < br > < a href = "https://blog.hartwork.org/posts/expat-2-4-5-released/" > https://blog.hartwork.org/posts/expat-2-4-5-released/< / a > < br > < a href = "https://cert-portal.siemens.com/productcert/pdf/ssa-484086.pdf" > https://cert-portal.siemens.com/productcert/pdf/ssa-484086.pdf< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25313" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25313< / a > < br > < a href = "https://github.com/libexpat/libexpat/pull/558" > https://github.com/libexpat/libexpat/pull/558< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2022/03/msg00007.html" > https://lists.debian.org/debian-lts-announce/2022/03/msg00007.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/3UFRBA3UQVIQKXTBUQXDWQOVWNBKLERU/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/3UFRBA3UQVIQKXTBUQXDWQOVWNBKLERU/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Y27XO3JMKAOMQZVPS3B4MJGEAHCZF5OM/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Y27XO3JMKAOMQZVPS3B4MJGEAHCZF5OM/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-25313" > https://nvd.nist.gov/vuln/detail/CVE-2022-25313< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220303-0008/" > https://security.netapp.com/advisory/ntap-20220303-0008/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5320-1" > https://ubuntu.com/security/notices/USN-5320-1< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5085" > https://www.debian.org/security/2022/dsa-5085< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpuapr2022.html" > https://www.oracle.com/security-alerts/cpuapr2022.html< / a > < br > < / details > |
| freetype | CVE-2022-27404 | CRITICAL | 2.10.4-r1 | 2.10.4-r2 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-27404" > https://access.redhat.com/security/cve/CVE-2022-27404< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27404" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27404< / a > < br > < a href = "https://gitlab.freedesktop.org/freetype/freetype/-/commit/53dfdcd8198d2b3201a23c4bad9190519ba918db" > https://gitlab.freedesktop.org/freetype/freetype/-/commit/53dfdcd8198d2b3201a23c4bad9190519ba918db< / a > < br > < a href = "https://gitlab.freedesktop.org/freetype/freetype/-/issues/1138" > https://gitlab.freedesktop.org/freetype/freetype/-/issues/1138< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/EFPNRKDLCXHZVYYQLQMP44UHLU32GA6Z/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/EFPNRKDLCXHZVYYQLQMP44UHLU32GA6Z/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FDU2FOEMCEF6WVR6ZBIH5MT5O7FAK6UP/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FDU2FOEMCEF6WVR6ZBIH5MT5O7FAK6UP/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/IWQ7IB2A75MEHM63WEUXBYEC7OR5SGDY/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/IWQ7IB2A75MEHM63WEUXBYEC7OR5SGDY/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NYVC2NPKKXKP3TWJWG4ONYWNO6ZPHLA5/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NYVC2NPKKXKP3TWJWG4ONYWNO6ZPHLA5/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TCEMWCM46PKM4U5ENRASPKQD6JDOLKRU/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TCEMWCM46PKM4U5ENRASPKQD6JDOLKRU/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-27404" > https://nvd.nist.gov/vuln/detail/CVE-2022-27404< / a > < br > < / details > |
| freetype | CVE-2022-27405 | HIGH | 2.10.4-r1 | 2.10.4-r3 | < details > < summary > Expand...< / summary > < a href = "http://freetype.com" > http://freetype.com< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-27405" > https://access.redhat.com/security/cve/CVE-2022-27405< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27405" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27405< / a > < br > < a href = "https://gitlab.freedesktop.org/freetype/freetype/-/commit/22a0cccb4d9d002f33c1ba7a4b36812c7d4f46b5" > https://gitlab.freedesktop.org/freetype/freetype/-/commit/22a0cccb4d9d002f33c1ba7a4b36812c7d4f46b5< / a > < br > < a href = "https://gitlab.freedesktop.org/freetype/freetype/-/issues/1139" > https://gitlab.freedesktop.org/freetype/freetype/-/issues/1139< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/EFPNRKDLCXHZVYYQLQMP44UHLU32GA6Z/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/EFPNRKDLCXHZVYYQLQMP44UHLU32GA6Z/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FDU2FOEMCEF6WVR6ZBIH5MT5O7FAK6UP/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FDU2FOEMCEF6WVR6ZBIH5MT5O7FAK6UP/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/IWQ7IB2A75MEHM63WEUXBYEC7OR5SGDY/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/IWQ7IB2A75MEHM63WEUXBYEC7OR5SGDY/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NYVC2NPKKXKP3TWJWG4ONYWNO6ZPHLA5/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NYVC2NPKKXKP3TWJWG4ONYWNO6ZPHLA5/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TCEMWCM46PKM4U5ENRASPKQD6JDOLKRU/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TCEMWCM46PKM4U5ENRASPKQD6JDOLKRU/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-27405" > https://nvd.nist.gov/vuln/detail/CVE-2022-27405< / a > < br > < / details > |
| freetype | CVE-2022-27406 | HIGH | 2.10.4-r1 | 2.10.4-r3 | < details > < summary > Expand...< / summary > < a href = "http://freetype.com" > http://freetype.com< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-27406" > https://access.redhat.com/security/cve/CVE-2022-27406< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27406" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27406< / a > < br > < a href = "https://gitlab.freedesktop.org/freetype/freetype/-/commit/0c2bdb01a2e1d24a3e592377a6d0822856e10df2" > https://gitlab.freedesktop.org/freetype/freetype/-/commit/0c2bdb01a2e1d24a3e592377a6d0822856e10df2< / a > < br > < a href = "https://gitlab.freedesktop.org/freetype/freetype/-/issues/1140" > https://gitlab.freedesktop.org/freetype/freetype/-/issues/1140< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/EFPNRKDLCXHZVYYQLQMP44UHLU32GA6Z/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/EFPNRKDLCXHZVYYQLQMP44UHLU32GA6Z/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FDU2FOEMCEF6WVR6ZBIH5MT5O7FAK6UP/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FDU2FOEMCEF6WVR6ZBIH5MT5O7FAK6UP/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/IWQ7IB2A75MEHM63WEUXBYEC7OR5SGDY/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/IWQ7IB2A75MEHM63WEUXBYEC7OR5SGDY/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NYVC2NPKKXKP3TWJWG4ONYWNO6ZPHLA5/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NYVC2NPKKXKP3TWJWG4ONYWNO6ZPHLA5/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TCEMWCM46PKM4U5ENRASPKQD6JDOLKRU/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TCEMWCM46PKM4U5ENRASPKQD6JDOLKRU/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-27406" > https://nvd.nist.gov/vuln/detail/CVE-2022-27406< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5453-1" > https://ubuntu.com/security/notices/USN-5453-1< / a > < br > < / details > |
| gzip | CVE-2022-1271 | HIGH | 1.10-r1 | 1.12-r0 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-1271" > https://access.redhat.com/security/cve/CVE-2022-1271< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1271" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1271< / a > < br > < a href = "https://errata.almalinux.org/8/ALSA-2022-1537.html" > https://errata.almalinux.org/8/ALSA-2022-1537.html< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2022-1271.html" > https://linux.oracle.com/cve/CVE-2022-1271.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-5052.html" > https://linux.oracle.com/errata/ELSA-2022-5052.html< / a > < br > < a href = "https://lists.gnu.org/r/bug-gzip/2022-04/msg00011.html" > https://lists.gnu.org/r/bug-gzip/2022-04/msg00011.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5378-1" > https://ubuntu.com/security/notices/USN-5378-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5378-2" > https://ubuntu.com/security/notices/USN-5378-2< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5378-3" > https://ubuntu.com/security/notices/USN-5378-3< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5378-4" > https://ubuntu.com/security/notices/USN-5378-4< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2022/04/07/8" > https://www.openwall.com/lists/oss-security/2022/04/07/8< / a > < br > < / details > |
| krb5-libs | CVE-2021-37750 | MEDIUM | 1.18.4-r0 | 1.18.5-r0 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-37750.json" > https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-37750.json< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2021-37750" > https://access.redhat.com/security/cve/CVE-2021-37750< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-37750" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-37750< / a > < br > < a href = "https://github.com/krb5/krb5/commit/d775c95af7606a51bf79547a94fa52ddd1cb7f49" > https://github.com/krb5/krb5/commit/d775c95af7606a51bf79547a94fa52ddd1cb7f49< / a > < br > < a href = "https://github.com/krb5/krb5/releases" > https://github.com/krb5/krb5/releases< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-37750.html" > https://linux.oracle.com/cve/CVE-2021-37750.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-4788.html" > https://linux.oracle.com/errata/ELSA-2021-4788.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/09/msg00019.html" > https://lists.debian.org/debian-lts-announce/2021/09/msg00019.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MFCLW7D46E4VCREKKH453T5DA4XOLHU2/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MFCLW7D46E4VCREKKH453T5DA4XOLHU2/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-37750" > https://nvd.nist.gov/vuln/detail/CVE-2021-37750< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210923-0002/" > https://security.netapp.com/advisory/ntap-20210923-0002/< / a > < br > < a href = "https://web.mit.edu/kerberos/advisories/" > https://web.mit.edu/kerberos/advisories/< / a > < br > < / details > |
| libblkid | CVE-2021-3995 | MEDIUM | 2.36.1-r1 | 2.37.3-r0 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-3995" > https://access.redhat.com/security/cve/CVE-2021-3995< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3995" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3995< / a > < br > < a href = "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.37/v2.37.3-ReleaseNotes" > https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.37/v2.37.3-ReleaseNotes< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5279-1" > https://ubuntu.com/security/notices/USN-5279-1< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2022/01/24/2" > https://www.openwall.com/lists/oss-security/2022/01/24/2< / a > < br > < / details > |
| libblkid | CVE-2021-3996 | MEDIUM | 2.36.1-r1 | 2.37.3-r0 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-3996" > https://access.redhat.com/security/cve/CVE-2021-3996< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3996" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3996< / a > < br > < a href = "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.37/v2.37.3-ReleaseNotes" > https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.37/v2.37.3-ReleaseNotes< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5279-1" > https://ubuntu.com/security/notices/USN-5279-1< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2022/01/24/2" > https://www.openwall.com/lists/oss-security/2022/01/24/2< / a > < br > < / details > |
| libblkid | CVE-2022-0563 | MEDIUM | 2.36.1-r1 | 2.37.4-r0 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-0563" > https://access.redhat.com/security/cve/CVE-2022-0563< / a > < br > < a href = "https://lore.kernel.org/util-linux/20220214110609.msiwlm457ngoic6w@ws.net.home/T/#u" > https://lore.kernel.org/util-linux/20220214110609.msiwlm457ngoic6w@ws.net.home/T/#u< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-0563" > https://nvd.nist.gov/vuln/detail/CVE-2022-0563< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220331-0002/" > https://security.netapp.com/advisory/ntap-20220331-0002/< / a > < br > < / details > |
| libcrypto1.1 | CVE-2022-0778 | HIGH | 1.1.1l-r0 | 1.1.1n-r0 | < details > < summary > Expand...< / summary > < a href = "http://packetstormsecurity.com/files/167344/OpenSSL-1.0.2-1.1.1-3.0-BN_mod_sqrt-Infinite-Loop.html" > http://packetstormsecurity.com/files/167344/OpenSSL-1.0.2-1.1.1-3.0-BN_mod_sqrt-Infinite-Loop.html< / a > < br > < a href = "http://seclists.org/fulldisclosure/2022/May/33" > http://seclists.org/fulldisclosure/2022/May/33< / a > < br > < a href = "http://seclists.org/fulldisclosure/2022/May/35" > http://seclists.org/fulldisclosure/2022/May/35< / a > < br > < a href = "http://seclists.org/fulldisclosure/2022/May/38" > http://seclists.org/fulldisclosure/2022/May/38< / a > < br > < a href = "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2022-0778.json" > https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2022-0778.json< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-0778" > https://access.redhat.com/security/cve/CVE-2022-0778< / a > < br > < a href = "https://cert-portal.siemens.com/productcert/pdf/ssa-712929.pdf" > https://cert-portal.siemens.com/productcert/pdf/ssa-712929.pdf< / a > < br > < a href = "https://crates.io/crates/openssl-src" > https://crates.io/crates/openssl-src< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0778" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0778< / a > < br > < a href = "https://errata.almalinux.org/8/ALSA-2022-1065.html" > https://errata.almalinux.org/8/ALSA-2022-1065.html< / a > < br > < a href = "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=3118eb64934499d93db3230748a452351d1d9a65" > https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=3118eb64934499d93db3230748a452351d1d9a65< / a > < br > < a href = "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=380085481c64de749a6dd25cdf0bcf4360b30f83" > https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=380085481c64de749a6dd25cdf0bcf4360b30f83< / a > < br > < a href = "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=a466912611aa6cbdf550cd10601390e587451246" > https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=a466912611aa6cbdf550cd10601390e587451246< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2022-0778.html" > https://linux.oracle.com/cve/CVE-2022-0778.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-9272.html" > https://linux.oracle.com/errata/ELSA-2022-9272.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2022/03/msg00023.html" > https://lists.debian.org/debian-lts-announce/2022/03/msg00023.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2022/03/msg00024.html" > https://lists.debian.org/debian-lts-announce/2022/03/msg00024.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/323SNN6ZX7PRJJWP2BUAFLPUAE42XWLZ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/323SNN6ZX7PRJJWP2BUAFLPUAE42XWLZ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/GDB3GQVJPXJE7X5C5JN6JAA4XUDWD6E6/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/GDB3GQVJPXJE7X5C5JN6JAA4XUDWD6E6/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/W6K3PR542DXWLEFFMFIDMME4CWMHJRMG/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/W6K3PR542DXWLEFFMFIDMME4CWMHJRMG/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-0778" > https://nvd.nist.gov/vuln/detail/CVE-2022-0778< / a > < br > < a href = "https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2022-0002" > https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2022-0002< / a > < br > < a href = "https://rustsec.org/advisories/RUSTSEC-2022-0014.html" > https://rustsec.org/advisories/RUSTSEC-2022-0014.html< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220321-0002/" > https://security.netapp.com/advisory/ntap-20220321-0002/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220429-0005/" > https://security.netapp.com/advisory/ntap-202204
| libcurl | CVE-2022-22576 | HIGH | 7.79.1-r0 | 7.79.1-r1 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-22576" > https://access.redhat.com/security/cve/CVE-2022-22576< / a > < br > < a href = "https://curl.se/docs/CVE-2022-22576.html" > https://curl.se/docs/CVE-2022-22576.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22576" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22576< / a > < br > < a href = "https://hackerone.com/reports/1526328" > https://hackerone.com/reports/1526328< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-22576" > https://nvd.nist.gov/vuln/detail/CVE-2022-22576< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220609-0008/" > https://security.netapp.com/advisory/ntap-20220609-0008/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5397-1" > https://ubuntu.com/security/notices/USN-5397-1< / a > < br > < / details > |
| libcurl | CVE-2022-27775 | HIGH | 7.79.1-r0 | 7.79.1-r1 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-27775" > https://access.redhat.com/security/cve/CVE-2022-27775< / a > < br > < a href = "https://curl.se/docs/CVE-2022-27775.html" > https://curl.se/docs/CVE-2022-27775.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27775" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27775< / a > < br > < a href = "https://hackerone.com/reports/1546268" > https://hackerone.com/reports/1546268< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-27775" > https://nvd.nist.gov/vuln/detail/CVE-2022-27775< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220609-0008/" > https://security.netapp.com/advisory/ntap-20220609-0008/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5397-1" > https://ubuntu.com/security/notices/USN-5397-1< / a > < br > < / details > |
| libcurl | CVE-2022-27774 | MEDIUM | 7.79.1-r0 | 7.79.1-r1 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-27774" > https://access.redhat.com/security/cve/CVE-2022-27774< / a > < br > < a href = "https://curl.se/docs/CVE-2022-27774.html" > https://curl.se/docs/CVE-2022-27774.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27774" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27774< / a > < br > < a href = "https://hackerone.com/reports/1543773" > https://hackerone.com/reports/1543773< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-27774" > https://nvd.nist.gov/vuln/detail/CVE-2022-27774< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220609-0008/" > https://security.netapp.com/advisory/ntap-20220609-0008/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5397-1" > https://ubuntu.com/security/notices/USN-5397-1< / a > < br > < / details > |
| libcurl | CVE-2022-27776 | MEDIUM | 7.79.1-r0 | 7.79.1-r1 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-27776" > https://access.redhat.com/security/cve/CVE-2022-27776< / a > < br > < a href = "https://curl.se/docs/CVE-2022-27776.html" > https://curl.se/docs/CVE-2022-27776.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27776" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27776< / a > < br > < a href = "https://hackerone.com/reports/1547048" > https://hackerone.com/reports/1547048< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-27776" > https://nvd.nist.gov/vuln/detail/CVE-2022-27776< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220609-0008/" > https://security.netapp.com/advisory/ntap-20220609-0008/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5397-1" > https://ubuntu.com/security/notices/USN-5397-1< / a > < br > < / details > |
| libmount | CVE-2021-3995 | MEDIUM | 2.36.1-r1 | 2.37.3-r0 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-3995" > https://access.redhat.com/security/cve/CVE-2021-3995< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3995" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3995< / a > < br > < a href = "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.37/v2.37.3-ReleaseNotes" > https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.37/v2.37.3-ReleaseNotes< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5279-1" > https://ubuntu.com/security/notices/USN-5279-1< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2022/01/24/2" > https://www.openwall.com/lists/oss-security/2022/01/24/2< / a > < br > < / details > |
| libmount | CVE-2021-3996 | MEDIUM | 2.36.1-r1 | 2.37.3-r0 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-3996" > https://access.redhat.com/security/cve/CVE-2021-3996< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3996" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3996< / a > < br > < a href = "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.37/v2.37.3-ReleaseNotes" > https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.37/v2.37.3-ReleaseNotes< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5279-1" > https://ubuntu.com/security/notices/USN-5279-1< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2022/01/24/2" > https://www.openwall.com/lists/oss-security/2022/01/24/2< / a > < br > < / details > |
| libmount | CVE-2022-0563 | MEDIUM | 2.36.1-r1 | 2.37.4-r0 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-0563" > https://access.redhat.com/security/cve/CVE-2022-0563< / a > < br > < a href = "https://lore.kernel.org/util-linux/20220214110609.msiwlm457ngoic6w@ws.net.home/T/#u" > https://lore.kernel.org/util-linux/20220214110609.msiwlm457ngoic6w@ws.net.home/T/#u< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-0563" > https://nvd.nist.gov/vuln/detail/CVE-2022-0563< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220331-0002/" > https://security.netapp.com/advisory/ntap-20220331-0002/< / a > < br > < / details > |
| libssl1.1 | CVE-2022-0778 | HIGH | 1.1.1l-r0 | 1.1.1n-r0 | < details > < summary > Expand...< / summary > < a href = "http://packetstormsecurity.com/files/167344/OpenSSL-1.0.2-1.1.1-3.0-BN_mod_sqrt-Infinite-Loop.html" > http://packetstormsecurity.com/files/167344/OpenSSL-1.0.2-1.1.1-3.0-BN_mod_sqrt-Infinite-Loop.html< / a > < br > < a href = "http://seclists.org/fulldisclosure/2022/May/33" > http://seclists.org/fulldisclosure/2022/May/33< / a > < br > < a href = "http://seclists.org/fulldisclosure/2022/May/35" > http://seclists.org/fulldisclosure/2022/May/35< / a > < br > < a href = "http://seclists.org/fulldisclosure/2022/May/38" > http://seclists.org/fulldisclosure/2022/May/38< / a > < br > < a href = "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2022-0778.json" > https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2022-0778.json< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-0778" > https://access.redhat.com/security/cve/CVE-2022-0778< / a > < br > < a href = "https://cert-portal.siemens.com/productcert/pdf/ssa-712929.pdf" > https://cert-portal.siemens.com/productcert/pdf/ssa-712929.pdf< / a > < br > < a href = "https://crates.io/crates/openssl-src" > https://crates.io/crates/openssl-src< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0778" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0778< / a > < br > < a href = "https://errata.almalinux.org/8/ALSA-2022-1065.html" > https://errata.almalinux.org/8/ALSA-2022-1065.html< / a > < br > < a href = "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=3118eb64934499d93db3230748a452351d1d9a65" > https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=3118eb64934499d93db3230748a452351d1d9a65< / a > < br > < a href = "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=380085481c64de749a6dd25cdf0bcf4360b30f83" > https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=380085481c64de749a6dd25cdf0bcf4360b30f83< / a > < br > < a href = "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=a466912611aa6cbdf550cd10601390e587451246" > https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=a466912611aa6cbdf550cd10601390e587451246< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2022-0778.html" > https://linux.oracle.com/cve/CVE-2022-0778.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-9272.html" > https://linux.oracle.com/errata/ELSA-2022-9272.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2022/03/msg00023.html" > https://lists.debian.org/debian-lts-announce/2022/03/msg00023.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2022/03/msg00024.html" > https://lists.debian.org/debian-lts-announce/2022/03/msg00024.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/323SNN6ZX7PRJJWP2BUAFLPUAE42XWLZ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/323SNN6ZX7PRJJWP2BUAFLPUAE42XWLZ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/GDB3GQVJPXJE7X5C5JN6JAA4XUDWD6E6/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/GDB3GQVJPXJE7X5C5JN6JAA4XUDWD6E6/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/W6K3PR542DXWLEFFMFIDMME4CWMHJRMG/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/W6K3PR542DXWLEFFMFIDMME4CWMHJRMG/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-0778" > https://nvd.nist.gov/vuln/detail/CVE-2022-0778< / a > < br > < a href = "https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2022-0002" > https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2022-0002< / a > < br > < a href = "https://rustsec.org/advisories/RUSTSEC-2022-0014.html" > https://rustsec.org/advisories/RUSTSEC-2022-0014.html< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220321-0002/" > https://security.netapp.com/advisory/ntap-20220321-0002/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220429-0005/" > https://security.netapp.com/advisory/ntap-20220429-
| libuuid | CVE-2021-3995 | MEDIUM | 2.36.1-r1 | 2.37.3-r0 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-3995" > https://access.redhat.com/security/cve/CVE-2021-3995< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3995" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3995< / a > < br > < a href = "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.37/v2.37.3-ReleaseNotes" > https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.37/v2.37.3-ReleaseNotes< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5279-1" > https://ubuntu.com/security/notices/USN-5279-1< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2022/01/24/2" > https://www.openwall.com/lists/oss-security/2022/01/24/2< / a > < br > < / details > |
| libuuid | CVE-2021-3996 | MEDIUM | 2.36.1-r1 | 2.37.3-r0 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-3996" > https://access.redhat.com/security/cve/CVE-2021-3996< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3996" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3996< / a > < br > < a href = "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.37/v2.37.3-ReleaseNotes" > https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.37/v2.37.3-ReleaseNotes< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5279-1" > https://ubuntu.com/security/notices/USN-5279-1< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2022/01/24/2" > https://www.openwall.com/lists/oss-security/2022/01/24/2< / a > < br > < / details > |
| libuuid | CVE-2022-0563 | MEDIUM | 2.36.1-r1 | 2.37.4-r0 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-0563" > https://access.redhat.com/security/cve/CVE-2022-0563< / a > < br > < a href = "https://lore.kernel.org/util-linux/20220214110609.msiwlm457ngoic6w@ws.net.home/T/#u" > https://lore.kernel.org/util-linux/20220214110609.msiwlm457ngoic6w@ws.net.home/T/#u< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-0563" > https://nvd.nist.gov/vuln/detail/CVE-2022-0563< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220331-0002/" > https://security.netapp.com/advisory/ntap-20220331-0002/< / a > < br > < / details > |
| libxml2 | CVE-2022-23308 | HIGH | 2.9.12-r0 | 2.9.13-r0 | < details > < summary > Expand...< / summary > < a href = "http://seclists.org/fulldisclosure/2022/May/33" > http://seclists.org/fulldisclosure/2022/May/33< / a > < br > < a href = "http://seclists.org/fulldisclosure/2022/May/34" > http://seclists.org/fulldisclosure/2022/May/34< / a > < br > < a href = "http://seclists.org/fulldisclosure/2022/May/35" > http://seclists.org/fulldisclosure/2022/May/35< / a > < br > < a href = "http://seclists.org/fulldisclosure/2022/May/36" > http://seclists.org/fulldisclosure/2022/May/36< / a > < br > < a href = "http://seclists.org/fulldisclosure/2022/May/37" > http://seclists.org/fulldisclosure/2022/May/37< / a > < br > < a href = "http://seclists.org/fulldisclosure/2022/May/38" > http://seclists.org/fulldisclosure/2022/May/38< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-23308" > https://access.redhat.com/security/cve/CVE-2022-23308< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23308" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23308< / a > < br > < a href = "https://github.com/GNOME/libxml2/commit/652dd12a858989b14eed4e84e453059cd3ba340e" > https://github.com/GNOME/libxml2/commit/652dd12a858989b14eed4e84e453059cd3ba340e< / a > < br > < a href = "https://gitlab.gnome.org/GNOME/libxml2/-/blob/v2.9.13/NEWS" > https://gitlab.gnome.org/GNOME/libxml2/-/blob/v2.9.13/NEWS< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2022-23308.html" > https://linux.oracle.com/cve/CVE-2022-23308.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-0899.html" > https://linux.oracle.com/errata/ELSA-2022-0899.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2022/04/msg00004.html" > https://lists.debian.org/debian-lts-announce/2022/04/msg00004.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/LA3MWWAYZADWJ5F6JOUBX65UZAMQB7RF/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/LA3MWWAYZADWJ5F6JOUBX65UZAMQB7RF/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-23308" > https://nvd.nist.gov/vuln/detail/CVE-2022-23308< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220331-0008/" > https://security.netapp.com/advisory/ntap-20220331-0008/< / a > < br > < a href = "https://support.apple.com/kb/HT213253" > https://support.apple.com/kb/HT213253< / a > < br > < a href = "https://support.apple.com/kb/HT213254" > https://support.apple.com/kb/HT213254< / a > < br > < a href = "https://support.apple.com/kb/HT213255" > https://support.apple.com/kb/HT213255< / a > < br > < a href = "https://support.apple.com/kb/HT213256" > https://support.apple.com/kb/HT213256< / a > < br > < a href = "https://support.apple.com/kb/HT213257" > https://support.apple.com/kb/HT213257< / a > < br > < a href = "https://support.apple.com/kb/HT213258" > https://support.apple.com/kb/HT213258< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5324-1" > https://ubuntu.com/security/notices/USN-5324-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5422-1" > https://ubuntu.com/security/notices/USN-5422-1< / a > < br > < / details > |
| libxml2 | CVE-2022-29824 | MEDIUM | 2.9.12-r0 | 2.9.14-r0 | < details > < summary > Expand...< / summary > < a href = "http://packetstormsecurity.com/files/167345/libxml2-xmlBufAdd-Heap-Buffer-Overflow.html" > http://packetstormsecurity.com/files/167345/libxml2-xmlBufAdd-Heap-Buffer-Overflow.html< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-29824" > https://access.redhat.com/security/cve/CVE-2022-29824< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29824" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29824< / a > < br > < a href = "https://gitlab.gnome.org/GNOME/libxml2/-/commit/2554a2408e09f13652049e5ffb0d26196b02ebab" > https://gitlab.gnome.org/GNOME/libxml2/-/commit/2554a2408e09f13652049e5ffb0d26196b02ebab< / a > < br > < a href = "https://gitlab.gnome.org/GNOME/libxml2/-/commit/2554a2408e09f13652049e5ffb0d26196b02ebab (v2.9.14)" > https://gitlab.gnome.org/GNOME/libxml2/-/commit/2554a2408e09f13652049e5ffb0d26196b02ebab (v2.9.14)< / a > < br > < a href = "https://gitlab.gnome.org/GNOME/libxml2/-/commit/6c283d83eccd940bcde15634ac8c7f100e3caefd" > https://gitlab.gnome.org/GNOME/libxml2/-/commit/6c283d83eccd940bcde15634ac8c7f100e3caefd< / a > < br > < a href = "https://gitlab.gnome.org/GNOME/libxml2/-/commit/6c283d83eccd940bcde15634ac8c7f100e3caefd (master)" > https://gitlab.gnome.org/GNOME/libxml2/-/commit/6c283d83eccd940bcde15634ac8c7f100e3caefd (master)< / a > < br > < a href = "https://gitlab.gnome.org/GNOME/libxml2/-/tags/v2.9.14" > https://gitlab.gnome.org/GNOME/libxml2/-/tags/v2.9.14< / a > < br > < a href = "https://gitlab.gnome.org/GNOME/libxslt/-/tags" > https://gitlab.gnome.org/GNOME/libxslt/-/tags< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2022/05/msg00023.html" > https://lists.debian.org/debian-lts-announce/2022/05/msg00023.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FZOBT5Y6Y2QLDDX2HZGMV7MJMWGXORKK/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FZOBT5Y6Y2QLDDX2HZGMV7MJMWGXORKK/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/P3NVZVWFRBXBI3AKZZWUWY6INQQPQVSF/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/P3NVZVWFRBXBI3AKZZWUWY6INQQPQVSF/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/P5363EDV5VHZ5C77ODA43RYDCPMA7ARM/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/P5363EDV5VHZ5C77ODA43RYDCPMA7ARM/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-29824" > https://nvd.nist.gov/vuln/detail/CVE-2022-29824< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5422-1" > https://ubuntu.com/security/notices/USN-5422-1< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5142" > https://www.debian.org/security/2022/dsa-5142< / a > < br > < / details > |
| ssl_client | CVE-2022-28391 | CRITICAL | 1.32.1-r7 | 1.32.1-r8 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-28391" > https://access.redhat.com/security/cve/CVE-2022-28391< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28391" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28391< / a > < br > < a href = "https://git.alpinelinux.org/aports/plain/main/busybox/0001-libbb-sockaddr2str-ensure-only-printable-characters-.patch" > https://git.alpinelinux.org/aports/plain/main/busybox/0001-libbb-sockaddr2str-ensure-only-printable-characters-.patch< / a > < br > < a href = "https://git.alpinelinux.org/aports/plain/main/busybox/0002-nslookup-sanitize-all-printed-strings-with-printable.patch" > https://git.alpinelinux.org/aports/plain/main/busybox/0002-nslookup-sanitize-all-printed-strings-with-printable.patch< / a > < br > < a href = "https://gitlab.alpinelinux.org/alpine/aports/-/issues/13661" > https://gitlab.alpinelinux.org/alpine/aports/-/issues/13661< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-28391" > https://nvd.nist.gov/vuln/detail/CVE-2022-28391< / a > < br > < / details > |
| xz | CVE-2022-1271 | HIGH | 5.2.5-r0 | 5.2.5-r1 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-1271" > https://access.redhat.com/security/cve/CVE-2022-1271< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1271" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1271< / a > < br > < a href = "https://errata.almalinux.org/8/ALSA-2022-1537.html" > https://errata.almalinux.org/8/ALSA-2022-1537.html< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2022-1271.html" > https://linux.oracle.com/cve/CVE-2022-1271.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-5052.html" > https://linux.oracle.com/errata/ELSA-2022-5052.html< / a > < br > < a href = "https://lists.gnu.org/r/bug-gzip/2022-04/msg00011.html" > https://lists.gnu.org/r/bug-gzip/2022-04/msg00011.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5378-1" > https://ubuntu.com/security/notices/USN-5378-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5378-2" > https://ubuntu.com/security/notices/USN-5378-2< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5378-3" > https://ubuntu.com/security/notices/USN-5378-3< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5378-4" > https://ubuntu.com/security/notices/USN-5378-4< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2022/04/07/8" > https://www.openwall.com/lists/oss-security/2022/04/07/8< / a > < br > < / details > |
| xz-libs | CVE-2022-1271 | HIGH | 5.2.5-r0 | 5.2.5-r1 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-1271" > https://access.redhat.com/security/cve/CVE-2022-1271< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1271" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1271< / a > < br > < a href = "https://errata.almalinux.org/8/ALSA-2022-1537.html" > https://errata.almalinux.org/8/ALSA-2022-1537.html< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2022-1271.html" > https://linux.oracle.com/cve/CVE-2022-1271.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-5052.html" > https://linux.oracle.com/errata/ELSA-2022-5052.html< / a > < br > < a href = "https://lists.gnu.org/r/bug-gzip/2022-04/msg00011.html" > https://lists.gnu.org/r/bug-gzip/2022-04/msg00011.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5378-1" > https://ubuntu.com/security/notices/USN-5378-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5378-2" > https://ubuntu.com/security/notices/USN-5378-2< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5378-3" > https://ubuntu.com/security/notices/USN-5378-3< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5378-4" > https://ubuntu.com/security/notices/USN-5378-4< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2022/04/07/8" > https://www.openwall.com/lists/oss-security/2022/04/07/8< / a > < br > < / details > |
| zlib | CVE-2018-25032 | HIGH | 1.2.11-r3 | 1.2.12-r0 | < details > < summary > Expand...< / summary > < a href = "http://seclists.org/fulldisclosure/2022/May/33" > http://seclists.org/fulldisclosure/2022/May/33< / a > < br > < a href = "http://seclists.org/fulldisclosure/2022/May/35" > http://seclists.org/fulldisclosure/2022/May/35< / a > < br > < a href = "http://seclists.org/fulldisclosure/2022/May/38" > http://seclists.org/fulldisclosure/2022/May/38< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2022/03/25/2" > http://www.openwall.com/lists/oss-security/2022/03/25/2< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2022/03/26/1" > http://www.openwall.com/lists/oss-security/2022/03/26/1< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2018-25032" > https://access.redhat.com/security/cve/CVE-2018-25032< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-25032" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-25032< / a > < br > < a href = "https://errata.almalinux.org/8/ALSA-2022-2201.html" > https://errata.almalinux.org/8/ALSA-2022-2201.html< / a > < br > < a href = "https://github.com/madler/zlib/commit/5c44459c3b28a9bd3283aaceab7c615f8020c531" > https://github.com/madler/zlib/commit/5c44459c3b28a9bd3283aaceab7c615f8020c531< / a > < br > < a href = "https://github.com/madler/zlib/compare/v1.2.11...v1.2.12" > https://github.com/madler/zlib/compare/v1.2.11...v1.2.12< / a > < br > < a href = "https://github.com/madler/zlib/issues/605" > https://github.com/madler/zlib/issues/605< / a > < br > < a href = "https://github.com/sparklemotion/nokogiri/releases/tag/v1.13.4" > https://github.com/sparklemotion/nokogiri/releases/tag/v1.13.4< / a > < br > < a href = "https://github.com/sparklemotion/nokogiri/security/advisories/GHSA-v6gp-9mmm-c6p5" > https://github.com/sparklemotion/nokogiri/security/advisories/GHSA-v6gp-9mmm-c6p5< / a > < br > < a href = "https://groups.google.com/g/ruby-security-ann/c/vX7qSjsvWis/m/TJWN4oOKBwAJ" > https://groups.google.com/g/ruby-security-ann/c/vX7qSjsvWis/m/TJWN4oOKBwAJ< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2018-25032.html" > https://linux.oracle.com/cve/CVE-2018-25032.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-2213.html" > https://linux.oracle.com/errata/ELSA-2022-2213.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2022/04/msg00000.html" > https://lists.debian.org/debian-lts-announce/2022/04/msg00000.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2022/05/msg00008.html" > https://lists.debian.org/debian-lts-announce/2022/05/msg00008.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NS2D2GFPFGOJUL4WQ3DUAY7HF4VWQ77F/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NS2D2GFPFGOJUL4WQ3DUAY7HF4VWQ77F/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/VOKNP2L734AEL47NRYGVZIKEFOUBQY5Y/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/VOKNP2L734AEL47NRYGVZIKEFOUBQY5Y/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOKFMSNQ5D5WGMALBNBXU3GE442V74WU/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOKFMSNQ5D5WGMALBNBXU3GE442V74WU/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2018-25032" > https://nvd.nist.gov/vuln/detail/CVE-2018-25032< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220526-0009/" > https://security.netapp.com/advisory/ntap-20220526-0009/< / a > < br > < a href = "https://support.apple.com/kb/HT213255" > https://support.apple.com/kb/HT213255< / a > < br > < a href = "https://support.apple.com/kb/HT213256" > https://support.apple.com/kb/HT213256< / a > < br > < a href = "https://support.apple.com/kb/HT213257" > https://support.apple.com/kb/HT213257< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5355-1" > https://ubuntu.com/security/notices/USN-5355-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5355-2" > https://ubuntu.com/security/notices/USN-5355-2< / a > < br > < a