--- hide: - toc --- # Security Overview ## Helm-Chart ##### Scan Results #### Chart Object: self-service-password/templates/common.yaml | Type | Misconfiguration ID | Check | Severity | Explaination | Links | |:----------------|:------------------:|:-----------:|:------------------:|-----------------------------------------|-----------------------------------------| | Kubernetes Security Check | KSV001 | Process can elevate its own privileges | MEDIUM |
Expand... 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.


Container 'hostpatch' of Deployment 'RELEASE-NAME-self-service-password' should set 'securityContext.allowPrivilegeEscalation' to false
|
Expand...https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted
https://avd.aquasec.com/appshield/ksv001
| | Kubernetes Security Check | KSV003 | Default capabilities not dropped | LOW |
Expand... The container should drop all default capabilities and add only those that are needed for its execution.


Container 'RELEASE-NAME-self-service-password' of Deployment 'RELEASE-NAME-self-service-password' should add 'ALL' to 'securityContext.capabilities.drop'
|
Expand...https://kubesec.io/basics/containers-securitycontext-capabilities-drop-index-all/
https://avd.aquasec.com/appshield/ksv003
| | Kubernetes Security Check | KSV003 | Default capabilities not dropped | LOW |
Expand... The container should drop all default capabilities and add only those that are needed for its execution.


Container 'hostpatch' of Deployment 'RELEASE-NAME-self-service-password' should add 'ALL' to 'securityContext.capabilities.drop'
|
Expand...https://kubesec.io/basics/containers-securitycontext-capabilities-drop-index-all/
https://avd.aquasec.com/appshield/ksv003
| | Kubernetes Security Check | KSV011 | CPU not limited | LOW |
Expand... Enforcing CPU limits prevents DoS via resource exhaustion.


Container 'hostpatch' of Deployment 'RELEASE-NAME-self-service-password' should set 'resources.limits.cpu'
|
Expand...https://cloud.google.com/blog/products/containers-kubernetes/kubernetes-best-practices-resource-requests-and-limits
https://avd.aquasec.com/appshield/ksv011
| | Kubernetes Security Check | KSV012 | Runs as root user | MEDIUM |
Expand... 'runAsNonRoot' forces the running image to run as a non-root user to ensure least privileges.


Container 'RELEASE-NAME-self-service-password' of Deployment 'RELEASE-NAME-self-service-password' should set 'securityContext.runAsNonRoot' to true
|
Expand...https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted
https://avd.aquasec.com/appshield/ksv012
| | Kubernetes Security Check | KSV012 | Runs as root user | MEDIUM |
Expand... 'runAsNonRoot' forces the running image to run as a non-root user to ensure least privileges.


Container 'autopermissions' of Deployment 'RELEASE-NAME-self-service-password' should set 'securityContext.runAsNonRoot' to true
|
Expand...https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted
https://avd.aquasec.com/appshield/ksv012
| | Kubernetes Security Check | KSV012 | Runs as root user | MEDIUM |
Expand... 'runAsNonRoot' forces the running image to run as a non-root user to ensure least privileges.


Container 'hostpatch' of Deployment 'RELEASE-NAME-self-service-password' should set 'securityContext.runAsNonRoot' to true
|
Expand...https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted
https://avd.aquasec.com/appshield/ksv012
| | Kubernetes Security Check | KSV014 | Root file system is not read-only | LOW |
Expand... 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.


Container 'RELEASE-NAME-self-service-password' of Deployment 'RELEASE-NAME-self-service-password' should set 'securityContext.readOnlyRootFilesystem' to true
|
Expand...https://kubesec.io/basics/containers-securitycontext-readonlyrootfilesystem-true/
https://avd.aquasec.com/appshield/ksv014
| | Kubernetes Security Check | KSV014 | Root file system is not read-only | LOW |
Expand... 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.


Container 'autopermissions' of Deployment 'RELEASE-NAME-self-service-password' should set 'securityContext.readOnlyRootFilesystem' to true
|
Expand...https://kubesec.io/basics/containers-securitycontext-readonlyrootfilesystem-true/
https://avd.aquasec.com/appshield/ksv014
| | Kubernetes Security Check | KSV014 | Root file system is not read-only | LOW |
Expand... 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.


Container 'hostpatch' of Deployment 'RELEASE-NAME-self-service-password' should set 'securityContext.readOnlyRootFilesystem' to true
|
Expand...https://kubesec.io/basics/containers-securitycontext-readonlyrootfilesystem-true/
https://avd.aquasec.com/appshield/ksv014
| | Kubernetes Security Check | KSV015 | CPU requests not specified | LOW |
Expand... When containers have resource requests specified, the scheduler can make better decisions about which nodes to place pods on, and how to deal with resource contention.


Container 'hostpatch' of Deployment 'RELEASE-NAME-self-service-password' should set 'resources.requests.cpu'
|
Expand...https://cloud.google.com/blog/products/containers-kubernetes/kubernetes-best-practices-resource-requests-and-limits
https://avd.aquasec.com/appshield/ksv015
| | Kubernetes Security Check | KSV016 | Memory requests not specified | LOW |
Expand... When containers have memory requests specified, the scheduler can make better decisions about which nodes to place pods on, and how to deal with resource contention.


Container 'hostpatch' of Deployment 'RELEASE-NAME-self-service-password' should set 'resources.requests.memory'
|
Expand...https://kubesec.io/basics/containers-resources-limits-memory/
https://avd.aquasec.com/appshield/ksv016
| | Kubernetes Security Check | KSV017 | Privileged container | HIGH |
Expand... 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.


Container 'hostpatch' of Deployment 'RELEASE-NAME-self-service-password' should set 'securityContext.privileged' to false
|
Expand...https://kubernetes.io/docs/concepts/security/pod-security-standards/#baseline
https://avd.aquasec.com/appshield/ksv017
| | Kubernetes Security Check | KSV018 | Memory not limited | LOW |
Expand... Enforcing memory limits prevents DoS via resource exhaustion.


Container 'hostpatch' of Deployment 'RELEASE-NAME-self-service-password' should set 'resources.limits.memory'
|
Expand...https://kubesec.io/basics/containers-resources-limits-memory/
https://avd.aquasec.com/appshield/ksv018
| | Kubernetes Security Check | KSV020 | Runs with low user ID | MEDIUM |
Expand... Force the container to run with user ID > 10000 to avoid conflicts with the host’s user table.


Container 'RELEASE-NAME-self-service-password' of Deployment 'RELEASE-NAME-self-service-password' should set 'securityContext.runAsUser' > 10000
|
Expand...https://kubesec.io/basics/containers-securitycontext-runasuser/
https://avd.aquasec.com/appshield/ksv020
| | Kubernetes Security Check | KSV020 | Runs with low user ID | MEDIUM |
Expand... Force the container to run with user ID > 10000 to avoid conflicts with the host’s user table.


Container 'autopermissions' of Deployment 'RELEASE-NAME-self-service-password' should set 'securityContext.runAsUser' > 10000
|
Expand...https://kubesec.io/basics/containers-securitycontext-runasuser/
https://avd.aquasec.com/appshield/ksv020
| | Kubernetes Security Check | KSV020 | Runs with low user ID | MEDIUM |
Expand... Force the container to run with user ID > 10000 to avoid conflicts with the host’s user table.


Container 'hostpatch' of Deployment 'RELEASE-NAME-self-service-password' should set 'securityContext.runAsUser' > 10000
|
Expand...https://kubesec.io/basics/containers-securitycontext-runasuser/
https://avd.aquasec.com/appshield/ksv020
| | Kubernetes Security Check | KSV021 | Runs with low group ID | MEDIUM |
Expand... Force the container to run with group ID > 10000 to avoid conflicts with the host’s user table.


Container 'RELEASE-NAME-self-service-password' of Deployment 'RELEASE-NAME-self-service-password' should set 'securityContext.runAsGroup' > 10000
|
Expand...https://kubesec.io/basics/containers-securitycontext-runasuser/
https://avd.aquasec.com/appshield/ksv021
| | Kubernetes Security Check | KSV021 | Runs with low group ID | MEDIUM |
Expand... Force the container to run with group ID > 10000 to avoid conflicts with the host’s user table.


Container 'autopermissions' of Deployment 'RELEASE-NAME-self-service-password' should set 'securityContext.runAsGroup' > 10000
|
Expand...https://kubesec.io/basics/containers-securitycontext-runasuser/
https://avd.aquasec.com/appshield/ksv021
| | Kubernetes Security Check | KSV021 | Runs with low group ID | MEDIUM |
Expand... Force the container to run with group ID > 10000 to avoid conflicts with the host’s user table.


Container 'hostpatch' of Deployment 'RELEASE-NAME-self-service-password' should set 'securityContext.runAsGroup' > 10000
|
Expand...https://kubesec.io/basics/containers-securitycontext-runasuser/
https://avd.aquasec.com/appshield/ksv021
| | Kubernetes Security Check | KSV023 | hostPath volumes mounted | MEDIUM |
Expand... HostPath volumes must be forbidden.


Deployment 'RELEASE-NAME-self-service-password' should not set 'spec.template.volumes.hostPath'
|
Expand...https://kubernetes.io/docs/concepts/security/pod-security-standards/#baseline
https://avd.aquasec.com/appshield/ksv023
| | Kubernetes Security Check | KSV029 | A root primary or supplementary GID set | LOW |
Expand... Containers should be forbidden from running with a root primary or supplementary GID.


Deployment 'RELEASE-NAME-self-service-password' should set 'spec.securityContext.runAsGroup', 'spec.securityContext.supplementalGroups[*]' and 'spec.securityContext.fsGroup' to integer greater than 0
|
Expand...https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted
https://avd.aquasec.com/appshield/ksv029
| ## Containers ##### Detected Containers tccr.io/truecharts/alpine:v3.15.2@sha256:29ed3480a0ee43f7af681fed5d4fc215516abf1c41eade6938b26d8c9c2c7583 tccr.io/truecharts/alpine:v3.15.2@sha256:29ed3480a0ee43f7af681fed5d4fc215516abf1c41eade6938b26d8c9c2c7583 tccr.io/truecharts/self-service-password:v5.2.1@sha256:32d3cfbac6d3d53bcab5f2e17fc6f02be22c80eded2e6b79c24184f3f618f804 ##### Scan Results #### Container: tccr.io/truecharts/alpine:v3.15.2@sha256:29ed3480a0ee43f7af681fed5d4fc215516abf1c41eade6938b26d8c9c2c7583 (alpine 3.15.2) **alpine** | Package | Vulnerability | Severity | Installed Version | Fixed Version | Links | |:----------------|:------------------:|:-----------:|:------------------:|:-------------:|-----------------------------------------| | zlib | CVE-2018-25032 | HIGH | 1.2.11-r3 | 1.2.12-r0 |
Expand...http://www.openwall.com/lists/oss-security/2022/03/25/2
http://www.openwall.com/lists/oss-security/2022/03/26/1
https://access.redhat.com/security/cve/CVE-2018-25032
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-25032
https://github.com/madler/zlib/commit/5c44459c3b28a9bd3283aaceab7c615f8020c531
https://github.com/madler/zlib/compare/v1.2.11...v1.2.12
https://github.com/madler/zlib/issues/605
https://ubuntu.com/security/notices/USN-5355-1
https://ubuntu.com/security/notices/USN-5355-2
https://www.openwall.com/lists/oss-security/2022/03/24/1
https://www.openwall.com/lists/oss-security/2022/03/28/1
https://www.openwall.com/lists/oss-security/2022/03/28/3
| #### Container: tccr.io/truecharts/alpine:v3.15.2@sha256:29ed3480a0ee43f7af681fed5d4fc215516abf1c41eade6938b26d8c9c2c7583 (alpine 3.15.2) **alpine** | Package | Vulnerability | Severity | Installed Version | Fixed Version | Links | |:----------------|:------------------:|:-----------:|:------------------:|:-------------:|-----------------------------------------| | zlib | CVE-2018-25032 | HIGH | 1.2.11-r3 | 1.2.12-r0 |
Expand...http://www.openwall.com/lists/oss-security/2022/03/25/2
http://www.openwall.com/lists/oss-security/2022/03/26/1
https://access.redhat.com/security/cve/CVE-2018-25032
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-25032
https://github.com/madler/zlib/commit/5c44459c3b28a9bd3283aaceab7c615f8020c531
https://github.com/madler/zlib/compare/v1.2.11...v1.2.12
https://github.com/madler/zlib/issues/605
https://ubuntu.com/security/notices/USN-5355-1
https://ubuntu.com/security/notices/USN-5355-2
https://www.openwall.com/lists/oss-security/2022/03/24/1
https://www.openwall.com/lists/oss-security/2022/03/28/1
https://www.openwall.com/lists/oss-security/2022/03/28/3
| #### Container: tccr.io/truecharts/self-service-password:v5.2.1@sha256:32d3cfbac6d3d53bcab5f2e17fc6f02be22c80eded2e6b79c24184f3f618f804 (alpine 3.15.0) **alpine** | Package | Vulnerability | Severity | Installed Version | Fixed Version | Links | |:----------------|:------------------:|:-----------:|:------------------:|:-------------:|-----------------------------------------| | apache2-utils | CVE-2022-22720 | CRITICAL | 2.4.52-r0 | 2.4.53-r0 |
Expand...http://www.openwall.com/lists/oss-security/2022/03/14/3
https://access.redhat.com/security/cve/CVE-2022-22720
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22720
https://httpd.apache.org/security/vulnerabilities_24.html
https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-22720
https://linux.oracle.com/cve/CVE-2022-22720.html
https://linux.oracle.com/errata/ELSA-2022-1049.html
https://lists.debian.org/debian-lts-announce/2022/03/msg00033.html
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/X73C35MMMZGBVPQQCH7LQZUMYZNQA5FO/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Z7H26WJ6TPKNWV3QKY4BHKUKQVUTZJTD/
https://nvd.nist.gov/vuln/detail/CVE-2022-22720
https://security.netapp.com/advisory/ntap-20220321-0001/
https://ubuntu.com/security/notices/USN-5333-1
https://ubuntu.com/security/notices/USN-5333-2
| | apache2-utils | CVE-2022-22721 | CRITICAL | 2.4.52-r0 | 2.4.53-r0 |
Expand...http://www.openwall.com/lists/oss-security/2022/03/14/2
https://access.redhat.com/security/cve/CVE-2022-22721
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22721
https://httpd.apache.org/security/vulnerabilities_24.html
https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-22721
https://lists.debian.org/debian-lts-announce/2022/03/msg00033.html
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/X73C35MMMZGBVPQQCH7LQZUMYZNQA5FO/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Z7H26WJ6TPKNWV3QKY4BHKUKQVUTZJTD/
https://nvd.nist.gov/vuln/detail/CVE-2022-22721
https://security.netapp.com/advisory/ntap-20220321-0001/
https://ubuntu.com/security/notices/USN-5333-1
https://ubuntu.com/security/notices/USN-5333-2
| | apache2-utils | CVE-2022-23943 | CRITICAL | 2.4.52-r0 | 2.4.53-r0 |
Expand...http://www.openwall.com/lists/oss-security/2022/03/14/1
https://access.redhat.com/security/cve/CVE-2022-23943
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23943
https://httpd.apache.org/security/vulnerabilities_24.html
https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-23943
https://lists.debian.org/debian-lts-announce/2022/03/msg00033.html
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/X73C35MMMZGBVPQQCH7LQZUMYZNQA5FO/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Z7H26WJ6TPKNWV3QKY4BHKUKQVUTZJTD/
https://nvd.nist.gov/vuln/detail/CVE-2022-23943
https://security.netapp.com/advisory/ntap-20220321-0001/
https://ubuntu.com/security/notices/USN-5333-1
https://ubuntu.com/security/notices/USN-5333-2
| | apache2-utils | CVE-2022-22719 | HIGH | 2.4.52-r0 | 2.4.53-r0 |
Expand...http://www.openwall.com/lists/oss-security/2022/03/14/4
https://access.redhat.com/security/cve/CVE-2022-22719
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22719
https://httpd.apache.org/security/vulnerabilities_24.html
https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2022-22719
https://lists.debian.org/debian-lts-announce/2022/03/msg00033.html
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/X73C35MMMZGBVPQQCH7LQZUMYZNQA5FO/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Z7H26WJ6TPKNWV3QKY4BHKUKQVUTZJTD/
https://nvd.nist.gov/vuln/detail/CVE-2022-22719
https://security.netapp.com/advisory/ntap-20220321-0001/
https://ubuntu.com/security/notices/USN-5333-1
https://ubuntu.com/security/notices/USN-5333-2
| | expat | CVE-2022-25235 | CRITICAL | 2.4.4-r0 | 2.4.5-r0 |
Expand...http://www.openwall.com/lists/oss-security/2022/02/19/1
https://access.redhat.com/security/cve/CVE-2022-25235
https://blog.hartwork.org/posts/expat-2-4-5-released/
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25235
https://github.com/libexpat/libexpat/pull/562
https://github.com/libexpat/libexpat/pull/562/commits/367ae600b48d74261bbc339b17e9318424049791 (fix)
https://github.com/libexpat/libexpat/pull/562/commits/97cfdc3fa7dca759880d81e371901f4620279106 (tests)
https://linux.oracle.com/cve/CVE-2022-25235.html
https://linux.oracle.com/errata/ELSA-2022-1069.html
https://lists.debian.org/debian-lts-announce/2022/03/msg00007.html
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/Y27XO3JMKAOMQZVPS3B4MJGEAHCZF5OM/
https://nvd.nist.gov/vuln/detail/CVE-2022-25235
https://security.netapp.com/advisory/ntap-20220303-0008/
https://ubuntu.com/security/notices/USN-5288-1
https://www.debian.org/security/2022/dsa-5085
| | expat | CVE-2022-25236 | CRITICAL | 2.4.4-r0 | 2.4.5-r0 |
Expand...http://www.openwall.com/lists/oss-security/2022/02/19/1
https://access.redhat.com/security/cve/CVE-2022-25236
https://blog.hartwork.org/posts/expat-2-4-5-released/
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25236
https://github.com/libexpat/libexpat/pull/561
https://github.com/libexpat/libexpat/pull/561/commits/2de077423fb22750ebea599677d523b53cb93b1d (test)
https://github.com/libexpat/libexpat/pull/561/commits/a2fe525e660badd64b6c557c2b1ec26ddc07f6e4 (fix)
https://github.com/libexpat/libexpat/pull/577
https://linux.oracle.com/cve/CVE-2022-25236.html
https://linux.oracle.com/errata/ELSA-2022-1069.html
https://lists.debian.org/debian-lts-announce/2022/03/msg00007.html
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/Y27XO3JMKAOMQZVPS3B4MJGEAHCZF5OM/
https://nvd.nist.gov/vuln/detail/CVE-2022-25236
https://security.netapp.com/advisory/ntap-20220303-0008/
https://ubuntu.com/security/notices/USN-5288-1
https://www.debian.org/security/2022/dsa-5085
| | expat | CVE-2022-25315 | CRITICAL | 2.4.4-r0 | 2.4.5-r0 |
Expand...http://www.openwall.com/lists/oss-security/2022/02/19/1
https://access.redhat.com/security/cve/CVE-2022-25315
https://blog.hartwork.org/posts/expat-2-4-5-released/
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25315
https://github.com/libexpat/libexpat/pull/559
https://linux.oracle.com/cve/CVE-2022-25315.html
https://linux.oracle.com/errata/ELSA-2022-1069.html
https://lists.debian.org/debian-lts-announce/2022/03/msg00007.html
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/Y27XO3JMKAOMQZVPS3B4MJGEAHCZF5OM/
https://nvd.nist.gov/vuln/detail/CVE-2022-25315
https://security.netapp.com/advisory/ntap-20220303-0008/
https://ubuntu.com/security/notices/USN-5320-1
https://www.debian.org/security/2022/dsa-5085
| | expat | CVE-2022-25314 | HIGH | 2.4.4-r0 | 2.4.5-r0 |
Expand...http://www.openwall.com/lists/oss-security/2022/02/19/1
https://access.redhat.com/security/cve/CVE-2022-25314
https://blog.hartwork.org/posts/expat-2-4-5-released/
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25314
https://github.com/libexpat/libexpat/pull/560
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/Y27XO3JMKAOMQZVPS3B4MJGEAHCZF5OM/
https://nvd.nist.gov/vuln/detail/CVE-2022-25314
https://security.netapp.com/advisory/ntap-20220303-0008/
https://ubuntu.com/security/notices/USN-5320-1
https://www.debian.org/security/2022/dsa-5085
| | expat | CVE-2022-25313 | MEDIUM | 2.4.4-r0 | 2.4.5-r0 |
Expand...http://www.openwall.com/lists/oss-security/2022/02/19/1
https://access.redhat.com/security/cve/CVE-2022-25313
https://blog.hartwork.org/posts/expat-2-4-5-released/
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25313
https://github.com/libexpat/libexpat/pull/558
https://lists.debian.org/debian-lts-announce/2022/03/msg00007.html
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/Y27XO3JMKAOMQZVPS3B4MJGEAHCZF5OM/
https://nvd.nist.gov/vuln/detail/CVE-2022-25313
https://security.netapp.com/advisory/ntap-20220303-0008/
https://ubuntu.com/security/notices/USN-5320-1
https://www.debian.org/security/2022/dsa-5085
| | libblkid | CVE-2022-0563 | MEDIUM | 2.37.3-r0 | 2.37.4-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2022-0563
https://lore.kernel.org/util-linux/20220214110609.msiwlm457ngoic6w@ws.net.home/T/#u
https://nvd.nist.gov/vuln/detail/CVE-2022-0563
| | libcrypto1.1 | CVE-2022-0778 | HIGH | 1.1.1l-r8 | 1.1.1n-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2022-0778
https://crates.io/crates/openssl-src
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0778
https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=3118eb64934499d93db3230748a452351d1d9a65
https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=380085481c64de749a6dd25cdf0bcf4360b30f83
https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=a466912611aa6cbdf550cd10601390e587451246
https://linux.oracle.com/cve/CVE-2022-0778.html
https://linux.oracle.com/errata/ELSA-2022-9249.html
https://lists.debian.org/debian-lts-announce/2022/03/msg00023.html
https://lists.debian.org/debian-lts-announce/2022/03/msg00024.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/GDB3GQVJPXJE7X5C5JN6JAA4XUDWD6E6/
https://nvd.nist.gov/vuln/detail/CVE-2022-0778
https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2022-0002
https://rustsec.org/advisories/RUSTSEC-2022-0014.html
https://security.netapp.com/advisory/ntap-20220321-0002/
https://ubuntu.com/security/notices/USN-5328-1
https://ubuntu.com/security/notices/USN-5328-2
https://www.debian.org/security/2022/dsa-5103
https://www.openssl.org/news/secadv/20220315.txt
https://www.tenable.com/security/tns-2022-06
| | libmount | CVE-2022-0563 | MEDIUM | 2.37.3-r0 | 2.37.4-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2022-0563
https://lore.kernel.org/util-linux/20220214110609.msiwlm457ngoic6w@ws.net.home/T/#u
https://nvd.nist.gov/vuln/detail/CVE-2022-0563
| | libressl | CVE-2022-0778 | HIGH | 3.4.1-r0 | 3.4.3-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2022-0778
https://crates.io/crates/openssl-src
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0778
https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=3118eb64934499d93db3230748a452351d1d9a65
https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=380085481c64de749a6dd25cdf0bcf4360b30f83
https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=a466912611aa6cbdf550cd10601390e587451246
https://linux.oracle.com/cve/CVE-2022-0778.html
https://linux.oracle.com/errata/ELSA-2022-9249.html
https://lists.debian.org/debian-lts-announce/2022/03/msg00023.html
https://lists.debian.org/debian-lts-announce/2022/03/msg00024.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/GDB3GQVJPXJE7X5C5JN6JAA4XUDWD6E6/
https://nvd.nist.gov/vuln/detail/CVE-2022-0778
https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2022-0002
https://rustsec.org/advisories/RUSTSEC-2022-0014.html
https://security.netapp.com/advisory/ntap-20220321-0002/
https://ubuntu.com/security/notices/USN-5328-1
https://ubuntu.com/security/notices/USN-5328-2
https://www.debian.org/security/2022/dsa-5103
https://www.openssl.org/news/secadv/20220315.txt
https://www.tenable.com/security/tns-2022-06
| | libressl3.4-libcrypto | CVE-2022-0778 | HIGH | 3.4.1-r0 | 3.4.3-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2022-0778
https://crates.io/crates/openssl-src
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0778
https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=3118eb64934499d93db3230748a452351d1d9a65
https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=380085481c64de749a6dd25cdf0bcf4360b30f83
https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=a466912611aa6cbdf550cd10601390e587451246
https://linux.oracle.com/cve/CVE-2022-0778.html
https://linux.oracle.com/errata/ELSA-2022-9249.html
https://lists.debian.org/debian-lts-announce/2022/03/msg00023.html
https://lists.debian.org/debian-lts-announce/2022/03/msg00024.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/GDB3GQVJPXJE7X5C5JN6JAA4XUDWD6E6/
https://nvd.nist.gov/vuln/detail/CVE-2022-0778
https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2022-0002
https://rustsec.org/advisories/RUSTSEC-2022-0014.html
https://security.netapp.com/advisory/ntap-20220321-0002/
https://ubuntu.com/security/notices/USN-5328-1
https://ubuntu.com/security/notices/USN-5328-2
https://www.debian.org/security/2022/dsa-5103
https://www.openssl.org/news/secadv/20220315.txt
https://www.tenable.com/security/tns-2022-06
| | libressl3.4-libssl | CVE-2022-0778 | HIGH | 3.4.1-r0 | 3.4.3-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2022-0778
https://crates.io/crates/openssl-src
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0778
https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=3118eb64934499d93db3230748a452351d1d9a65
https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=380085481c64de749a6dd25cdf0bcf4360b30f83
https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=a466912611aa6cbdf550cd10601390e587451246
https://linux.oracle.com/cve/CVE-2022-0778.html
https://linux.oracle.com/errata/ELSA-2022-9249.html
https://lists.debian.org/debian-lts-announce/2022/03/msg00023.html
https://lists.debian.org/debian-lts-announce/2022/03/msg00024.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/GDB3GQVJPXJE7X5C5JN6JAA4XUDWD6E6/
https://nvd.nist.gov/vuln/detail/CVE-2022-0778
https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2022-0002
https://rustsec.org/advisories/RUSTSEC-2022-0014.html
https://security.netapp.com/advisory/ntap-20220321-0002/
https://ubuntu.com/security/notices/USN-5328-1
https://ubuntu.com/security/notices/USN-5328-2
https://www.debian.org/security/2022/dsa-5103
https://www.openssl.org/news/secadv/20220315.txt
https://www.tenable.com/security/tns-2022-06
| | libressl3.4-libtls | CVE-2022-0778 | HIGH | 3.4.1-r0 | 3.4.3-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2022-0778
https://crates.io/crates/openssl-src
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0778
https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=3118eb64934499d93db3230748a452351d1d9a65
https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=380085481c64de749a6dd25cdf0bcf4360b30f83
https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=a466912611aa6cbdf550cd10601390e587451246
https://linux.oracle.com/cve/CVE-2022-0778.html
https://linux.oracle.com/errata/ELSA-2022-9249.html
https://lists.debian.org/debian-lts-announce/2022/03/msg00023.html
https://lists.debian.org/debian-lts-announce/2022/03/msg00024.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/GDB3GQVJPXJE7X5C5JN6JAA4XUDWD6E6/
https://nvd.nist.gov/vuln/detail/CVE-2022-0778
https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2022-0002
https://rustsec.org/advisories/RUSTSEC-2022-0014.html
https://security.netapp.com/advisory/ntap-20220321-0002/
https://ubuntu.com/security/notices/USN-5328-1
https://ubuntu.com/security/notices/USN-5328-2
https://www.debian.org/security/2022/dsa-5103
https://www.openssl.org/news/secadv/20220315.txt
https://www.tenable.com/security/tns-2022-06
| | libretls | CVE-2022-0778 | HIGH | 3.3.4-r2 | 3.3.4-r3 |
Expand...https://access.redhat.com/security/cve/CVE-2022-0778
https://crates.io/crates/openssl-src
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0778
https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=3118eb64934499d93db3230748a452351d1d9a65
https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=380085481c64de749a6dd25cdf0bcf4360b30f83
https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=a466912611aa6cbdf550cd10601390e587451246
https://linux.oracle.com/cve/CVE-2022-0778.html
https://linux.oracle.com/errata/ELSA-2022-9249.html
https://lists.debian.org/debian-lts-announce/2022/03/msg00023.html
https://lists.debian.org/debian-lts-announce/2022/03/msg00024.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/GDB3GQVJPXJE7X5C5JN6JAA4XUDWD6E6/
https://nvd.nist.gov/vuln/detail/CVE-2022-0778
https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2022-0002
https://rustsec.org/advisories/RUSTSEC-2022-0014.html
https://security.netapp.com/advisory/ntap-20220321-0002/
https://ubuntu.com/security/notices/USN-5328-1
https://ubuntu.com/security/notices/USN-5328-2
https://www.debian.org/security/2022/dsa-5103
https://www.openssl.org/news/secadv/20220315.txt
https://www.tenable.com/security/tns-2022-06
| | libsasl | CVE-2022-24407 | HIGH | 2.1.27-r14 | 2.1.28-r0 |
Expand...http://www.openwall.com/lists/oss-security/2022/02/23/4
https://access.redhat.com/security/cve/CVE-2022-24407
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24407
https://github.com/cyrusimap/cyrus-sasl/blob/fdcd13ceaef8de684dc69008011fa865c5b4a3ac/docsrc/sasl/release-notes/2.1/index.rst
https://linux.oracle.com/cve/CVE-2022-24407.html
https://linux.oracle.com/errata/ELSA-2022-9239.html
https://lists.debian.org/debian-lts-announce/2022/03/msg00002.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4FIXU75Q6RBNK6UYM7MQ3TCFGXR7AX4U/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/H26R4SMGM3WHXX4XYNNJB4YGFIL5UNF4/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZZC6BMPI3V3MC2IGNLN377ETUWO7QBIH/
https://nvd.nist.gov/vuln/detail/CVE-2022-24407
https://ubuntu.com/security/notices/USN-5301-1
https://ubuntu.com/security/notices/USN-5301-2
https://www.cyrusimap.org/sasl/sasl/release-notes/2.1/index.html#new-in-2-1-28
https://www.debian.org/security/2022/dsa-5087
| | libssl1.1 | CVE-2022-0778 | HIGH | 1.1.1l-r8 | 1.1.1n-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2022-0778
https://crates.io/crates/openssl-src
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0778
https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=3118eb64934499d93db3230748a452351d1d9a65
https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=380085481c64de749a6dd25cdf0bcf4360b30f83
https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=a466912611aa6cbdf550cd10601390e587451246
https://linux.oracle.com/cve/CVE-2022-0778.html
https://linux.oracle.com/errata/ELSA-2022-9249.html
https://lists.debian.org/debian-lts-announce/2022/03/msg00023.html
https://lists.debian.org/debian-lts-announce/2022/03/msg00024.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/GDB3GQVJPXJE7X5C5JN6JAA4XUDWD6E6/
https://nvd.nist.gov/vuln/detail/CVE-2022-0778
https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2022-0002
https://rustsec.org/advisories/RUSTSEC-2022-0014.html
https://security.netapp.com/advisory/ntap-20220321-0002/
https://ubuntu.com/security/notices/USN-5328-1
https://ubuntu.com/security/notices/USN-5328-2
https://www.debian.org/security/2022/dsa-5103
https://www.openssl.org/news/secadv/20220315.txt
https://www.tenable.com/security/tns-2022-06
| | libuuid | CVE-2022-0563 | MEDIUM | 2.37.3-r0 | 2.37.4-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2022-0563
https://lore.kernel.org/util-linux/20220214110609.msiwlm457ngoic6w@ws.net.home/T/#u
https://nvd.nist.gov/vuln/detail/CVE-2022-0563
| | libxml2 | CVE-2022-23308 | HIGH | 2.9.12-r2 | 2.9.13-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2022-23308
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23308
https://github.com/GNOME/libxml2/commit/652dd12a858989b14eed4e84e453059cd3ba340e
https://gitlab.gnome.org/GNOME/libxml2/-/blob/v2.9.13/NEWS
https://linux.oracle.com/cve/CVE-2022-23308.html
https://linux.oracle.com/errata/ELSA-2022-0899.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/LA3MWWAYZADWJ5F6JOUBX65UZAMQB7RF/
https://nvd.nist.gov/vuln/detail/CVE-2022-23308
https://ubuntu.com/security/notices/USN-5324-1
| | libxslt | CVE-2021-30560 | HIGH | 1.1.34-r1 | 1.1.35-r0 |
Expand...https://chromereleases.googleblog.com/2021/07/stable-channel-update-for-desktop.html
https://crbug.com/1219209
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-30560
https://github.com/sparklemotion/nokogiri/security/advisories/GHSA-fq42-c5rg-92c2
| | mariadb-client | CVE-2021-46667 | HIGH | 10.6.4-r2 | 10.6.7-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-46667
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-46667
https://jira.mariadb.org/browse/MDEV-26350
https://mariadb.com/kb/en/security/
https://nvd.nist.gov/vuln/detail/CVE-2021-46667
https://security.netapp.com/advisory/ntap-20220221-0002/
| | mariadb-client | CVE-2022-24048 | HIGH | 10.6.4-r2 | 10.6.7-r0 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24048
https://mariadb.com/kb/en/security/
https://nvd.nist.gov/vuln/detail/CVE-2022-24048
https://security.netapp.com/advisory/ntap-20220318-0004/
https://ubuntu.com/security/notices/USN-5305-1
https://www.zerodayinitiative.com/advisories/ZDI-22-363/
| | mariadb-client | CVE-2022-24050 | HIGH | 10.6.4-r2 | 10.6.7-r0 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24050
https://mariadb.com/kb/en/security/
https://nvd.nist.gov/vuln/detail/CVE-2022-24050
https://security.netapp.com/advisory/ntap-20220318-0004/
https://ubuntu.com/security/notices/USN-5305-1
https://www.zerodayinitiative.com/advisories/ZDI-22-364/
| | mariadb-client | CVE-2022-24051 | HIGH | 10.6.4-r2 | 10.6.7-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2022-24051
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24051
https://mariadb.com/kb/en/security/
https://nvd.nist.gov/vuln/detail/CVE-2022-24051
https://security.netapp.com/advisory/ntap-20220318-0004/
https://ubuntu.com/security/notices/USN-5305-1
https://www.zerodayinitiative.com/advisories/ZDI-22-318/
| | mariadb-client | CVE-2022-24052 | HIGH | 10.6.4-r2 | 10.6.7-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2022-24052
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24052
https://mariadb.com/kb/en/security/
https://nvd.nist.gov/vuln/detail/CVE-2022-24052
https://security.netapp.com/advisory/ntap-20220318-0004/
https://ubuntu.com/security/notices/USN-5305-1
https://www.zerodayinitiative.com/advisories/ZDI-22-367/
| | mariadb-client | CVE-2021-46659 | MEDIUM | 10.6.4-r2 | 10.6.7-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-46659
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-46659
https://jira.mariadb.org/browse/MDEV-25631
https://mariadb.com/kb/en/security/
https://nvd.nist.gov/vuln/detail/CVE-2021-46659
https://security.netapp.com/advisory/ntap-20220311-0003/
https://ubuntu.com/security/notices/USN-5305-1
| | mariadb-client | CVE-2021-46661 | MEDIUM | 10.6.4-r2 | 10.6.7-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-46661
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-46661
https://jira.mariadb.org/browse/MDEV-25766
https://mariadb.com/kb/en/security/
https://nvd.nist.gov/vuln/detail/CVE-2021-46661
https://security.netapp.com/advisory/ntap-20220221-0002/
https://ubuntu.com/security/notices/USN-5305-1
| | mariadb-client | CVE-2021-46662 | MEDIUM | 10.6.4-r2 | 10.6.7-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-46662
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-46662
https://jira.mariadb.org/browse/MDEV-22464
https://jira.mariadb.org/browse/MDEV-25637
https://mariadb.com/kb/en/security/
https://nvd.nist.gov/vuln/detail/CVE-2021-46662
https://security.netapp.com/advisory/ntap-20220221-0002/
| | mariadb-client | CVE-2021-46663 | MEDIUM | 10.6.4-r2 | 10.6.7-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-46663
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-46663
https://jira.mariadb.org/browse/MDEV-26351
https://mariadb.com/kb/en/security/
https://nvd.nist.gov/vuln/detail/CVE-2021-46663
https://security.netapp.com/advisory/ntap-20220221-0002/
https://ubuntu.com/security/notices/USN-5305-1
| | mariadb-client | CVE-2021-46664 | MEDIUM | 10.6.4-r2 | 10.6.7-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-46664
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-46664
https://jira.mariadb.org/browse/MDEV-25761
https://mariadb.com/kb/en/security/
https://nvd.nist.gov/vuln/detail/CVE-2021-46664
https://security.netapp.com/advisory/ntap-20220221-0002/
https://ubuntu.com/security/notices/USN-5305-1
| | mariadb-client | CVE-2021-46665 | MEDIUM | 10.6.4-r2 | 10.6.7-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-46665
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-46665
https://jira.mariadb.org/browse/MDEV-25636
https://mariadb.com/kb/en/security/
https://nvd.nist.gov/vuln/detail/CVE-2021-46665
https://security.netapp.com/advisory/ntap-20220221-0002/
https://ubuntu.com/security/notices/USN-5305-1
| | mariadb-client | CVE-2021-46668 | MEDIUM | 10.6.4-r2 | 10.6.7-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-46668
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-46668
https://jira.mariadb.org/browse/MDEV-25787
https://mariadb.com/kb/en/security/
https://nvd.nist.gov/vuln/detail/CVE-2021-46668
https://security.netapp.com/advisory/ntap-20220221-0002/
https://ubuntu.com/security/notices/USN-5305-1
| | mariadb-common | CVE-2021-46667 | HIGH | 10.6.4-r2 | 10.6.7-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-46667
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-46667
https://jira.mariadb.org/browse/MDEV-26350
https://mariadb.com/kb/en/security/
https://nvd.nist.gov/vuln/detail/CVE-2021-46667
https://security.netapp.com/advisory/ntap-20220221-0002/
| | mariadb-common | CVE-2022-24048 | HIGH | 10.6.4-r2 | 10.6.7-r0 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24048
https://mariadb.com/kb/en/security/
https://nvd.nist.gov/vuln/detail/CVE-2022-24048
https://security.netapp.com/advisory/ntap-20220318-0004/
https://ubuntu.com/security/notices/USN-5305-1
https://www.zerodayinitiative.com/advisories/ZDI-22-363/
| | mariadb-common | CVE-2022-24050 | HIGH | 10.6.4-r2 | 10.6.7-r0 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24050
https://mariadb.com/kb/en/security/
https://nvd.nist.gov/vuln/detail/CVE-2022-24050
https://security.netapp.com/advisory/ntap-20220318-0004/
https://ubuntu.com/security/notices/USN-5305-1
https://www.zerodayinitiative.com/advisories/ZDI-22-364/
| | mariadb-common | CVE-2022-24051 | HIGH | 10.6.4-r2 | 10.6.7-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2022-24051
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24051
https://mariadb.com/kb/en/security/
https://nvd.nist.gov/vuln/detail/CVE-2022-24051
https://security.netapp.com/advisory/ntap-20220318-0004/
https://ubuntu.com/security/notices/USN-5305-1
https://www.zerodayinitiative.com/advisories/ZDI-22-318/
| | mariadb-common | CVE-2022-24052 | HIGH | 10.6.4-r2 | 10.6.7-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2022-24052
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24052
https://mariadb.com/kb/en/security/
https://nvd.nist.gov/vuln/detail/CVE-2022-24052
https://security.netapp.com/advisory/ntap-20220318-0004/
https://ubuntu.com/security/notices/USN-5305-1
https://www.zerodayinitiative.com/advisories/ZDI-22-367/
| | mariadb-common | CVE-2021-46659 | MEDIUM | 10.6.4-r2 | 10.6.7-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-46659
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-46659
https://jira.mariadb.org/browse/MDEV-25631
https://mariadb.com/kb/en/security/
https://nvd.nist.gov/vuln/detail/CVE-2021-46659
https://security.netapp.com/advisory/ntap-20220311-0003/
https://ubuntu.com/security/notices/USN-5305-1
| | mariadb-common | CVE-2021-46661 | MEDIUM | 10.6.4-r2 | 10.6.7-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-46661
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-46661
https://jira.mariadb.org/browse/MDEV-25766
https://mariadb.com/kb/en/security/
https://nvd.nist.gov/vuln/detail/CVE-2021-46661
https://security.netapp.com/advisory/ntap-20220221-0002/
https://ubuntu.com/security/notices/USN-5305-1
| | mariadb-common | CVE-2021-46662 | MEDIUM | 10.6.4-r2 | 10.6.7-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-46662
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-46662
https://jira.mariadb.org/browse/MDEV-22464
https://jira.mariadb.org/browse/MDEV-25637
https://mariadb.com/kb/en/security/
https://nvd.nist.gov/vuln/detail/CVE-2021-46662
https://security.netapp.com/advisory/ntap-20220221-0002/
| | mariadb-common | CVE-2021-46663 | MEDIUM | 10.6.4-r2 | 10.6.7-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-46663
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-46663
https://jira.mariadb.org/browse/MDEV-26351
https://mariadb.com/kb/en/security/
https://nvd.nist.gov/vuln/detail/CVE-2021-46663
https://security.netapp.com/advisory/ntap-20220221-0002/
https://ubuntu.com/security/notices/USN-5305-1
| | mariadb-common | CVE-2021-46664 | MEDIUM | 10.6.4-r2 | 10.6.7-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-46664
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-46664
https://jira.mariadb.org/browse/MDEV-25761
https://mariadb.com/kb/en/security/
https://nvd.nist.gov/vuln/detail/CVE-2021-46664
https://security.netapp.com/advisory/ntap-20220221-0002/
https://ubuntu.com/security/notices/USN-5305-1
| | mariadb-common | CVE-2021-46665 | MEDIUM | 10.6.4-r2 | 10.6.7-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-46665
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-46665
https://jira.mariadb.org/browse/MDEV-25636
https://mariadb.com/kb/en/security/
https://nvd.nist.gov/vuln/detail/CVE-2021-46665
https://security.netapp.com/advisory/ntap-20220221-0002/
https://ubuntu.com/security/notices/USN-5305-1
| | mariadb-common | CVE-2021-46668 | MEDIUM | 10.6.4-r2 | 10.6.7-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-46668
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-46668
https://jira.mariadb.org/browse/MDEV-25787
https://mariadb.com/kb/en/security/
https://nvd.nist.gov/vuln/detail/CVE-2021-46668
https://security.netapp.com/advisory/ntap-20220221-0002/
https://ubuntu.com/security/notices/USN-5305-1
| | php7 | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-21708
https://bugs.php.net/bug.php?id=81708
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/
https://nvd.nist.gov/vuln/detail/CVE-2021-21708
https://security.netapp.com/advisory/ntap-20220325-0004/
https://ubuntu.com/security/notices/USN-5303-1
https://www.php.net/ChangeLog-7.php#PHP_7_4
https://www.php.net/ChangeLog-8.php#PHP_8_1
| | php7-bcmath | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-21708
https://bugs.php.net/bug.php?id=81708
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/
https://nvd.nist.gov/vuln/detail/CVE-2021-21708
https://security.netapp.com/advisory/ntap-20220325-0004/
https://ubuntu.com/security/notices/USN-5303-1
https://www.php.net/ChangeLog-7.php#PHP_7_4
https://www.php.net/ChangeLog-8.php#PHP_8_1
| | php7-bz2 | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-21708
https://bugs.php.net/bug.php?id=81708
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/
https://nvd.nist.gov/vuln/detail/CVE-2021-21708
https://security.netapp.com/advisory/ntap-20220325-0004/
https://ubuntu.com/security/notices/USN-5303-1
https://www.php.net/ChangeLog-7.php#PHP_7_4
https://www.php.net/ChangeLog-8.php#PHP_8_1
| | php7-calendar | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-21708
https://bugs.php.net/bug.php?id=81708
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/
https://nvd.nist.gov/vuln/detail/CVE-2021-21708
https://security.netapp.com/advisory/ntap-20220325-0004/
https://ubuntu.com/security/notices/USN-5303-1
https://www.php.net/ChangeLog-7.php#PHP_7_4
https://www.php.net/ChangeLog-8.php#PHP_8_1
| | php7-common | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-21708
https://bugs.php.net/bug.php?id=81708
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/
https://nvd.nist.gov/vuln/detail/CVE-2021-21708
https://security.netapp.com/advisory/ntap-20220325-0004/
https://ubuntu.com/security/notices/USN-5303-1
https://www.php.net/ChangeLog-7.php#PHP_7_4
https://www.php.net/ChangeLog-8.php#PHP_8_1
| | php7-ctype | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-21708
https://bugs.php.net/bug.php?id=81708
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/
https://nvd.nist.gov/vuln/detail/CVE-2021-21708
https://security.netapp.com/advisory/ntap-20220325-0004/
https://ubuntu.com/security/notices/USN-5303-1
https://www.php.net/ChangeLog-7.php#PHP_7_4
https://www.php.net/ChangeLog-8.php#PHP_8_1
| | php7-curl | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-21708
https://bugs.php.net/bug.php?id=81708
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/
https://nvd.nist.gov/vuln/detail/CVE-2021-21708
https://security.netapp.com/advisory/ntap-20220325-0004/
https://ubuntu.com/security/notices/USN-5303-1
https://www.php.net/ChangeLog-7.php#PHP_7_4
https://www.php.net/ChangeLog-8.php#PHP_8_1
| | php7-dba | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-21708
https://bugs.php.net/bug.php?id=81708
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/
https://nvd.nist.gov/vuln/detail/CVE-2021-21708
https://security.netapp.com/advisory/ntap-20220325-0004/
https://ubuntu.com/security/notices/USN-5303-1
https://www.php.net/ChangeLog-7.php#PHP_7_4
https://www.php.net/ChangeLog-8.php#PHP_8_1
| | php7-dom | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-21708
https://bugs.php.net/bug.php?id=81708
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/
https://nvd.nist.gov/vuln/detail/CVE-2021-21708
https://security.netapp.com/advisory/ntap-20220325-0004/
https://ubuntu.com/security/notices/USN-5303-1
https://www.php.net/ChangeLog-7.php#PHP_7_4
https://www.php.net/ChangeLog-8.php#PHP_8_1
| | php7-embed | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-21708
https://bugs.php.net/bug.php?id=81708
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/
https://nvd.nist.gov/vuln/detail/CVE-2021-21708
https://security.netapp.com/advisory/ntap-20220325-0004/
https://ubuntu.com/security/notices/USN-5303-1
https://www.php.net/ChangeLog-7.php#PHP_7_4
https://www.php.net/ChangeLog-8.php#PHP_8_1
| | php7-enchant | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-21708
https://bugs.php.net/bug.php?id=81708
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/
https://nvd.nist.gov/vuln/detail/CVE-2021-21708
https://security.netapp.com/advisory/ntap-20220325-0004/
https://ubuntu.com/security/notices/USN-5303-1
https://www.php.net/ChangeLog-7.php#PHP_7_4
https://www.php.net/ChangeLog-8.php#PHP_8_1
| | php7-exif | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-21708
https://bugs.php.net/bug.php?id=81708
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/
https://nvd.nist.gov/vuln/detail/CVE-2021-21708
https://security.netapp.com/advisory/ntap-20220325-0004/
https://ubuntu.com/security/notices/USN-5303-1
https://www.php.net/ChangeLog-7.php#PHP_7_4
https://www.php.net/ChangeLog-8.php#PHP_8_1
| | php7-ffi | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-21708
https://bugs.php.net/bug.php?id=81708
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/
https://nvd.nist.gov/vuln/detail/CVE-2021-21708
https://security.netapp.com/advisory/ntap-20220325-0004/
https://ubuntu.com/security/notices/USN-5303-1
https://www.php.net/ChangeLog-7.php#PHP_7_4
https://www.php.net/ChangeLog-8.php#PHP_8_1
| | php7-fileinfo | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-21708
https://bugs.php.net/bug.php?id=81708
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/
https://nvd.nist.gov/vuln/detail/CVE-2021-21708
https://security.netapp.com/advisory/ntap-20220325-0004/
https://ubuntu.com/security/notices/USN-5303-1
https://www.php.net/ChangeLog-7.php#PHP_7_4
https://www.php.net/ChangeLog-8.php#PHP_8_1
| | php7-fpm | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-21708
https://bugs.php.net/bug.php?id=81708
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/
https://nvd.nist.gov/vuln/detail/CVE-2021-21708
https://security.netapp.com/advisory/ntap-20220325-0004/
https://ubuntu.com/security/notices/USN-5303-1
https://www.php.net/ChangeLog-7.php#PHP_7_4
https://www.php.net/ChangeLog-8.php#PHP_8_1
| | php7-ftp | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-21708
https://bugs.php.net/bug.php?id=81708
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/
https://nvd.nist.gov/vuln/detail/CVE-2021-21708
https://security.netapp.com/advisory/ntap-20220325-0004/
https://ubuntu.com/security/notices/USN-5303-1
https://www.php.net/ChangeLog-7.php#PHP_7_4
https://www.php.net/ChangeLog-8.php#PHP_8_1
| | php7-gd | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-21708
https://bugs.php.net/bug.php?id=81708
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/
https://nvd.nist.gov/vuln/detail/CVE-2021-21708
https://security.netapp.com/advisory/ntap-20220325-0004/
https://ubuntu.com/security/notices/USN-5303-1
https://www.php.net/ChangeLog-7.php#PHP_7_4
https://www.php.net/ChangeLog-8.php#PHP_8_1
| | php7-gettext | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-21708
https://bugs.php.net/bug.php?id=81708
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/
https://nvd.nist.gov/vuln/detail/CVE-2021-21708
https://security.netapp.com/advisory/ntap-20220325-0004/
https://ubuntu.com/security/notices/USN-5303-1
https://www.php.net/ChangeLog-7.php#PHP_7_4
https://www.php.net/ChangeLog-8.php#PHP_8_1
| | php7-gmp | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-21708
https://bugs.php.net/bug.php?id=81708
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/
https://nvd.nist.gov/vuln/detail/CVE-2021-21708
https://security.netapp.com/advisory/ntap-20220325-0004/
https://ubuntu.com/security/notices/USN-5303-1
https://www.php.net/ChangeLog-7.php#PHP_7_4
https://www.php.net/ChangeLog-8.php#PHP_8_1
| | php7-iconv | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-21708
https://bugs.php.net/bug.php?id=81708
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/
https://nvd.nist.gov/vuln/detail/CVE-2021-21708
https://security.netapp.com/advisory/ntap-20220325-0004/
https://ubuntu.com/security/notices/USN-5303-1
https://www.php.net/ChangeLog-7.php#PHP_7_4
https://www.php.net/ChangeLog-8.php#PHP_8_1
| | php7-imap | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-21708
https://bugs.php.net/bug.php?id=81708
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/
https://nvd.nist.gov/vuln/detail/CVE-2021-21708
https://security.netapp.com/advisory/ntap-20220325-0004/
https://ubuntu.com/security/notices/USN-5303-1
https://www.php.net/ChangeLog-7.php#PHP_7_4
https://www.php.net/ChangeLog-8.php#PHP_8_1
| | php7-intl | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-21708
https://bugs.php.net/bug.php?id=81708
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/
https://nvd.nist.gov/vuln/detail/CVE-2021-21708
https://security.netapp.com/advisory/ntap-20220325-0004/
https://ubuntu.com/security/notices/USN-5303-1
https://www.php.net/ChangeLog-7.php#PHP_7_4
https://www.php.net/ChangeLog-8.php#PHP_8_1
| | php7-json | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-21708
https://bugs.php.net/bug.php?id=81708
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/
https://nvd.nist.gov/vuln/detail/CVE-2021-21708
https://security.netapp.com/advisory/ntap-20220325-0004/
https://ubuntu.com/security/notices/USN-5303-1
https://www.php.net/ChangeLog-7.php#PHP_7_4
https://www.php.net/ChangeLog-8.php#PHP_8_1
| | php7-ldap | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-21708
https://bugs.php.net/bug.php?id=81708
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/
https://nvd.nist.gov/vuln/detail/CVE-2021-21708
https://security.netapp.com/advisory/ntap-20220325-0004/
https://ubuntu.com/security/notices/USN-5303-1
https://www.php.net/ChangeLog-7.php#PHP_7_4
https://www.php.net/ChangeLog-8.php#PHP_8_1
| | php7-mbstring | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-21708
https://bugs.php.net/bug.php?id=81708
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/
https://nvd.nist.gov/vuln/detail/CVE-2021-21708
https://security.netapp.com/advisory/ntap-20220325-0004/
https://ubuntu.com/security/notices/USN-5303-1
https://www.php.net/ChangeLog-7.php#PHP_7_4
https://www.php.net/ChangeLog-8.php#PHP_8_1
| | php7-mysqli | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-21708
https://bugs.php.net/bug.php?id=81708
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/
https://nvd.nist.gov/vuln/detail/CVE-2021-21708
https://security.netapp.com/advisory/ntap-20220325-0004/
https://ubuntu.com/security/notices/USN-5303-1
https://www.php.net/ChangeLog-7.php#PHP_7_4
https://www.php.net/ChangeLog-8.php#PHP_8_1
| | php7-mysqlnd | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-21708
https://bugs.php.net/bug.php?id=81708
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/
https://nvd.nist.gov/vuln/detail/CVE-2021-21708
https://security.netapp.com/advisory/ntap-20220325-0004/
https://ubuntu.com/security/notices/USN-5303-1
https://www.php.net/ChangeLog-7.php#PHP_7_4
https://www.php.net/ChangeLog-8.php#PHP_8_1
| | php7-odbc | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-21708
https://bugs.php.net/bug.php?id=81708
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/
https://nvd.nist.gov/vuln/detail/CVE-2021-21708
https://security.netapp.com/advisory/ntap-20220325-0004/
https://ubuntu.com/security/notices/USN-5303-1
https://www.php.net/ChangeLog-7.php#PHP_7_4
https://www.php.net/ChangeLog-8.php#PHP_8_1
| | php7-opcache | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-21708
https://bugs.php.net/bug.php?id=81708
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/
https://nvd.nist.gov/vuln/detail/CVE-2021-21708
https://security.netapp.com/advisory/ntap-20220325-0004/
https://ubuntu.com/security/notices/USN-5303-1
https://www.php.net/ChangeLog-7.php#PHP_7_4
https://www.php.net/ChangeLog-8.php#PHP_8_1
| | php7-openssl | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-21708
https://bugs.php.net/bug.php?id=81708
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/
https://nvd.nist.gov/vuln/detail/CVE-2021-21708
https://security.netapp.com/advisory/ntap-20220325-0004/
https://ubuntu.com/security/notices/USN-5303-1
https://www.php.net/ChangeLog-7.php#PHP_7_4
https://www.php.net/ChangeLog-8.php#PHP_8_1
| | php7-pcntl | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-21708
https://bugs.php.net/bug.php?id=81708
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/
https://nvd.nist.gov/vuln/detail/CVE-2021-21708
https://security.netapp.com/advisory/ntap-20220325-0004/
https://ubuntu.com/security/notices/USN-5303-1
https://www.php.net/ChangeLog-7.php#PHP_7_4
https://www.php.net/ChangeLog-8.php#PHP_8_1
| | php7-pdo | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-21708
https://bugs.php.net/bug.php?id=81708
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/
https://nvd.nist.gov/vuln/detail/CVE-2021-21708
https://security.netapp.com/advisory/ntap-20220325-0004/
https://ubuntu.com/security/notices/USN-5303-1
https://www.php.net/ChangeLog-7.php#PHP_7_4
https://www.php.net/ChangeLog-8.php#PHP_8_1
| | php7-pdo_dblib | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-21708
https://bugs.php.net/bug.php?id=81708
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/
https://nvd.nist.gov/vuln/detail/CVE-2021-21708
https://security.netapp.com/advisory/ntap-20220325-0004/
https://ubuntu.com/security/notices/USN-5303-1
https://www.php.net/ChangeLog-7.php#PHP_7_4
https://www.php.net/ChangeLog-8.php#PHP_8_1
| | php7-pdo_mysql | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-21708
https://bugs.php.net/bug.php?id=81708
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/
https://nvd.nist.gov/vuln/detail/CVE-2021-21708
https://security.netapp.com/advisory/ntap-20220325-0004/
https://ubuntu.com/security/notices/USN-5303-1
https://www.php.net/ChangeLog-7.php#PHP_7_4
https://www.php.net/ChangeLog-8.php#PHP_8_1
| | php7-pdo_odbc | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-21708
https://bugs.php.net/bug.php?id=81708
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/
https://nvd.nist.gov/vuln/detail/CVE-2021-21708
https://security.netapp.com/advisory/ntap-20220325-0004/
https://ubuntu.com/security/notices/USN-5303-1
https://www.php.net/ChangeLog-7.php#PHP_7_4
https://www.php.net/ChangeLog-8.php#PHP_8_1
| | php7-pdo_pgsql | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-21708
https://bugs.php.net/bug.php?id=81708
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/
https://nvd.nist.gov/vuln/detail/CVE-2021-21708
https://security.netapp.com/advisory/ntap-20220325-0004/
https://ubuntu.com/security/notices/USN-5303-1
https://www.php.net/ChangeLog-7.php#PHP_7_4
https://www.php.net/ChangeLog-8.php#PHP_8_1
| | php7-pdo_sqlite | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-21708
https://bugs.php.net/bug.php?id=81708
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/
https://nvd.nist.gov/vuln/detail/CVE-2021-21708
https://security.netapp.com/advisory/ntap-20220325-0004/
https://ubuntu.com/security/notices/USN-5303-1
https://www.php.net/ChangeLog-7.php#PHP_7_4
https://www.php.net/ChangeLog-8.php#PHP_8_1
| | php7-pear | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-21708
https://bugs.php.net/bug.php?id=81708
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/
https://nvd.nist.gov/vuln/detail/CVE-2021-21708
https://security.netapp.com/advisory/ntap-20220325-0004/
https://ubuntu.com/security/notices/USN-5303-1
https://www.php.net/ChangeLog-7.php#PHP_7_4
https://www.php.net/ChangeLog-8.php#PHP_8_1
| | php7-pgsql | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-21708
https://bugs.php.net/bug.php?id=81708
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/
https://nvd.nist.gov/vuln/detail/CVE-2021-21708
https://security.netapp.com/advisory/ntap-20220325-0004/
https://ubuntu.com/security/notices/USN-5303-1
https://www.php.net/ChangeLog-7.php#PHP_7_4
https://www.php.net/ChangeLog-8.php#PHP_8_1
| | php7-phar | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-21708
https://bugs.php.net/bug.php?id=81708
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/
https://nvd.nist.gov/vuln/detail/CVE-2021-21708
https://security.netapp.com/advisory/ntap-20220325-0004/
https://ubuntu.com/security/notices/USN-5303-1
https://www.php.net/ChangeLog-7.php#PHP_7_4
https://www.php.net/ChangeLog-8.php#PHP_8_1
| | php7-phpdbg | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-21708
https://bugs.php.net/bug.php?id=81708
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/
https://nvd.nist.gov/vuln/detail/CVE-2021-21708
https://security.netapp.com/advisory/ntap-20220325-0004/
https://ubuntu.com/security/notices/USN-5303-1
https://www.php.net/ChangeLog-7.php#PHP_7_4
https://www.php.net/ChangeLog-8.php#PHP_8_1
| | php7-posix | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-21708
https://bugs.php.net/bug.php?id=81708
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/
https://nvd.nist.gov/vuln/detail/CVE-2021-21708
https://security.netapp.com/advisory/ntap-20220325-0004/
https://ubuntu.com/security/notices/USN-5303-1
https://www.php.net/ChangeLog-7.php#PHP_7_4
https://www.php.net/ChangeLog-8.php#PHP_8_1
| | php7-pspell | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-21708
https://bugs.php.net/bug.php?id=81708
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/
https://nvd.nist.gov/vuln/detail/CVE-2021-21708
https://security.netapp.com/advisory/ntap-20220325-0004/
https://ubuntu.com/security/notices/USN-5303-1
https://www.php.net/ChangeLog-7.php#PHP_7_4
https://www.php.net/ChangeLog-8.php#PHP_8_1
| | php7-session | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-21708
https://bugs.php.net/bug.php?id=81708
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/
https://nvd.nist.gov/vuln/detail/CVE-2021-21708
https://security.netapp.com/advisory/ntap-20220325-0004/
https://ubuntu.com/security/notices/USN-5303-1
https://www.php.net/ChangeLog-7.php#PHP_7_4
https://www.php.net/ChangeLog-8.php#PHP_8_1
| | php7-shmop | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-21708
https://bugs.php.net/bug.php?id=81708
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/
https://nvd.nist.gov/vuln/detail/CVE-2021-21708
https://security.netapp.com/advisory/ntap-20220325-0004/
https://ubuntu.com/security/notices/USN-5303-1
https://www.php.net/ChangeLog-7.php#PHP_7_4
https://www.php.net/ChangeLog-8.php#PHP_8_1
| | php7-simplexml | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-21708
https://bugs.php.net/bug.php?id=81708
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/
https://nvd.nist.gov/vuln/detail/CVE-2021-21708
https://security.netapp.com/advisory/ntap-20220325-0004/
https://ubuntu.com/security/notices/USN-5303-1
https://www.php.net/ChangeLog-7.php#PHP_7_4
https://www.php.net/ChangeLog-8.php#PHP_8_1
| | php7-snmp | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-21708
https://bugs.php.net/bug.php?id=81708
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/
https://nvd.nist.gov/vuln/detail/CVE-2021-21708
https://security.netapp.com/advisory/ntap-20220325-0004/
https://ubuntu.com/security/notices/USN-5303-1
https://www.php.net/ChangeLog-7.php#PHP_7_4
https://www.php.net/ChangeLog-8.php#PHP_8_1
| | php7-soap | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-21708
https://bugs.php.net/bug.php?id=81708
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/
https://nvd.nist.gov/vuln/detail/CVE-2021-21708
https://security.netapp.com/advisory/ntap-20220325-0004/
https://ubuntu.com/security/notices/USN-5303-1
https://www.php.net/ChangeLog-7.php#PHP_7_4
https://www.php.net/ChangeLog-8.php#PHP_8_1
| | php7-sockets | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-21708
https://bugs.php.net/bug.php?id=81708
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/
https://nvd.nist.gov/vuln/detail/CVE-2021-21708
https://security.netapp.com/advisory/ntap-20220325-0004/
https://ubuntu.com/security/notices/USN-5303-1
https://www.php.net/ChangeLog-7.php#PHP_7_4
https://www.php.net/ChangeLog-8.php#PHP_8_1
| | php7-sodium | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-21708
https://bugs.php.net/bug.php?id=81708
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/
https://nvd.nist.gov/vuln/detail/CVE-2021-21708
https://security.netapp.com/advisory/ntap-20220325-0004/
https://ubuntu.com/security/notices/USN-5303-1
https://www.php.net/ChangeLog-7.php#PHP_7_4
https://www.php.net/ChangeLog-8.php#PHP_8_1
| | php7-sqlite3 | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-21708
https://bugs.php.net/bug.php?id=81708
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/
https://nvd.nist.gov/vuln/detail/CVE-2021-21708
https://security.netapp.com/advisory/ntap-20220325-0004/
https://ubuntu.com/security/notices/USN-5303-1
https://www.php.net/ChangeLog-7.php#PHP_7_4
https://www.php.net/ChangeLog-8.php#PHP_8_1
| | php7-tidy | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-21708
https://bugs.php.net/bug.php?id=81708
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/
https://nvd.nist.gov/vuln/detail/CVE-2021-21708
https://security.netapp.com/advisory/ntap-20220325-0004/
https://ubuntu.com/security/notices/USN-5303-1
https://www.php.net/ChangeLog-7.php#PHP_7_4
https://www.php.net/ChangeLog-8.php#PHP_8_1
| | php7-tokenizer | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-21708
https://bugs.php.net/bug.php?id=81708
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/
https://nvd.nist.gov/vuln/detail/CVE-2021-21708
https://security.netapp.com/advisory/ntap-20220325-0004/
https://ubuntu.com/security/notices/USN-5303-1
https://www.php.net/ChangeLog-7.php#PHP_7_4
https://www.php.net/ChangeLog-8.php#PHP_8_1
| | php7-xml | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-21708
https://bugs.php.net/bug.php?id=81708
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/
https://nvd.nist.gov/vuln/detail/CVE-2021-21708
https://security.netapp.com/advisory/ntap-20220325-0004/
https://ubuntu.com/security/notices/USN-5303-1
https://www.php.net/ChangeLog-7.php#PHP_7_4
https://www.php.net/ChangeLog-8.php#PHP_8_1
| | php7-xmlreader | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-21708
https://bugs.php.net/bug.php?id=81708
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/
https://nvd.nist.gov/vuln/detail/CVE-2021-21708
https://security.netapp.com/advisory/ntap-20220325-0004/
https://ubuntu.com/security/notices/USN-5303-1
https://www.php.net/ChangeLog-7.php#PHP_7_4
https://www.php.net/ChangeLog-8.php#PHP_8_1
| | php7-xmlrpc | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-21708
https://bugs.php.net/bug.php?id=81708
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/
https://nvd.nist.gov/vuln/detail/CVE-2021-21708
https://security.netapp.com/advisory/ntap-20220325-0004/
https://ubuntu.com/security/notices/USN-5303-1
https://www.php.net/ChangeLog-7.php#PHP_7_4
https://www.php.net/ChangeLog-8.php#PHP_8_1
| | php7-xmlwriter | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-21708
https://bugs.php.net/bug.php?id=81708
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/
https://nvd.nist.gov/vuln/detail/CVE-2021-21708
https://security.netapp.com/advisory/ntap-20220325-0004/
https://ubuntu.com/security/notices/USN-5303-1
https://www.php.net/ChangeLog-7.php#PHP_7_4
https://www.php.net/ChangeLog-8.php#PHP_8_1
| | php7-xsl | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-21708
https://bugs.php.net/bug.php?id=81708
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/
https://nvd.nist.gov/vuln/detail/CVE-2021-21708
https://security.netapp.com/advisory/ntap-20220325-0004/
https://ubuntu.com/security/notices/USN-5303-1
https://www.php.net/ChangeLog-7.php#PHP_7_4
https://www.php.net/ChangeLog-8.php#PHP_8_1
| | php7-zip | CVE-2021-21708 | CRITICAL | 7.4.27-r0 | 7.4.28-r0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-21708
https://bugs.php.net/bug.php?id=81708
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21708
https://nakedsecurity.sophos.com/2022/02/18/irony-alert-php-fixes-security-flaw-in-input-validation-code/
https://nvd.nist.gov/vuln/detail/CVE-2021-21708
https://security.netapp.com/advisory/ntap-20220325-0004/
https://ubuntu.com/security/notices/USN-5303-1
https://www.php.net/ChangeLog-7.php#PHP_7_4
https://www.php.net/ChangeLog-8.php#PHP_8_1
| | zlib | CVE-2018-25032 | HIGH | 1.2.11-r3 | 1.2.12-r0 |
Expand...http://www.openwall.com/lists/oss-security/2022/03/25/2
http://www.openwall.com/lists/oss-security/2022/03/26/1
https://access.redhat.com/security/cve/CVE-2018-25032
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-25032
https://github.com/madler/zlib/commit/5c44459c3b28a9bd3283aaceab7c615f8020c531
https://github.com/madler/zlib/compare/v1.2.11...v1.2.12
https://github.com/madler/zlib/issues/605
https://ubuntu.com/security/notices/USN-5355-1
https://ubuntu.com/security/notices/USN-5355-2
https://www.openwall.com/lists/oss-security/2022/03/24/1
https://www.openwall.com/lists/oss-security/2022/03/28/1
https://www.openwall.com/lists/oss-security/2022/03/28/3
|