2022-04-08 10:22:34 +00:00
---
hide:
- toc
---
# Security Overview
< link href = "https://truecharts.org/_static/trivy.css" type = "text/css" rel = "stylesheet" / >
## Helm-Chart
##### Scan Results
#### Chart Object: assettocorsa/templates/common.yaml
2022-04-08 21:32:40 +00:00
2022-04-08 10:22:34 +00:00
| Type | Misconfiguration ID | Check | Severity | Explaination | Links |
|:----------------|:------------------:|:-----------:|:------------------:|-----------------------------------------|-----------------------------------------|
| 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 ' hostpatch' of Deployment ' RELEASE-NAME-assettocorsa' 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/appshield/ksv001" > https://avd.aquasec.com/appshield/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-assettocorsa' of Deployment ' RELEASE-NAME-assettocorsa' 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/appshield/ksv003" > https://avd.aquasec.com/appshield/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 ' hostpatch' of Deployment ' RELEASE-NAME-assettocorsa' 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/appshield/ksv003" > https://avd.aquasec.com/appshield/ksv003< / a > < br > < / details > |
| Kubernetes Security Check | KSV011 | CPU not limited | LOW | < details > < summary > Expand...< / summary > Enforcing CPU limits prevents DoS via resource exhaustion. < br > < hr > < br > Container ' hostpatch' of Deployment ' RELEASE-NAME-assettocorsa' should set ' resources.limits.cpu' < / details > | < details > < summary > Expand...< / summary > < a href = "https://cloud.google.com/blog/products/containers-kubernetes/kubernetes-best-practices-resource-requests-and-limits" > https://cloud.google.com/blog/products/containers-kubernetes/kubernetes-best-practices-resource-requests-and-limits< / a > < br > < a href = "https://avd.aquasec.com/appshield/ksv011" > https://avd.aquasec.com/appshield/ksv011< / 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-assettocorsa' of Deployment ' RELEASE-NAME-assettocorsa' 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/appshield/ksv012" > https://avd.aquasec.com/appshield/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-assettocorsa' 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/appshield/ksv012" > https://avd.aquasec.com/appshield/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 ' hostpatch' of Deployment ' RELEASE-NAME-assettocorsa' 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/appshield/ksv012" > https://avd.aquasec.com/appshield/ksv012< / a > < br > < / details > |
| Kubernetes Security Check | KSV013 | Image tag ' :latest' used | LOW | < details > < summary > Expand...< / summary > It is best to avoid using the ' :latest' image tag when deploying containers in production. Doing so makes it hard to track which version of the image is running, and hard to roll back the version. < br > < hr > < br > Container ' RELEASE-NAME-assettocorsa' of Deployment ' RELEASE-NAME-assettocorsa' should specify an image tag < / details > | < details > < summary > Expand...< / summary > < a href = "https://kubernetes.io/docs/concepts/configuration/overview/#container-images" > https://kubernetes.io/docs/concepts/configuration/overview/#container-images< / a > < br > < a href = "https://avd.aquasec.com/appshield/ksv013" > https://avd.aquasec.com/appshield/ksv013< / 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-assettocorsa' of Deployment ' RELEASE-NAME-assettocorsa' 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/appshield/ksv014" > https://avd.aquasec.com/appshield/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-assettocorsa' 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/appshield/ksv014" > https://avd.aquasec.com/appshield/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 ' hostpatch' of Deployment ' RELEASE-NAME-assettocorsa' 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/appshield/ksv014" > https://avd.aquasec.com/appshield/ksv014< / a > < br > < / details > |
| Kubernetes Security Check | KSV015 | CPU requests not specified | LOW | < details > < summary > Expand...< / summary > 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. < br > < hr > < br > Container ' hostpatch' of Deployment ' RELEASE-NAME-assettocorsa' should set ' resources.requests.cpu' < / details > | < details > < summary > Expand...< / summary > < a href = "https://cloud.google.com/blog/products/containers-kubernetes/kubernetes-best-practices-resource-requests-and-limits" > https://cloud.google.com/blog/products/containers-kubernetes/kubernetes-best-practices-resource-requests-and-limits< / a > < br > < a href = "https://avd.aquasec.com/appshield/ksv015" > https://avd.aquasec.com/appshield/ksv015< / a > < br > < / details > |
| Kubernetes Security Check | KSV016 | Memory requests not specified | LOW | < details > < summary > Expand...< / summary > 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. < br > < hr > < br > Container ' hostpatch' of Deployment ' RELEASE-NAME-assettocorsa' should set ' resources.requests.memory' < / details > | < details > < summary > Expand...< / summary > < a href = "https://kubesec.io/basics/containers-resources-limits-memory/" > https://kubesec.io/basics/containers-resources-limits-memory/< / a > < br > < a href = "https://avd.aquasec.com/appshield/ksv016" > https://avd.aquasec.com/appshield/ksv016< / 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 ' hostpatch' of Deployment ' RELEASE-NAME-assettocorsa' 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/appshield/ksv017" > https://avd.aquasec.com/appshield/ksv017< / a > < br > < / details > |
| Kubernetes Security Check | KSV018 | Memory not limited | LOW | < details > < summary > Expand...< / summary > Enforcing memory limits prevents DoS via resource exhaustion. < br > < hr > < br > Container ' hostpatch' of Deployment ' RELEASE-NAME-assettocorsa' should set ' resources.limits.memory' < / details > | < details > < summary > Expand...< / summary > < a href = "https://kubesec.io/basics/containers-resources-limits-memory/" > https://kubesec.io/basics/containers-resources-limits-memory/< / a > < br > < a href = "https://avd.aquasec.com/appshield/ksv018" > https://avd.aquasec.com/appshield/ksv018< / a > < br > < / details > |
| Kubernetes Security Check | KSV020 | Runs with low user ID | MEDIUM | < 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-assettocorsa' of Deployment ' RELEASE-NAME-assettocorsa' 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/appshield/ksv020" > https://avd.aquasec.com/appshield/ksv020< / a > < br > < / details > |
| Kubernetes Security Check | KSV020 | Runs with low user ID | MEDIUM | < 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-assettocorsa' 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/appshield/ksv020" > https://avd.aquasec.com/appshield/ksv020< / a > < br > < / details > |
| Kubernetes Security Check | KSV020 | Runs with low user ID | MEDIUM | < 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 ' hostpatch' of Deployment ' RELEASE-NAME-assettocorsa' 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/appshield/ksv020" > https://avd.aquasec.com/appshield/ksv020< / a > < br > < / details > |
| Kubernetes Security Check | KSV021 | Runs with low group ID | MEDIUM | < 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-assettocorsa' of Deployment ' RELEASE-NAME-assettocorsa' 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/appshield/ksv021" > https://avd.aquasec.com/appshield/ksv021< / a > < br > < / details > |
| Kubernetes Security Check | KSV021 | Runs with low group ID | MEDIUM | < 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-assettocorsa' 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/appshield/ksv021" > https://avd.aquasec.com/appshield/ksv021< / a > < br > < / details > |
| Kubernetes Security Check | KSV021 | Runs with low group ID | MEDIUM | < 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 ' hostpatch' of Deployment ' RELEASE-NAME-assettocorsa' 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/appshield/ksv021" > https://avd.aquasec.com/appshield/ksv021< / a > < br > < / details > |
| Kubernetes Security Check | KSV023 | hostPath volumes mounted | MEDIUM | < details > < summary > Expand...< / summary > HostPath volumes must be forbidden. < br > < hr > < br > Deployment ' RELEASE-NAME-assettocorsa' should not set ' spec.template.volumes.hostPath' < / 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/appshield/ksv023" > https://avd.aquasec.com/appshield/ksv023< / a > < br > < / details > |
| Kubernetes Security Check | KSV029 | A root primary or supplementary GID set | LOW | < details > < summary > Expand...< / summary > Containers should be forbidden from running with a root primary or supplementary GID. < br > < hr > < br > Deployment ' RELEASE-NAME-assettocorsa' should set ' spec.securityContext.runAsGroup' , ' spec.securityContext.supplementalGroups[*]' and ' spec.securityContext.fsGroup' to integer 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/appshield/ksv029" > https://avd.aquasec.com/appshield/ksv029< / a > < br > < / details > |
## Containers
##### Detected Containers
tccr.io/truecharts/alpine:v3.15.2@sha256:29ed3480a0ee43f7af681fed5d4fc215516abf1c41eade6938b26d8c9c2c7583
tccr.io/truecharts/alpine:v3.15.2@sha256:29ed3480a0ee43f7af681fed5d4fc215516abf1c41eade6938b26d8c9c2c7583
tccr.io/truecharts/assettocorsa:latest
##### Scan Results
#### Container: tccr.io/truecharts/alpine:v3.15.2@sha256:29ed3480a0ee43f7af681fed5d4fc215516abf1c41eade6938b26d8c9c2c7583 (alpine 3.15.2)
2022-04-08 21:32:40 +00:00
2022-04-08 10:22:34 +00:00
**alpine**
2022-04-08 21:32:40 +00:00
2022-04-08 10:22:34 +00:00
| Package | Vulnerability | Severity | Installed Version | Fixed Version | Links |
|:----------------|:------------------:|:-----------:|:------------------:|:-------------:|-----------------------------------------|
| busybox | CVE-2022-28391 | UNKNOWN | 1.34.1-r4 | 1.34.1-r5 | < details > < summary > Expand...< / summary > < 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 > < / details > |
| ssl_client | CVE-2022-28391 | UNKNOWN | 1.34.1-r4 | 1.34.1-r5 | < details > < summary > Expand...< / summary > < 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 > < / details > |
2022-04-12 17:24:36 +00:00
| zlib | CVE-2018-25032 | HIGH | 1.2.11-r3 | 1.2.12-r0 | < details > < summary > Expand...< / summary > < 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://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://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://nvd.nist.gov/vuln/detail/CVE-2018-25032" > https://nvd.nist.gov/vuln/detail/CVE-2018-25032< / 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 href = "https://ubuntu.com/security/notices/USN-5359-1" > https://ubuntu.com/security/notices/USN-5359-1< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5111" > https://www.debian.org/security/2022/dsa-5111< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2022/03/24/1" > https://www.openwall.com/lists/oss-security/2022/03/24/1< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2022/03/28/1" > https://www.openwall.com/lists/oss-security/2022/03/28/1< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2022/03/28/3" > https://www.openwall.com/lists/oss-security/2022/03/28/3< / a > < br > < / details > |
2022-04-08 10:22:34 +00:00
#### Container: tccr.io/truecharts/alpine:v3.15.2@sha256:29ed3480a0ee43f7af681fed5d4fc215516abf1c41eade6938b26d8c9c2c7583 (alpine 3.15.2)
2022-04-08 21:32:40 +00:00
2022-04-08 10:22:34 +00:00
**alpine**
2022-04-08 21:32:40 +00:00
2022-04-08 10:22:34 +00:00
| Package | Vulnerability | Severity | Installed Version | Fixed Version | Links |
|:----------------|:------------------:|:-----------:|:------------------:|:-------------:|-----------------------------------------|
| busybox | CVE-2022-28391 | UNKNOWN | 1.34.1-r4 | 1.34.1-r5 | < details > < summary > Expand...< / summary > < 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 > < / details > |
| ssl_client | CVE-2022-28391 | UNKNOWN | 1.34.1-r4 | 1.34.1-r5 | < details > < summary > Expand...< / summary > < 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 > < / details > |
2022-04-12 17:24:36 +00:00
| zlib | CVE-2018-25032 | HIGH | 1.2.11-r3 | 1.2.12-r0 | < details > < summary > Expand...< / summary > < 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://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://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://nvd.nist.gov/vuln/detail/CVE-2018-25032" > https://nvd.nist.gov/vuln/detail/CVE-2018-25032< / 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 href = "https://ubuntu.com/security/notices/USN-5359-1" > https://ubuntu.com/security/notices/USN-5359-1< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5111" > https://www.debian.org/security/2022/dsa-5111< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2022/03/24/1" > https://www.openwall.com/lists/oss-security/2022/03/24/1< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2022/03/28/1" > https://www.openwall.com/lists/oss-security/2022/03/28/1< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2022/03/28/3" > https://www.openwall.com/lists/oss-security/2022/03/28/3< / a > < br > < / details > |
2022-04-08 10:22:34 +00:00
#### Container: tccr.io/truecharts/assettocorsa:latest (debian 10.5)
2022-04-08 21:32:40 +00:00
2022-04-08 10:22:34 +00:00
**debian**
2022-04-08 21:32:40 +00:00
2022-04-08 10:22:34 +00:00
| Package | Vulnerability | Severity | Installed Version | Fixed Version | Links |
|:----------------|:------------------:|:-----------:|:------------------:|:-------------:|-----------------------------------------|
| apt | CVE-2020-27350 | MEDIUM | 1.8.2.1 | 1.8.2.2 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2020-27350" > https://access.redhat.com/security/cve/CVE-2020-27350< / a > < br > < a href = "https://bugs.launchpad.net/bugs/1899193" > https://bugs.launchpad.net/bugs/1899193< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-27350" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-27350< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210108-0005/" > https://security.netapp.com/advisory/ntap-20210108-0005/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4667-1" > https://ubuntu.com/security/notices/USN-4667-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4667-2" > https://ubuntu.com/security/notices/USN-4667-2< / a > < br > < a href = "https://usn.ubuntu.com/usn/usn-4667-1" > https://usn.ubuntu.com/usn/usn-4667-1< / a > < br > < a href = "https://www.debian.org/security/2020/dsa-4808" > https://www.debian.org/security/2020/dsa-4808< / a > < br > < / details > |
| apt | CVE-2011-3374 | LOW | 1.8.2.1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/cve-2011-3374" > https://access.redhat.com/security/cve/cve-2011-3374< / a > < br > < a href = "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=642480" > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=642480< / a > < br > < a href = "https://people.canonical.com/~ubuntu-security/cve/2011/CVE-2011-3374.html" > https://people.canonical.com/~ubuntu-security/cve/2011/CVE-2011-3374.html< / a > < br > < a href = "https://seclists.org/fulldisclosure/2011/Sep/221" > https://seclists.org/fulldisclosure/2011/Sep/221< / a > < br > < a href = "https://security-tracker.debian.org/tracker/CVE-2011-3374" > https://security-tracker.debian.org/tracker/CVE-2011-3374< / a > < br > < a href = "https://snyk.io/vuln/SNYK-LINUX-APT-116518" > https://snyk.io/vuln/SNYK-LINUX-APT-116518< / a > < br > < a href = "https://ubuntu.com/security/CVE-2011-3374" > https://ubuntu.com/security/CVE-2011-3374< / a > < br > < / details > |
| bash | CVE-2019-18276 | LOW | 5.0-4 | | < details > < summary > Expand...< / summary > < a href = "http://packetstormsecurity.com/files/155498/Bash-5.0-Patch-11-Privilege-Escalation.html" > http://packetstormsecurity.com/files/155498/Bash-5.0-Patch-11-Privilege-Escalation.html< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2019-18276" > https://access.redhat.com/security/cve/CVE-2019-18276< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-18276" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-18276< / a > < br > < a href = "https://github.com/bminor/bash/commit/951bdaad7a18cc0dc1036bba86b18b90874d39ff" > https://github.com/bminor/bash/commit/951bdaad7a18cc0dc1036bba86b18b90874d39ff< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2019-18276.html" > https://linux.oracle.com/cve/CVE-2019-18276.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-1679.html" > https://linux.oracle.com/errata/ELSA-2021-1679.html< / 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-18276" > https://nvd.nist.gov/vuln/detail/CVE-2019-18276< / a > < br > < a href = "https://security.gentoo.org/glsa/202105-34" > https://security.gentoo.org/glsa/202105-34< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20200430-0003/" > https://security.netapp.com/advisory/ntap-20200430-0003/< / a > < br > < a href = "https://www.youtube.com/watch?v=-wGtxJ8opa8" > https://www.youtube.com/watch?v=-wGtxJ8opa8< / a > < br > < / details > |
| bsdutils | CVE-2021-37600 | LOW | 2.33.1-0.1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-37600" > https://access.redhat.com/security/cve/CVE-2021-37600< / a > < br > < a href = "https://github.com/karelzak/util-linux/commit/1c9143d0c1f979c3daf10e1c37b5b1e916c22a1c" > https://github.com/karelzak/util-linux/commit/1c9143d0c1f979c3daf10e1c37b5b1e916c22a1c< / a > < br > < a href = "https://github.com/karelzak/util-linux/issues/1395" > https://github.com/karelzak/util-linux/issues/1395< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-37600" > https://nvd.nist.gov/vuln/detail/CVE-2021-37600< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210902-0002/" > https://security.netapp.com/advisory/ntap-20210902-0002/< / a > < br > < / details > |
| bsdutils | CVE-2022-0563 | LOW | 2.33.1-0.1 | | < 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 > |
| coreutils | CVE-2016-2781 | LOW | 8.30-3 | | < details > < summary > Expand...< / summary > < a href = "http://seclists.org/oss-sec/2016/q1/452" > http://seclists.org/oss-sec/2016/q1/452< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2016/02/28/2" > http://www.openwall.com/lists/oss-security/2016/02/28/2< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2016/02/28/3" > http://www.openwall.com/lists/oss-security/2016/02/28/3< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2016-2781" > https://access.redhat.com/security/cve/CVE-2016-2781< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-2781" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-2781< / 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://lore.kernel.org/patchwork/patch/793178/" > https://lore.kernel.org/patchwork/patch/793178/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2016-2781" > https://nvd.nist.gov/vuln/detail/CVE-2016-2781< / a > < br > < / details > |
| coreutils | CVE-2017-18018 | LOW | 8.30-3 | | < details > < summary > Expand...< / summary > < a href = "http://lists.gnu.org/archive/html/coreutils/2017-12/msg00045.html" > http://lists.gnu.org/archive/html/coreutils/2017-12/msg00045.html< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2017-18018" > https://access.redhat.com/security/cve/CVE-2017-18018< / a > < br > < / details > |
| curl | CVE-2020-8169 | HIGH | 7.64.0-4+deb10u1 | 7.64.0-4+deb10u2 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2020-8169" > https://access.redhat.com/security/cve/CVE-2020-8169< / a > < br > < a href = "https://cert-portal.siemens.com/productcert/pdf/ssa-200951.pdf" > https://cert-portal.siemens.com/productcert/pdf/ssa-200951.pdf< / 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://curl.haxx.se/docs/CVE-2020-8169.html" > https://curl.haxx.se/docs/CVE-2020-8169.html< / a > < br > < a href = "https://curl.se/docs/CVE-2020-8169.html" > https://curl.se/docs/CVE-2020-8169.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8169" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8169< / a > < br > < a href = "https://hackerone.com/reports/874778" > https://hackerone.com/reports/874778< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-8169" > https://nvd.nist.gov/vuln/detail/CVE-2020-8169< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4402-1" > https://ubuntu.com/security/notices/USN-4402-1< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4881" > https://www.debian.org/security/2021/dsa-4881< / a > < br > < / details > |
| curl | CVE-2020-8177 | HIGH | 7.64.0-4+deb10u1 | 7.64.0-4+deb10u2 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2020-8177" > https://access.redhat.com/security/cve/CVE-2020-8177< / 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://curl.haxx.se/docs/CVE-2020-8177.html" > https://curl.haxx.se/docs/CVE-2020-8177.html< / a > < br > < a href = "https://curl.se/docs/CVE-2020-8177.html" > https://curl.se/docs/CVE-2020-8177.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8177" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8177< / a > < br > < a href = "https://hackerone.com/reports/887462" > https://hackerone.com/reports/887462< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-8177.html" > https://linux.oracle.com/cve/CVE-2020-8177.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-5002.html" > https://linux.oracle.com/errata/ELSA-2020-5002.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-8177" > https://nvd.nist.gov/vuln/detail/CVE-2020-8177< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4402-1" > https://ubuntu.com/security/notices/USN-4402-1< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4881" > https://www.debian.org/security/2021/dsa-4881< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpujan2022.html" > https://www.oracle.com/security-alerts/cpujan2022.html< / a > < br > < / details > |
| curl | CVE-2020-8231 | HIGH | 7.64.0-4+deb10u1 | 7.64.0-4+deb10u2 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2020-8231" > https://access.redhat.com/security/cve/CVE-2020-8231< / 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://curl.haxx.se/docs/CVE-2020-8231.html" > https://curl.haxx.se/docs/CVE-2020-8231.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8231" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8231< / a > < br > < a href = "https://hackerone.com/reports/948876" > https://hackerone.com/reports/948876< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-8231.html" > https://linux.oracle.com/cve/CVE-2020-8231.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-1610.html" > https://linux.oracle.com/errata/ELSA-2021-1610.html< / a > < br > < a href = "https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-8231" > https://nvd.nist.gov/vuln/detail/CVE-2020-8231< / a > < br > < a href = "https://security.gentoo.org/glsa/202012-14" > https://security.gentoo.org/glsa/202012-14< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4466-1" > https://ubuntu.com/security/notices/USN-4466-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4466-2" > https://ubuntu.com/security/notices/USN-4466-2< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4665-1" > https://ubuntu.com/security/notices/USN-4665-1< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4881" > https://www.debian.org/security/2021/dsa-4881< / a > < br > < / details > |
| curl | CVE-2020-8285 | HIGH | 7.64.0-4+deb10u1 | 7.64.0-4+deb10u2 | < details > < summary > Expand...< / summary > < a href = "http://seclists.org/fulldisclosure/2021/Apr/51" > http://seclists.org/fulldisclosure/2021/Apr/51< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2020-8285" > https://access.redhat.com/security/cve/CVE-2020-8285< / 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://curl.se/docs/CVE-2020-8285.html" > https://curl.se/docs/CVE-2020-8285.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8285" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8285< / a > < br > < a href = "https://github.com/curl/curl/issues/6255" > https://github.com/curl/curl/issues/6255< / a > < br > < a href = "https://hackerone.com/reports/1045844" > https://hackerone.com/reports/1045844< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-8285.html" > https://linux.oracle.com/cve/CVE-2020-8285.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-1610.html" > https://linux.oracle.com/errata/ELSA-2021-1610.html< / a > < br > < a href = "https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2020/12/msg00029.html" > https://lists.debian.org/debian-lts-announce/2020/12/msg00029.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DAEHE2S2QLO4AO4MEEYL75NB7SAH5PSL/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DAEHE2S2QLO4AO4MEEYL75NB7SAH5PSL/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NZUVSQHN2ESHMJXNQ2Z7T2EELBB5HJXG/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NZUVSQHN2ESHMJXNQ2Z7T2EELBB5HJXG/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-8285" > https://nvd.nist.gov/vuln/detail/CVE-2020-8285< / a > < br > < a href = "https://security.gentoo.org/glsa/202012-14" > https://security.gentoo.org/glsa/202012-14< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210122-0007/" > https://security.netapp.com/advisory/ntap-20210122-0007/< / a > < br > < a href = "https://support.apple.com/kb/HT212325" > https://support.apple.com/kb/HT212325< / a > < br > < a href = "https://support.apple.com/kb/HT212326" > https://support.apple.com/kb/HT212326< / a > < br > < a href = "https://support.apple.com/kb/HT212327" > https://support.apple.com/kb/HT212327< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4665-1" > https://ubuntu.com/security/notices/USN-4665-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4665-2" > https://ubuntu.com/security/notices/USN-4665-2< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4881" > https://www.debian.org/security/2021/dsa-4881< / a > < br > < a href = "https://www.oracle.com//security-alerts/cpujul2021.html" > https://www.oracle.com//security-alerts/cpujul2021.html< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpuApr2021.html" > https://www.oracle.com/security-alerts/cpuApr2021.html< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpujan2022.html" > https://www.oracle.com/security-alerts/cpujan2022.html< / a > < br > < / details > |
| curl | CVE-2020-8286 | HIGH | 7.64.0-4+deb10u1 | 7.64.0-4+deb10u2 | < details > < summary > Expand...< / summary > < a href = "http://seclists.org/fulldisclosure/2021/Apr/50" > http://seclists.org/fulldisclosure/2021/Apr/50< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/Apr/51" > http://seclists.org/fulldisclosure/2021/Apr/51< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/Apr/54" > http://seclists.org/fulldisclosure/2021/Apr/54< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2020-8286" > https://access.redhat.com/security/cve/CVE-2020-8286< / a > < br > < a href = "https://cert-portal.siemens.com/productcert/pdf/ssa-200951.pdf" > https://cert-portal.siemens.com/productcert/pdf/ssa-200951.pdf< / 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://curl.se/docs/CVE-2020-8286.html" > https://curl.se/docs/CVE-2020-8286.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8286" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8286< / a > < br > < a href = "https://hackerone.com/reports/1048457" > https://hackerone.com/reports/1048457< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-8286.html" > https://linux.oracle.com/cve/CVE-2020-8286.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-1610.html" > https://linux.oracle.com/errata/ELSA-2021-1610.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2020/12/msg00029.html" > https://lists.debian.org/debian-lts-announce/2020/12/msg00029.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DAEHE2S2QLO4AO4MEEYL75NB7SAH5PSL/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DAEHE2S2QLO4AO4MEEYL75NB7SAH5PSL/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NZUVSQHN2ESHMJXNQ2Z7T2EELBB5HJXG/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NZUVSQHN2ESHMJXNQ2Z7T2EELBB5HJXG/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-8286" > https://nvd.nist.gov/vuln/detail/CVE-2020-8286< / a > < br > < a href = "https://security.gentoo.org/glsa/202012-14" > https://security.gentoo.org/glsa/202012-14< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210122-0007/" > https://security.netapp.com/advisory/ntap-20210122-0007/< / a > < br > < a href = "https://support.apple.com/kb/HT212325" > https://support.apple.com/kb/HT212325< / a > < br > < a href = "https://support.apple.com/kb/HT212326" > https://support.apple.com/kb/HT212326< / a > < br > < a href = "https://support.apple.com/kb/HT212327" > https://support.apple.com/kb/HT212327< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4665-1" > https://ubuntu.com/security/notices/USN-4665-1< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4881" > https://www.debian.org/security/2021/dsa-4881< / a > < br > < a href = "https://www.oracle.com//security-alerts/cpujul2021.html" > https://www.oracle.com//security-alerts/cpujul2021.html< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpuApr2021.html" > https://www.oracle.com/security-alerts/cpuApr2021.html< / a > < br > < / details > |
| curl | CVE-2021-22946 | HIGH | 7.64.0-4+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "http://seclists.org/fulldisclosure/2022/Mar/29" > http://seclists.org/fulldisclosure/2022/Mar/29< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2021-22946" > https://access.redhat.com/security/cve/CVE-2021-22946< / 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://curl.se/docs/CVE-2021-22946.html" > https://curl.se/docs/CVE-2021-22946.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22946" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22946< / a > < br > < a href = "https://hackerone.com/reports/1334111" > https://hackerone.com/reports/1334111< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-22946.html" > https://linux.oracle.com/cve/CVE-2021-22946.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-4059.html" > https://linux.oracle.com/errata/ELSA-2021-4059.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/09/msg00022.html" > https://lists.debian.org/debian-lts-announce/2021/09/msg00022.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/APOAK4X73EJTAPTSVT7IRVDMUWVXNWGD/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/APOAK4X73EJTAPTSVT7IRVDMUWVXNWGD/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RWLEC6YVEM2HWUBX67SDGPSY4CQB72OE/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RWLEC6YVEM2HWUBX67SDGPSY4CQB72OE/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-22946" > https://nvd.nist.gov/vuln/detail/CVE-2021-22946< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211029-0003/" > https://security.netapp.com/advisory/ntap-20211029-0003/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220121-0008/" > https://security.netapp.com/advisory/ntap-20220121-0008/< / a > < br > < a href = "https://support.apple.com/kb/HT213183" > https://support.apple.com/kb/HT213183< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5079-1" > https://ubuntu.com/security/notices/USN-5079-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5079-2" > https://ubuntu.com/security/notices/USN-5079-2< / 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.oracle.com/security-alerts/cpuoct2021.html" > https://www.oracle.com/security-alerts/cpuoct2021.html< / a > < br > < / details > |
| curl | CVE-2021-22876 | MEDIUM | 7.64.0-4+deb10u1 | 7.64.0-4+deb10u2 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-22876" > https://access.redhat.com/security/cve/CVE-2021-22876< / 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://curl.se/docs/CVE-2021-22876.html" > https://curl.se/docs/CVE-2021-22876.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22876" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22876< / a > < br > < a href = "https://hackerone.com/reports/1101882" > https://hackerone.com/reports/1101882< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-22876.html" > https://linux.oracle.com/cve/CVE-2021-22876.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-4511.html" > https://linux.oracle.com/errata/ELSA-2021-4511.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/05/msg00019.html" > https://lists.debian.org/debian-lts-announce/2021/05/msg00019.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/2ZC5BMIOKLBQJSFCHEDN2G2C2SH274BP/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/2ZC5BMIOKLBQJSFCHEDN2G2C2SH274BP/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ITVWPVGLFISU5BJC2BXBRYSDXTXE2YGC/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ITVWPVGLFISU5BJC2BXBRYSDXTXE2YGC/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KQUIOYX2KUU6FIUZVB5WWZ6JHSSYSQWJ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KQUIOYX2KUU6FIUZVB5WWZ6JHSSYSQWJ/< / a > < br > < a href = "https://security.gentoo.org/glsa/202105-36" > https://security.gentoo.org/glsa/202105-36< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210521-0007/" > https://security.netapp.com/advisory/ntap-20210521-0007/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4898-1" > https://ubuntu.com/security/notices/USN-4898-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4903-1" > https://ubuntu.com/security/notices/USN-4903-1< / a > < br > < a href = "https://www.oracle.com//security-alerts/cpujul2021.html" > https://www.oracle.com//security-alerts/cpujul2021.html< / a > < br > < / details > |
| curl | CVE-2021-22947 | MEDIUM | 7.64.0-4+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "http://seclists.org/fulldisclosure/2022/Mar/29" > http://seclists.org/fulldisclosure/2022/Mar/29< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2021-22947" > https://access.redhat.com/security/cve/CVE-2021-22947< / 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://curl.se/docs/CVE-2021-22947.html" > https://curl.se/docs/CVE-2021-22947.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22947" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22947< / a > < br > < a href = "https://hackerone.com/reports/1334763" > https://hackerone.com/reports/1334763< / a > < br > < a href = "https://launchpad.net/bugs/1944120 (regression bug)" > https://launchpad.net/bugs/1944120 (regression bug)< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-22947.html" > https://linux.oracle.com/cve/CVE-2021-22947.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-4059.html" > https://linux.oracle.com/errata/ELSA-2021-4059.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/09/msg00022.html" > https://lists.debian.org/debian-lts-announce/2021/09/msg00022.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/APOAK4X73EJTAPTSVT7IRVDMUWVXNWGD/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/APOAK4X73EJTAPTSVT7IRVDMUWVXNWGD/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RWLEC6YVEM2HWUBX67SDGPSY4CQB72OE/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RWLEC6YVEM2HWUBX67SDGPSY4CQB72OE/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-22947" > https://nvd.nist.gov/vuln/detail/CVE-2021-22947< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211029-0003/" > https://security.netapp.com/advisory/ntap-20211029-0003/< / a > < br > < a href = "https://support.apple.com/kb/HT213183" > https://support.apple.com/kb/HT213183< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5079-1" > https://ubuntu.com/security/notices/USN-5079-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5079-2" > https://ubuntu.com/security/notices/USN-5079-2< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5079-3" > https://ubuntu.com/security/notices/USN-5079-3< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5079-4" > https://ubuntu.com/security/notices/USN-5079-4< / 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.oracle.com/security-alerts/cpuoct2021.html" > https://www.oracle.com/security-alerts/cpuoct2021.html< / a > < br > < / details > |
| curl | CVE-2020-8284 | LOW | 7.64.0-4+deb10u1 | 7.64.0-4+deb10u2 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2020-8284" > https://access.redhat.com/security/cve/CVE-2020-8284< / 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://curl.se/docs/CVE-2020-8284.html" > https://curl.se/docs/CVE-2020-8284.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8284" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8284< / a > < br > < a href = "https://hackerone.com/reports/1040166" > https://hackerone.com/reports/1040166< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-8284.html" > https://linux.oracle.com/cve/CVE-2020-8284.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-1610.html" > https://linux.oracle.com/errata/ELSA-2021-1610.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2020/12/msg00029.html" > https://lists.debian.org/debian-lts-announce/2020/12/msg00029.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DAEHE2S2QLO4AO4MEEYL75NB7SAH5PSL/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DAEHE2S2QLO4AO4MEEYL75NB7SAH5PSL/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NZUVSQHN2ESHMJXNQ2Z7T2EELBB5HJXG/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NZUVSQHN2ESHMJXNQ2Z7T2EELBB5HJXG/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-8284" > https://nvd.nist.gov/vuln/detail/CVE-2020-8284< / a > < br > < a href = "https://security.gentoo.org/glsa/202012-14" > https://security.gentoo.org/glsa/202012-14< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210122-0007/" > https://security.netapp.com/advisory/ntap-20210122-0007/< / a > < br > < a href = "https://support.apple.com/kb/HT212325" > https://support.apple.com/kb/HT212325< / a > < br > < a href = "https://support.apple.com/kb/HT212326" > https://support.apple.com/kb/HT212326< / a > < br > < a href = "https://support.apple.com/kb/HT212327" > https://support.apple.com/kb/HT212327< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4665-1" > https://ubuntu.com/security/notices/USN-4665-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4665-2" > https://ubuntu.com/security/notices/USN-4665-2< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4881" > https://www.debian.org/security/2021/dsa-4881< / a > < br > < a href = "https://www.oracle.com//security-alerts/cpujul2021.html" > https://www.oracle.com//security-alerts/cpujul2021.html< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpuApr2021.html" > https://www.oracle.com/security-alerts/cpuApr2021.html< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpujan2022.html" > https://www.oracle.com/security-alerts/cpujan2022.html< / a > < br > < / details > |
| curl | CVE-2021-22890 | LOW | 7.64.0-4+deb10u1 | 7.64.0-4+deb10u2 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-22890" > https://access.redhat.com/security/cve/CVE-2021-22890< / 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://curl.se/docs/CVE-2021-22890.html" > https://curl.se/docs/CVE-2021-22890.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22890" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22890< / a > < br > < a href = "https://hackerone.com/reports/1129529" > https://hackerone.com/reports/1129529< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/2ZC5BMIOKLBQJSFCHEDN2G2C2SH274BP/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/2ZC5BMIOKLBQJSFCHEDN2G2C2SH274BP/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ITVWPVGLFISU5BJC2BXBRYSDXTXE2YGC/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ITVWPVGLFISU5BJC2BXBRYSDXTXE2YGC/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KQUIOYX2KUU6FIUZVB5WWZ6JHSSYSQWJ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KQUIOYX2KUU6FIUZVB5WWZ6JHSSYSQWJ/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-22890" > https://nvd.nist.gov/vuln/detail/CVE-2021-22890< / a > < br > < a href = "https://security.gentoo.org/glsa/202105-36" > https://security.gentoo.org/glsa/202105-36< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210521-0007/" > https://security.netapp.com/advisory/ntap-20210521-0007/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4898-1" > https://ubuntu.com/security/notices/USN-4898-1< / a > < br > < a href = "https://www.oracle.com//security-alerts/cpujul2021.html" > https://www.oracle.com//security-alerts/cpujul2021.html< / a > < br > < / details > |
| curl | CVE-2021-22898 | LOW | 7.64.0-4+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2021/07/21/4" > http://www.openwall.com/lists/oss-security/2021/07/21/4< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2021-22898" > https://access.redhat.com/security/cve/CVE-2021-22898< / 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://curl.se/docs/CVE-2021-22898.html" > https://curl.se/docs/CVE-2021-22898.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22898" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22898< / a > < br > < a href = "https://github.com/curl/curl/commit/39ce47f219b09c380b81f89fe54ac586c8db6bde" > https://github.com/curl/curl/commit/39ce47f219b09c380b81f89fe54ac586c8db6bde< / a > < br > < a href = "https://hackerone.com/reports/1176461" > https://hackerone.com/reports/1176461< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-22898.html" > https://linux.oracle.com/cve/CVE-2021-22898.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-4511.html" > https://linux.oracle.com/errata/ELSA-2021-4511.html< / a > < br > < a href = "https://lists.apache.org/thread.html/rc713534b10f9daeee2e0990239fa407e2118e4aa9e88a7041177497c@%3Cissues.guacamole.apache.org%3E" > https://lists.apache.org/thread.html/rc713534b10f9daeee2e0990239fa407e2118e4aa9e88a7041177497c@%3Cissues.guacamole.apache.org%3E< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/08/msg00017.html" > https://lists.debian.org/debian-lts-announce/2021/08/msg00017.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FRUCW2UVNYUDZF72DQLFQR4PJEC6CF7V/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FRUCW2UVNYUDZF72DQLFQR4PJEC6CF7V/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/POOC3UV7V6L4CJ5KA2PTWTNUV5Y72T3Q/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/POOC3UV7V6L4CJ5KA2PTWTNUV5Y72T3Q/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-22898" > https://nvd.nist.gov/vuln/detail/CVE-2021-22898< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5021-1" > https://ubuntu.com/security/notices/USN-5021-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5021-2" > https://ubuntu.com/security/notices/USN-5021-2< / a > < br > < a href = "https://www.oracle.com//security-alerts/cpujul2021.html" > https://www.oracle.com//security-alerts/cpujul2021.html< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpujan2022.html" > https://www.oracle.com/security-alerts/cpujan2022.html< / a > < br > < / details > |
| curl | CVE-2021-22922 | LOW | 7.64.0-4+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-22922" > https://access.redhat.com/security/cve/CVE-2021-22922< / 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://curl.se/docs/CVE-2021-22922.html" > https://curl.se/docs/CVE-2021-22922.html< / a > < br > < a href = "https://hackerone.com/reports/1213175" > https://hackerone.com/reports/1213175< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-22922.html" > https://linux.oracle.com/cve/CVE-2021-22922.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-3582.html" > https://linux.oracle.com/errata/ELSA-2021-3582.html< / a > < br > < a href = "https://lists.apache.org/thread.html/r61db8e7dcb56dc000a5387a88f7a473bacec5ee01b9ff3f55308aacc@%3Cdev.kafka.apache.org%3E" > https://lists.apache.org/thread.html/r61db8e7dcb56dc000a5387a88f7a473bacec5ee01b9ff3f55308aacc@%3Cdev.kafka.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/r61db8e7dcb56dc000a5387a88f7a473bacec5ee01b9ff3f55308aacc@%3Cusers.kafka.apache.org%3E" > https://lists.apache.org/thread.html/r61db8e7dcb56dc000a5387a88f7a473bacec5ee01b9ff3f55308aacc@%3Cusers.kafka.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rbf4ce74b0d1fa9810dec50ba3ace0caeea677af7c27a97111c06ccb7@%3Cdev.kafka.apache.org%3E" > https://lists.apache.org/thread.html/rbf4ce74b0d1fa9810dec50ba3ace0caeea677af7c27a97111c06ccb7@%3Cdev.kafka.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rbf4ce74b0d1fa9810dec50ba3ace0caeea677af7c27a97111c06ccb7@%3Cusers.kafka.apache.org%3E" > https://lists.apache.org/thread.html/rbf4ce74b0d1fa9810dec50ba3ace0caeea677af7c27a97111c06ccb7@%3Cusers.kafka.apache.org%3E< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FRUCW2UVNYUDZF72DQLFQR4PJEC6CF7V/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FRUCW2UVNYUDZF72DQLFQR4PJEC6CF7V/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-22922" > https://nvd.nist.gov/vuln/detail/CVE-2021-22922< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210902-0003/" > https://security.netapp.com/advisory/ntap-20210902-0003/< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpuoct2021.html" > https://www.oracle.com/security-alerts/cpuoct2021.html< / a > < br > < / details > |
| curl | CVE-2021-22923 | LOW | 7.64.0-4+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-22923" > https://access.redhat.com/security/cve/CVE-2021-22923< / 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://curl.se/docs/CVE-2021-22923.html" > https://curl.se/docs/CVE-2021-22923.html< / a > < br > < a href = "https://hackerone.com/reports/1213181" > https://hackerone.com/reports/1213181< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-22923.html" > https://linux.oracle.com/cve/CVE-2021-22923.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-3582.html" > https://linux.oracle.com/errata/ELSA-2021-3582.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FRUCW2UVNYUDZF72DQLFQR4PJEC6CF7V/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FRUCW2UVNYUDZF72DQLFQR4PJEC6CF7V/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-22923" > https://nvd.nist.gov/vuln/detail/CVE-2021-22923< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210902-0003/" > https://security.netapp.com/advisory/ntap-20210902-0003/< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpuoct2021.html" > https://www.oracle.com/security-alerts/cpuoct2021.html< / a > < br > < / details > |
| curl | CVE-2021-22924 | LOW | 7.64.0-4+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-22924" > https://access.redhat.com/security/cve/CVE-2021-22924< / 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://curl.se/docs/CVE-2021-22924.html" > https://curl.se/docs/CVE-2021-22924.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22924" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22924< / a > < br > < a href = "https://hackerone.com/reports/1223565" > https://hackerone.com/reports/1223565< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-22924.html" > https://linux.oracle.com/cve/CVE-2021-22924.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-3582.html" > https://linux.oracle.com/errata/ELSA-2021-3582.html< / a > < br > < a href = "https://lists.apache.org/thread.html/r61db8e7dcb56dc000a5387a88f7a473bacec5ee01b9ff3f55308aacc@%3Cdev.kafka.apache.org%3E" > https://lists.apache.org/thread.html/r61db8e7dcb56dc000a5387a88f7a473bacec5ee01b9ff3f55308aacc@%3Cdev.kafka.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/r61db8e7dcb56dc000a5387a88f7a473bacec5ee01b9ff3f55308aacc@%3Cusers.kafka.apache.org%3E" > https://lists.apache.org/thread.html/r61db8e7dcb56dc000a5387a88f7a473bacec5ee01b9ff3f55308aacc@%3Cusers.kafka.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rbf4ce74b0d1fa9810dec50ba3ace0caeea677af7c27a97111c06ccb7@%3Cdev.kafka.apache.org%3E" > https://lists.apache.org/thread.html/rbf4ce74b0d1fa9810dec50ba3ace0caeea677af7c27a97111c06ccb7@%3Cdev.kafka.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rbf4ce74b0d1fa9810dec50ba3ace0caeea677af7c27a97111c06ccb7@%3Cusers.kafka.apache.org%3E" > https://lists.apache.org/thread.html/rbf4ce74b0d1fa9810dec50ba3ace0caeea677af7c27a97111c06ccb7@%3Cusers.kafka.apache.org%3E< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/08/msg00017.html" > https://lists.debian.org/debian-lts-announce/2021/08/msg00017.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FRUCW2UVNYUDZF72DQLFQR4PJEC6CF7V/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FRUCW2UVNYUDZF72DQLFQR4PJEC6CF7V/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-22924" > https://nvd.nist.gov/vuln/detail/CVE-2021-22924< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210902-0003/" > https://security.netapp.com/advisory/ntap-20210902-0003/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5021-1" > https://ubuntu.com/security/notices/USN-5021-1< / 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.oracle.com/security-alerts/cpuoct2021.html" > https://www.oracle.com/security-alerts/cpuoct2021.html< / a > < br > < / details > |
2022-04-12 17:24:36 +00:00
| e2fsprogs | CVE-2022-1304 | HIGH | 1.44.5-1+deb10u3 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-1304" > https://access.redhat.com/security/cve/CVE-2022-1304< / a > < br > < / details > |
2022-04-08 10:22:34 +00:00
| fdisk | CVE-2021-37600 | LOW | 2.33.1-0.1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-37600" > https://access.redhat.com/security/cve/CVE-2021-37600< / a > < br > < a href = "https://github.com/karelzak/util-linux/commit/1c9143d0c1f979c3daf10e1c37b5b1e916c22a1c" > https://github.com/karelzak/util-linux/commit/1c9143d0c1f979c3daf10e1c37b5b1e916c22a1c< / a > < br > < a href = "https://github.com/karelzak/util-linux/issues/1395" > https://github.com/karelzak/util-linux/issues/1395< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-37600" > https://nvd.nist.gov/vuln/detail/CVE-2021-37600< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210902-0002/" > https://security.netapp.com/advisory/ntap-20210902-0002/< / a > < br > < / details > |
| fdisk | CVE-2022-0563 | LOW | 2.33.1-0.1 | | < 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 > |
| gcc-8-base | CVE-2018-12886 | HIGH | 8.3.0-6 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2018-12886" > https://access.redhat.com/security/cve/CVE-2018-12886< / a > < br > < a href = "https://gcc.gnu.org/viewcvs/gcc/trunk/gcc/config/arm/arm-protos.h?revision=266379&view=markup" > https://gcc.gnu.org/viewcvs/gcc/trunk/gcc/config/arm/arm-protos.h?revision=266379& view=markup< / a > < br > < a href = "https://www.gnu.org/software/gcc/gcc-8/changes.html" > https://www.gnu.org/software/gcc/gcc-8/changes.html< / a > < br > < / details > |
| gcc-8-base | CVE-2019-15847 | HIGH | 8.3.0-6 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2019-10/msg00056.html" > http://lists.opensuse.org/opensuse-security-announce/2019-10/msg00056.html< / a > < br > < a href = "http://lists.opensuse.org/opensuse-security-announce/2019-10/msg00057.html" > http://lists.opensuse.org/opensuse-security-announce/2019-10/msg00057.html< / a > < br > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-05/msg00058.html" > http://lists.opensuse.org/opensuse-security-announce/2020-05/msg00058.html< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2019-15847" > https://access.redhat.com/security/cve/CVE-2019-15847< / a > < br > < a href = "https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91481" > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91481< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2019-15847.html" > https://linux.oracle.com/cve/CVE-2019-15847.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-1864.html" > https://linux.oracle.com/errata/ELSA-2020-1864.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2019-15847" > https://nvd.nist.gov/vuln/detail/CVE-2019-15847< / a > < br > < / details > |
| gpgv | CVE-2019-14855 | LOW | 2.2.12-1+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2019-14855" > https://access.redhat.com/security/cve/CVE-2019-14855< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-14855" > https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-14855< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-14855" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-14855< / a > < br > < a href = "https://dev.gnupg.org/T4755" > https://dev.gnupg.org/T4755< / a > < br > < a href = "https://eprint.iacr.org/2020/014.pdf" > https://eprint.iacr.org/2020/014.pdf< / a > < br > < a href = "https://lists.gnupg.org/pipermail/gnupg-announce/2019q4/000442.html" > https://lists.gnupg.org/pipermail/gnupg-announce/2019q4/000442.html< / a > < br > < a href = "https://rwc.iacr.org/2020/slides/Leurent.pdf" > https://rwc.iacr.org/2020/slides/Leurent.pdf< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4516-1" > https://ubuntu.com/security/notices/USN-4516-1< / a > < br > < a href = "https://usn.ubuntu.com/4516-1/" > https://usn.ubuntu.com/4516-1/< / a > < br > < / details > |
2022-04-12 17:24:36 +00:00
| gzip | CVE-2022-1271 | HIGH | 1.9-3 | | < 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://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://www.openwall.com/lists/oss-security/2022/04/07/8" > https://www.openwall.com/lists/oss-security/2022/04/07/8< / a > < br > < / details > |
2022-04-08 10:22:34 +00:00
| lib32gcc1 | CVE-2018-12886 | HIGH | 8.3.0-6 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2018-12886" > https://access.redhat.com/security/cve/CVE-2018-12886< / a > < br > < a href = "https://gcc.gnu.org/viewcvs/gcc/trunk/gcc/config/arm/arm-protos.h?revision=266379&view=markup" > https://gcc.gnu.org/viewcvs/gcc/trunk/gcc/config/arm/arm-protos.h?revision=266379& view=markup< / a > < br > < a href = "https://www.gnu.org/software/gcc/gcc-8/changes.html" > https://www.gnu.org/software/gcc/gcc-8/changes.html< / a > < br > < / details > |
| lib32gcc1 | CVE-2019-15847 | HIGH | 8.3.0-6 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2019-10/msg00056.html" > http://lists.opensuse.org/opensuse-security-announce/2019-10/msg00056.html< / a > < br > < a href = "http://lists.opensuse.org/opensuse-security-announce/2019-10/msg00057.html" > http://lists.opensuse.org/opensuse-security-announce/2019-10/msg00057.html< / a > < br > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-05/msg00058.html" > http://lists.opensuse.org/opensuse-security-announce/2020-05/msg00058.html< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2019-15847" > https://access.redhat.com/security/cve/CVE-2019-15847< / a > < br > < a href = "https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91481" > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91481< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2019-15847.html" > https://linux.oracle.com/cve/CVE-2019-15847.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-1864.html" > https://linux.oracle.com/errata/ELSA-2020-1864.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2019-15847" > https://nvd.nist.gov/vuln/detail/CVE-2019-15847< / a > < br > < / details > |
2022-04-12 17:24:36 +00:00
| lib32z1 | CVE-2018-25032 | HIGH | 1:1.2.11.dfsg-1 | 1:1.2.11.dfsg-1+deb10u1 | < details > < summary > Expand...< / summary > < 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://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://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://nvd.nist.gov/vuln/detail/CVE-2018-25032" > https://nvd.nist.gov/vuln/detail/CVE-2018-25032< / 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 href = "https://ubuntu.com/security/notices/USN-5359-1" > https://ubuntu.com/security/notices/USN-5359-1< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5111" > https://www.debian.org/security/2022/dsa-5111< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2022/03/24/1" > https://www.openwall.com/lists/oss-security/2022/03/24/1< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2022/03/28/1" > https://www.openwall.com/lists/oss-security/2022/03/28/1< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2022/03/28/3" > https://www.openwall.com/lists/oss-security/2022/03/28/3< / a > < br > < / details > |
2022-04-08 10:22:34 +00:00
| libapt-pkg5.0 | CVE-2020-27350 | MEDIUM | 1.8.2.1 | 1.8.2.2 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2020-27350" > https://access.redhat.com/security/cve/CVE-2020-27350< / a > < br > < a href = "https://bugs.launchpad.net/bugs/1899193" > https://bugs.launchpad.net/bugs/1899193< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-27350" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-27350< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210108-0005/" > https://security.netapp.com/advisory/ntap-20210108-0005/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4667-1" > https://ubuntu.com/security/notices/USN-4667-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4667-2" > https://ubuntu.com/security/notices/USN-4667-2< / a > < br > < a href = "https://usn.ubuntu.com/usn/usn-4667-1" > https://usn.ubuntu.com/usn/usn-4667-1< / a > < br > < a href = "https://www.debian.org/security/2020/dsa-4808" > https://www.debian.org/security/2020/dsa-4808< / a > < br > < / details > |
| libapt-pkg5.0 | CVE-2011-3374 | LOW | 1.8.2.1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/cve-2011-3374" > https://access.redhat.com/security/cve/cve-2011-3374< / a > < br > < a href = "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=642480" > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=642480< / a > < br > < a href = "https://people.canonical.com/~ubuntu-security/cve/2011/CVE-2011-3374.html" > https://people.canonical.com/~ubuntu-security/cve/2011/CVE-2011-3374.html< / a > < br > < a href = "https://seclists.org/fulldisclosure/2011/Sep/221" > https://seclists.org/fulldisclosure/2011/Sep/221< / a > < br > < a href = "https://security-tracker.debian.org/tracker/CVE-2011-3374" > https://security-tracker.debian.org/tracker/CVE-2011-3374< / a > < br > < a href = "https://snyk.io/vuln/SNYK-LINUX-APT-116518" > https://snyk.io/vuln/SNYK-LINUX-APT-116518< / a > < br > < a href = "https://ubuntu.com/security/CVE-2011-3374" > https://ubuntu.com/security/CVE-2011-3374< / a > < br > < / details > |
| libblkid1 | CVE-2021-37600 | LOW | 2.33.1-0.1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-37600" > https://access.redhat.com/security/cve/CVE-2021-37600< / a > < br > < a href = "https://github.com/karelzak/util-linux/commit/1c9143d0c1f979c3daf10e1c37b5b1e916c22a1c" > https://github.com/karelzak/util-linux/commit/1c9143d0c1f979c3daf10e1c37b5b1e916c22a1c< / a > < br > < a href = "https://github.com/karelzak/util-linux/issues/1395" > https://github.com/karelzak/util-linux/issues/1395< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-37600" > https://nvd.nist.gov/vuln/detail/CVE-2021-37600< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210902-0002/" > https://security.netapp.com/advisory/ntap-20210902-0002/< / a > < br > < / details > |
| libblkid1 | CVE-2022-0563 | LOW | 2.33.1-0.1 | | < 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 > |
| libc-bin | CVE-2021-33574 | CRITICAL | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-33574" > https://access.redhat.com/security/cve/CVE-2021-33574< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-33574.html" > https://linux.oracle.com/cve/CVE-2021-33574.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-9560.html" > https://linux.oracle.com/errata/ELSA-2021-9560.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KJYYIMDDYOHTP2PORLABTOHYQYYREZDD/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KJYYIMDDYOHTP2PORLABTOHYQYYREZDD/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RBUUWUGXVILQXVWEOU7N42ICHPJNAEUP/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RBUUWUGXVILQXVWEOU7N42ICHPJNAEUP/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-33574" > https://nvd.nist.gov/vuln/detail/CVE-2021-33574< / a > < br > < a href = "https://security.gentoo.org/glsa/202107-07" > https://security.gentoo.org/glsa/202107-07< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210629-0005/" > https://security.netapp.com/advisory/ntap-20210629-0005/< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=27896" > https://sourceware.org/bugzilla/show_bug.cgi?id=27896< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=27896#c1" > https://sourceware.org/bugzilla/show_bug.cgi?id=27896#c1< / a > < br > < / details > |
| libc-bin | CVE-2021-35942 | CRITICAL | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-35942.json" > https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-35942.json< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2021-35942" > https://access.redhat.com/security/cve/CVE-2021-35942< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-35942" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-35942< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-35942.html" > https://linux.oracle.com/cve/CVE-2021-35942.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-9560.html" > https://linux.oracle.com/errata/ELSA-2021-9560.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-35942" > https://nvd.nist.gov/vuln/detail/CVE-2021-35942< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210827-0005/" > https://security.netapp.com/advisory/ntap-20210827-0005/< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=28011" > https://sourceware.org/bugzilla/show_bug.cgi?id=28011< / a > < br > < a href = "https://sourceware.org/git/?p=glibc.git;a=commit;h=5adda61f62b77384718b4c0d8336ade8f2b4b35c" > https://sourceware.org/git/?p=glibc.git;a=commit;h=5adda61f62b77384718b4c0d8336ade8f2b4b35c< / a > < br > < a href = "https://sourceware.org/glibc/wiki/Security%20Exceptions" > https://sourceware.org/glibc/wiki/Security%20Exceptions< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5310-1" > https://ubuntu.com/security/notices/USN-5310-1< / a > < br > < / details > |
| libc-bin | CVE-2022-23218 | CRITICAL | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-23218" > https://access.redhat.com/security/cve/CVE-2022-23218< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23218" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23218< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2022-23218.html" > https://linux.oracle.com/cve/CVE-2022-23218.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-9234.html" > https://linux.oracle.com/errata/ELSA-2022-9234.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-23218" > https://nvd.nist.gov/vuln/detail/CVE-2022-23218< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=28768" > https://sourceware.org/bugzilla/show_bug.cgi?id=28768< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5310-1" > https://ubuntu.com/security/notices/USN-5310-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5310-2" > https://ubuntu.com/security/notices/USN-5310-2< / a > < br > < / details > |
| libc-bin | CVE-2022-23219 | CRITICAL | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-23219" > https://access.redhat.com/security/cve/CVE-2022-23219< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23219" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23219< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2022-23219.html" > https://linux.oracle.com/cve/CVE-2022-23219.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-9234.html" > https://linux.oracle.com/errata/ELSA-2022-9234.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-23219" > https://nvd.nist.gov/vuln/detail/CVE-2022-23219< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=22542" > https://sourceware.org/bugzilla/show_bug.cgi?id=22542< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5310-1" > https://ubuntu.com/security/notices/USN-5310-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5310-2" > https://ubuntu.com/security/notices/USN-5310-2< / a > < br > < / details > |
| libc-bin | CVE-2020-1751 | HIGH | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2020-1751" > https://access.redhat.com/security/cve/CVE-2020-1751< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-1751" > https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-1751< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-1751" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-1751< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-1751.html" > https://linux.oracle.com/cve/CVE-2020-1751.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4444.html" > https://linux.oracle.com/errata/ELSA-2020-4444.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-1751" > https://nvd.nist.gov/vuln/detail/CVE-2020-1751< / a > < br > < a href = "https://security.gentoo.org/glsa/202006-04" > https://security.gentoo.org/glsa/202006-04< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20200430-0002/" > https://security.netapp.com/advisory/ntap-20200430-0002/< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=25423" > https://sourceware.org/bugzilla/show_bug.cgi?id=25423< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4416-1" > https://ubuntu.com/security/notices/USN-4416-1< / a > < br > < a href = "https://usn.ubuntu.com/4416-1/" > https://usn.ubuntu.com/4416-1/< / a > < br > < / details > |
| libc-bin | CVE-2020-1752 | HIGH | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2020-1752" > https://access.redhat.com/security/cve/CVE-2020-1752< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-1752" > https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-1752< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-1752" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-1752< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-1752.html" > https://linux.oracle.com/cve/CVE-2020-1752.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4444.html" > https://linux.oracle.com/errata/ELSA-2020-4444.html< / a > < br > < a href = "https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-1752" > https://nvd.nist.gov/vuln/detail/CVE-2020-1752< / a > < br > < a href = "https://security.gentoo.org/glsa/202101-20" > https://security.gentoo.org/glsa/202101-20< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20200511-0005/" > https://security.netapp.com/advisory/ntap-20200511-0005/< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=25414" > https://sourceware.org/bugzilla/show_bug.cgi?id=25414< / a > < br > < a href = "https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=ddc650e9b3dc916eab417ce9f79e67337b05035c" > https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=ddc650e9b3dc916eab417ce9f79e67337b05035c< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4416-1" > https://ubuntu.com/security/notices/USN-4416-1< / a > < br > < a href = "https://usn.ubuntu.com/4416-1/" > https://usn.ubuntu.com/4416-1/< / a > < br > < / details > |
| libc-bin | CVE-2021-3326 | HIGH | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2021/01/28/2" > http://www.openwall.com/lists/oss-security/2021/01/28/2< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2021-3326" > https://access.redhat.com/security/cve/CVE-2021-3326< / a > < br > < a href = "https://bugs.chromium.org/p/project-zero/issues/detail?id=2146" > https://bugs.chromium.org/p/project-zero/issues/detail?id=2146< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3326" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3326< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-3326.html" > https://linux.oracle.com/cve/CVE-2021-3326.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-9344.html" > https://linux.oracle.com/errata/ELSA-2021-9344.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-3326" > https://nvd.nist.gov/vuln/detail/CVE-2021-3326< / a > < br > < a href = "https://security.gentoo.org/glsa/202107-07" > https://security.gentoo.org/glsa/202107-07< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210304-0007/" > https://security.netapp.com/advisory/ntap-20210304-0007/< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=27256" > https://sourceware.org/bugzilla/show_bug.cgi?id=27256< / a > < br > < a href = "https://sourceware.org/git/?p=glibc.git;a=commit;h=7d88c6142c6efc160c0ee5e4f85cde382c072888" > https://sourceware.org/git/?p=glibc.git;a=commit;h=7d88c6142c6efc160c0ee5e4f85cde382c072888< / a > < br > < a href = "https://sourceware.org/pipermail/libc-alpha/2021-January/122058.html" > https://sourceware.org/pipermail/libc-alpha/2021-January/122058.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5310-1" > https://ubuntu.com/security/notices/USN-5310-1< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpujan2022.html" > https://www.oracle.com/security-alerts/cpujan2022.html< / a > < br > < / details > |
| libc-bin | CVE-2021-3999 | HIGH | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-3999.json" > https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-3999.json< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2021-3999" > https://access.redhat.com/security/cve/CVE-2021-3999< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3999" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3999< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-3999.html" > https://linux.oracle.com/cve/CVE-2021-3999.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-9234.html" > https://linux.oracle.com/errata/ELSA-2022-9234.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5310-1" > https://ubuntu.com/security/notices/USN-5310-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5310-2" > https://ubuntu.com/security/notices/USN-5310-2< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2022/01/24/4" > https://www.openwall.com/lists/oss-security/2022/01/24/4< / a > < br > < / details > |
| libc-bin | CVE-2019-25013 | MEDIUM | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2019-25013" > https://access.redhat.com/security/cve/CVE-2019-25013< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-25013" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-25013< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2019-25013.html" > https://linux.oracle.com/cve/CVE-2019-25013.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-9344.html" > https://linux.oracle.com/errata/ELSA-2021-9344.html< / a > < br > < a href = "https://lists.apache.org/thread.html/r32d767ac804e9b8aad4355bb85960a6a1385eab7afff549a5e98660f@%3Cjira.kafka.apache.org%3E" > https://lists.apache.org/thread.html/r32d767ac804e9b8aad4355bb85960a6a1385eab7afff549a5e98660f@%3Cjira.kafka.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/r448bb851cc8e6e3f93f3c28c70032b37062625d81214744474ac49e7@%3Cdev.kafka.apache.org%3E" > https://lists.apache.org/thread.html/r448bb851cc8e6e3f93f3c28c70032b37062625d81214744474ac49e7@%3Cdev.kafka.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/r4806a391091e082bdea17266452ca656ebc176e51bb3932733b3a0a2@%3Cjira.kafka.apache.org%3E" > https://lists.apache.org/thread.html/r4806a391091e082bdea17266452ca656ebc176e51bb3932733b3a0a2@%3Cjira.kafka.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/r499e4f96d0b5109ef083f2feccd33c51650c1b7d7068aa3bd47efca9@%3Cjira.kafka.apache.org%3E" > https://lists.apache.org/thread.html/r499e4f96d0b5109ef083f2feccd33c51650c1b7d7068aa3bd47efca9@%3Cjira.kafka.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/r5af4430421bb6f9973294691a7904bbd260937e9eef96b20556f43ff@%3Cjira.kafka.apache.org%3E" > https://lists.apache.org/thread.html/r5af4430421bb6f9973294691a7904bbd260937e9eef96b20556f43ff@%3Cjira.kafka.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/r750eee18542bc02bd8350861c424ee60a9b9b225568fa09436a37ece@%3Cissues.zookeeper.apache.org%3E" > https://lists.apache.org/thread.html/r750eee18542bc02bd8350861c424ee60a9b9b225568fa09436a37ece@%3Cissues.zookeeper.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/r7a2e94adfe0a2f0a1d42e4927e8c32ecac97d37db9cb68095fe9ddbc@%3Cdev.zookeeper.apache.org%3E" > https://lists.apache.org/thread.html/r7a2e94adfe0a2f0a1d42e4927e8c32ecac97d37db9cb68095fe9ddbc@%3Cdev.zookeeper.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rd2354f9ccce41e494fbadcbc5ad87218de6ec0fff8a7b54c8462226c@%3Cissues.zookeeper.apache.org%3E" > https://lists.apache.org/thread.html/rd2354f9ccce41e494fbadcbc5ad87218de6ec0fff8a7b54c8462226c@%3Cissues.zookeeper.apache.org%3E< / 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://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4Y6TX47P47KABSFOL26FLDNVCWXDKDEZ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4Y6TX47P47KABSFOL26FLDNVCWXDKDEZ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TVCUNLQ3HXGS4VPUQKWTJGRAW2KTFGXS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TVCUNLQ3HXGS4VPUQKWTJGRAW2KTFGXS/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2019-25013" > https://nvd.nist.gov/vuln/detail/CVE-2019-25013< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210205-0004/" > https://security.netapp.com/advisory/ntap-20210205-0004/< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=24973" > https://sourceware.org/bugzilla/show_bug.cgi?id=24973< / a > < br > < a href = "https://sourceware.org/git/?p=glibc.git;a=commit;h=ee7a3144c9922808181009b7b3e50e852fb4999b" > https://sourceware.org/git/?p=glibc.git;a=commit;h=ee7a3144c9922808181009b7
| libc-bin | CVE-2020-10029 | MEDIUM | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-03/msg00033.html" > http://lists.opensuse.org/opensuse-security-announce/2020-03/msg00033.html< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2020-10029" > https://access.redhat.com/security/cve/CVE-2020-10029< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-10029" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-10029< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-10029.html" > https://linux.oracle.com/cve/CVE-2020-10029.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-0348.html" > https://linux.oracle.com/errata/ELSA-2021-0348.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/23N76M3EDP2GIW4GOIQRYTKRE7PPBRB2/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/23N76M3EDP2GIW4GOIQRYTKRE7PPBRB2/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/JZTFUD5VH2GU3YOXA2KBQSBIDZRDWNZ3/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/JZTFUD5VH2GU3YOXA2KBQSBIDZRDWNZ3/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/VU5JJGENOK7K4X5RYAA5PL647C6HD22E/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/VU5JJGENOK7K4X5RYAA5PL647C6HD22E/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-10029" > https://nvd.nist.gov/vuln/detail/CVE-2020-10029< / a > < br > < a href = "https://security.gentoo.org/glsa/202006-04" > https://security.gentoo.org/glsa/202006-04< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20200327-0003/" > https://security.netapp.com/advisory/ntap-20200327-0003/< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=25487" > https://sourceware.org/bugzilla/show_bug.cgi?id=25487< / a > < br > < a href = "https://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commit;h=9333498794cde1d5cca518badf79533a24114b6f" > https://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commit;h=9333498794cde1d5cca518badf79533a24114b6f< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4416-1" > https://ubuntu.com/security/notices/USN-4416-1< / a > < br > < a href = "https://usn.ubuntu.com/4416-1/" > https://usn.ubuntu.com/4416-1/< / a > < br > < / details > |
| libc-bin | CVE-2020-27618 | MEDIUM | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2020-27618" > https://access.redhat.com/security/cve/CVE-2020-27618< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-27618" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-27618< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-27618.html" > https://linux.oracle.com/cve/CVE-2020-27618.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-9344.html" > https://linux.oracle.com/errata/ELSA-2021-9344.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-27618" > https://nvd.nist.gov/vuln/detail/CVE-2020-27618< / a > < br > < a href = "https://security.gentoo.org/glsa/202107-07" > https://security.gentoo.org/glsa/202107-07< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210401-0006/" > https://security.netapp.com/advisory/ntap-20210401-0006/< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=19519#c21" > https://sourceware.org/bugzilla/show_bug.cgi?id=19519#c21< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=26224" > https://sourceware.org/bugzilla/show_bug.cgi?id=26224< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5310-1" > https://ubuntu.com/security/notices/USN-5310-1< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpujan2022.html" > https://www.oracle.com/security-alerts/cpujan2022.html< / a > < br > < / details > |
| libc-bin | CVE-2010-4756 | LOW | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "http://cxib.net/stuff/glob-0day.c" > http://cxib.net/stuff/glob-0day.c< / a > < br > < a href = "http://securityreason.com/achievement_securityalert/89" > http://securityreason.com/achievement_securityalert/89< / a > < br > < a href = "http://securityreason.com/exploitalert/9223" > http://securityreason.com/exploitalert/9223< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2010-4756" > https://access.redhat.com/security/cve/CVE-2010-4756< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=681681" > https://bugzilla.redhat.com/show_bug.cgi?id=681681< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2010-4756" > https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2010-4756< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2010-4756" > https://nvd.nist.gov/vuln/detail/CVE-2010-4756< / a > < br > < / details > |
| libc-bin | CVE-2016-10228 | LOW | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "http://openwall.com/lists/oss-security/2017/03/01/10" > http://openwall.com/lists/oss-security/2017/03/01/10< / a > < br > < a href = "http://www.securityfocus.com/bid/96525" > http://www.securityfocus.com/bid/96525< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2016-10228" > https://access.redhat.com/security/cve/CVE-2016-10228< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-10228" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-10228< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2016-10228.html" > https://linux.oracle.com/cve/CVE-2016-10228.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-9344.html" > https://linux.oracle.com/errata/ELSA-2021-9344.html< / 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://security.gentoo.org/glsa/202101-20" > https://security.gentoo.org/glsa/202101-20< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=19519" > https://sourceware.org/bugzilla/show_bug.cgi?id=19519< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=19519#c21" > https://sourceware.org/bugzilla/show_bug.cgi?id=19519#c21< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=26224" > https://sourceware.org/bugzilla/show_bug.cgi?id=26224< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5310-1" > https://ubuntu.com/security/notices/USN-5310-1< / a > < br > < / details > |
| libc-bin | CVE-2018-20796 | LOW | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "http://www.securityfocus.com/bid/107160" > http://www.securityfocus.com/bid/107160< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2018-20796" > https://access.redhat.com/security/cve/CVE-2018-20796< / a > < br > < a href = "https://debbugs.gnu.org/cgi/bugreport.cgi?bug=34141" > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=34141< / a > < br > < a href = "https://lists.gnu.org/archive/html/bug-gnulib/2019-01/msg00108.html" > https://lists.gnu.org/archive/html/bug-gnulib/2019-01/msg00108.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2018-20796" > https://nvd.nist.gov/vuln/detail/CVE-2018-20796< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20190315-0002/" > https://security.netapp.com/advisory/ntap-20190315-0002/< / a > < br > < a href = "https://support.f5.com/csp/article/K26346590?utm_source=f5support&amp;utm_medium=RSS" > https://support.f5.com/csp/article/K26346590?utm_source=f5support& amp;utm_medium=RSS< / a > < br > < / details > |
| libc-bin | CVE-2019-1010022 | LOW | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2019-1010022" > https://access.redhat.com/security/cve/CVE-2019-1010022< / a > < br > < a href = "https://security-tracker.debian.org/tracker/CVE-2019-1010022" > https://security-tracker.debian.org/tracker/CVE-2019-1010022< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=22850" > https://sourceware.org/bugzilla/show_bug.cgi?id=22850< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=22850#c3" > https://sourceware.org/bugzilla/show_bug.cgi?id=22850#c3< / a > < br > < a href = "https://ubuntu.com/security/CVE-2019-1010022" > https://ubuntu.com/security/CVE-2019-1010022< / a > < br > < / details > |
| libc-bin | CVE-2019-1010023 | LOW | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "http://www.securityfocus.com/bid/109167" > http://www.securityfocus.com/bid/109167< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2019-1010023" > https://access.redhat.com/security/cve/CVE-2019-1010023< / a > < br > < a href = "https://security-tracker.debian.org/tracker/CVE-2019-1010023" > https://security-tracker.debian.org/tracker/CVE-2019-1010023< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=22851" > https://sourceware.org/bugzilla/show_bug.cgi?id=22851< / a > < br > < a href = "https://support.f5.com/csp/article/K11932200?utm_source=f5support&amp;utm_medium=RSS" > https://support.f5.com/csp/article/K11932200?utm_source=f5support& amp;utm_medium=RSS< / a > < br > < a href = "https://ubuntu.com/security/CVE-2019-1010023" > https://ubuntu.com/security/CVE-2019-1010023< / a > < br > < / details > |
| libc-bin | CVE-2019-1010024 | LOW | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "http://www.securityfocus.com/bid/109162" > http://www.securityfocus.com/bid/109162< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2019-1010024" > https://access.redhat.com/security/cve/CVE-2019-1010024< / a > < br > < a href = "https://security-tracker.debian.org/tracker/CVE-2019-1010024" > https://security-tracker.debian.org/tracker/CVE-2019-1010024< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=22852" > https://sourceware.org/bugzilla/show_bug.cgi?id=22852< / a > < br > < a href = "https://support.f5.com/csp/article/K06046097" > https://support.f5.com/csp/article/K06046097< / a > < br > < a href = "https://support.f5.com/csp/article/K06046097?utm_source=f5support&amp;utm_medium=RSS" > https://support.f5.com/csp/article/K06046097?utm_source=f5support& amp;utm_medium=RSS< / a > < br > < a href = "https://ubuntu.com/security/CVE-2019-1010024" > https://ubuntu.com/security/CVE-2019-1010024< / a > < br > < / details > |
| libc-bin | CVE-2019-1010025 | LOW | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2019-1010025" > https://access.redhat.com/security/cve/CVE-2019-1010025< / a > < br > < a href = "https://security-tracker.debian.org/tracker/CVE-2019-1010025" > https://security-tracker.debian.org/tracker/CVE-2019-1010025< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=22853" > https://sourceware.org/bugzilla/show_bug.cgi?id=22853< / a > < br > < a href = "https://support.f5.com/csp/article/K06046097" > https://support.f5.com/csp/article/K06046097< / a > < br > < a href = "https://support.f5.com/csp/article/K06046097?utm_source=f5support&amp;utm_medium=RSS" > https://support.f5.com/csp/article/K06046097?utm_source=f5support& amp;utm_medium=RSS< / a > < br > < a href = "https://ubuntu.com/security/CVE-2019-1010025" > https://ubuntu.com/security/CVE-2019-1010025< / a > < br > < / details > |
| libc-bin | CVE-2019-19126 | LOW | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2019-19126" > https://access.redhat.com/security/cve/CVE-2019-19126< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19126" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19126< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2019-19126.html" > https://linux.oracle.com/cve/CVE-2019-19126.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-3861.html" > https://linux.oracle.com/errata/ELSA-2020-3861.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4FQ5LC6JOYSOYFPRUZ4S45KL6IP3RPPZ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4FQ5LC6JOYSOYFPRUZ4S45KL6IP3RPPZ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZFJ5E7NWOL6ROE5QVICHKIOUGCPFJVUH/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZFJ5E7NWOL6ROE5QVICHKIOUGCPFJVUH/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2019-19126" > https://nvd.nist.gov/vuln/detail/CVE-2019-19126< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=25204" > https://sourceware.org/bugzilla/show_bug.cgi?id=25204< / a > < br > < a href = "https://sourceware.org/ml/libc-alpha/2019-11/msg00649.html" > https://sourceware.org/ml/libc-alpha/2019-11/msg00649.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4416-1" > https://ubuntu.com/security/notices/USN-4416-1< / a > < br > < a href = "https://usn.ubuntu.com/4416-1/" > https://usn.ubuntu.com/4416-1/< / a > < br > < / details > |
| libc-bin | CVE-2019-9192 | LOW | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2019-9192" > https://access.redhat.com/security/cve/CVE-2019-9192< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2019-9192" > https://nvd.nist.gov/vuln/detail/CVE-2019-9192< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=24269" > https://sourceware.org/bugzilla/show_bug.cgi?id=24269< / a > < br > < a href = "https://support.f5.com/csp/article/K26346590?utm_source=f5support&amp;utm_medium=RSS" > https://support.f5.com/csp/article/K26346590?utm_source=f5support& amp;utm_medium=RSS< / a > < br > < / details > |
| libc-bin | CVE-2020-6096 | LOW | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2020-6096" > https://access.redhat.com/security/cve/CVE-2020-6096< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-6096" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-6096< / 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://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/SPYXTDOOB4PQGTYAMZAZNJIB3FF6YQXI/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/SPYXTDOOB4PQGTYAMZAZNJIB3FF6YQXI/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/URXOIA2LDUKHQXK4BE55BQBRI6ZZG3Y6/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/URXOIA2LDUKHQXK4BE55BQBRI6ZZG3Y6/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-6096" > https://nvd.nist.gov/vuln/detail/CVE-2020-6096< / a > < br > < a href = "https://security.gentoo.org/glsa/202101-20" > https://security.gentoo.org/glsa/202101-20< / a > < br > < a href = "https://sourceware.org/bugzilla/attachment.cgi?id=12334" > https://sourceware.org/bugzilla/attachment.cgi?id=12334< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=25620" > https://sourceware.org/bugzilla/show_bug.cgi?id=25620< / a > < br > < a href = "https://talosintelligence.com/vulnerability_reports/TALOS-2020-1019" > https://talosintelligence.com/vulnerability_reports/TALOS-2020-1019< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4954-1" > https://ubuntu.com/security/notices/USN-4954-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5310-1" > https://ubuntu.com/security/notices/USN-5310-1< / a > < br > < a href = "https://www.talosintelligence.com/vulnerability_reports/TALOS-2020-1019" > https://www.talosintelligence.com/vulnerability_reports/TALOS-2020-1019< / a > < br > < / details > |
| libc-bin | CVE-2021-27645 | LOW | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-27645" > https://access.redhat.com/security/cve/CVE-2021-27645< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-27645" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-27645< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-27645.html" > https://linux.oracle.com/cve/CVE-2021-27645.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-9560.html" > https://linux.oracle.com/errata/ELSA-2021-9560.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7LZNT6KTMCCWPWXEOGSHD3YLYZKUGMH5/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7LZNT6KTMCCWPWXEOGSHD3YLYZKUGMH5/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/I7TS26LIZSOBLGJEZMJX4PXT5BQDE2WS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/I7TS26LIZSOBLGJEZMJX4PXT5BQDE2WS/< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=27462" > https://sourceware.org/bugzilla/show_bug.cgi?id=27462< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5310-1" > https://ubuntu.com/security/notices/USN-5310-1< / a > < br > < / details > |
| libc-l10n | CVE-2021-33574 | CRITICAL | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-33574" > https://access.redhat.com/security/cve/CVE-2021-33574< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-33574.html" > https://linux.oracle.com/cve/CVE-2021-33574.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-9560.html" > https://linux.oracle.com/errata/ELSA-2021-9560.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KJYYIMDDYOHTP2PORLABTOHYQYYREZDD/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KJYYIMDDYOHTP2PORLABTOHYQYYREZDD/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RBUUWUGXVILQXVWEOU7N42ICHPJNAEUP/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RBUUWUGXVILQXVWEOU7N42ICHPJNAEUP/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-33574" > https://nvd.nist.gov/vuln/detail/CVE-2021-33574< / a > < br > < a href = "https://security.gentoo.org/glsa/202107-07" > https://security.gentoo.org/glsa/202107-07< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210629-0005/" > https://security.netapp.com/advisory/ntap-20210629-0005/< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=27896" > https://sourceware.org/bugzilla/show_bug.cgi?id=27896< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=27896#c1" > https://sourceware.org/bugzilla/show_bug.cgi?id=27896#c1< / a > < br > < / details > |
| libc-l10n | CVE-2021-35942 | CRITICAL | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-35942.json" > https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-35942.json< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2021-35942" > https://access.redhat.com/security/cve/CVE-2021-35942< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-35942" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-35942< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-35942.html" > https://linux.oracle.com/cve/CVE-2021-35942.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-9560.html" > https://linux.oracle.com/errata/ELSA-2021-9560.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-35942" > https://nvd.nist.gov/vuln/detail/CVE-2021-35942< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210827-0005/" > https://security.netapp.com/advisory/ntap-20210827-0005/< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=28011" > https://sourceware.org/bugzilla/show_bug.cgi?id=28011< / a > < br > < a href = "https://sourceware.org/git/?p=glibc.git;a=commit;h=5adda61f62b77384718b4c0d8336ade8f2b4b35c" > https://sourceware.org/git/?p=glibc.git;a=commit;h=5adda61f62b77384718b4c0d8336ade8f2b4b35c< / a > < br > < a href = "https://sourceware.org/glibc/wiki/Security%20Exceptions" > https://sourceware.org/glibc/wiki/Security%20Exceptions< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5310-1" > https://ubuntu.com/security/notices/USN-5310-1< / a > < br > < / details > |
| libc-l10n | CVE-2022-23218 | CRITICAL | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-23218" > https://access.redhat.com/security/cve/CVE-2022-23218< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23218" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23218< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2022-23218.html" > https://linux.oracle.com/cve/CVE-2022-23218.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-9234.html" > https://linux.oracle.com/errata/ELSA-2022-9234.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-23218" > https://nvd.nist.gov/vuln/detail/CVE-2022-23218< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=28768" > https://sourceware.org/bugzilla/show_bug.cgi?id=28768< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5310-1" > https://ubuntu.com/security/notices/USN-5310-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5310-2" > https://ubuntu.com/security/notices/USN-5310-2< / a > < br > < / details > |
| libc-l10n | CVE-2022-23219 | CRITICAL | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-23219" > https://access.redhat.com/security/cve/CVE-2022-23219< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23219" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23219< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2022-23219.html" > https://linux.oracle.com/cve/CVE-2022-23219.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-9234.html" > https://linux.oracle.com/errata/ELSA-2022-9234.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-23219" > https://nvd.nist.gov/vuln/detail/CVE-2022-23219< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=22542" > https://sourceware.org/bugzilla/show_bug.cgi?id=22542< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5310-1" > https://ubuntu.com/security/notices/USN-5310-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5310-2" > https://ubuntu.com/security/notices/USN-5310-2< / a > < br > < / details > |
| libc-l10n | CVE-2020-1751 | HIGH | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2020-1751" > https://access.redhat.com/security/cve/CVE-2020-1751< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-1751" > https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-1751< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-1751" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-1751< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-1751.html" > https://linux.oracle.com/cve/CVE-2020-1751.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4444.html" > https://linux.oracle.com/errata/ELSA-2020-4444.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-1751" > https://nvd.nist.gov/vuln/detail/CVE-2020-1751< / a > < br > < a href = "https://security.gentoo.org/glsa/202006-04" > https://security.gentoo.org/glsa/202006-04< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20200430-0002/" > https://security.netapp.com/advisory/ntap-20200430-0002/< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=25423" > https://sourceware.org/bugzilla/show_bug.cgi?id=25423< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4416-1" > https://ubuntu.com/security/notices/USN-4416-1< / a > < br > < a href = "https://usn.ubuntu.com/4416-1/" > https://usn.ubuntu.com/4416-1/< / a > < br > < / details > |
| libc-l10n | CVE-2020-1752 | HIGH | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2020-1752" > https://access.redhat.com/security/cve/CVE-2020-1752< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-1752" > https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-1752< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-1752" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-1752< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-1752.html" > https://linux.oracle.com/cve/CVE-2020-1752.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4444.html" > https://linux.oracle.com/errata/ELSA-2020-4444.html< / a > < br > < a href = "https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-1752" > https://nvd.nist.gov/vuln/detail/CVE-2020-1752< / a > < br > < a href = "https://security.gentoo.org/glsa/202101-20" > https://security.gentoo.org/glsa/202101-20< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20200511-0005/" > https://security.netapp.com/advisory/ntap-20200511-0005/< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=25414" > https://sourceware.org/bugzilla/show_bug.cgi?id=25414< / a > < br > < a href = "https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=ddc650e9b3dc916eab417ce9f79e67337b05035c" > https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=ddc650e9b3dc916eab417ce9f79e67337b05035c< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4416-1" > https://ubuntu.com/security/notices/USN-4416-1< / a > < br > < a href = "https://usn.ubuntu.com/4416-1/" > https://usn.ubuntu.com/4416-1/< / a > < br > < / details > |
| libc-l10n | CVE-2021-3326 | HIGH | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2021/01/28/2" > http://www.openwall.com/lists/oss-security/2021/01/28/2< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2021-3326" > https://access.redhat.com/security/cve/CVE-2021-3326< / a > < br > < a href = "https://bugs.chromium.org/p/project-zero/issues/detail?id=2146" > https://bugs.chromium.org/p/project-zero/issues/detail?id=2146< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3326" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3326< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-3326.html" > https://linux.oracle.com/cve/CVE-2021-3326.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-9344.html" > https://linux.oracle.com/errata/ELSA-2021-9344.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-3326" > https://nvd.nist.gov/vuln/detail/CVE-2021-3326< / a > < br > < a href = "https://security.gentoo.org/glsa/202107-07" > https://security.gentoo.org/glsa/202107-07< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210304-0007/" > https://security.netapp.com/advisory/ntap-20210304-0007/< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=27256" > https://sourceware.org/bugzilla/show_bug.cgi?id=27256< / a > < br > < a href = "https://sourceware.org/git/?p=glibc.git;a=commit;h=7d88c6142c6efc160c0ee5e4f85cde382c072888" > https://sourceware.org/git/?p=glibc.git;a=commit;h=7d88c6142c6efc160c0ee5e4f85cde382c072888< / a > < br > < a href = "https://sourceware.org/pipermail/libc-alpha/2021-January/122058.html" > https://sourceware.org/pipermail/libc-alpha/2021-January/122058.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5310-1" > https://ubuntu.com/security/notices/USN-5310-1< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpujan2022.html" > https://www.oracle.com/security-alerts/cpujan2022.html< / a > < br > < / details > |
| libc-l10n | CVE-2021-3999 | HIGH | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-3999.json" > https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-3999.json< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2021-3999" > https://access.redhat.com/security/cve/CVE-2021-3999< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3999" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3999< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-3999.html" > https://linux.oracle.com/cve/CVE-2021-3999.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-9234.html" > https://linux.oracle.com/errata/ELSA-2022-9234.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5310-1" > https://ubuntu.com/security/notices/USN-5310-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5310-2" > https://ubuntu.com/security/notices/USN-5310-2< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2022/01/24/4" > https://www.openwall.com/lists/oss-security/2022/01/24/4< / a > < br > < / details > |
| libc-l10n | CVE-2019-25013 | MEDIUM | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2019-25013" > https://access.redhat.com/security/cve/CVE-2019-25013< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-25013" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-25013< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2019-25013.html" > https://linux.oracle.com/cve/CVE-2019-25013.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-9344.html" > https://linux.oracle.com/errata/ELSA-2021-9344.html< / a > < br > < a href = "https://lists.apache.org/thread.html/r32d767ac804e9b8aad4355bb85960a6a1385eab7afff549a5e98660f@%3Cjira.kafka.apache.org%3E" > https://lists.apache.org/thread.html/r32d767ac804e9b8aad4355bb85960a6a1385eab7afff549a5e98660f@%3Cjira.kafka.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/r448bb851cc8e6e3f93f3c28c70032b37062625d81214744474ac49e7@%3Cdev.kafka.apache.org%3E" > https://lists.apache.org/thread.html/r448bb851cc8e6e3f93f3c28c70032b37062625d81214744474ac49e7@%3Cdev.kafka.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/r4806a391091e082bdea17266452ca656ebc176e51bb3932733b3a0a2@%3Cjira.kafka.apache.org%3E" > https://lists.apache.org/thread.html/r4806a391091e082bdea17266452ca656ebc176e51bb3932733b3a0a2@%3Cjira.kafka.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/r499e4f96d0b5109ef083f2feccd33c51650c1b7d7068aa3bd47efca9@%3Cjira.kafka.apache.org%3E" > https://lists.apache.org/thread.html/r499e4f96d0b5109ef083f2feccd33c51650c1b7d7068aa3bd47efca9@%3Cjira.kafka.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/r5af4430421bb6f9973294691a7904bbd260937e9eef96b20556f43ff@%3Cjira.kafka.apache.org%3E" > https://lists.apache.org/thread.html/r5af4430421bb6f9973294691a7904bbd260937e9eef96b20556f43ff@%3Cjira.kafka.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/r750eee18542bc02bd8350861c424ee60a9b9b225568fa09436a37ece@%3Cissues.zookeeper.apache.org%3E" > https://lists.apache.org/thread.html/r750eee18542bc02bd8350861c424ee60a9b9b225568fa09436a37ece@%3Cissues.zookeeper.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/r7a2e94adfe0a2f0a1d42e4927e8c32ecac97d37db9cb68095fe9ddbc@%3Cdev.zookeeper.apache.org%3E" > https://lists.apache.org/thread.html/r7a2e94adfe0a2f0a1d42e4927e8c32ecac97d37db9cb68095fe9ddbc@%3Cdev.zookeeper.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rd2354f9ccce41e494fbadcbc5ad87218de6ec0fff8a7b54c8462226c@%3Cissues.zookeeper.apache.org%3E" > https://lists.apache.org/thread.html/rd2354f9ccce41e494fbadcbc5ad87218de6ec0fff8a7b54c8462226c@%3Cissues.zookeeper.apache.org%3E< / 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://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4Y6TX47P47KABSFOL26FLDNVCWXDKDEZ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4Y6TX47P47KABSFOL26FLDNVCWXDKDEZ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TVCUNLQ3HXGS4VPUQKWTJGRAW2KTFGXS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TVCUNLQ3HXGS4VPUQKWTJGRAW2KTFGXS/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2019-25013" > https://nvd.nist.gov/vuln/detail/CVE-2019-25013< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210205-0004/" > https://security.netapp.com/advisory/ntap-20210205-0004/< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=24973" > https://sourceware.org/bugzilla/show_bug.cgi?id=24973< / a > < br > < a href = "https://sourceware.org/git/?p=glibc.git;a=commit;h=ee7a3144c9922808181009b7b3e50e852fb4999b" > https://sourceware.org/git/?p=glibc.git;a=commit;h=ee7a3144c9922808181009b
| libc-l10n | CVE-2020-10029 | MEDIUM | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-03/msg00033.html" > http://lists.opensuse.org/opensuse-security-announce/2020-03/msg00033.html< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2020-10029" > https://access.redhat.com/security/cve/CVE-2020-10029< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-10029" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-10029< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-10029.html" > https://linux.oracle.com/cve/CVE-2020-10029.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-0348.html" > https://linux.oracle.com/errata/ELSA-2021-0348.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/23N76M3EDP2GIW4GOIQRYTKRE7PPBRB2/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/23N76M3EDP2GIW4GOIQRYTKRE7PPBRB2/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/JZTFUD5VH2GU3YOXA2KBQSBIDZRDWNZ3/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/JZTFUD5VH2GU3YOXA2KBQSBIDZRDWNZ3/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/VU5JJGENOK7K4X5RYAA5PL647C6HD22E/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/VU5JJGENOK7K4X5RYAA5PL647C6HD22E/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-10029" > https://nvd.nist.gov/vuln/detail/CVE-2020-10029< / a > < br > < a href = "https://security.gentoo.org/glsa/202006-04" > https://security.gentoo.org/glsa/202006-04< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20200327-0003/" > https://security.netapp.com/advisory/ntap-20200327-0003/< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=25487" > https://sourceware.org/bugzilla/show_bug.cgi?id=25487< / a > < br > < a href = "https://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commit;h=9333498794cde1d5cca518badf79533a24114b6f" > https://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commit;h=9333498794cde1d5cca518badf79533a24114b6f< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4416-1" > https://ubuntu.com/security/notices/USN-4416-1< / a > < br > < a href = "https://usn.ubuntu.com/4416-1/" > https://usn.ubuntu.com/4416-1/< / a > < br > < / details > |
| libc-l10n | CVE-2020-27618 | MEDIUM | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2020-27618" > https://access.redhat.com/security/cve/CVE-2020-27618< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-27618" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-27618< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-27618.html" > https://linux.oracle.com/cve/CVE-2020-27618.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-9344.html" > https://linux.oracle.com/errata/ELSA-2021-9344.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-27618" > https://nvd.nist.gov/vuln/detail/CVE-2020-27618< / a > < br > < a href = "https://security.gentoo.org/glsa/202107-07" > https://security.gentoo.org/glsa/202107-07< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210401-0006/" > https://security.netapp.com/advisory/ntap-20210401-0006/< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=19519#c21" > https://sourceware.org/bugzilla/show_bug.cgi?id=19519#c21< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=26224" > https://sourceware.org/bugzilla/show_bug.cgi?id=26224< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5310-1" > https://ubuntu.com/security/notices/USN-5310-1< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpujan2022.html" > https://www.oracle.com/security-alerts/cpujan2022.html< / a > < br > < / details > |
| libc-l10n | CVE-2010-4756 | LOW | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "http://cxib.net/stuff/glob-0day.c" > http://cxib.net/stuff/glob-0day.c< / a > < br > < a href = "http://securityreason.com/achievement_securityalert/89" > http://securityreason.com/achievement_securityalert/89< / a > < br > < a href = "http://securityreason.com/exploitalert/9223" > http://securityreason.com/exploitalert/9223< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2010-4756" > https://access.redhat.com/security/cve/CVE-2010-4756< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=681681" > https://bugzilla.redhat.com/show_bug.cgi?id=681681< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2010-4756" > https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2010-4756< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2010-4756" > https://nvd.nist.gov/vuln/detail/CVE-2010-4756< / a > < br > < / details > |
| libc-l10n | CVE-2016-10228 | LOW | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "http://openwall.com/lists/oss-security/2017/03/01/10" > http://openwall.com/lists/oss-security/2017/03/01/10< / a > < br > < a href = "http://www.securityfocus.com/bid/96525" > http://www.securityfocus.com/bid/96525< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2016-10228" > https://access.redhat.com/security/cve/CVE-2016-10228< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-10228" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-10228< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2016-10228.html" > https://linux.oracle.com/cve/CVE-2016-10228.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-9344.html" > https://linux.oracle.com/errata/ELSA-2021-9344.html< / 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://security.gentoo.org/glsa/202101-20" > https://security.gentoo.org/glsa/202101-20< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=19519" > https://sourceware.org/bugzilla/show_bug.cgi?id=19519< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=19519#c21" > https://sourceware.org/bugzilla/show_bug.cgi?id=19519#c21< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=26224" > https://sourceware.org/bugzilla/show_bug.cgi?id=26224< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5310-1" > https://ubuntu.com/security/notices/USN-5310-1< / a > < br > < / details > |
| libc-l10n | CVE-2018-20796 | LOW | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "http://www.securityfocus.com/bid/107160" > http://www.securityfocus.com/bid/107160< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2018-20796" > https://access.redhat.com/security/cve/CVE-2018-20796< / a > < br > < a href = "https://debbugs.gnu.org/cgi/bugreport.cgi?bug=34141" > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=34141< / a > < br > < a href = "https://lists.gnu.org/archive/html/bug-gnulib/2019-01/msg00108.html" > https://lists.gnu.org/archive/html/bug-gnulib/2019-01/msg00108.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2018-20796" > https://nvd.nist.gov/vuln/detail/CVE-2018-20796< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20190315-0002/" > https://security.netapp.com/advisory/ntap-20190315-0002/< / a > < br > < a href = "https://support.f5.com/csp/article/K26346590?utm_source=f5support&amp;utm_medium=RSS" > https://support.f5.com/csp/article/K26346590?utm_source=f5support& amp;utm_medium=RSS< / a > < br > < / details > |
| libc-l10n | CVE-2019-1010022 | LOW | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2019-1010022" > https://access.redhat.com/security/cve/CVE-2019-1010022< / a > < br > < a href = "https://security-tracker.debian.org/tracker/CVE-2019-1010022" > https://security-tracker.debian.org/tracker/CVE-2019-1010022< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=22850" > https://sourceware.org/bugzilla/show_bug.cgi?id=22850< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=22850#c3" > https://sourceware.org/bugzilla/show_bug.cgi?id=22850#c3< / a > < br > < a href = "https://ubuntu.com/security/CVE-2019-1010022" > https://ubuntu.com/security/CVE-2019-1010022< / a > < br > < / details > |
| libc-l10n | CVE-2019-1010023 | LOW | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "http://www.securityfocus.com/bid/109167" > http://www.securityfocus.com/bid/109167< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2019-1010023" > https://access.redhat.com/security/cve/CVE-2019-1010023< / a > < br > < a href = "https://security-tracker.debian.org/tracker/CVE-2019-1010023" > https://security-tracker.debian.org/tracker/CVE-2019-1010023< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=22851" > https://sourceware.org/bugzilla/show_bug.cgi?id=22851< / a > < br > < a href = "https://support.f5.com/csp/article/K11932200?utm_source=f5support&amp;utm_medium=RSS" > https://support.f5.com/csp/article/K11932200?utm_source=f5support& amp;utm_medium=RSS< / a > < br > < a href = "https://ubuntu.com/security/CVE-2019-1010023" > https://ubuntu.com/security/CVE-2019-1010023< / a > < br > < / details > |
| libc-l10n | CVE-2019-1010024 | LOW | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "http://www.securityfocus.com/bid/109162" > http://www.securityfocus.com/bid/109162< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2019-1010024" > https://access.redhat.com/security/cve/CVE-2019-1010024< / a > < br > < a href = "https://security-tracker.debian.org/tracker/CVE-2019-1010024" > https://security-tracker.debian.org/tracker/CVE-2019-1010024< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=22852" > https://sourceware.org/bugzilla/show_bug.cgi?id=22852< / a > < br > < a href = "https://support.f5.com/csp/article/K06046097" > https://support.f5.com/csp/article/K06046097< / a > < br > < a href = "https://support.f5.com/csp/article/K06046097?utm_source=f5support&amp;utm_medium=RSS" > https://support.f5.com/csp/article/K06046097?utm_source=f5support& amp;utm_medium=RSS< / a > < br > < a href = "https://ubuntu.com/security/CVE-2019-1010024" > https://ubuntu.com/security/CVE-2019-1010024< / a > < br > < / details > |
| libc-l10n | CVE-2019-1010025 | LOW | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2019-1010025" > https://access.redhat.com/security/cve/CVE-2019-1010025< / a > < br > < a href = "https://security-tracker.debian.org/tracker/CVE-2019-1010025" > https://security-tracker.debian.org/tracker/CVE-2019-1010025< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=22853" > https://sourceware.org/bugzilla/show_bug.cgi?id=22853< / a > < br > < a href = "https://support.f5.com/csp/article/K06046097" > https://support.f5.com/csp/article/K06046097< / a > < br > < a href = "https://support.f5.com/csp/article/K06046097?utm_source=f5support&amp;utm_medium=RSS" > https://support.f5.com/csp/article/K06046097?utm_source=f5support& amp;utm_medium=RSS< / a > < br > < a href = "https://ubuntu.com/security/CVE-2019-1010025" > https://ubuntu.com/security/CVE-2019-1010025< / a > < br > < / details > |
| libc-l10n | CVE-2019-19126 | LOW | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2019-19126" > https://access.redhat.com/security/cve/CVE-2019-19126< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19126" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19126< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2019-19126.html" > https://linux.oracle.com/cve/CVE-2019-19126.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-3861.html" > https://linux.oracle.com/errata/ELSA-2020-3861.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4FQ5LC6JOYSOYFPRUZ4S45KL6IP3RPPZ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4FQ5LC6JOYSOYFPRUZ4S45KL6IP3RPPZ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZFJ5E7NWOL6ROE5QVICHKIOUGCPFJVUH/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZFJ5E7NWOL6ROE5QVICHKIOUGCPFJVUH/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2019-19126" > https://nvd.nist.gov/vuln/detail/CVE-2019-19126< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=25204" > https://sourceware.org/bugzilla/show_bug.cgi?id=25204< / a > < br > < a href = "https://sourceware.org/ml/libc-alpha/2019-11/msg00649.html" > https://sourceware.org/ml/libc-alpha/2019-11/msg00649.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4416-1" > https://ubuntu.com/security/notices/USN-4416-1< / a > < br > < a href = "https://usn.ubuntu.com/4416-1/" > https://usn.ubuntu.com/4416-1/< / a > < br > < / details > |
| libc-l10n | CVE-2019-9192 | LOW | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2019-9192" > https://access.redhat.com/security/cve/CVE-2019-9192< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2019-9192" > https://nvd.nist.gov/vuln/detail/CVE-2019-9192< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=24269" > https://sourceware.org/bugzilla/show_bug.cgi?id=24269< / a > < br > < a href = "https://support.f5.com/csp/article/K26346590?utm_source=f5support&amp;utm_medium=RSS" > https://support.f5.com/csp/article/K26346590?utm_source=f5support& amp;utm_medium=RSS< / a > < br > < / details > |
| libc-l10n | CVE-2020-6096 | LOW | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2020-6096" > https://access.redhat.com/security/cve/CVE-2020-6096< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-6096" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-6096< / 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://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/SPYXTDOOB4PQGTYAMZAZNJIB3FF6YQXI/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/SPYXTDOOB4PQGTYAMZAZNJIB3FF6YQXI/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/URXOIA2LDUKHQXK4BE55BQBRI6ZZG3Y6/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/URXOIA2LDUKHQXK4BE55BQBRI6ZZG3Y6/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-6096" > https://nvd.nist.gov/vuln/detail/CVE-2020-6096< / a > < br > < a href = "https://security.gentoo.org/glsa/202101-20" > https://security.gentoo.org/glsa/202101-20< / a > < br > < a href = "https://sourceware.org/bugzilla/attachment.cgi?id=12334" > https://sourceware.org/bugzilla/attachment.cgi?id=12334< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=25620" > https://sourceware.org/bugzilla/show_bug.cgi?id=25620< / a > < br > < a href = "https://talosintelligence.com/vulnerability_reports/TALOS-2020-1019" > https://talosintelligence.com/vulnerability_reports/TALOS-2020-1019< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4954-1" > https://ubuntu.com/security/notices/USN-4954-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5310-1" > https://ubuntu.com/security/notices/USN-5310-1< / a > < br > < a href = "https://www.talosintelligence.com/vulnerability_reports/TALOS-2020-1019" > https://www.talosintelligence.com/vulnerability_reports/TALOS-2020-1019< / a > < br > < / details > |
| libc-l10n | CVE-2021-27645 | LOW | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-27645" > https://access.redhat.com/security/cve/CVE-2021-27645< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-27645" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-27645< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-27645.html" > https://linux.oracle.com/cve/CVE-2021-27645.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-9560.html" > https://linux.oracle.com/errata/ELSA-2021-9560.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7LZNT6KTMCCWPWXEOGSHD3YLYZKUGMH5/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7LZNT6KTMCCWPWXEOGSHD3YLYZKUGMH5/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/I7TS26LIZSOBLGJEZMJX4PXT5BQDE2WS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/I7TS26LIZSOBLGJEZMJX4PXT5BQDE2WS/< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=27462" > https://sourceware.org/bugzilla/show_bug.cgi?id=27462< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5310-1" > https://ubuntu.com/security/notices/USN-5310-1< / a > < br > < / details > |
| libc6 | CVE-2021-33574 | CRITICAL | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-33574" > https://access.redhat.com/security/cve/CVE-2021-33574< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-33574.html" > https://linux.oracle.com/cve/CVE-2021-33574.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-9560.html" > https://linux.oracle.com/errata/ELSA-2021-9560.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KJYYIMDDYOHTP2PORLABTOHYQYYREZDD/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KJYYIMDDYOHTP2PORLABTOHYQYYREZDD/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RBUUWUGXVILQXVWEOU7N42ICHPJNAEUP/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RBUUWUGXVILQXVWEOU7N42ICHPJNAEUP/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-33574" > https://nvd.nist.gov/vuln/detail/CVE-2021-33574< / a > < br > < a href = "https://security.gentoo.org/glsa/202107-07" > https://security.gentoo.org/glsa/202107-07< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210629-0005/" > https://security.netapp.com/advisory/ntap-20210629-0005/< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=27896" > https://sourceware.org/bugzilla/show_bug.cgi?id=27896< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=27896#c1" > https://sourceware.org/bugzilla/show_bug.cgi?id=27896#c1< / a > < br > < / details > |
| libc6 | CVE-2021-35942 | CRITICAL | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-35942.json" > https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-35942.json< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2021-35942" > https://access.redhat.com/security/cve/CVE-2021-35942< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-35942" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-35942< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-35942.html" > https://linux.oracle.com/cve/CVE-2021-35942.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-9560.html" > https://linux.oracle.com/errata/ELSA-2021-9560.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-35942" > https://nvd.nist.gov/vuln/detail/CVE-2021-35942< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210827-0005/" > https://security.netapp.com/advisory/ntap-20210827-0005/< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=28011" > https://sourceware.org/bugzilla/show_bug.cgi?id=28011< / a > < br > < a href = "https://sourceware.org/git/?p=glibc.git;a=commit;h=5adda61f62b77384718b4c0d8336ade8f2b4b35c" > https://sourceware.org/git/?p=glibc.git;a=commit;h=5adda61f62b77384718b4c0d8336ade8f2b4b35c< / a > < br > < a href = "https://sourceware.org/glibc/wiki/Security%20Exceptions" > https://sourceware.org/glibc/wiki/Security%20Exceptions< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5310-1" > https://ubuntu.com/security/notices/USN-5310-1< / a > < br > < / details > |
| libc6 | CVE-2022-23218 | CRITICAL | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-23218" > https://access.redhat.com/security/cve/CVE-2022-23218< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23218" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23218< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2022-23218.html" > https://linux.oracle.com/cve/CVE-2022-23218.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-9234.html" > https://linux.oracle.com/errata/ELSA-2022-9234.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-23218" > https://nvd.nist.gov/vuln/detail/CVE-2022-23218< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=28768" > https://sourceware.org/bugzilla/show_bug.cgi?id=28768< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5310-1" > https://ubuntu.com/security/notices/USN-5310-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5310-2" > https://ubuntu.com/security/notices/USN-5310-2< / a > < br > < / details > |
| libc6 | CVE-2022-23219 | CRITICAL | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-23219" > https://access.redhat.com/security/cve/CVE-2022-23219< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23219" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23219< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2022-23219.html" > https://linux.oracle.com/cve/CVE-2022-23219.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-9234.html" > https://linux.oracle.com/errata/ELSA-2022-9234.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-23219" > https://nvd.nist.gov/vuln/detail/CVE-2022-23219< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=22542" > https://sourceware.org/bugzilla/show_bug.cgi?id=22542< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5310-1" > https://ubuntu.com/security/notices/USN-5310-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5310-2" > https://ubuntu.com/security/notices/USN-5310-2< / a > < br > < / details > |
| libc6 | CVE-2020-1751 | HIGH | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2020-1751" > https://access.redhat.com/security/cve/CVE-2020-1751< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-1751" > https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-1751< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-1751" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-1751< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-1751.html" > https://linux.oracle.com/cve/CVE-2020-1751.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4444.html" > https://linux.oracle.com/errata/ELSA-2020-4444.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-1751" > https://nvd.nist.gov/vuln/detail/CVE-2020-1751< / a > < br > < a href = "https://security.gentoo.org/glsa/202006-04" > https://security.gentoo.org/glsa/202006-04< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20200430-0002/" > https://security.netapp.com/advisory/ntap-20200430-0002/< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=25423" > https://sourceware.org/bugzilla/show_bug.cgi?id=25423< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4416-1" > https://ubuntu.com/security/notices/USN-4416-1< / a > < br > < a href = "https://usn.ubuntu.com/4416-1/" > https://usn.ubuntu.com/4416-1/< / a > < br > < / details > |
| libc6 | CVE-2020-1752 | HIGH | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2020-1752" > https://access.redhat.com/security/cve/CVE-2020-1752< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-1752" > https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-1752< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-1752" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-1752< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-1752.html" > https://linux.oracle.com/cve/CVE-2020-1752.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4444.html" > https://linux.oracle.com/errata/ELSA-2020-4444.html< / a > < br > < a href = "https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-1752" > https://nvd.nist.gov/vuln/detail/CVE-2020-1752< / a > < br > < a href = "https://security.gentoo.org/glsa/202101-20" > https://security.gentoo.org/glsa/202101-20< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20200511-0005/" > https://security.netapp.com/advisory/ntap-20200511-0005/< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=25414" > https://sourceware.org/bugzilla/show_bug.cgi?id=25414< / a > < br > < a href = "https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=ddc650e9b3dc916eab417ce9f79e67337b05035c" > https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=ddc650e9b3dc916eab417ce9f79e67337b05035c< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4416-1" > https://ubuntu.com/security/notices/USN-4416-1< / a > < br > < a href = "https://usn.ubuntu.com/4416-1/" > https://usn.ubuntu.com/4416-1/< / a > < br > < / details > |
| libc6 | CVE-2021-3326 | HIGH | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2021/01/28/2" > http://www.openwall.com/lists/oss-security/2021/01/28/2< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2021-3326" > https://access.redhat.com/security/cve/CVE-2021-3326< / a > < br > < a href = "https://bugs.chromium.org/p/project-zero/issues/detail?id=2146" > https://bugs.chromium.org/p/project-zero/issues/detail?id=2146< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3326" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3326< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-3326.html" > https://linux.oracle.com/cve/CVE-2021-3326.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-9344.html" > https://linux.oracle.com/errata/ELSA-2021-9344.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-3326" > https://nvd.nist.gov/vuln/detail/CVE-2021-3326< / a > < br > < a href = "https://security.gentoo.org/glsa/202107-07" > https://security.gentoo.org/glsa/202107-07< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210304-0007/" > https://security.netapp.com/advisory/ntap-20210304-0007/< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=27256" > https://sourceware.org/bugzilla/show_bug.cgi?id=27256< / a > < br > < a href = "https://sourceware.org/git/?p=glibc.git;a=commit;h=7d88c6142c6efc160c0ee5e4f85cde382c072888" > https://sourceware.org/git/?p=glibc.git;a=commit;h=7d88c6142c6efc160c0ee5e4f85cde382c072888< / a > < br > < a href = "https://sourceware.org/pipermail/libc-alpha/2021-January/122058.html" > https://sourceware.org/pipermail/libc-alpha/2021-January/122058.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5310-1" > https://ubuntu.com/security/notices/USN-5310-1< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpujan2022.html" > https://www.oracle.com/security-alerts/cpujan2022.html< / a > < br > < / details > |
| libc6 | CVE-2021-3999 | HIGH | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-3999.json" > https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-3999.json< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2021-3999" > https://access.redhat.com/security/cve/CVE-2021-3999< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3999" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3999< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-3999.html" > https://linux.oracle.com/cve/CVE-2021-3999.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-9234.html" > https://linux.oracle.com/errata/ELSA-2022-9234.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5310-1" > https://ubuntu.com/security/notices/USN-5310-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5310-2" > https://ubuntu.com/security/notices/USN-5310-2< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2022/01/24/4" > https://www.openwall.com/lists/oss-security/2022/01/24/4< / a > < br > < / details > |
| libc6 | CVE-2019-25013 | MEDIUM | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2019-25013" > https://access.redhat.com/security/cve/CVE-2019-25013< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-25013" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-25013< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2019-25013.html" > https://linux.oracle.com/cve/CVE-2019-25013.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-9344.html" > https://linux.oracle.com/errata/ELSA-2021-9344.html< / a > < br > < a href = "https://lists.apache.org/thread.html/r32d767ac804e9b8aad4355bb85960a6a1385eab7afff549a5e98660f@%3Cjira.kafka.apache.org%3E" > https://lists.apache.org/thread.html/r32d767ac804e9b8aad4355bb85960a6a1385eab7afff549a5e98660f@%3Cjira.kafka.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/r448bb851cc8e6e3f93f3c28c70032b37062625d81214744474ac49e7@%3Cdev.kafka.apache.org%3E" > https://lists.apache.org/thread.html/r448bb851cc8e6e3f93f3c28c70032b37062625d81214744474ac49e7@%3Cdev.kafka.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/r4806a391091e082bdea17266452ca656ebc176e51bb3932733b3a0a2@%3Cjira.kafka.apache.org%3E" > https://lists.apache.org/thread.html/r4806a391091e082bdea17266452ca656ebc176e51bb3932733b3a0a2@%3Cjira.kafka.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/r499e4f96d0b5109ef083f2feccd33c51650c1b7d7068aa3bd47efca9@%3Cjira.kafka.apache.org%3E" > https://lists.apache.org/thread.html/r499e4f96d0b5109ef083f2feccd33c51650c1b7d7068aa3bd47efca9@%3Cjira.kafka.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/r5af4430421bb6f9973294691a7904bbd260937e9eef96b20556f43ff@%3Cjira.kafka.apache.org%3E" > https://lists.apache.org/thread.html/r5af4430421bb6f9973294691a7904bbd260937e9eef96b20556f43ff@%3Cjira.kafka.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/r750eee18542bc02bd8350861c424ee60a9b9b225568fa09436a37ece@%3Cissues.zookeeper.apache.org%3E" > https://lists.apache.org/thread.html/r750eee18542bc02bd8350861c424ee60a9b9b225568fa09436a37ece@%3Cissues.zookeeper.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/r7a2e94adfe0a2f0a1d42e4927e8c32ecac97d37db9cb68095fe9ddbc@%3Cdev.zookeeper.apache.org%3E" > https://lists.apache.org/thread.html/r7a2e94adfe0a2f0a1d42e4927e8c32ecac97d37db9cb68095fe9ddbc@%3Cdev.zookeeper.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rd2354f9ccce41e494fbadcbc5ad87218de6ec0fff8a7b54c8462226c@%3Cissues.zookeeper.apache.org%3E" > https://lists.apache.org/thread.html/rd2354f9ccce41e494fbadcbc5ad87218de6ec0fff8a7b54c8462226c@%3Cissues.zookeeper.apache.org%3E< / 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://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4Y6TX47P47KABSFOL26FLDNVCWXDKDEZ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4Y6TX47P47KABSFOL26FLDNVCWXDKDEZ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TVCUNLQ3HXGS4VPUQKWTJGRAW2KTFGXS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TVCUNLQ3HXGS4VPUQKWTJGRAW2KTFGXS/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2019-25013" > https://nvd.nist.gov/vuln/detail/CVE-2019-25013< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210205-0004/" > https://security.netapp.com/advisory/ntap-20210205-0004/< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=24973" > https://sourceware.org/bugzilla/show_bug.cgi?id=24973< / a > < br > < a href = "https://sourceware.org/git/?p=glibc.git;a=commit;h=ee7a3144c9922808181009b7b3e50e852fb4999b" > https://sourceware.org/git/?p=glibc.git;a=commit;h=ee7a3144c9922808181009b7b3e
| libc6 | CVE-2020-10029 | MEDIUM | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-03/msg00033.html" > http://lists.opensuse.org/opensuse-security-announce/2020-03/msg00033.html< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2020-10029" > https://access.redhat.com/security/cve/CVE-2020-10029< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-10029" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-10029< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-10029.html" > https://linux.oracle.com/cve/CVE-2020-10029.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-0348.html" > https://linux.oracle.com/errata/ELSA-2021-0348.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/23N76M3EDP2GIW4GOIQRYTKRE7PPBRB2/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/23N76M3EDP2GIW4GOIQRYTKRE7PPBRB2/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/JZTFUD5VH2GU3YOXA2KBQSBIDZRDWNZ3/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/JZTFUD5VH2GU3YOXA2KBQSBIDZRDWNZ3/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/VU5JJGENOK7K4X5RYAA5PL647C6HD22E/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/VU5JJGENOK7K4X5RYAA5PL647C6HD22E/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-10029" > https://nvd.nist.gov/vuln/detail/CVE-2020-10029< / a > < br > < a href = "https://security.gentoo.org/glsa/202006-04" > https://security.gentoo.org/glsa/202006-04< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20200327-0003/" > https://security.netapp.com/advisory/ntap-20200327-0003/< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=25487" > https://sourceware.org/bugzilla/show_bug.cgi?id=25487< / a > < br > < a href = "https://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commit;h=9333498794cde1d5cca518badf79533a24114b6f" > https://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commit;h=9333498794cde1d5cca518badf79533a24114b6f< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4416-1" > https://ubuntu.com/security/notices/USN-4416-1< / a > < br > < a href = "https://usn.ubuntu.com/4416-1/" > https://usn.ubuntu.com/4416-1/< / a > < br > < / details > |
| libc6 | CVE-2020-27618 | MEDIUM | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2020-27618" > https://access.redhat.com/security/cve/CVE-2020-27618< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-27618" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-27618< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-27618.html" > https://linux.oracle.com/cve/CVE-2020-27618.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-9344.html" > https://linux.oracle.com/errata/ELSA-2021-9344.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-27618" > https://nvd.nist.gov/vuln/detail/CVE-2020-27618< / a > < br > < a href = "https://security.gentoo.org/glsa/202107-07" > https://security.gentoo.org/glsa/202107-07< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210401-0006/" > https://security.netapp.com/advisory/ntap-20210401-0006/< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=19519#c21" > https://sourceware.org/bugzilla/show_bug.cgi?id=19519#c21< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=26224" > https://sourceware.org/bugzilla/show_bug.cgi?id=26224< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5310-1" > https://ubuntu.com/security/notices/USN-5310-1< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpujan2022.html" > https://www.oracle.com/security-alerts/cpujan2022.html< / a > < br > < / details > |
| libc6 | CVE-2010-4756 | LOW | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "http://cxib.net/stuff/glob-0day.c" > http://cxib.net/stuff/glob-0day.c< / a > < br > < a href = "http://securityreason.com/achievement_securityalert/89" > http://securityreason.com/achievement_securityalert/89< / a > < br > < a href = "http://securityreason.com/exploitalert/9223" > http://securityreason.com/exploitalert/9223< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2010-4756" > https://access.redhat.com/security/cve/CVE-2010-4756< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=681681" > https://bugzilla.redhat.com/show_bug.cgi?id=681681< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2010-4756" > https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2010-4756< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2010-4756" > https://nvd.nist.gov/vuln/detail/CVE-2010-4756< / a > < br > < / details > |
| libc6 | CVE-2016-10228 | LOW | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "http://openwall.com/lists/oss-security/2017/03/01/10" > http://openwall.com/lists/oss-security/2017/03/01/10< / a > < br > < a href = "http://www.securityfocus.com/bid/96525" > http://www.securityfocus.com/bid/96525< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2016-10228" > https://access.redhat.com/security/cve/CVE-2016-10228< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-10228" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-10228< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2016-10228.html" > https://linux.oracle.com/cve/CVE-2016-10228.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-9344.html" > https://linux.oracle.com/errata/ELSA-2021-9344.html< / 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://security.gentoo.org/glsa/202101-20" > https://security.gentoo.org/glsa/202101-20< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=19519" > https://sourceware.org/bugzilla/show_bug.cgi?id=19519< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=19519#c21" > https://sourceware.org/bugzilla/show_bug.cgi?id=19519#c21< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=26224" > https://sourceware.org/bugzilla/show_bug.cgi?id=26224< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5310-1" > https://ubuntu.com/security/notices/USN-5310-1< / a > < br > < / details > |
| libc6 | CVE-2018-20796 | LOW | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "http://www.securityfocus.com/bid/107160" > http://www.securityfocus.com/bid/107160< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2018-20796" > https://access.redhat.com/security/cve/CVE-2018-20796< / a > < br > < a href = "https://debbugs.gnu.org/cgi/bugreport.cgi?bug=34141" > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=34141< / a > < br > < a href = "https://lists.gnu.org/archive/html/bug-gnulib/2019-01/msg00108.html" > https://lists.gnu.org/archive/html/bug-gnulib/2019-01/msg00108.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2018-20796" > https://nvd.nist.gov/vuln/detail/CVE-2018-20796< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20190315-0002/" > https://security.netapp.com/advisory/ntap-20190315-0002/< / a > < br > < a href = "https://support.f5.com/csp/article/K26346590?utm_source=f5support&amp;utm_medium=RSS" > https://support.f5.com/csp/article/K26346590?utm_source=f5support& amp;utm_medium=RSS< / a > < br > < / details > |
| libc6 | CVE-2019-1010022 | LOW | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2019-1010022" > https://access.redhat.com/security/cve/CVE-2019-1010022< / a > < br > < a href = "https://security-tracker.debian.org/tracker/CVE-2019-1010022" > https://security-tracker.debian.org/tracker/CVE-2019-1010022< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=22850" > https://sourceware.org/bugzilla/show_bug.cgi?id=22850< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=22850#c3" > https://sourceware.org/bugzilla/show_bug.cgi?id=22850#c3< / a > < br > < a href = "https://ubuntu.com/security/CVE-2019-1010022" > https://ubuntu.com/security/CVE-2019-1010022< / a > < br > < / details > |
| libc6 | CVE-2019-1010023 | LOW | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "http://www.securityfocus.com/bid/109167" > http://www.securityfocus.com/bid/109167< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2019-1010023" > https://access.redhat.com/security/cve/CVE-2019-1010023< / a > < br > < a href = "https://security-tracker.debian.org/tracker/CVE-2019-1010023" > https://security-tracker.debian.org/tracker/CVE-2019-1010023< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=22851" > https://sourceware.org/bugzilla/show_bug.cgi?id=22851< / a > < br > < a href = "https://support.f5.com/csp/article/K11932200?utm_source=f5support&amp;utm_medium=RSS" > https://support.f5.com/csp/article/K11932200?utm_source=f5support& amp;utm_medium=RSS< / a > < br > < a href = "https://ubuntu.com/security/CVE-2019-1010023" > https://ubuntu.com/security/CVE-2019-1010023< / a > < br > < / details > |
| libc6 | CVE-2019-1010024 | LOW | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "http://www.securityfocus.com/bid/109162" > http://www.securityfocus.com/bid/109162< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2019-1010024" > https://access.redhat.com/security/cve/CVE-2019-1010024< / a > < br > < a href = "https://security-tracker.debian.org/tracker/CVE-2019-1010024" > https://security-tracker.debian.org/tracker/CVE-2019-1010024< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=22852" > https://sourceware.org/bugzilla/show_bug.cgi?id=22852< / a > < br > < a href = "https://support.f5.com/csp/article/K06046097" > https://support.f5.com/csp/article/K06046097< / a > < br > < a href = "https://support.f5.com/csp/article/K06046097?utm_source=f5support&amp;utm_medium=RSS" > https://support.f5.com/csp/article/K06046097?utm_source=f5support& amp;utm_medium=RSS< / a > < br > < a href = "https://ubuntu.com/security/CVE-2019-1010024" > https://ubuntu.com/security/CVE-2019-1010024< / a > < br > < / details > |
| libc6 | CVE-2019-1010025 | LOW | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2019-1010025" > https://access.redhat.com/security/cve/CVE-2019-1010025< / a > < br > < a href = "https://security-tracker.debian.org/tracker/CVE-2019-1010025" > https://security-tracker.debian.org/tracker/CVE-2019-1010025< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=22853" > https://sourceware.org/bugzilla/show_bug.cgi?id=22853< / a > < br > < a href = "https://support.f5.com/csp/article/K06046097" > https://support.f5.com/csp/article/K06046097< / a > < br > < a href = "https://support.f5.com/csp/article/K06046097?utm_source=f5support&amp;utm_medium=RSS" > https://support.f5.com/csp/article/K06046097?utm_source=f5support& amp;utm_medium=RSS< / a > < br > < a href = "https://ubuntu.com/security/CVE-2019-1010025" > https://ubuntu.com/security/CVE-2019-1010025< / a > < br > < / details > |
| libc6 | CVE-2019-19126 | LOW | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2019-19126" > https://access.redhat.com/security/cve/CVE-2019-19126< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19126" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19126< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2019-19126.html" > https://linux.oracle.com/cve/CVE-2019-19126.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-3861.html" > https://linux.oracle.com/errata/ELSA-2020-3861.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4FQ5LC6JOYSOYFPRUZ4S45KL6IP3RPPZ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4FQ5LC6JOYSOYFPRUZ4S45KL6IP3RPPZ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZFJ5E7NWOL6ROE5QVICHKIOUGCPFJVUH/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZFJ5E7NWOL6ROE5QVICHKIOUGCPFJVUH/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2019-19126" > https://nvd.nist.gov/vuln/detail/CVE-2019-19126< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=25204" > https://sourceware.org/bugzilla/show_bug.cgi?id=25204< / a > < br > < a href = "https://sourceware.org/ml/libc-alpha/2019-11/msg00649.html" > https://sourceware.org/ml/libc-alpha/2019-11/msg00649.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4416-1" > https://ubuntu.com/security/notices/USN-4416-1< / a > < br > < a href = "https://usn.ubuntu.com/4416-1/" > https://usn.ubuntu.com/4416-1/< / a > < br > < / details > |
| libc6 | CVE-2019-9192 | LOW | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2019-9192" > https://access.redhat.com/security/cve/CVE-2019-9192< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2019-9192" > https://nvd.nist.gov/vuln/detail/CVE-2019-9192< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=24269" > https://sourceware.org/bugzilla/show_bug.cgi?id=24269< / a > < br > < a href = "https://support.f5.com/csp/article/K26346590?utm_source=f5support&amp;utm_medium=RSS" > https://support.f5.com/csp/article/K26346590?utm_source=f5support& amp;utm_medium=RSS< / a > < br > < / details > |
| libc6 | CVE-2020-6096 | LOW | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2020-6096" > https://access.redhat.com/security/cve/CVE-2020-6096< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-6096" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-6096< / 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://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/SPYXTDOOB4PQGTYAMZAZNJIB3FF6YQXI/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/SPYXTDOOB4PQGTYAMZAZNJIB3FF6YQXI/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/URXOIA2LDUKHQXK4BE55BQBRI6ZZG3Y6/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/URXOIA2LDUKHQXK4BE55BQBRI6ZZG3Y6/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-6096" > https://nvd.nist.gov/vuln/detail/CVE-2020-6096< / a > < br > < a href = "https://security.gentoo.org/glsa/202101-20" > https://security.gentoo.org/glsa/202101-20< / a > < br > < a href = "https://sourceware.org/bugzilla/attachment.cgi?id=12334" > https://sourceware.org/bugzilla/attachment.cgi?id=12334< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=25620" > https://sourceware.org/bugzilla/show_bug.cgi?id=25620< / a > < br > < a href = "https://talosintelligence.com/vulnerability_reports/TALOS-2020-1019" > https://talosintelligence.com/vulnerability_reports/TALOS-2020-1019< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4954-1" > https://ubuntu.com/security/notices/USN-4954-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5310-1" > https://ubuntu.com/security/notices/USN-5310-1< / a > < br > < a href = "https://www.talosintelligence.com/vulnerability_reports/TALOS-2020-1019" > https://www.talosintelligence.com/vulnerability_reports/TALOS-2020-1019< / a > < br > < / details > |
| libc6 | CVE-2021-27645 | LOW | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-27645" > https://access.redhat.com/security/cve/CVE-2021-27645< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-27645" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-27645< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-27645.html" > https://linux.oracle.com/cve/CVE-2021-27645.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-9560.html" > https://linux.oracle.com/errata/ELSA-2021-9560.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7LZNT6KTMCCWPWXEOGSHD3YLYZKUGMH5/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7LZNT6KTMCCWPWXEOGSHD3YLYZKUGMH5/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/I7TS26LIZSOBLGJEZMJX4PXT5BQDE2WS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/I7TS26LIZSOBLGJEZMJX4PXT5BQDE2WS/< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=27462" > https://sourceware.org/bugzilla/show_bug.cgi?id=27462< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5310-1" > https://ubuntu.com/security/notices/USN-5310-1< / a > < br > < / details > |
| libc6-i386 | CVE-2021-33574 | CRITICAL | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-33574" > https://access.redhat.com/security/cve/CVE-2021-33574< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-33574.html" > https://linux.oracle.com/cve/CVE-2021-33574.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-9560.html" > https://linux.oracle.com/errata/ELSA-2021-9560.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KJYYIMDDYOHTP2PORLABTOHYQYYREZDD/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KJYYIMDDYOHTP2PORLABTOHYQYYREZDD/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RBUUWUGXVILQXVWEOU7N42ICHPJNAEUP/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RBUUWUGXVILQXVWEOU7N42ICHPJNAEUP/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-33574" > https://nvd.nist.gov/vuln/detail/CVE-2021-33574< / a > < br > < a href = "https://security.gentoo.org/glsa/202107-07" > https://security.gentoo.org/glsa/202107-07< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210629-0005/" > https://security.netapp.com/advisory/ntap-20210629-0005/< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=27896" > https://sourceware.org/bugzilla/show_bug.cgi?id=27896< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=27896#c1" > https://sourceware.org/bugzilla/show_bug.cgi?id=27896#c1< / a > < br > < / details > |
| libc6-i386 | CVE-2021-35942 | CRITICAL | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-35942.json" > https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-35942.json< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2021-35942" > https://access.redhat.com/security/cve/CVE-2021-35942< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-35942" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-35942< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-35942.html" > https://linux.oracle.com/cve/CVE-2021-35942.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-9560.html" > https://linux.oracle.com/errata/ELSA-2021-9560.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-35942" > https://nvd.nist.gov/vuln/detail/CVE-2021-35942< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210827-0005/" > https://security.netapp.com/advisory/ntap-20210827-0005/< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=28011" > https://sourceware.org/bugzilla/show_bug.cgi?id=28011< / a > < br > < a href = "https://sourceware.org/git/?p=glibc.git;a=commit;h=5adda61f62b77384718b4c0d8336ade8f2b4b35c" > https://sourceware.org/git/?p=glibc.git;a=commit;h=5adda61f62b77384718b4c0d8336ade8f2b4b35c< / a > < br > < a href = "https://sourceware.org/glibc/wiki/Security%20Exceptions" > https://sourceware.org/glibc/wiki/Security%20Exceptions< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5310-1" > https://ubuntu.com/security/notices/USN-5310-1< / a > < br > < / details > |
| libc6-i386 | CVE-2022-23218 | CRITICAL | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-23218" > https://access.redhat.com/security/cve/CVE-2022-23218< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23218" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23218< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2022-23218.html" > https://linux.oracle.com/cve/CVE-2022-23218.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-9234.html" > https://linux.oracle.com/errata/ELSA-2022-9234.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-23218" > https://nvd.nist.gov/vuln/detail/CVE-2022-23218< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=28768" > https://sourceware.org/bugzilla/show_bug.cgi?id=28768< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5310-1" > https://ubuntu.com/security/notices/USN-5310-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5310-2" > https://ubuntu.com/security/notices/USN-5310-2< / a > < br > < / details > |
| libc6-i386 | CVE-2022-23219 | CRITICAL | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-23219" > https://access.redhat.com/security/cve/CVE-2022-23219< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23219" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23219< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2022-23219.html" > https://linux.oracle.com/cve/CVE-2022-23219.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-9234.html" > https://linux.oracle.com/errata/ELSA-2022-9234.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-23219" > https://nvd.nist.gov/vuln/detail/CVE-2022-23219< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=22542" > https://sourceware.org/bugzilla/show_bug.cgi?id=22542< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5310-1" > https://ubuntu.com/security/notices/USN-5310-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5310-2" > https://ubuntu.com/security/notices/USN-5310-2< / a > < br > < / details > |
| libc6-i386 | CVE-2020-1751 | HIGH | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2020-1751" > https://access.redhat.com/security/cve/CVE-2020-1751< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-1751" > https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-1751< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-1751" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-1751< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-1751.html" > https://linux.oracle.com/cve/CVE-2020-1751.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4444.html" > https://linux.oracle.com/errata/ELSA-2020-4444.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-1751" > https://nvd.nist.gov/vuln/detail/CVE-2020-1751< / a > < br > < a href = "https://security.gentoo.org/glsa/202006-04" > https://security.gentoo.org/glsa/202006-04< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20200430-0002/" > https://security.netapp.com/advisory/ntap-20200430-0002/< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=25423" > https://sourceware.org/bugzilla/show_bug.cgi?id=25423< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4416-1" > https://ubuntu.com/security/notices/USN-4416-1< / a > < br > < a href = "https://usn.ubuntu.com/4416-1/" > https://usn.ubuntu.com/4416-1/< / a > < br > < / details > |
| libc6-i386 | CVE-2020-1752 | HIGH | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2020-1752" > https://access.redhat.com/security/cve/CVE-2020-1752< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-1752" > https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-1752< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-1752" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-1752< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-1752.html" > https://linux.oracle.com/cve/CVE-2020-1752.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4444.html" > https://linux.oracle.com/errata/ELSA-2020-4444.html< / a > < br > < a href = "https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-1752" > https://nvd.nist.gov/vuln/detail/CVE-2020-1752< / a > < br > < a href = "https://security.gentoo.org/glsa/202101-20" > https://security.gentoo.org/glsa/202101-20< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20200511-0005/" > https://security.netapp.com/advisory/ntap-20200511-0005/< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=25414" > https://sourceware.org/bugzilla/show_bug.cgi?id=25414< / a > < br > < a href = "https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=ddc650e9b3dc916eab417ce9f79e67337b05035c" > https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=ddc650e9b3dc916eab417ce9f79e67337b05035c< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4416-1" > https://ubuntu.com/security/notices/USN-4416-1< / a > < br > < a href = "https://usn.ubuntu.com/4416-1/" > https://usn.ubuntu.com/4416-1/< / a > < br > < / details > |
| libc6-i386 | CVE-2021-3326 | HIGH | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2021/01/28/2" > http://www.openwall.com/lists/oss-security/2021/01/28/2< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2021-3326" > https://access.redhat.com/security/cve/CVE-2021-3326< / a > < br > < a href = "https://bugs.chromium.org/p/project-zero/issues/detail?id=2146" > https://bugs.chromium.org/p/project-zero/issues/detail?id=2146< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3326" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3326< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-3326.html" > https://linux.oracle.com/cve/CVE-2021-3326.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-9344.html" > https://linux.oracle.com/errata/ELSA-2021-9344.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-3326" > https://nvd.nist.gov/vuln/detail/CVE-2021-3326< / a > < br > < a href = "https://security.gentoo.org/glsa/202107-07" > https://security.gentoo.org/glsa/202107-07< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210304-0007/" > https://security.netapp.com/advisory/ntap-20210304-0007/< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=27256" > https://sourceware.org/bugzilla/show_bug.cgi?id=27256< / a > < br > < a href = "https://sourceware.org/git/?p=glibc.git;a=commit;h=7d88c6142c6efc160c0ee5e4f85cde382c072888" > https://sourceware.org/git/?p=glibc.git;a=commit;h=7d88c6142c6efc160c0ee5e4f85cde382c072888< / a > < br > < a href = "https://sourceware.org/pipermail/libc-alpha/2021-January/122058.html" > https://sourceware.org/pipermail/libc-alpha/2021-January/122058.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5310-1" > https://ubuntu.com/security/notices/USN-5310-1< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpujan2022.html" > https://www.oracle.com/security-alerts/cpujan2022.html< / a > < br > < / details > |
| libc6-i386 | CVE-2021-3999 | HIGH | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-3999.json" > https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-3999.json< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2021-3999" > https://access.redhat.com/security/cve/CVE-2021-3999< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3999" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3999< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-3999.html" > https://linux.oracle.com/cve/CVE-2021-3999.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-9234.html" > https://linux.oracle.com/errata/ELSA-2022-9234.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5310-1" > https://ubuntu.com/security/notices/USN-5310-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5310-2" > https://ubuntu.com/security/notices/USN-5310-2< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2022/01/24/4" > https://www.openwall.com/lists/oss-security/2022/01/24/4< / a > < br > < / details > |
| libc6-i386 | CVE-2019-25013 | MEDIUM | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2019-25013" > https://access.redhat.com/security/cve/CVE-2019-25013< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-25013" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-25013< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2019-25013.html" > https://linux.oracle.com/cve/CVE-2019-25013.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-9344.html" > https://linux.oracle.com/errata/ELSA-2021-9344.html< / a > < br > < a href = "https://lists.apache.org/thread.html/r32d767ac804e9b8aad4355bb85960a6a1385eab7afff549a5e98660f@%3Cjira.kafka.apache.org%3E" > https://lists.apache.org/thread.html/r32d767ac804e9b8aad4355bb85960a6a1385eab7afff549a5e98660f@%3Cjira.kafka.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/r448bb851cc8e6e3f93f3c28c70032b37062625d81214744474ac49e7@%3Cdev.kafka.apache.org%3E" > https://lists.apache.org/thread.html/r448bb851cc8e6e3f93f3c28c70032b37062625d81214744474ac49e7@%3Cdev.kafka.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/r4806a391091e082bdea17266452ca656ebc176e51bb3932733b3a0a2@%3Cjira.kafka.apache.org%3E" > https://lists.apache.org/thread.html/r4806a391091e082bdea17266452ca656ebc176e51bb3932733b3a0a2@%3Cjira.kafka.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/r499e4f96d0b5109ef083f2feccd33c51650c1b7d7068aa3bd47efca9@%3Cjira.kafka.apache.org%3E" > https://lists.apache.org/thread.html/r499e4f96d0b5109ef083f2feccd33c51650c1b7d7068aa3bd47efca9@%3Cjira.kafka.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/r5af4430421bb6f9973294691a7904bbd260937e9eef96b20556f43ff@%3Cjira.kafka.apache.org%3E" > https://lists.apache.org/thread.html/r5af4430421bb6f9973294691a7904bbd260937e9eef96b20556f43ff@%3Cjira.kafka.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/r750eee18542bc02bd8350861c424ee60a9b9b225568fa09436a37ece@%3Cissues.zookeeper.apache.org%3E" > https://lists.apache.org/thread.html/r750eee18542bc02bd8350861c424ee60a9b9b225568fa09436a37ece@%3Cissues.zookeeper.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/r7a2e94adfe0a2f0a1d42e4927e8c32ecac97d37db9cb68095fe9ddbc@%3Cdev.zookeeper.apache.org%3E" > https://lists.apache.org/thread.html/r7a2e94adfe0a2f0a1d42e4927e8c32ecac97d37db9cb68095fe9ddbc@%3Cdev.zookeeper.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rd2354f9ccce41e494fbadcbc5ad87218de6ec0fff8a7b54c8462226c@%3Cissues.zookeeper.apache.org%3E" > https://lists.apache.org/thread.html/rd2354f9ccce41e494fbadcbc5ad87218de6ec0fff8a7b54c8462226c@%3Cissues.zookeeper.apache.org%3E< / 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://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4Y6TX47P47KABSFOL26FLDNVCWXDKDEZ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4Y6TX47P47KABSFOL26FLDNVCWXDKDEZ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TVCUNLQ3HXGS4VPUQKWTJGRAW2KTFGXS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TVCUNLQ3HXGS4VPUQKWTJGRAW2KTFGXS/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2019-25013" > https://nvd.nist.gov/vuln/detail/CVE-2019-25013< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210205-0004/" > https://security.netapp.com/advisory/ntap-20210205-0004/< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=24973" > https://sourceware.org/bugzilla/show_bug.cgi?id=24973< / a > < br > < a href = "https://sourceware.org/git/?p=glibc.git;a=commit;h=ee7a3144c9922808181009b7b3e50e852fb4999b" > https://sourceware.org/git/?p=glibc.git;a=commit;h=ee7a3144c9922808181009
| libc6-i386 | CVE-2020-10029 | MEDIUM | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-03/msg00033.html" > http://lists.opensuse.org/opensuse-security-announce/2020-03/msg00033.html< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2020-10029" > https://access.redhat.com/security/cve/CVE-2020-10029< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-10029" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-10029< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-10029.html" > https://linux.oracle.com/cve/CVE-2020-10029.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-0348.html" > https://linux.oracle.com/errata/ELSA-2021-0348.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/23N76M3EDP2GIW4GOIQRYTKRE7PPBRB2/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/23N76M3EDP2GIW4GOIQRYTKRE7PPBRB2/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/JZTFUD5VH2GU3YOXA2KBQSBIDZRDWNZ3/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/JZTFUD5VH2GU3YOXA2KBQSBIDZRDWNZ3/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/VU5JJGENOK7K4X5RYAA5PL647C6HD22E/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/VU5JJGENOK7K4X5RYAA5PL647C6HD22E/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-10029" > https://nvd.nist.gov/vuln/detail/CVE-2020-10029< / a > < br > < a href = "https://security.gentoo.org/glsa/202006-04" > https://security.gentoo.org/glsa/202006-04< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20200327-0003/" > https://security.netapp.com/advisory/ntap-20200327-0003/< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=25487" > https://sourceware.org/bugzilla/show_bug.cgi?id=25487< / a > < br > < a href = "https://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commit;h=9333498794cde1d5cca518badf79533a24114b6f" > https://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commit;h=9333498794cde1d5cca518badf79533a24114b6f< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4416-1" > https://ubuntu.com/security/notices/USN-4416-1< / a > < br > < a href = "https://usn.ubuntu.com/4416-1/" > https://usn.ubuntu.com/4416-1/< / a > < br > < / details > |
| libc6-i386 | CVE-2020-27618 | MEDIUM | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2020-27618" > https://access.redhat.com/security/cve/CVE-2020-27618< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-27618" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-27618< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-27618.html" > https://linux.oracle.com/cve/CVE-2020-27618.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-9344.html" > https://linux.oracle.com/errata/ELSA-2021-9344.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-27618" > https://nvd.nist.gov/vuln/detail/CVE-2020-27618< / a > < br > < a href = "https://security.gentoo.org/glsa/202107-07" > https://security.gentoo.org/glsa/202107-07< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210401-0006/" > https://security.netapp.com/advisory/ntap-20210401-0006/< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=19519#c21" > https://sourceware.org/bugzilla/show_bug.cgi?id=19519#c21< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=26224" > https://sourceware.org/bugzilla/show_bug.cgi?id=26224< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5310-1" > https://ubuntu.com/security/notices/USN-5310-1< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpujan2022.html" > https://www.oracle.com/security-alerts/cpujan2022.html< / a > < br > < / details > |
| libc6-i386 | CVE-2010-4756 | LOW | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "http://cxib.net/stuff/glob-0day.c" > http://cxib.net/stuff/glob-0day.c< / a > < br > < a href = "http://securityreason.com/achievement_securityalert/89" > http://securityreason.com/achievement_securityalert/89< / a > < br > < a href = "http://securityreason.com/exploitalert/9223" > http://securityreason.com/exploitalert/9223< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2010-4756" > https://access.redhat.com/security/cve/CVE-2010-4756< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=681681" > https://bugzilla.redhat.com/show_bug.cgi?id=681681< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2010-4756" > https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2010-4756< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2010-4756" > https://nvd.nist.gov/vuln/detail/CVE-2010-4756< / a > < br > < / details > |
| libc6-i386 | CVE-2016-10228 | LOW | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "http://openwall.com/lists/oss-security/2017/03/01/10" > http://openwall.com/lists/oss-security/2017/03/01/10< / a > < br > < a href = "http://www.securityfocus.com/bid/96525" > http://www.securityfocus.com/bid/96525< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2016-10228" > https://access.redhat.com/security/cve/CVE-2016-10228< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-10228" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-10228< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2016-10228.html" > https://linux.oracle.com/cve/CVE-2016-10228.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-9344.html" > https://linux.oracle.com/errata/ELSA-2021-9344.html< / 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://security.gentoo.org/glsa/202101-20" > https://security.gentoo.org/glsa/202101-20< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=19519" > https://sourceware.org/bugzilla/show_bug.cgi?id=19519< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=19519#c21" > https://sourceware.org/bugzilla/show_bug.cgi?id=19519#c21< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=26224" > https://sourceware.org/bugzilla/show_bug.cgi?id=26224< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5310-1" > https://ubuntu.com/security/notices/USN-5310-1< / a > < br > < / details > |
| libc6-i386 | CVE-2018-20796 | LOW | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "http://www.securityfocus.com/bid/107160" > http://www.securityfocus.com/bid/107160< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2018-20796" > https://access.redhat.com/security/cve/CVE-2018-20796< / a > < br > < a href = "https://debbugs.gnu.org/cgi/bugreport.cgi?bug=34141" > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=34141< / a > < br > < a href = "https://lists.gnu.org/archive/html/bug-gnulib/2019-01/msg00108.html" > https://lists.gnu.org/archive/html/bug-gnulib/2019-01/msg00108.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2018-20796" > https://nvd.nist.gov/vuln/detail/CVE-2018-20796< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20190315-0002/" > https://security.netapp.com/advisory/ntap-20190315-0002/< / a > < br > < a href = "https://support.f5.com/csp/article/K26346590?utm_source=f5support&amp;utm_medium=RSS" > https://support.f5.com/csp/article/K26346590?utm_source=f5support& amp;utm_medium=RSS< / a > < br > < / details > |
| libc6-i386 | CVE-2019-1010022 | LOW | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2019-1010022" > https://access.redhat.com/security/cve/CVE-2019-1010022< / a > < br > < a href = "https://security-tracker.debian.org/tracker/CVE-2019-1010022" > https://security-tracker.debian.org/tracker/CVE-2019-1010022< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=22850" > https://sourceware.org/bugzilla/show_bug.cgi?id=22850< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=22850#c3" > https://sourceware.org/bugzilla/show_bug.cgi?id=22850#c3< / a > < br > < a href = "https://ubuntu.com/security/CVE-2019-1010022" > https://ubuntu.com/security/CVE-2019-1010022< / a > < br > < / details > |
| libc6-i386 | CVE-2019-1010023 | LOW | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "http://www.securityfocus.com/bid/109167" > http://www.securityfocus.com/bid/109167< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2019-1010023" > https://access.redhat.com/security/cve/CVE-2019-1010023< / a > < br > < a href = "https://security-tracker.debian.org/tracker/CVE-2019-1010023" > https://security-tracker.debian.org/tracker/CVE-2019-1010023< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=22851" > https://sourceware.org/bugzilla/show_bug.cgi?id=22851< / a > < br > < a href = "https://support.f5.com/csp/article/K11932200?utm_source=f5support&amp;utm_medium=RSS" > https://support.f5.com/csp/article/K11932200?utm_source=f5support& amp;utm_medium=RSS< / a > < br > < a href = "https://ubuntu.com/security/CVE-2019-1010023" > https://ubuntu.com/security/CVE-2019-1010023< / a > < br > < / details > |
| libc6-i386 | CVE-2019-1010024 | LOW | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "http://www.securityfocus.com/bid/109162" > http://www.securityfocus.com/bid/109162< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2019-1010024" > https://access.redhat.com/security/cve/CVE-2019-1010024< / a > < br > < a href = "https://security-tracker.debian.org/tracker/CVE-2019-1010024" > https://security-tracker.debian.org/tracker/CVE-2019-1010024< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=22852" > https://sourceware.org/bugzilla/show_bug.cgi?id=22852< / a > < br > < a href = "https://support.f5.com/csp/article/K06046097" > https://support.f5.com/csp/article/K06046097< / a > < br > < a href = "https://support.f5.com/csp/article/K06046097?utm_source=f5support&amp;utm_medium=RSS" > https://support.f5.com/csp/article/K06046097?utm_source=f5support& amp;utm_medium=RSS< / a > < br > < a href = "https://ubuntu.com/security/CVE-2019-1010024" > https://ubuntu.com/security/CVE-2019-1010024< / a > < br > < / details > |
| libc6-i386 | CVE-2019-1010025 | LOW | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2019-1010025" > https://access.redhat.com/security/cve/CVE-2019-1010025< / a > < br > < a href = "https://security-tracker.debian.org/tracker/CVE-2019-1010025" > https://security-tracker.debian.org/tracker/CVE-2019-1010025< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=22853" > https://sourceware.org/bugzilla/show_bug.cgi?id=22853< / a > < br > < a href = "https://support.f5.com/csp/article/K06046097" > https://support.f5.com/csp/article/K06046097< / a > < br > < a href = "https://support.f5.com/csp/article/K06046097?utm_source=f5support&amp;utm_medium=RSS" > https://support.f5.com/csp/article/K06046097?utm_source=f5support& amp;utm_medium=RSS< / a > < br > < a href = "https://ubuntu.com/security/CVE-2019-1010025" > https://ubuntu.com/security/CVE-2019-1010025< / a > < br > < / details > |
| libc6-i386 | CVE-2019-19126 | LOW | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2019-19126" > https://access.redhat.com/security/cve/CVE-2019-19126< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19126" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19126< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2019-19126.html" > https://linux.oracle.com/cve/CVE-2019-19126.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-3861.html" > https://linux.oracle.com/errata/ELSA-2020-3861.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4FQ5LC6JOYSOYFPRUZ4S45KL6IP3RPPZ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4FQ5LC6JOYSOYFPRUZ4S45KL6IP3RPPZ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZFJ5E7NWOL6ROE5QVICHKIOUGCPFJVUH/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZFJ5E7NWOL6ROE5QVICHKIOUGCPFJVUH/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2019-19126" > https://nvd.nist.gov/vuln/detail/CVE-2019-19126< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=25204" > https://sourceware.org/bugzilla/show_bug.cgi?id=25204< / a > < br > < a href = "https://sourceware.org/ml/libc-alpha/2019-11/msg00649.html" > https://sourceware.org/ml/libc-alpha/2019-11/msg00649.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4416-1" > https://ubuntu.com/security/notices/USN-4416-1< / a > < br > < a href = "https://usn.ubuntu.com/4416-1/" > https://usn.ubuntu.com/4416-1/< / a > < br > < / details > |
| libc6-i386 | CVE-2019-9192 | LOW | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2019-9192" > https://access.redhat.com/security/cve/CVE-2019-9192< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2019-9192" > https://nvd.nist.gov/vuln/detail/CVE-2019-9192< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=24269" > https://sourceware.org/bugzilla/show_bug.cgi?id=24269< / a > < br > < a href = "https://support.f5.com/csp/article/K26346590?utm_source=f5support&amp;utm_medium=RSS" > https://support.f5.com/csp/article/K26346590?utm_source=f5support& amp;utm_medium=RSS< / a > < br > < / details > |
| libc6-i386 | CVE-2020-6096 | LOW | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2020-6096" > https://access.redhat.com/security/cve/CVE-2020-6096< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-6096" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-6096< / 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://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/SPYXTDOOB4PQGTYAMZAZNJIB3FF6YQXI/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/SPYXTDOOB4PQGTYAMZAZNJIB3FF6YQXI/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/URXOIA2LDUKHQXK4BE55BQBRI6ZZG3Y6/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/URXOIA2LDUKHQXK4BE55BQBRI6ZZG3Y6/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-6096" > https://nvd.nist.gov/vuln/detail/CVE-2020-6096< / a > < br > < a href = "https://security.gentoo.org/glsa/202101-20" > https://security.gentoo.org/glsa/202101-20< / a > < br > < a href = "https://sourceware.org/bugzilla/attachment.cgi?id=12334" > https://sourceware.org/bugzilla/attachment.cgi?id=12334< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=25620" > https://sourceware.org/bugzilla/show_bug.cgi?id=25620< / a > < br > < a href = "https://talosintelligence.com/vulnerability_reports/TALOS-2020-1019" > https://talosintelligence.com/vulnerability_reports/TALOS-2020-1019< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4954-1" > https://ubuntu.com/security/notices/USN-4954-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5310-1" > https://ubuntu.com/security/notices/USN-5310-1< / a > < br > < a href = "https://www.talosintelligence.com/vulnerability_reports/TALOS-2020-1019" > https://www.talosintelligence.com/vulnerability_reports/TALOS-2020-1019< / a > < br > < / details > |
| libc6-i386 | CVE-2021-27645 | LOW | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-27645" > https://access.redhat.com/security/cve/CVE-2021-27645< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-27645" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-27645< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-27645.html" > https://linux.oracle.com/cve/CVE-2021-27645.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-9560.html" > https://linux.oracle.com/errata/ELSA-2021-9560.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7LZNT6KTMCCWPWXEOGSHD3YLYZKUGMH5/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7LZNT6KTMCCWPWXEOGSHD3YLYZKUGMH5/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/I7TS26LIZSOBLGJEZMJX4PXT5BQDE2WS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/I7TS26LIZSOBLGJEZMJX4PXT5BQDE2WS/< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=27462" > https://sourceware.org/bugzilla/show_bug.cgi?id=27462< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5310-1" > https://ubuntu.com/security/notices/USN-5310-1< / a > < br > < / details > |
2022-04-12 17:24:36 +00:00
| libcom-err2 | CVE-2022-1304 | HIGH | 1.44.5-1+deb10u3 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-1304" > https://access.redhat.com/security/cve/CVE-2022-1304< / a > < br > < / details > |
2022-04-08 10:22:34 +00:00
| libcurl4 | CVE-2020-8169 | HIGH | 7.64.0-4+deb10u1 | 7.64.0-4+deb10u2 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2020-8169" > https://access.redhat.com/security/cve/CVE-2020-8169< / a > < br > < a href = "https://cert-portal.siemens.com/productcert/pdf/ssa-200951.pdf" > https://cert-portal.siemens.com/productcert/pdf/ssa-200951.pdf< / 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://curl.haxx.se/docs/CVE-2020-8169.html" > https://curl.haxx.se/docs/CVE-2020-8169.html< / a > < br > < a href = "https://curl.se/docs/CVE-2020-8169.html" > https://curl.se/docs/CVE-2020-8169.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8169" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8169< / a > < br > < a href = "https://hackerone.com/reports/874778" > https://hackerone.com/reports/874778< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-8169" > https://nvd.nist.gov/vuln/detail/CVE-2020-8169< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4402-1" > https://ubuntu.com/security/notices/USN-4402-1< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4881" > https://www.debian.org/security/2021/dsa-4881< / a > < br > < / details > |
| libcurl4 | CVE-2020-8177 | HIGH | 7.64.0-4+deb10u1 | 7.64.0-4+deb10u2 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2020-8177" > https://access.redhat.com/security/cve/CVE-2020-8177< / 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://curl.haxx.se/docs/CVE-2020-8177.html" > https://curl.haxx.se/docs/CVE-2020-8177.html< / a > < br > < a href = "https://curl.se/docs/CVE-2020-8177.html" > https://curl.se/docs/CVE-2020-8177.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8177" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8177< / a > < br > < a href = "https://hackerone.com/reports/887462" > https://hackerone.com/reports/887462< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-8177.html" > https://linux.oracle.com/cve/CVE-2020-8177.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-5002.html" > https://linux.oracle.com/errata/ELSA-2020-5002.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-8177" > https://nvd.nist.gov/vuln/detail/CVE-2020-8177< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4402-1" > https://ubuntu.com/security/notices/USN-4402-1< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4881" > https://www.debian.org/security/2021/dsa-4881< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpujan2022.html" > https://www.oracle.com/security-alerts/cpujan2022.html< / a > < br > < / details > |
| libcurl4 | CVE-2020-8231 | HIGH | 7.64.0-4+deb10u1 | 7.64.0-4+deb10u2 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2020-8231" > https://access.redhat.com/security/cve/CVE-2020-8231< / 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://curl.haxx.se/docs/CVE-2020-8231.html" > https://curl.haxx.se/docs/CVE-2020-8231.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8231" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8231< / a > < br > < a href = "https://hackerone.com/reports/948876" > https://hackerone.com/reports/948876< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-8231.html" > https://linux.oracle.com/cve/CVE-2020-8231.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-1610.html" > https://linux.oracle.com/errata/ELSA-2021-1610.html< / a > < br > < a href = "https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-8231" > https://nvd.nist.gov/vuln/detail/CVE-2020-8231< / a > < br > < a href = "https://security.gentoo.org/glsa/202012-14" > https://security.gentoo.org/glsa/202012-14< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4466-1" > https://ubuntu.com/security/notices/USN-4466-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4466-2" > https://ubuntu.com/security/notices/USN-4466-2< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4665-1" > https://ubuntu.com/security/notices/USN-4665-1< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4881" > https://www.debian.org/security/2021/dsa-4881< / a > < br > < / details > |
| libcurl4 | CVE-2020-8285 | HIGH | 7.64.0-4+deb10u1 | 7.64.0-4+deb10u2 | < details > < summary > Expand...< / summary > < a href = "http://seclists.org/fulldisclosure/2021/Apr/51" > http://seclists.org/fulldisclosure/2021/Apr/51< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2020-8285" > https://access.redhat.com/security/cve/CVE-2020-8285< / 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://curl.se/docs/CVE-2020-8285.html" > https://curl.se/docs/CVE-2020-8285.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8285" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8285< / a > < br > < a href = "https://github.com/curl/curl/issues/6255" > https://github.com/curl/curl/issues/6255< / a > < br > < a href = "https://hackerone.com/reports/1045844" > https://hackerone.com/reports/1045844< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-8285.html" > https://linux.oracle.com/cve/CVE-2020-8285.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-1610.html" > https://linux.oracle.com/errata/ELSA-2021-1610.html< / a > < br > < a href = "https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2020/12/msg00029.html" > https://lists.debian.org/debian-lts-announce/2020/12/msg00029.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DAEHE2S2QLO4AO4MEEYL75NB7SAH5PSL/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DAEHE2S2QLO4AO4MEEYL75NB7SAH5PSL/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NZUVSQHN2ESHMJXNQ2Z7T2EELBB5HJXG/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NZUVSQHN2ESHMJXNQ2Z7T2EELBB5HJXG/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-8285" > https://nvd.nist.gov/vuln/detail/CVE-2020-8285< / a > < br > < a href = "https://security.gentoo.org/glsa/202012-14" > https://security.gentoo.org/glsa/202012-14< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210122-0007/" > https://security.netapp.com/advisory/ntap-20210122-0007/< / a > < br > < a href = "https://support.apple.com/kb/HT212325" > https://support.apple.com/kb/HT212325< / a > < br > < a href = "https://support.apple.com/kb/HT212326" > https://support.apple.com/kb/HT212326< / a > < br > < a href = "https://support.apple.com/kb/HT212327" > https://support.apple.com/kb/HT212327< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4665-1" > https://ubuntu.com/security/notices/USN-4665-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4665-2" > https://ubuntu.com/security/notices/USN-4665-2< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4881" > https://www.debian.org/security/2021/dsa-4881< / a > < br > < a href = "https://www.oracle.com//security-alerts/cpujul2021.html" > https://www.oracle.com//security-alerts/cpujul2021.html< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpuApr2021.html" > https://www.oracle.com/security-alerts/cpuApr2021.html< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpujan2022.html" > https://www.oracle.com/security-alerts/cpujan2022.html< / a > < br > < / details > |
| libcurl4 | CVE-2020-8286 | HIGH | 7.64.0-4+deb10u1 | 7.64.0-4+deb10u2 | < details > < summary > Expand...< / summary > < a href = "http://seclists.org/fulldisclosure/2021/Apr/50" > http://seclists.org/fulldisclosure/2021/Apr/50< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/Apr/51" > http://seclists.org/fulldisclosure/2021/Apr/51< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/Apr/54" > http://seclists.org/fulldisclosure/2021/Apr/54< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2020-8286" > https://access.redhat.com/security/cve/CVE-2020-8286< / a > < br > < a href = "https://cert-portal.siemens.com/productcert/pdf/ssa-200951.pdf" > https://cert-portal.siemens.com/productcert/pdf/ssa-200951.pdf< / 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://curl.se/docs/CVE-2020-8286.html" > https://curl.se/docs/CVE-2020-8286.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8286" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8286< / a > < br > < a href = "https://hackerone.com/reports/1048457" > https://hackerone.com/reports/1048457< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-8286.html" > https://linux.oracle.com/cve/CVE-2020-8286.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-1610.html" > https://linux.oracle.com/errata/ELSA-2021-1610.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2020/12/msg00029.html" > https://lists.debian.org/debian-lts-announce/2020/12/msg00029.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DAEHE2S2QLO4AO4MEEYL75NB7SAH5PSL/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DAEHE2S2QLO4AO4MEEYL75NB7SAH5PSL/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NZUVSQHN2ESHMJXNQ2Z7T2EELBB5HJXG/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NZUVSQHN2ESHMJXNQ2Z7T2EELBB5HJXG/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-8286" > https://nvd.nist.gov/vuln/detail/CVE-2020-8286< / a > < br > < a href = "https://security.gentoo.org/glsa/202012-14" > https://security.gentoo.org/glsa/202012-14< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210122-0007/" > https://security.netapp.com/advisory/ntap-20210122-0007/< / a > < br > < a href = "https://support.apple.com/kb/HT212325" > https://support.apple.com/kb/HT212325< / a > < br > < a href = "https://support.apple.com/kb/HT212326" > https://support.apple.com/kb/HT212326< / a > < br > < a href = "https://support.apple.com/kb/HT212327" > https://support.apple.com/kb/HT212327< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4665-1" > https://ubuntu.com/security/notices/USN-4665-1< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4881" > https://www.debian.org/security/2021/dsa-4881< / a > < br > < a href = "https://www.oracle.com//security-alerts/cpujul2021.html" > https://www.oracle.com//security-alerts/cpujul2021.html< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpuApr2021.html" > https://www.oracle.com/security-alerts/cpuApr2021.html< / a > < br > < / details > |
| libcurl4 | CVE-2021-22946 | HIGH | 7.64.0-4+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "http://seclists.org/fulldisclosure/2022/Mar/29" > http://seclists.org/fulldisclosure/2022/Mar/29< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2021-22946" > https://access.redhat.com/security/cve/CVE-2021-22946< / 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://curl.se/docs/CVE-2021-22946.html" > https://curl.se/docs/CVE-2021-22946.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22946" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22946< / a > < br > < a href = "https://hackerone.com/reports/1334111" > https://hackerone.com/reports/1334111< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-22946.html" > https://linux.oracle.com/cve/CVE-2021-22946.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-4059.html" > https://linux.oracle.com/errata/ELSA-2021-4059.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/09/msg00022.html" > https://lists.debian.org/debian-lts-announce/2021/09/msg00022.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/APOAK4X73EJTAPTSVT7IRVDMUWVXNWGD/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/APOAK4X73EJTAPTSVT7IRVDMUWVXNWGD/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RWLEC6YVEM2HWUBX67SDGPSY4CQB72OE/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RWLEC6YVEM2HWUBX67SDGPSY4CQB72OE/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-22946" > https://nvd.nist.gov/vuln/detail/CVE-2021-22946< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211029-0003/" > https://security.netapp.com/advisory/ntap-20211029-0003/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220121-0008/" > https://security.netapp.com/advisory/ntap-20220121-0008/< / a > < br > < a href = "https://support.apple.com/kb/HT213183" > https://support.apple.com/kb/HT213183< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5079-1" > https://ubuntu.com/security/notices/USN-5079-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5079-2" > https://ubuntu.com/security/notices/USN-5079-2< / 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.oracle.com/security-alerts/cpuoct2021.html" > https://www.oracle.com/security-alerts/cpuoct2021.html< / a > < br > < / details > |
| libcurl4 | CVE-2021-22876 | MEDIUM | 7.64.0-4+deb10u1 | 7.64.0-4+deb10u2 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-22876" > https://access.redhat.com/security/cve/CVE-2021-22876< / 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://curl.se/docs/CVE-2021-22876.html" > https://curl.se/docs/CVE-2021-22876.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22876" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22876< / a > < br > < a href = "https://hackerone.com/reports/1101882" > https://hackerone.com/reports/1101882< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-22876.html" > https://linux.oracle.com/cve/CVE-2021-22876.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-4511.html" > https://linux.oracle.com/errata/ELSA-2021-4511.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/05/msg00019.html" > https://lists.debian.org/debian-lts-announce/2021/05/msg00019.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/2ZC5BMIOKLBQJSFCHEDN2G2C2SH274BP/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/2ZC5BMIOKLBQJSFCHEDN2G2C2SH274BP/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ITVWPVGLFISU5BJC2BXBRYSDXTXE2YGC/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ITVWPVGLFISU5BJC2BXBRYSDXTXE2YGC/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KQUIOYX2KUU6FIUZVB5WWZ6JHSSYSQWJ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KQUIOYX2KUU6FIUZVB5WWZ6JHSSYSQWJ/< / a > < br > < a href = "https://security.gentoo.org/glsa/202105-36" > https://security.gentoo.org/glsa/202105-36< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210521-0007/" > https://security.netapp.com/advisory/ntap-20210521-0007/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4898-1" > https://ubuntu.com/security/notices/USN-4898-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4903-1" > https://ubuntu.com/security/notices/USN-4903-1< / a > < br > < a href = "https://www.oracle.com//security-alerts/cpujul2021.html" > https://www.oracle.com//security-alerts/cpujul2021.html< / a > < br > < / details > |
| libcurl4 | CVE-2021-22947 | MEDIUM | 7.64.0-4+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "http://seclists.org/fulldisclosure/2022/Mar/29" > http://seclists.org/fulldisclosure/2022/Mar/29< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2021-22947" > https://access.redhat.com/security/cve/CVE-2021-22947< / 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://curl.se/docs/CVE-2021-22947.html" > https://curl.se/docs/CVE-2021-22947.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22947" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22947< / a > < br > < a href = "https://hackerone.com/reports/1334763" > https://hackerone.com/reports/1334763< / a > < br > < a href = "https://launchpad.net/bugs/1944120 (regression bug)" > https://launchpad.net/bugs/1944120 (regression bug)< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-22947.html" > https://linux.oracle.com/cve/CVE-2021-22947.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-4059.html" > https://linux.oracle.com/errata/ELSA-2021-4059.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/09/msg00022.html" > https://lists.debian.org/debian-lts-announce/2021/09/msg00022.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/APOAK4X73EJTAPTSVT7IRVDMUWVXNWGD/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/APOAK4X73EJTAPTSVT7IRVDMUWVXNWGD/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RWLEC6YVEM2HWUBX67SDGPSY4CQB72OE/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RWLEC6YVEM2HWUBX67SDGPSY4CQB72OE/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-22947" > https://nvd.nist.gov/vuln/detail/CVE-2021-22947< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211029-0003/" > https://security.netapp.com/advisory/ntap-20211029-0003/< / a > < br > < a href = "https://support.apple.com/kb/HT213183" > https://support.apple.com/kb/HT213183< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5079-1" > https://ubuntu.com/security/notices/USN-5079-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5079-2" > https://ubuntu.com/security/notices/USN-5079-2< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5079-3" > https://ubuntu.com/security/notices/USN-5079-3< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5079-4" > https://ubuntu.com/security/notices/USN-5079-4< / 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.oracle.com/security-alerts/cpuoct2021.html" > https://www.oracle.com/security-alerts/cpuoct2021.html< / a > < br > < / details > |
| libcurl4 | CVE-2020-8284 | LOW | 7.64.0-4+deb10u1 | 7.64.0-4+deb10u2 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2020-8284" > https://access.redhat.com/security/cve/CVE-2020-8284< / 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://curl.se/docs/CVE-2020-8284.html" > https://curl.se/docs/CVE-2020-8284.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8284" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8284< / a > < br > < a href = "https://hackerone.com/reports/1040166" > https://hackerone.com/reports/1040166< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-8284.html" > https://linux.oracle.com/cve/CVE-2020-8284.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-1610.html" > https://linux.oracle.com/errata/ELSA-2021-1610.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2020/12/msg00029.html" > https://lists.debian.org/debian-lts-announce/2020/12/msg00029.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DAEHE2S2QLO4AO4MEEYL75NB7SAH5PSL/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DAEHE2S2QLO4AO4MEEYL75NB7SAH5PSL/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NZUVSQHN2ESHMJXNQ2Z7T2EELBB5HJXG/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NZUVSQHN2ESHMJXNQ2Z7T2EELBB5HJXG/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-8284" > https://nvd.nist.gov/vuln/detail/CVE-2020-8284< / a > < br > < a href = "https://security.gentoo.org/glsa/202012-14" > https://security.gentoo.org/glsa/202012-14< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210122-0007/" > https://security.netapp.com/advisory/ntap-20210122-0007/< / a > < br > < a href = "https://support.apple.com/kb/HT212325" > https://support.apple.com/kb/HT212325< / a > < br > < a href = "https://support.apple.com/kb/HT212326" > https://support.apple.com/kb/HT212326< / a > < br > < a href = "https://support.apple.com/kb/HT212327" > https://support.apple.com/kb/HT212327< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4665-1" > https://ubuntu.com/security/notices/USN-4665-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4665-2" > https://ubuntu.com/security/notices/USN-4665-2< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4881" > https://www.debian.org/security/2021/dsa-4881< / a > < br > < a href = "https://www.oracle.com//security-alerts/cpujul2021.html" > https://www.oracle.com//security-alerts/cpujul2021.html< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpuApr2021.html" > https://www.oracle.com/security-alerts/cpuApr2021.html< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpujan2022.html" > https://www.oracle.com/security-alerts/cpujan2022.html< / a > < br > < / details > |
| libcurl4 | CVE-2021-22890 | LOW | 7.64.0-4+deb10u1 | 7.64.0-4+deb10u2 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-22890" > https://access.redhat.com/security/cve/CVE-2021-22890< / 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://curl.se/docs/CVE-2021-22890.html" > https://curl.se/docs/CVE-2021-22890.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22890" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22890< / a > < br > < a href = "https://hackerone.com/reports/1129529" > https://hackerone.com/reports/1129529< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/2ZC5BMIOKLBQJSFCHEDN2G2C2SH274BP/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/2ZC5BMIOKLBQJSFCHEDN2G2C2SH274BP/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ITVWPVGLFISU5BJC2BXBRYSDXTXE2YGC/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ITVWPVGLFISU5BJC2BXBRYSDXTXE2YGC/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KQUIOYX2KUU6FIUZVB5WWZ6JHSSYSQWJ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KQUIOYX2KUU6FIUZVB5WWZ6JHSSYSQWJ/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-22890" > https://nvd.nist.gov/vuln/detail/CVE-2021-22890< / a > < br > < a href = "https://security.gentoo.org/glsa/202105-36" > https://security.gentoo.org/glsa/202105-36< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210521-0007/" > https://security.netapp.com/advisory/ntap-20210521-0007/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4898-1" > https://ubuntu.com/security/notices/USN-4898-1< / a > < br > < a href = "https://www.oracle.com//security-alerts/cpujul2021.html" > https://www.oracle.com//security-alerts/cpujul2021.html< / a > < br > < / details > |
| libcurl4 | CVE-2021-22898 | LOW | 7.64.0-4+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2021/07/21/4" > http://www.openwall.com/lists/oss-security/2021/07/21/4< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2021-22898" > https://access.redhat.com/security/cve/CVE-2021-22898< / 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://curl.se/docs/CVE-2021-22898.html" > https://curl.se/docs/CVE-2021-22898.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22898" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22898< / a > < br > < a href = "https://github.com/curl/curl/commit/39ce47f219b09c380b81f89fe54ac586c8db6bde" > https://github.com/curl/curl/commit/39ce47f219b09c380b81f89fe54ac586c8db6bde< / a > < br > < a href = "https://hackerone.com/reports/1176461" > https://hackerone.com/reports/1176461< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-22898.html" > https://linux.oracle.com/cve/CVE-2021-22898.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-4511.html" > https://linux.oracle.com/errata/ELSA-2021-4511.html< / a > < br > < a href = "https://lists.apache.org/thread.html/rc713534b10f9daeee2e0990239fa407e2118e4aa9e88a7041177497c@%3Cissues.guacamole.apache.org%3E" > https://lists.apache.org/thread.html/rc713534b10f9daeee2e0990239fa407e2118e4aa9e88a7041177497c@%3Cissues.guacamole.apache.org%3E< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/08/msg00017.html" > https://lists.debian.org/debian-lts-announce/2021/08/msg00017.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FRUCW2UVNYUDZF72DQLFQR4PJEC6CF7V/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FRUCW2UVNYUDZF72DQLFQR4PJEC6CF7V/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/POOC3UV7V6L4CJ5KA2PTWTNUV5Y72T3Q/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/POOC3UV7V6L4CJ5KA2PTWTNUV5Y72T3Q/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-22898" > https://nvd.nist.gov/vuln/detail/CVE-2021-22898< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5021-1" > https://ubuntu.com/security/notices/USN-5021-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5021-2" > https://ubuntu.com/security/notices/USN-5021-2< / a > < br > < a href = "https://www.oracle.com//security-alerts/cpujul2021.html" > https://www.oracle.com//security-alerts/cpujul2021.html< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpujan2022.html" > https://www.oracle.com/security-alerts/cpujan2022.html< / a > < br > < / details > |
| libcurl4 | CVE-2021-22922 | LOW | 7.64.0-4+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-22922" > https://access.redhat.com/security/cve/CVE-2021-22922< / 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://curl.se/docs/CVE-2021-22922.html" > https://curl.se/docs/CVE-2021-22922.html< / a > < br > < a href = "https://hackerone.com/reports/1213175" > https://hackerone.com/reports/1213175< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-22922.html" > https://linux.oracle.com/cve/CVE-2021-22922.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-3582.html" > https://linux.oracle.com/errata/ELSA-2021-3582.html< / a > < br > < a href = "https://lists.apache.org/thread.html/r61db8e7dcb56dc000a5387a88f7a473bacec5ee01b9ff3f55308aacc@%3Cdev.kafka.apache.org%3E" > https://lists.apache.org/thread.html/r61db8e7dcb56dc000a5387a88f7a473bacec5ee01b9ff3f55308aacc@%3Cdev.kafka.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/r61db8e7dcb56dc000a5387a88f7a473bacec5ee01b9ff3f55308aacc@%3Cusers.kafka.apache.org%3E" > https://lists.apache.org/thread.html/r61db8e7dcb56dc000a5387a88f7a473bacec5ee01b9ff3f55308aacc@%3Cusers.kafka.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rbf4ce74b0d1fa9810dec50ba3ace0caeea677af7c27a97111c06ccb7@%3Cdev.kafka.apache.org%3E" > https://lists.apache.org/thread.html/rbf4ce74b0d1fa9810dec50ba3ace0caeea677af7c27a97111c06ccb7@%3Cdev.kafka.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rbf4ce74b0d1fa9810dec50ba3ace0caeea677af7c27a97111c06ccb7@%3Cusers.kafka.apache.org%3E" > https://lists.apache.org/thread.html/rbf4ce74b0d1fa9810dec50ba3ace0caeea677af7c27a97111c06ccb7@%3Cusers.kafka.apache.org%3E< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FRUCW2UVNYUDZF72DQLFQR4PJEC6CF7V/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FRUCW2UVNYUDZF72DQLFQR4PJEC6CF7V/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-22922" > https://nvd.nist.gov/vuln/detail/CVE-2021-22922< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210902-0003/" > https://security.netapp.com/advisory/ntap-20210902-0003/< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpuoct2021.html" > https://www.oracle.com/security-alerts/cpuoct2021.html< / a > < br > < / details > |
| libcurl4 | CVE-2021-22923 | LOW | 7.64.0-4+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-22923" > https://access.redhat.com/security/cve/CVE-2021-22923< / 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://curl.se/docs/CVE-2021-22923.html" > https://curl.se/docs/CVE-2021-22923.html< / a > < br > < a href = "https://hackerone.com/reports/1213181" > https://hackerone.com/reports/1213181< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-22923.html" > https://linux.oracle.com/cve/CVE-2021-22923.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-3582.html" > https://linux.oracle.com/errata/ELSA-2021-3582.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FRUCW2UVNYUDZF72DQLFQR4PJEC6CF7V/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FRUCW2UVNYUDZF72DQLFQR4PJEC6CF7V/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-22923" > https://nvd.nist.gov/vuln/detail/CVE-2021-22923< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210902-0003/" > https://security.netapp.com/advisory/ntap-20210902-0003/< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpuoct2021.html" > https://www.oracle.com/security-alerts/cpuoct2021.html< / a > < br > < / details > |
| libcurl4 | CVE-2021-22924 | LOW | 7.64.0-4+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-22924" > https://access.redhat.com/security/cve/CVE-2021-22924< / 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://curl.se/docs/CVE-2021-22924.html" > https://curl.se/docs/CVE-2021-22924.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22924" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22924< / a > < br > < a href = "https://hackerone.com/reports/1223565" > https://hackerone.com/reports/1223565< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-22924.html" > https://linux.oracle.com/cve/CVE-2021-22924.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-3582.html" > https://linux.oracle.com/errata/ELSA-2021-3582.html< / a > < br > < a href = "https://lists.apache.org/thread.html/r61db8e7dcb56dc000a5387a88f7a473bacec5ee01b9ff3f55308aacc@%3Cdev.kafka.apache.org%3E" > https://lists.apache.org/thread.html/r61db8e7dcb56dc000a5387a88f7a473bacec5ee01b9ff3f55308aacc@%3Cdev.kafka.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/r61db8e7dcb56dc000a5387a88f7a473bacec5ee01b9ff3f55308aacc@%3Cusers.kafka.apache.org%3E" > https://lists.apache.org/thread.html/r61db8e7dcb56dc000a5387a88f7a473bacec5ee01b9ff3f55308aacc@%3Cusers.kafka.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rbf4ce74b0d1fa9810dec50ba3ace0caeea677af7c27a97111c06ccb7@%3Cdev.kafka.apache.org%3E" > https://lists.apache.org/thread.html/rbf4ce74b0d1fa9810dec50ba3ace0caeea677af7c27a97111c06ccb7@%3Cdev.kafka.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rbf4ce74b0d1fa9810dec50ba3ace0caeea677af7c27a97111c06ccb7@%3Cusers.kafka.apache.org%3E" > https://lists.apache.org/thread.html/rbf4ce74b0d1fa9810dec50ba3ace0caeea677af7c27a97111c06ccb7@%3Cusers.kafka.apache.org%3E< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/08/msg00017.html" > https://lists.debian.org/debian-lts-announce/2021/08/msg00017.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FRUCW2UVNYUDZF72DQLFQR4PJEC6CF7V/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FRUCW2UVNYUDZF72DQLFQR4PJEC6CF7V/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-22924" > https://nvd.nist.gov/vuln/detail/CVE-2021-22924< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210902-0003/" > https://security.netapp.com/advisory/ntap-20210902-0003/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5021-1" > https://ubuntu.com/security/notices/USN-5021-1< / 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.oracle.com/security-alerts/cpuoct2021.html" > https://www.oracle.com/security-alerts/cpuoct2021.html< / a > < br > < / details > |
2022-04-12 17:24:36 +00:00
| libext2fs2 | CVE-2022-1304 | HIGH | 1.44.5-1+deb10u3 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-1304" > https://access.redhat.com/security/cve/CVE-2022-1304< / a > < br > < / details > |
2022-04-08 10:22:34 +00:00
| libfdisk1 | CVE-2021-37600 | LOW | 2.33.1-0.1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-37600" > https://access.redhat.com/security/cve/CVE-2021-37600< / a > < br > < a href = "https://github.com/karelzak/util-linux/commit/1c9143d0c1f979c3daf10e1c37b5b1e916c22a1c" > https://github.com/karelzak/util-linux/commit/1c9143d0c1f979c3daf10e1c37b5b1e916c22a1c< / a > < br > < a href = "https://github.com/karelzak/util-linux/issues/1395" > https://github.com/karelzak/util-linux/issues/1395< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-37600" > https://nvd.nist.gov/vuln/detail/CVE-2021-37600< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210902-0002/" > https://security.netapp.com/advisory/ntap-20210902-0002/< / a > < br > < / details > |
| libfdisk1 | CVE-2022-0563 | LOW | 2.33.1-0.1 | | < 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 > |
| libgcc1 | CVE-2018-12886 | HIGH | 8.3.0-6 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2018-12886" > https://access.redhat.com/security/cve/CVE-2018-12886< / a > < br > < a href = "https://gcc.gnu.org/viewcvs/gcc/trunk/gcc/config/arm/arm-protos.h?revision=266379&view=markup" > https://gcc.gnu.org/viewcvs/gcc/trunk/gcc/config/arm/arm-protos.h?revision=266379& view=markup< / a > < br > < a href = "https://www.gnu.org/software/gcc/gcc-8/changes.html" > https://www.gnu.org/software/gcc/gcc-8/changes.html< / a > < br > < / details > |
| libgcc1 | CVE-2019-15847 | HIGH | 8.3.0-6 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2019-10/msg00056.html" > http://lists.opensuse.org/opensuse-security-announce/2019-10/msg00056.html< / a > < br > < a href = "http://lists.opensuse.org/opensuse-security-announce/2019-10/msg00057.html" > http://lists.opensuse.org/opensuse-security-announce/2019-10/msg00057.html< / a > < br > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-05/msg00058.html" > http://lists.opensuse.org/opensuse-security-announce/2020-05/msg00058.html< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2019-15847" > https://access.redhat.com/security/cve/CVE-2019-15847< / a > < br > < a href = "https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91481" > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91481< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2019-15847.html" > https://linux.oracle.com/cve/CVE-2019-15847.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-1864.html" > https://linux.oracle.com/errata/ELSA-2020-1864.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2019-15847" > https://nvd.nist.gov/vuln/detail/CVE-2019-15847< / a > < br > < / details > |
| libgcrypt20 | CVE-2021-33560 | HIGH | 1.8.4-5 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-33560.json" > https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-33560.json< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2021-33560" > https://access.redhat.com/security/cve/CVE-2021-33560< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33560" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33560< / a > < br > < a href = "https://dev.gnupg.org/T5305" > https://dev.gnupg.org/T5305< / a > < br > < a href = "https://dev.gnupg.org/T5328" > https://dev.gnupg.org/T5328< / a > < br > < a href = "https://dev.gnupg.org/T5466" > https://dev.gnupg.org/T5466< / a > < br > < a href = "https://dev.gnupg.org/rCe8b7f10be275bcedb5fc05ed4837a89bfd605c61" > https://dev.gnupg.org/rCe8b7f10be275bcedb5fc05ed4837a89bfd605c61< / a > < br > < a href = "https://eprint.iacr.org/2021/923" > https://eprint.iacr.org/2021/923< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-33560.html" > https://linux.oracle.com/cve/CVE-2021-33560.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-9263.html" > https://linux.oracle.com/errata/ELSA-2022-9263.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/06/msg00021.html" > https://lists.debian.org/debian-lts-announce/2021/06/msg00021.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/BKKTOIGFW2SGN3DO2UHHVZ7MJSYN4AAB/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/BKKTOIGFW2SGN3DO2UHHVZ7MJSYN4AAB/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/R7OAPCUGPF3VLA7QAJUQSL255D4ITVTL/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/R7OAPCUGPF3VLA7QAJUQSL255D4ITVTL/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-33560" > https://nvd.nist.gov/vuln/detail/CVE-2021-33560< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5080-1" > https://ubuntu.com/security/notices/USN-5080-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5080-2" > https://ubuntu.com/security/notices/USN-5080-2< / 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.oracle.com/security-alerts/cpuoct2021.html" > https://www.oracle.com/security-alerts/cpuoct2021.html< / a > < br > < / details > |
| libgcrypt20 | CVE-2019-13627 | MEDIUM | 1.8.4-5 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2019-09/msg00060.html" > http://lists.opensuse.org/opensuse-security-announce/2019-09/msg00060.html< / a > < br > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-01/msg00018.html" > http://lists.opensuse.org/opensuse-security-announce/2020-01/msg00018.html< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2019/10/02/2" > http://www.openwall.com/lists/oss-security/2019/10/02/2< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2019-13627" > https://access.redhat.com/security/cve/CVE-2019-13627< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-13627" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-13627< / a > < br > < a href = "https://dev.gnupg.org/T4683" > https://dev.gnupg.org/T4683< / a > < br > < a href = "https://github.com/gpg/libgcrypt/releases/tag/libgcrypt-1.8.5" > https://github.com/gpg/libgcrypt/releases/tag/libgcrypt-1.8.5< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2019-13627.html" > https://linux.oracle.com/cve/CVE-2019-13627.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4482.html" > https://linux.oracle.com/errata/ELSA-2020-4482.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2019/09/msg00024.html" > https://lists.debian.org/debian-lts-announce/2019/09/msg00024.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2020/01/msg00001.html" > https://lists.debian.org/debian-lts-announce/2020/01/msg00001.html< / a > < br > < a href = "https://minerva.crocs.fi.muni.cz/" > https://minerva.crocs.fi.muni.cz/< / a > < br > < a href = "https://security-tracker.debian.org/tracker/CVE-2019-13627" > https://security-tracker.debian.org/tracker/CVE-2019-13627< / a > < br > < a href = "https://security.gentoo.org/glsa/202003-32" > https://security.gentoo.org/glsa/202003-32< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4236-1" > https://ubuntu.com/security/notices/USN-4236-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4236-2" > https://ubuntu.com/security/notices/USN-4236-2< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4236-3" > https://ubuntu.com/security/notices/USN-4236-3< / a > < br > < a href = "https://usn.ubuntu.com/4236-1/" > https://usn.ubuntu.com/4236-1/< / a > < br > < a href = "https://usn.ubuntu.com/4236-2/" > https://usn.ubuntu.com/4236-2/< / a > < br > < a href = "https://usn.ubuntu.com/4236-3/" > https://usn.ubuntu.com/4236-3/< / a > < br > < / details > |
| libgcrypt20 | CVE-2021-40528 | MEDIUM | 1.8.4-5 | 1.8.4-5+deb10u1 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-40528" > https://access.redhat.com/security/cve/CVE-2021-40528< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-40528" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-40528< / a > < br > < a href = "https://dev.gnupg.org/rCb118681ebc4c9ea4b9da79b0f9541405a64f4c13" > https://dev.gnupg.org/rCb118681ebc4c9ea4b9da79b0f9541405a64f4c13< / a > < br > < a href = "https://eprint.iacr.org/2021/923" > https://eprint.iacr.org/2021/923< / a > < br > < a href = "https://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgcrypt.git;a=commit;h=3462280f2e23e16adf3ed5176e0f2413d8861320" > https://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgcrypt.git;a=commit;h=3462280f2e23e16adf3ed5176e0f2413d8861320< / a > < br > < a href = "https://ibm.github.io/system-security-research-updates/2021/07/20/insecurity-elgamal-pt1" > https://ibm.github.io/system-security-research-updates/2021/07/20/insecurity-elgamal-pt1< / a > < br > < a href = "https://ibm.github.io/system-security-research-updates/2021/09/06/insecurity-elgamal-pt2" > https://ibm.github.io/system-security-research-updates/2021/09/06/insecurity-elgamal-pt2< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-40528" > https://nvd.nist.gov/vuln/detail/CVE-2021-40528< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5080-1" > https://ubuntu.com/security/notices/USN-5080-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5080-2" > https://ubuntu.com/security/notices/USN-5080-2< / a > < br > < / details > |
| libgcrypt20 | CVE-2018-6829 | LOW | 1.8.4-5 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2018-6829" > https://access.redhat.com/security/cve/CVE-2018-6829< / a > < br > < a href = "https://github.com/weikengchen/attack-on-libgcrypt-elgamal" > https://github.com/weikengchen/attack-on-libgcrypt-elgamal< / a > < br > < a href = "https://github.com/weikengchen/attack-on-libgcrypt-elgamal/wiki" > https://github.com/weikengchen/attack-on-libgcrypt-elgamal/wiki< / a > < br > < a href = "https://lists.gnupg.org/pipermail/gcrypt-devel/2018-February/004394.html" > https://lists.gnupg.org/pipermail/gcrypt-devel/2018-February/004394.html< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpujan2020.html" > https://www.oracle.com/security-alerts/cpujan2020.html< / a > < br > < / details > |
| libgmp10 | CVE-2021-43618 | HIGH | 2:6.1.2+dfsg-4 | 2:6.1.2+dfsg-4+deb10u1 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-43618" > https://access.redhat.com/security/cve/CVE-2021-43618< / a > < br > < a href = "https://bugs.debian.org/994405" > https://bugs.debian.org/994405< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-43618" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-43618< / a > < br > < a href = "https://gmplib.org/list-archives/gmp-bugs/2021-September/005077.html" > https://gmplib.org/list-archives/gmp-bugs/2021-September/005077.html< / a > < br > < a href = "https://gmplib.org/repo/gmp-6.2/rev/561a9c25298e" > https://gmplib.org/repo/gmp-6.2/rev/561a9c25298e< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/12/msg00001.html" > https://lists.debian.org/debian-lts-announce/2021/12/msg00001.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-43618" > https://nvd.nist.gov/vuln/detail/CVE-2021-43618< / a > < br > < / details > |
| libgnutls30 | CVE-2021-20231 | CRITICAL | 3.6.7-4+deb10u5 | 3.6.7-4+deb10u7 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-20231" > https://access.redhat.com/security/cve/CVE-2021-20231< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=1922276" > https://bugzilla.redhat.com/show_bug.cgi?id=1922276< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-20231" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-20231< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-20231.html" > https://linux.oracle.com/cve/CVE-2021-20231.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-9221.html" > https://linux.oracle.com/errata/ELSA-2022-9221.html< / a > < br > < a href = "https://lists.apache.org/thread.html/r50661d6f0082709aad9a584431b59ec364f9974b63b07e0800230168@%3Cissues.spark.apache.org%3E" > https://lists.apache.org/thread.html/r50661d6f0082709aad9a584431b59ec364f9974b63b07e0800230168@%3Cissues.spark.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/r5d4001031e7790d8c6396c499522b4ed2aab782da87b1a14184793bb@%3Cissues.spark.apache.org%3E" > https://lists.apache.org/thread.html/r5d4001031e7790d8c6396c499522b4ed2aab782da87b1a14184793bb@%3Cissues.spark.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/r5f88bed447742fcc5c47bf1c7be965ef450131914a6e1f85feba2779@%3Cissues.spark.apache.org%3E" > https://lists.apache.org/thread.html/r5f88bed447742fcc5c47bf1c7be965ef450131914a6e1f85feba2779@%3Cissues.spark.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/r6ac143ba6dd98bd4bf6bf010d46e56e254056459721ba18822d611f7@%3Cissues.spark.apache.org%3E" > https://lists.apache.org/thread.html/r6ac143ba6dd98bd4bf6bf010d46e56e254056459721ba18822d611f7@%3Cissues.spark.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/r9cbc69e57276413788e90a6ee16c7c034ea4258d31935b70db2bd158@%3Cissues.spark.apache.org%3E" > https://lists.apache.org/thread.html/r9cbc69e57276413788e90a6ee16c7c034ea4258d31935b70db2bd158@%3Cissues.spark.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rcd70a4c88a47a75fd2d5f3ffb7cee8c2a18c713320bd90fdcb57495f@%3Cissues.spark.apache.org%3E" > https://lists.apache.org/thread.html/rcd70a4c88a47a75fd2d5f3ffb7cee8c2a18c713320bd90fdcb57495f@%3Cissues.spark.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rf5e1256d870193def4a82ad89ab95e63943a313b5ff0d81aa87e4532@%3Cissues.spark.apache.org%3E" > https://lists.apache.org/thread.html/rf5e1256d870193def4a82ad89ab95e63943a313b5ff0d81aa87e4532@%3Cissues.spark.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rfd5273d72d244178441e6904a2f2b41a3268f569e8092ea0b3b2bb20@%3Cissues.spark.apache.org%3E" > https://lists.apache.org/thread.html/rfd5273d72d244178441e6904a2f2b41a3268f569e8092ea0b3b2bb20@%3Cissues.spark.apache.org%3E< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/OSLAE6PP33A7VYRYMYMUVB3U6B26GZER/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/OSLAE6PP33A7VYRYMYMUVB3U6B26GZER/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-20231" > https://nvd.nist.gov/vuln/detail/CVE-2021-20231< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210416-0005/" > https://security.netapp.com/advisory/ntap-20210416-0005/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5029-1" > https://ubuntu.com/security/notices/USN-5029-1< / a > < br > < a href = "https://www.gnutls.org/security-new.html#GNUTLS-SA-2021-03-10" > https://www.gnutls.org/security-new.html#GNUTLS-SA-2021-03-10< / a > < br > < / details > |
| libgnutls30 | CVE-2021-20232 | CRITICAL | 3.6.7-4+deb10u5 | 3.6.7-4+deb10u7 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-20232" > https://access.redhat.com/security/cve/CVE-2021-20232< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=1922275" > https://bugzilla.redhat.com/show_bug.cgi?id=1922275< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-20232" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-20232< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-20232.html" > https://linux.oracle.com/cve/CVE-2021-20232.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-9221.html" > https://linux.oracle.com/errata/ELSA-2022-9221.html< / a > < br > < a href = "https://lists.apache.org/thread.html/r50661d6f0082709aad9a584431b59ec364f9974b63b07e0800230168@%3Cissues.spark.apache.org%3E" > https://lists.apache.org/thread.html/r50661d6f0082709aad9a584431b59ec364f9974b63b07e0800230168@%3Cissues.spark.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/r5d4001031e7790d8c6396c499522b4ed2aab782da87b1a14184793bb@%3Cissues.spark.apache.org%3E" > https://lists.apache.org/thread.html/r5d4001031e7790d8c6396c499522b4ed2aab782da87b1a14184793bb@%3Cissues.spark.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/r5f88bed447742fcc5c47bf1c7be965ef450131914a6e1f85feba2779@%3Cissues.spark.apache.org%3E" > https://lists.apache.org/thread.html/r5f88bed447742fcc5c47bf1c7be965ef450131914a6e1f85feba2779@%3Cissues.spark.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/r6ac143ba6dd98bd4bf6bf010d46e56e254056459721ba18822d611f7@%3Cissues.spark.apache.org%3E" > https://lists.apache.org/thread.html/r6ac143ba6dd98bd4bf6bf010d46e56e254056459721ba18822d611f7@%3Cissues.spark.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/r9cbc69e57276413788e90a6ee16c7c034ea4258d31935b70db2bd158@%3Cissues.spark.apache.org%3E" > https://lists.apache.org/thread.html/r9cbc69e57276413788e90a6ee16c7c034ea4258d31935b70db2bd158@%3Cissues.spark.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rcd70a4c88a47a75fd2d5f3ffb7cee8c2a18c713320bd90fdcb57495f@%3Cissues.spark.apache.org%3E" > https://lists.apache.org/thread.html/rcd70a4c88a47a75fd2d5f3ffb7cee8c2a18c713320bd90fdcb57495f@%3Cissues.spark.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rf5e1256d870193def4a82ad89ab95e63943a313b5ff0d81aa87e4532@%3Cissues.spark.apache.org%3E" > https://lists.apache.org/thread.html/rf5e1256d870193def4a82ad89ab95e63943a313b5ff0d81aa87e4532@%3Cissues.spark.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rfd5273d72d244178441e6904a2f2b41a3268f569e8092ea0b3b2bb20@%3Cissues.spark.apache.org%3E" > https://lists.apache.org/thread.html/rfd5273d72d244178441e6904a2f2b41a3268f569e8092ea0b3b2bb20@%3Cissues.spark.apache.org%3E< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/OSLAE6PP33A7VYRYMYMUVB3U6B26GZER/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/OSLAE6PP33A7VYRYMYMUVB3U6B26GZER/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-20232" > https://nvd.nist.gov/vuln/detail/CVE-2021-20232< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210416-0005/" > https://security.netapp.com/advisory/ntap-20210416-0005/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5029-1" > https://ubuntu.com/security/notices/USN-5029-1< / a > < br > < a href = "https://www.gnutls.org/security-new.html#GNUTLS-SA-2021-03-10" > https://www.gnutls.org/security-new.html#GNUTLS-SA-2021-03-10< / a > < br > < / details > |
| libgnutls30 | CVE-2020-24659 | HIGH | 3.6.7-4+deb10u5 | 3.6.7-4+deb10u7 | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00054.html" > http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00054.html< / a > < br > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00060.html" > http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00060.html< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2020-24659" > https://access.redhat.com/security/cve/CVE-2020-24659< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-24659" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-24659< / a > < br > < a href = "https://gitlab.com/gnutls/gnutls/-/issues/1071" > https://gitlab.com/gnutls/gnutls/-/issues/1071< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-24659.html" > https://linux.oracle.com/cve/CVE-2020-24659.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-5483.html" > https://linux.oracle.com/errata/ELSA-2020-5483.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/62BUAI4FQQLG6VTKRT7SUZPGJJ4NASQ3/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/62BUAI4FQQLG6VTKRT7SUZPGJJ4NASQ3/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/AWN56FDLQQXT2D2YHNI4TYH432TDMQ7N/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/AWN56FDLQQXT2D2YHNI4TYH432TDMQ7N/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-24659" > https://nvd.nist.gov/vuln/detail/CVE-2020-24659< / a > < br > < a href = "https://security.gentoo.org/glsa/202009-01" > https://security.gentoo.org/glsa/202009-01< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20200911-0006/" > https://security.netapp.com/advisory/ntap-20200911-0006/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4491-1" > https://ubuntu.com/security/notices/USN-4491-1< / a > < br > < a href = "https://usn.ubuntu.com/4491-1/" > https://usn.ubuntu.com/4491-1/< / a > < br > < a href = "https://www.gnutls.org/security-new.html#GNUTLS-SA-2020-09-04" > https://www.gnutls.org/security-new.html#GNUTLS-SA-2020-09-04< / a > < br > < / details > |
| libgnutls30 | CVE-2021-4209 | MEDIUM | 3.6.7-4+deb10u5 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-4209" > https://access.redhat.com/security/cve/CVE-2021-4209< / a > < br > < / details > |
| libgnutls30 | CVE-2011-3389 | LOW | 3.6.7-4+deb10u5 | | < details > < summary > Expand...< / summary > < a href = "http://arcticdog.wordpress.com/2012/08/29/beast-openssl-and-apache/" > http://arcticdog.wordpress.com/2012/08/29/beast-openssl-and-apache/< / a > < br > < a href = "http://blog.mozilla.com/security/2011/09/27/attack-against-tls-protected-communications/" > http://blog.mozilla.com/security/2011/09/27/attack-against-tls-protected-communications/< / a > < br > < a href = "http://blogs.technet.com/b/msrc/archive/2011/09/26/microsoft-releases-security-advisory-2588513.aspx" > http://blogs.technet.com/b/msrc/archive/2011/09/26/microsoft-releases-security-advisory-2588513.aspx< / a > < br > < a href = "http://blogs.technet.com/b/srd/archive/2011/09/26/is-ssl-broken-more-about-security-advisory-2588513.aspx" > http://blogs.technet.com/b/srd/archive/2011/09/26/is-ssl-broken-more-about-security-advisory-2588513.aspx< / a > < br > < a href = "http://curl.haxx.se/docs/adv_20120124B.html" > http://curl.haxx.se/docs/adv_20120124B.html< / a > < br > < a href = "http://downloads.asterisk.org/pub/security/AST-2016-001.html" > http://downloads.asterisk.org/pub/security/AST-2016-001.html< / a > < br > < a href = "http://ekoparty.org/2011/juliano-rizzo.php" > http://ekoparty.org/2011/juliano-rizzo.php< / a > < br > < a href = "http://eprint.iacr.org/2004/111" > http://eprint.iacr.org/2004/111< / a > < br > < a href = "http://eprint.iacr.org/2006/136" > http://eprint.iacr.org/2006/136< / a > < br > < a href = "http://googlechromereleases.blogspot.com/2011/10/chrome-stable-release.html" > http://googlechromereleases.blogspot.com/2011/10/chrome-stable-release.html< / a > < br > < a href = "http://isc.sans.edu/diary/SSL+TLS+part+3+/11635" > http://isc.sans.edu/diary/SSL+TLS+part+3+/11635< / a > < br > < a href = "http://lists.apple.com/archives/Security-announce/2011//Oct/msg00001.html" > http://lists.apple.com/archives/Security-announce/2011//Oct/msg00001.html< / a > < br > < a href = "http://lists.apple.com/archives/Security-announce/2011//Oct/msg00002.html" > http://lists.apple.com/archives/Security-announce/2011//Oct/msg00002.html< / a > < br > < a href = "http://lists.apple.com/archives/security-announce/2012/Feb/msg00000.html" > http://lists.apple.com/archives/security-announce/2012/Feb/msg00000.html< / a > < br > < a href = "http://lists.apple.com/archives/security-announce/2012/Jul/msg00001.html" > http://lists.apple.com/archives/security-announce/2012/Jul/msg00001.html< / a > < br > < a href = "http://lists.apple.com/archives/security-announce/2012/May/msg00001.html" > http://lists.apple.com/archives/security-announce/2012/May/msg00001.html< / a > < br > < a href = "http://lists.apple.com/archives/security-announce/2012/Sep/msg00004.html" > http://lists.apple.com/archives/security-announce/2012/Sep/msg00004.html< / a > < br > < a href = "http://lists.apple.com/archives/security-announce/2013/Oct/msg00004.html" > http://lists.apple.com/archives/security-announce/2013/Oct/msg00004.html< / a > < br > < a href = "http://lists.opensuse.org/opensuse-security-announce/2012-01/msg00049.html" > http://lists.opensuse.org/opensuse-security-announce/2012-01/msg00049.html< / a > < br > < a href = "http://lists.opensuse.org/opensuse-security-announce/2012-01/msg00051.html" > http://lists.opensuse.org/opensuse-security-announce/2012-01/msg00051.html< / a > < br > < a href = "http://lists.opensuse.org/opensuse-security-announce/2012-05/msg00009.html" > http://lists.opensuse.org/opensuse-security-announce/2012-05/msg00009.html< / a > < br > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-01/msg00040.html" > http://lists.opensuse.org/opensuse-security-announce/2020-01/msg00040.html< / a > < br > < a href = "http://marc.info/?l=bugtraq&m=132750579901589&w=2" > http://marc.info/?l=bugtraq& m=132750579901589& w=2< / a > < br > < a href = "http://marc.info/?l=bugtraq&m=132872385320240&w=2" > http://marc.info/?l=bugtraq& m=132872385320240& w=2< / a > < br > < a href = "http://marc.info/?l=bugtraq&m=133365109612558&w=2" > http://marc.info/?l=bugtraq& m=133365109612558& w=2< / a > < br > < a href = "http://marc.info/?l=bugtraq&m=133728004526190&w=2" > http://marc.info/?l=bugtraq& m=133728004526190& w=2< / a > < br > < a href = "http://marc.info/?l=bugtraq&m=1342548
| libgssapi-krb5-2 | CVE-2021-36222 | HIGH | 1.17-3+deb10u1 | 1.17-3+deb10u2 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-36222" > https://access.redhat.com/security/cve/CVE-2021-36222< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-36222" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-36222< / a > < br > < a href = "https://github.com/krb5/krb5/commit/fc98f520caefff2e5ee9a0026fdf5109944b3562" > https://github.com/krb5/krb5/commit/fc98f520caefff2e5ee9a0026fdf5109944b3562< / 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-36222.html" > https://linux.oracle.com/cve/CVE-2021-36222.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-3576.html" > https://linux.oracle.com/errata/ELSA-2021-3576.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-36222" > https://nvd.nist.gov/vuln/detail/CVE-2021-36222< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211022-0003/" > https://security.netapp.com/advisory/ntap-20211022-0003/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211104-0007/" > https://security.netapp.com/advisory/ntap-20211104-0007/< / a > < br > < a href = "https://web.mit.edu/kerberos/advisories/" > https://web.mit.edu/kerberos/advisories/< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4944" > https://www.debian.org/security/2021/dsa-4944< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpuoct2021.html" > https://www.oracle.com/security-alerts/cpuoct2021.html< / a > < br > < / details > |
| libgssapi-krb5-2 | CVE-2021-37750 | MEDIUM | 1.17-3+deb10u1 | 1.17-3+deb10u3 | < details > < summary > Expand...< / summary > < 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://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 > |
| libgssapi-krb5-2 | CVE-2004-0971 | LOW | 1.17-3+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=136304" > http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=136304< / a > < br > < a href = "http://www.gentoo.org/security/en/glsa/glsa-200410-24.xml" > http://www.gentoo.org/security/en/glsa/glsa-200410-24.xml< / a > < br > < a href = "http://www.redhat.com/support/errata/RHSA-2005-012.html" > http://www.redhat.com/support/errata/RHSA-2005-012.html< / a > < br > < a href = "http://www.securityfocus.com/bid/11289" > http://www.securityfocus.com/bid/11289< / a > < br > < a href = "http://www.trustix.org/errata/2004/0050" > http://www.trustix.org/errata/2004/0050< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2004-0971" > https://access.redhat.com/security/cve/CVE-2004-0971< / a > < br > < a href = "https://exchange.xforce.ibmcloud.com/vulnerabilities/17583" > https://exchange.xforce.ibmcloud.com/vulnerabilities/17583< / a > < br > < a href = "https://lists.apache.org/thread.html/rc713534b10f9daeee2e0990239fa407e2118e4aa9e88a7041177497c@%3Cissues.guacamole.apache.org%3E" > https://lists.apache.org/thread.html/rc713534b10f9daeee2e0990239fa407e2118e4aa9e88a7041177497c@%3Cissues.guacamole.apache.org%3E< / a > < br > < a href = "https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A10497" > https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A10497< / a > < br > < / details > |
| libgssapi-krb5-2 | CVE-2018-5709 | LOW | 1.17-3+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2018-5709" > https://access.redhat.com/security/cve/CVE-2018-5709< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-5709" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-5709< / a > < br > < a href = "https://github.com/poojamnit/Kerberos-V5-1.16-Vulnerabilities/tree/master/Integer%20Overflow" > https://github.com/poojamnit/Kerberos-V5-1.16-Vulnerabilities/tree/master/Integer%20Overflow< / 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 > < / details > |
| libhogweed4 | CVE-2021-20305 | HIGH | 3.4.1-1 | 3.4.1-1+deb10u1 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-20305" > https://access.redhat.com/security/cve/CVE-2021-20305< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=1942533" > https://bugzilla.redhat.com/show_bug.cgi?id=1942533< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-20305" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-20305< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-20305.html" > https://linux.oracle.com/cve/CVE-2021-20305.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-1206.html" > https://linux.oracle.com/errata/ELSA-2021-1206.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/09/msg00008.html" > https://lists.debian.org/debian-lts-announce/2021/09/msg00008.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MQKWVVMAIDAJ7YAA3VVO32BHLDOH2E63/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MQKWVVMAIDAJ7YAA3VVO32BHLDOH2E63/< / a > < br > < a href = "https://lists.lysator.liu.se/pipermail/nettle-bugs/2021/009457.html" > https://lists.lysator.liu.se/pipermail/nettle-bugs/2021/009457.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-20305" > https://nvd.nist.gov/vuln/detail/CVE-2021-20305< / a > < br > < a href = "https://security.gentoo.org/glsa/202105-31" > https://security.gentoo.org/glsa/202105-31< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211022-0002/" > https://security.netapp.com/advisory/ntap-20211022-0002/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4906-1" > https://ubuntu.com/security/notices/USN-4906-1< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4933" > https://www.debian.org/security/2021/dsa-4933< / a > < br > < / details > |
| libhogweed4 | CVE-2021-3580 | HIGH | 3.4.1-1 | 3.4.1-1+deb10u1 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-3580" > https://access.redhat.com/security/cve/CVE-2021-3580< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=1967983" > https://bugzilla.redhat.com/show_bug.cgi?id=1967983< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3580" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3580< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-3580.html" > https://linux.oracle.com/cve/CVE-2021-3580.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-9221.html" > https://linux.oracle.com/errata/ELSA-2022-9221.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/09/msg00008.html" > https://lists.debian.org/debian-lts-announce/2021/09/msg00008.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-3580" > https://nvd.nist.gov/vuln/detail/CVE-2021-3580< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211104-0006/" > https://security.netapp.com/advisory/ntap-20211104-0006/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4990-1" > https://ubuntu.com/security/notices/USN-4990-1< / a > < br > < / details > |
| libidn2-0 | CVE-2019-12290 | HIGH | 2.0.5-1+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2019-12/msg00008.html" > http://lists.opensuse.org/opensuse-security-announce/2019-12/msg00008.html< / a > < br > < a href = "http://lists.opensuse.org/opensuse-security-announce/2019-12/msg00009.html" > http://lists.opensuse.org/opensuse-security-announce/2019-12/msg00009.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-12290" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-12290< / a > < br > < a href = "https://gitlab.com/libidn/libidn2/commit/241e8f486134793cb0f4a5b0e5817a97883401f5" > https://gitlab.com/libidn/libidn2/commit/241e8f486134793cb0f4a5b0e5817a97883401f5< / a > < br > < a href = "https://gitlab.com/libidn/libidn2/commit/614117ef6e4c60e1950d742e3edf0a0ef8d389de" > https://gitlab.com/libidn/libidn2/commit/614117ef6e4c60e1950d742e3edf0a0ef8d389de< / a > < br > < a href = "https://gitlab.com/libidn/libidn2/merge_requests/71" > https://gitlab.com/libidn/libidn2/merge_requests/71< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/3UFT76Y7OSGPZV3EBEHD6ISVUM3DLARM/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/3UFT76Y7OSGPZV3EBEHD6ISVUM3DLARM/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KXDKYWFV6N2HHVSE67FFDM7G3FEL2ZNE/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KXDKYWFV6N2HHVSE67FFDM7G3FEL2ZNE/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ONG3GJRRJO35COPGVJXXSZLU4J5Y42AT/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ONG3GJRRJO35COPGVJXXSZLU4J5Y42AT/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RSI4TI2JTQWQ3YEUX5X36GTVGKO4QKZ5/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RSI4TI2JTQWQ3YEUX5X36GTVGKO4QKZ5/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U6ZXL2RDNQRAHCMKWPOMJFKYJ344X4HL/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U6ZXL2RDNQRAHCMKWPOMJFKYJ344X4HL/< / a > < br > < a href = "https://security.gentoo.org/glsa/202003-63" > https://security.gentoo.org/glsa/202003-63< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4168-1" > https://ubuntu.com/security/notices/USN-4168-1< / a > < br > < a href = "https://usn.ubuntu.com/4168-1/" > https://usn.ubuntu.com/4168-1/< / a > < br > < / details > |
| libk5crypto3 | CVE-2021-36222 | HIGH | 1.17-3+deb10u1 | 1.17-3+deb10u2 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-36222" > https://access.redhat.com/security/cve/CVE-2021-36222< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-36222" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-36222< / a > < br > < a href = "https://github.com/krb5/krb5/commit/fc98f520caefff2e5ee9a0026fdf5109944b3562" > https://github.com/krb5/krb5/commit/fc98f520caefff2e5ee9a0026fdf5109944b3562< / 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-36222.html" > https://linux.oracle.com/cve/CVE-2021-36222.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-3576.html" > https://linux.oracle.com/errata/ELSA-2021-3576.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-36222" > https://nvd.nist.gov/vuln/detail/CVE-2021-36222< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211022-0003/" > https://security.netapp.com/advisory/ntap-20211022-0003/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211104-0007/" > https://security.netapp.com/advisory/ntap-20211104-0007/< / a > < br > < a href = "https://web.mit.edu/kerberos/advisories/" > https://web.mit.edu/kerberos/advisories/< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4944" > https://www.debian.org/security/2021/dsa-4944< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpuoct2021.html" > https://www.oracle.com/security-alerts/cpuoct2021.html< / a > < br > < / details > |
| libk5crypto3 | CVE-2021-37750 | MEDIUM | 1.17-3+deb10u1 | 1.17-3+deb10u3 | < details > < summary > Expand...< / summary > < 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://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 > |
| libk5crypto3 | CVE-2004-0971 | LOW | 1.17-3+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=136304" > http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=136304< / a > < br > < a href = "http://www.gentoo.org/security/en/glsa/glsa-200410-24.xml" > http://www.gentoo.org/security/en/glsa/glsa-200410-24.xml< / a > < br > < a href = "http://www.redhat.com/support/errata/RHSA-2005-012.html" > http://www.redhat.com/support/errata/RHSA-2005-012.html< / a > < br > < a href = "http://www.securityfocus.com/bid/11289" > http://www.securityfocus.com/bid/11289< / a > < br > < a href = "http://www.trustix.org/errata/2004/0050" > http://www.trustix.org/errata/2004/0050< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2004-0971" > https://access.redhat.com/security/cve/CVE-2004-0971< / a > < br > < a href = "https://exchange.xforce.ibmcloud.com/vulnerabilities/17583" > https://exchange.xforce.ibmcloud.com/vulnerabilities/17583< / a > < br > < a href = "https://lists.apache.org/thread.html/rc713534b10f9daeee2e0990239fa407e2118e4aa9e88a7041177497c@%3Cissues.guacamole.apache.org%3E" > https://lists.apache.org/thread.html/rc713534b10f9daeee2e0990239fa407e2118e4aa9e88a7041177497c@%3Cissues.guacamole.apache.org%3E< / a > < br > < a href = "https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A10497" > https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A10497< / a > < br > < / details > |
| libk5crypto3 | CVE-2018-5709 | LOW | 1.17-3+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2018-5709" > https://access.redhat.com/security/cve/CVE-2018-5709< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-5709" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-5709< / a > < br > < a href = "https://github.com/poojamnit/Kerberos-V5-1.16-Vulnerabilities/tree/master/Integer%20Overflow" > https://github.com/poojamnit/Kerberos-V5-1.16-Vulnerabilities/tree/master/Integer%20Overflow< / 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 > < / details > |
| libkrb5-3 | CVE-2021-36222 | HIGH | 1.17-3+deb10u1 | 1.17-3+deb10u2 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-36222" > https://access.redhat.com/security/cve/CVE-2021-36222< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-36222" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-36222< / a > < br > < a href = "https://github.com/krb5/krb5/commit/fc98f520caefff2e5ee9a0026fdf5109944b3562" > https://github.com/krb5/krb5/commit/fc98f520caefff2e5ee9a0026fdf5109944b3562< / 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-36222.html" > https://linux.oracle.com/cve/CVE-2021-36222.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-3576.html" > https://linux.oracle.com/errata/ELSA-2021-3576.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-36222" > https://nvd.nist.gov/vuln/detail/CVE-2021-36222< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211022-0003/" > https://security.netapp.com/advisory/ntap-20211022-0003/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211104-0007/" > https://security.netapp.com/advisory/ntap-20211104-0007/< / a > < br > < a href = "https://web.mit.edu/kerberos/advisories/" > https://web.mit.edu/kerberos/advisories/< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4944" > https://www.debian.org/security/2021/dsa-4944< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpuoct2021.html" > https://www.oracle.com/security-alerts/cpuoct2021.html< / a > < br > < / details > |
| libkrb5-3 | CVE-2021-37750 | MEDIUM | 1.17-3+deb10u1 | 1.17-3+deb10u3 | < details > < summary > Expand...< / summary > < 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://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 > |
| libkrb5-3 | CVE-2004-0971 | LOW | 1.17-3+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=136304" > http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=136304< / a > < br > < a href = "http://www.gentoo.org/security/en/glsa/glsa-200410-24.xml" > http://www.gentoo.org/security/en/glsa/glsa-200410-24.xml< / a > < br > < a href = "http://www.redhat.com/support/errata/RHSA-2005-012.html" > http://www.redhat.com/support/errata/RHSA-2005-012.html< / a > < br > < a href = "http://www.securityfocus.com/bid/11289" > http://www.securityfocus.com/bid/11289< / a > < br > < a href = "http://www.trustix.org/errata/2004/0050" > http://www.trustix.org/errata/2004/0050< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2004-0971" > https://access.redhat.com/security/cve/CVE-2004-0971< / a > < br > < a href = "https://exchange.xforce.ibmcloud.com/vulnerabilities/17583" > https://exchange.xforce.ibmcloud.com/vulnerabilities/17583< / a > < br > < a href = "https://lists.apache.org/thread.html/rc713534b10f9daeee2e0990239fa407e2118e4aa9e88a7041177497c@%3Cissues.guacamole.apache.org%3E" > https://lists.apache.org/thread.html/rc713534b10f9daeee2e0990239fa407e2118e4aa9e88a7041177497c@%3Cissues.guacamole.apache.org%3E< / a > < br > < a href = "https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A10497" > https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A10497< / a > < br > < / details > |
| libkrb5-3 | CVE-2018-5709 | LOW | 1.17-3+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2018-5709" > https://access.redhat.com/security/cve/CVE-2018-5709< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-5709" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-5709< / a > < br > < a href = "https://github.com/poojamnit/Kerberos-V5-1.16-Vulnerabilities/tree/master/Integer%20Overflow" > https://github.com/poojamnit/Kerberos-V5-1.16-Vulnerabilities/tree/master/Integer%20Overflow< / 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 > < / details > |
| libkrb5support0 | CVE-2021-36222 | HIGH | 1.17-3+deb10u1 | 1.17-3+deb10u2 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-36222" > https://access.redhat.com/security/cve/CVE-2021-36222< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-36222" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-36222< / a > < br > < a href = "https://github.com/krb5/krb5/commit/fc98f520caefff2e5ee9a0026fdf5109944b3562" > https://github.com/krb5/krb5/commit/fc98f520caefff2e5ee9a0026fdf5109944b3562< / 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-36222.html" > https://linux.oracle.com/cve/CVE-2021-36222.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-3576.html" > https://linux.oracle.com/errata/ELSA-2021-3576.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-36222" > https://nvd.nist.gov/vuln/detail/CVE-2021-36222< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211022-0003/" > https://security.netapp.com/advisory/ntap-20211022-0003/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211104-0007/" > https://security.netapp.com/advisory/ntap-20211104-0007/< / a > < br > < a href = "https://web.mit.edu/kerberos/advisories/" > https://web.mit.edu/kerberos/advisories/< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4944" > https://www.debian.org/security/2021/dsa-4944< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpuoct2021.html" > https://www.oracle.com/security-alerts/cpuoct2021.html< / a > < br > < / details > |
| libkrb5support0 | CVE-2021-37750 | MEDIUM | 1.17-3+deb10u1 | 1.17-3+deb10u3 | < details > < summary > Expand...< / summary > < 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://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 > |
| libkrb5support0 | CVE-2004-0971 | LOW | 1.17-3+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=136304" > http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=136304< / a > < br > < a href = "http://www.gentoo.org/security/en/glsa/glsa-200410-24.xml" > http://www.gentoo.org/security/en/glsa/glsa-200410-24.xml< / a > < br > < a href = "http://www.redhat.com/support/errata/RHSA-2005-012.html" > http://www.redhat.com/support/errata/RHSA-2005-012.html< / a > < br > < a href = "http://www.securityfocus.com/bid/11289" > http://www.securityfocus.com/bid/11289< / a > < br > < a href = "http://www.trustix.org/errata/2004/0050" > http://www.trustix.org/errata/2004/0050< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2004-0971" > https://access.redhat.com/security/cve/CVE-2004-0971< / a > < br > < a href = "https://exchange.xforce.ibmcloud.com/vulnerabilities/17583" > https://exchange.xforce.ibmcloud.com/vulnerabilities/17583< / a > < br > < a href = "https://lists.apache.org/thread.html/rc713534b10f9daeee2e0990239fa407e2118e4aa9e88a7041177497c@%3Cissues.guacamole.apache.org%3E" > https://lists.apache.org/thread.html/rc713534b10f9daeee2e0990239fa407e2118e4aa9e88a7041177497c@%3Cissues.guacamole.apache.org%3E< / a > < br > < a href = "https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A10497" > https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A10497< / a > < br > < / details > |
| libkrb5support0 | CVE-2018-5709 | LOW | 1.17-3+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2018-5709" > https://access.redhat.com/security/cve/CVE-2018-5709< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-5709" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-5709< / a > < br > < a href = "https://github.com/poojamnit/Kerberos-V5-1.16-Vulnerabilities/tree/master/Integer%20Overflow" > https://github.com/poojamnit/Kerberos-V5-1.16-Vulnerabilities/tree/master/Integer%20Overflow< / 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 > < / details > |
| libldap-2.4-2 | CVE-2020-36221 | HIGH | 2.4.47+dfsg-3+deb10u4 | 2.4.47+dfsg-3+deb10u5 | < details > < summary > Expand...< / summary > < a href = "http://seclists.org/fulldisclosure/2021/May/64" > http://seclists.org/fulldisclosure/2021/May/64< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/May/65" > http://seclists.org/fulldisclosure/2021/May/65< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/May/70" > http://seclists.org/fulldisclosure/2021/May/70< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2020-36221" > https://access.redhat.com/security/cve/CVE-2020-36221< / a > < br > < a href = "https://bugs.openldap.org/show_bug.cgi?id=9404" > https://bugs.openldap.org/show_bug.cgi?id=9404< / a > < br > < a href = "https://bugs.openldap.org/show_bug.cgi?id=9424" > https://bugs.openldap.org/show_bug.cgi?id=9424< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36221" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36221< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/commit/38ac838e4150c626bbfa0082b7e2cf3a2bb4df31" > https://git.openldap.org/openldap/openldap/-/commit/38ac838e4150c626bbfa0082b7e2cf3a2bb4df31< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/commit/58c1748e81c843c5b6e61648d2a4d1d82b47e842" > https://git.openldap.org/openldap/openldap/-/commit/58c1748e81c843c5b6e61648d2a4d1d82b47e842< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/tags/OPENLDAP_REL_ENG_2_4_57" > https://git.openldap.org/openldap/openldap/-/tags/OPENLDAP_REL_ENG_2_4_57< / a > < br > < a href = "https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/02/msg00005.html" > https://lists.debian.org/debian-lts-announce/2021/02/msg00005.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-36221" > https://nvd.nist.gov/vuln/detail/CVE-2020-36221< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210226-0002/" > https://security.netapp.com/advisory/ntap-20210226-0002/< / a > < br > < a href = "https://support.apple.com/kb/HT212529" > https://support.apple.com/kb/HT212529< / a > < br > < a href = "https://support.apple.com/kb/HT212530" > https://support.apple.com/kb/HT212530< / a > < br > < a href = "https://support.apple.com/kb/HT212531" > https://support.apple.com/kb/HT212531< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4724-1" > https://ubuntu.com/security/notices/USN-4724-1< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4845" > https://www.debian.org/security/2021/dsa-4845< / a > < br > < / details > |
| libldap-2.4-2 | CVE-2020-36222 | HIGH | 2.4.47+dfsg-3+deb10u4 | 2.4.47+dfsg-3+deb10u5 | < details > < summary > Expand...< / summary > < a href = "http://seclists.org/fulldisclosure/2021/May/64" > http://seclists.org/fulldisclosure/2021/May/64< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/May/65" > http://seclists.org/fulldisclosure/2021/May/65< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/May/70" > http://seclists.org/fulldisclosure/2021/May/70< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2020-36222" > https://access.redhat.com/security/cve/CVE-2020-36222< / a > < br > < a href = "https://bugs.openldap.org/show_bug.cgi?id=9406" > https://bugs.openldap.org/show_bug.cgi?id=9406< / a > < br > < a href = "https://bugs.openldap.org/show_bug.cgi?id=9407" > https://bugs.openldap.org/show_bug.cgi?id=9407< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36222" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36222< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/commit/02dfc32d658fadc25e4040f78e36592f6e1e1ca0" > https://git.openldap.org/openldap/openldap/-/commit/02dfc32d658fadc25e4040f78e36592f6e1e1ca0< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/commit/6ed057b5b728b50746c869bcc9c1f85d0bbbf6ed" > https://git.openldap.org/openldap/openldap/-/commit/6ed057b5b728b50746c869bcc9c1f85d0bbbf6ed< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/commit/6ed057b5b728b50746c869bcc9c1f85d0bbbf6ed.aa" > https://git.openldap.org/openldap/openldap/-/commit/6ed057b5b728b50746c869bcc9c1f85d0bbbf6ed.aa< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/tags/OPENLDAP_REL_ENG_2_4_57" > https://git.openldap.org/openldap/openldap/-/tags/OPENLDAP_REL_ENG_2_4_57< / a > < br > < a href = "https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/02/msg00005.html" > https://lists.debian.org/debian-lts-announce/2021/02/msg00005.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-36222" > https://nvd.nist.gov/vuln/detail/CVE-2020-36222< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210226-0002/" > https://security.netapp.com/advisory/ntap-20210226-0002/< / a > < br > < a href = "https://support.apple.com/kb/HT212529" > https://support.apple.com/kb/HT212529< / a > < br > < a href = "https://support.apple.com/kb/HT212530" > https://support.apple.com/kb/HT212530< / a > < br > < a href = "https://support.apple.com/kb/HT212531" > https://support.apple.com/kb/HT212531< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4724-1" > https://ubuntu.com/security/notices/USN-4724-1< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4845" > https://www.debian.org/security/2021/dsa-4845< / a > < br > < / details > |
| libldap-2.4-2 | CVE-2020-36223 | HIGH | 2.4.47+dfsg-3+deb10u4 | 2.4.47+dfsg-3+deb10u5 | < details > < summary > Expand...< / summary > < a href = "http://seclists.org/fulldisclosure/2021/May/64" > http://seclists.org/fulldisclosure/2021/May/64< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/May/65" > http://seclists.org/fulldisclosure/2021/May/65< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/May/70" > http://seclists.org/fulldisclosure/2021/May/70< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2020-36223" > https://access.redhat.com/security/cve/CVE-2020-36223< / a > < br > < a href = "https://bugs.openldap.org/show_bug.cgi?id=9408" > https://bugs.openldap.org/show_bug.cgi?id=9408< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36223" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36223< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/commit/21981053a1195ae1555e23df4d9ac68d34ede9dd" > https://git.openldap.org/openldap/openldap/-/commit/21981053a1195ae1555e23df4d9ac68d34ede9dd< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/tags/OPENLDAP_REL_ENG_2_4_57" > https://git.openldap.org/openldap/openldap/-/tags/OPENLDAP_REL_ENG_2_4_57< / a > < br > < a href = "https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/02/msg00005.html" > https://lists.debian.org/debian-lts-announce/2021/02/msg00005.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-36223" > https://nvd.nist.gov/vuln/detail/CVE-2020-36223< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210226-0002/" > https://security.netapp.com/advisory/ntap-20210226-0002/< / a > < br > < a href = "https://support.apple.com/kb/HT212529" > https://support.apple.com/kb/HT212529< / a > < br > < a href = "https://support.apple.com/kb/HT212530" > https://support.apple.com/kb/HT212530< / a > < br > < a href = "https://support.apple.com/kb/HT212531" > https://support.apple.com/kb/HT212531< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4724-1" > https://ubuntu.com/security/notices/USN-4724-1< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4845" > https://www.debian.org/security/2021/dsa-4845< / a > < br > < / details > |
| libldap-2.4-2 | CVE-2020-36224 | HIGH | 2.4.47+dfsg-3+deb10u4 | 2.4.47+dfsg-3+deb10u5 | < details > < summary > Expand...< / summary > < a href = "http://seclists.org/fulldisclosure/2021/May/64" > http://seclists.org/fulldisclosure/2021/May/64< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/May/65" > http://seclists.org/fulldisclosure/2021/May/65< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/May/70" > http://seclists.org/fulldisclosure/2021/May/70< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2020-36224" > https://access.redhat.com/security/cve/CVE-2020-36224< / a > < br > < a href = "https://bugs.openldap.org/show_bug.cgi?id=9409" > https://bugs.openldap.org/show_bug.cgi?id=9409< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36224" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36224< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/commit/554dff1927176579d652f2fe60c90e9abbad4c65" > https://git.openldap.org/openldap/openldap/-/commit/554dff1927176579d652f2fe60c90e9abbad4c65< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/commit/5a2017d4e61a6ddc4dcb4415028e0d08eb6bca26" > https://git.openldap.org/openldap/openldap/-/commit/5a2017d4e61a6ddc4dcb4415028e0d08eb6bca26< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/commit/c0b61a9486508e5202aa2e0cfb68c9813731b439" > https://git.openldap.org/openldap/openldap/-/commit/c0b61a9486508e5202aa2e0cfb68c9813731b439< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/commit/d169e7958a3e0dc70f59c8374bf8a59833b7bdd8" > https://git.openldap.org/openldap/openldap/-/commit/d169e7958a3e0dc70f59c8374bf8a59833b7bdd8< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/tags/OPENLDAP_REL_ENG_2_4_57" > https://git.openldap.org/openldap/openldap/-/tags/OPENLDAP_REL_ENG_2_4_57< / a > < br > < a href = "https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/02/msg00005.html" > https://lists.debian.org/debian-lts-announce/2021/02/msg00005.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-36224" > https://nvd.nist.gov/vuln/detail/CVE-2020-36224< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210226-0002/" > https://security.netapp.com/advisory/ntap-20210226-0002/< / a > < br > < a href = "https://support.apple.com/kb/HT212529" > https://support.apple.com/kb/HT212529< / a > < br > < a href = "https://support.apple.com/kb/HT212530" > https://support.apple.com/kb/HT212530< / a > < br > < a href = "https://support.apple.com/kb/HT212531" > https://support.apple.com/kb/HT212531< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4724-1" > https://ubuntu.com/security/notices/USN-4724-1< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4845" > https://www.debian.org/security/2021/dsa-4845< / a > < br > < / details > |
| libldap-2.4-2 | CVE-2020-36225 | HIGH | 2.4.47+dfsg-3+deb10u4 | 2.4.47+dfsg-3+deb10u5 | < details > < summary > Expand...< / summary > < a href = "http://seclists.org/fulldisclosure/2021/May/64" > http://seclists.org/fulldisclosure/2021/May/64< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/May/65" > http://seclists.org/fulldisclosure/2021/May/65< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/May/70" > http://seclists.org/fulldisclosure/2021/May/70< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2020-36225" > https://access.redhat.com/security/cve/CVE-2020-36225< / a > < br > < a href = "https://bugs.openldap.org/show_bug.cgi?id=9412" > https://bugs.openldap.org/show_bug.cgi?id=9412< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36225" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36225< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/commit/554dff1927176579d652f2fe60c90e9abbad4c65" > https://git.openldap.org/openldap/openldap/-/commit/554dff1927176579d652f2fe60c90e9abbad4c65< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/commit/5a2017d4e61a6ddc4dcb4415028e0d08eb6bca26" > https://git.openldap.org/openldap/openldap/-/commit/5a2017d4e61a6ddc4dcb4415028e0d08eb6bca26< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/commit/c0b61a9486508e5202aa2e0cfb68c9813731b439" > https://git.openldap.org/openldap/openldap/-/commit/c0b61a9486508e5202aa2e0cfb68c9813731b439< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/commit/d169e7958a3e0dc70f59c8374bf8a59833b7bdd8" > https://git.openldap.org/openldap/openldap/-/commit/d169e7958a3e0dc70f59c8374bf8a59833b7bdd8< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/tags/OPENLDAP_REL_ENG_2_4_57" > https://git.openldap.org/openldap/openldap/-/tags/OPENLDAP_REL_ENG_2_4_57< / a > < br > < a href = "https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/02/msg00005.html" > https://lists.debian.org/debian-lts-announce/2021/02/msg00005.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-36225" > https://nvd.nist.gov/vuln/detail/CVE-2020-36225< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210226-0002/" > https://security.netapp.com/advisory/ntap-20210226-0002/< / a > < br > < a href = "https://support.apple.com/kb/HT212529" > https://support.apple.com/kb/HT212529< / a > < br > < a href = "https://support.apple.com/kb/HT212530" > https://support.apple.com/kb/HT212530< / a > < br > < a href = "https://support.apple.com/kb/HT212531" > https://support.apple.com/kb/HT212531< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4724-1" > https://ubuntu.com/security/notices/USN-4724-1< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4845" > https://www.debian.org/security/2021/dsa-4845< / a > < br > < / details > |
| libldap-2.4-2 | CVE-2020-36226 | HIGH | 2.4.47+dfsg-3+deb10u4 | 2.4.47+dfsg-3+deb10u5 | < details > < summary > Expand...< / summary > < a href = "http://seclists.org/fulldisclosure/2021/May/64" > http://seclists.org/fulldisclosure/2021/May/64< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/May/65" > http://seclists.org/fulldisclosure/2021/May/65< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/May/70" > http://seclists.org/fulldisclosure/2021/May/70< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2020-36226" > https://access.redhat.com/security/cve/CVE-2020-36226< / a > < br > < a href = "https://bugs.openldap.org/show_bug.cgi?id=9413" > https://bugs.openldap.org/show_bug.cgi?id=9413< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36226" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36226< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/commit/554dff1927176579d652f2fe60c90e9abbad4c65" > https://git.openldap.org/openldap/openldap/-/commit/554dff1927176579d652f2fe60c90e9abbad4c65< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/commit/5a2017d4e61a6ddc4dcb4415028e0d08eb6bca26" > https://git.openldap.org/openldap/openldap/-/commit/5a2017d4e61a6ddc4dcb4415028e0d08eb6bca26< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/commit/c0b61a9486508e5202aa2e0cfb68c9813731b439" > https://git.openldap.org/openldap/openldap/-/commit/c0b61a9486508e5202aa2e0cfb68c9813731b439< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/commit/d169e7958a3e0dc70f59c8374bf8a59833b7bdd8" > https://git.openldap.org/openldap/openldap/-/commit/d169e7958a3e0dc70f59c8374bf8a59833b7bdd8< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/tags/OPENLDAP_REL_ENG_2_4_57" > https://git.openldap.org/openldap/openldap/-/tags/OPENLDAP_REL_ENG_2_4_57< / a > < br > < a href = "https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rc713534b10f9daeee2e0990239fa407e2118e4aa9e88a7041177497c@%3Cissues.guacamole.apache.org%3E" > https://lists.apache.org/thread.html/rc713534b10f9daeee2e0990239fa407e2118e4aa9e88a7041177497c@%3Cissues.guacamole.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/02/msg00005.html" > https://lists.debian.org/debian-lts-announce/2021/02/msg00005.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-36226" > https://nvd.nist.gov/vuln/detail/CVE-2020-36226< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210226-0002/" > https://security.netapp.com/advisory/ntap-20210226-0002/< / a > < br > < a href = "https://support.apple.com/kb/HT212529" > https://support.apple.com/kb/HT212529< / a > < br > < a href = "https://support.apple.com/kb/HT212530" > https://support.apple.com/kb/HT212530< / a > < br > < a href = "https://support.apple.com/kb/HT212531" > https://support.apple.com/kb/HT212531< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4724-1" > https://ubuntu.com/security/notices/USN-4724-1< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4845" > https://www.debian.org/security/2021/dsa-4845< / a > < br > < / details > |
| libldap-2.4-2 | CVE-2020-36227 | HIGH | 2.4.47+dfsg-3+deb10u4 | 2.4.47+dfsg-3+deb10u5 | < details > < summary > Expand...< / summary > < a href = "http://seclists.org/fulldisclosure/2021/May/64" > http://seclists.org/fulldisclosure/2021/May/64< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/May/65" > http://seclists.org/fulldisclosure/2021/May/65< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/May/70" > http://seclists.org/fulldisclosure/2021/May/70< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2020-36227" > https://access.redhat.com/security/cve/CVE-2020-36227< / a > < br > < a href = "https://bugs.openldap.org/show_bug.cgi?id=9428" > https://bugs.openldap.org/show_bug.cgi?id=9428< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36227" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36227< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/commit/9d0e8485f3113505743baabf1167e01e4558ccf5" > https://git.openldap.org/openldap/openldap/-/commit/9d0e8485f3113505743baabf1167e01e4558ccf5< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/tags/OPENLDAP_REL_ENG_2_4_57" > https://git.openldap.org/openldap/openldap/-/tags/OPENLDAP_REL_ENG_2_4_57< / a > < br > < a href = "https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/02/msg00005.html" > https://lists.debian.org/debian-lts-announce/2021/02/msg00005.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-36227" > https://nvd.nist.gov/vuln/detail/CVE-2020-36227< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210226-0002/" > https://security.netapp.com/advisory/ntap-20210226-0002/< / a > < br > < a href = "https://support.apple.com/kb/HT212529" > https://support.apple.com/kb/HT212529< / a > < br > < a href = "https://support.apple.com/kb/HT212530" > https://support.apple.com/kb/HT212530< / a > < br > < a href = "https://support.apple.com/kb/HT212531" > https://support.apple.com/kb/HT212531< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4724-1" > https://ubuntu.com/security/notices/USN-4724-1< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4845" > https://www.debian.org/security/2021/dsa-4845< / a > < br > < / details > |
| libldap-2.4-2 | CVE-2020-36228 | HIGH | 2.4.47+dfsg-3+deb10u4 | 2.4.47+dfsg-3+deb10u5 | < details > < summary > Expand...< / summary > < a href = "http://seclists.org/fulldisclosure/2021/May/64" > http://seclists.org/fulldisclosure/2021/May/64< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/May/65" > http://seclists.org/fulldisclosure/2021/May/65< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/May/70" > http://seclists.org/fulldisclosure/2021/May/70< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2020-36228" > https://access.redhat.com/security/cve/CVE-2020-36228< / a > < br > < a href = "https://bugs.openldap.org/show_bug.cgi?id=9427" > https://bugs.openldap.org/show_bug.cgi?id=9427< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36228" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36228< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/commit/91dccd25c347733b365adc74cb07d074512ed5ad" > https://git.openldap.org/openldap/openldap/-/commit/91dccd25c347733b365adc74cb07d074512ed5ad< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/tags/OPENLDAP_REL_ENG_2_4_57" > https://git.openldap.org/openldap/openldap/-/tags/OPENLDAP_REL_ENG_2_4_57< / a > < br > < a href = "https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/02/msg00005.html" > https://lists.debian.org/debian-lts-announce/2021/02/msg00005.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-36228" > https://nvd.nist.gov/vuln/detail/CVE-2020-36228< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210226-0002/" > https://security.netapp.com/advisory/ntap-20210226-0002/< / a > < br > < a href = "https://support.apple.com/kb/HT212529" > https://support.apple.com/kb/HT212529< / a > < br > < a href = "https://support.apple.com/kb/HT212530" > https://support.apple.com/kb/HT212530< / a > < br > < a href = "https://support.apple.com/kb/HT212531" > https://support.apple.com/kb/HT212531< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4724-1" > https://ubuntu.com/security/notices/USN-4724-1< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4845" > https://www.debian.org/security/2021/dsa-4845< / a > < br > < / details > |
| libldap-2.4-2 | CVE-2020-36229 | HIGH | 2.4.47+dfsg-3+deb10u4 | 2.4.47+dfsg-3+deb10u5 | < details > < summary > Expand...< / summary > < a href = "http://seclists.org/fulldisclosure/2021/May/64" > http://seclists.org/fulldisclosure/2021/May/64< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/May/65" > http://seclists.org/fulldisclosure/2021/May/65< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/May/70" > http://seclists.org/fulldisclosure/2021/May/70< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2020-36229" > https://access.redhat.com/security/cve/CVE-2020-36229< / a > < br > < a href = "https://bugs.openldap.org/show_bug.cgi?id=9425" > https://bugs.openldap.org/show_bug.cgi?id=9425< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36229" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36229< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/commit/4bdfffd2889c0c5cdf58bebafbdc8fce4bb2bff0" > https://git.openldap.org/openldap/openldap/-/commit/4bdfffd2889c0c5cdf58bebafbdc8fce4bb2bff0< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/tags/OPENLDAP_REL_ENG_2_4_57" > https://git.openldap.org/openldap/openldap/-/tags/OPENLDAP_REL_ENG_2_4_57< / a > < br > < a href = "https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/02/msg00005.html" > https://lists.debian.org/debian-lts-announce/2021/02/msg00005.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-36229" > https://nvd.nist.gov/vuln/detail/CVE-2020-36229< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210226-0002/" > https://security.netapp.com/advisory/ntap-20210226-0002/< / a > < br > < a href = "https://support.apple.com/kb/HT212529" > https://support.apple.com/kb/HT212529< / a > < br > < a href = "https://support.apple.com/kb/HT212530" > https://support.apple.com/kb/HT212530< / a > < br > < a href = "https://support.apple.com/kb/HT212531" > https://support.apple.com/kb/HT212531< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4724-1" > https://ubuntu.com/security/notices/USN-4724-1< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4845" > https://www.debian.org/security/2021/dsa-4845< / a > < br > < / details > |
| libldap-2.4-2 | CVE-2020-36230 | HIGH | 2.4.47+dfsg-3+deb10u4 | 2.4.47+dfsg-3+deb10u5 | < details > < summary > Expand...< / summary > < a href = "http://seclists.org/fulldisclosure/2021/May/64" > http://seclists.org/fulldisclosure/2021/May/64< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/May/65" > http://seclists.org/fulldisclosure/2021/May/65< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/May/70" > http://seclists.org/fulldisclosure/2021/May/70< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2020-36230" > https://access.redhat.com/security/cve/CVE-2020-36230< / a > < br > < a href = "https://bugs.openldap.org/show_bug.cgi?id=9423" > https://bugs.openldap.org/show_bug.cgi?id=9423< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36230" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36230< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/commit/8c1d96ee36ed98b32cd0e28b7069c7b8ea09d793" > https://git.openldap.org/openldap/openldap/-/commit/8c1d96ee36ed98b32cd0e28b7069c7b8ea09d793< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/tags/OPENLDAP_REL_ENG_2_4_57" > https://git.openldap.org/openldap/openldap/-/tags/OPENLDAP_REL_ENG_2_4_57< / a > < br > < a href = "https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/02/msg00005.html" > https://lists.debian.org/debian-lts-announce/2021/02/msg00005.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-36230" > https://nvd.nist.gov/vuln/detail/CVE-2020-36230< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210226-0002/" > https://security.netapp.com/advisory/ntap-20210226-0002/< / a > < br > < a href = "https://support.apple.com/kb/HT212529" > https://support.apple.com/kb/HT212529< / a > < br > < a href = "https://support.apple.com/kb/HT212530" > https://support.apple.com/kb/HT212530< / a > < br > < a href = "https://support.apple.com/kb/HT212531" > https://support.apple.com/kb/HT212531< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4724-1" > https://ubuntu.com/security/notices/USN-4724-1< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4845" > https://www.debian.org/security/2021/dsa-4845< / a > < br > < / details > |
| libldap-2.4-2 | CVE-2021-27212 | HIGH | 2.4.47+dfsg-3+deb10u4 | 2.4.47+dfsg-3+deb10u6 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-27212" > https://access.redhat.com/security/cve/CVE-2021-27212< / a > < br > < a href = "https://bugs.openldap.org/show_bug.cgi?id=9454" > https://bugs.openldap.org/show_bug.cgi?id=9454< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-27212" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-27212< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/commit/3539fc33212b528c56b716584f2c2994af7c30b0" > https://git.openldap.org/openldap/openldap/-/commit/3539fc33212b528c56b716584f2c2994af7c30b0< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/commit/9badb73425a67768c09bcaed1a9c26c684af6c30" > https://git.openldap.org/openldap/openldap/-/commit/9badb73425a67768c09bcaed1a9c26c684af6c30< / a > < br > < a href = "https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/02/msg00035.html" > https://lists.debian.org/debian-lts-announce/2021/02/msg00035.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-27212" > https://nvd.nist.gov/vuln/detail/CVE-2021-27212< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210319-0005/" > https://security.netapp.com/advisory/ntap-20210319-0005/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4744-1" > https://ubuntu.com/security/notices/USN-4744-1< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4860" > https://www.debian.org/security/2021/dsa-4860< / a > < br > < / details > |
| libldap-2.4-2 | CVE-2015-3276 | LOW | 2.4.47+dfsg-3+deb10u4 | | < details > < summary > Expand...< / summary > < a href = "http://rhn.redhat.com/errata/RHSA-2015-2131.html" > http://rhn.redhat.com/errata/RHSA-2015-2131.html< / a > < br > < a href = "http://www.oracle.com/technetwork/topics/security/linuxbulletinoct2015-2719645.html" > http://www.oracle.com/technetwork/topics/security/linuxbulletinoct2015-2719645.html< / a > < br > < a href = "http://www.securitytracker.com/id/1034221" > http://www.securitytracker.com/id/1034221< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2015-3276" > https://access.redhat.com/security/cve/CVE-2015-3276< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=1238322" > https://bugzilla.redhat.com/show_bug.cgi?id=1238322< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2015-3276.html" > https://linux.oracle.com/cve/CVE-2015-3276.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2015-2131.html" > https://linux.oracle.com/errata/ELSA-2015-2131.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2015-3276" > https://nvd.nist.gov/vuln/detail/CVE-2015-3276< / a > < br > < / details > |
| libldap-2.4-2 | CVE-2017-14159 | LOW | 2.4.47+dfsg-3+deb10u4 | | < details > < summary > Expand...< / summary > < a href = "http://www.openldap.org/its/index.cgi?findid=8703" > http://www.openldap.org/its/index.cgi?findid=8703< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2017-14159" > https://access.redhat.com/security/cve/CVE-2017-14159< / a > < br > < / details > |
| libldap-2.4-2 | CVE-2017-17740 | LOW | 2.4.47+dfsg-3+deb10u4 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2019-09/msg00053.html" > http://lists.opensuse.org/opensuse-security-announce/2019-09/msg00053.html< / a > < br > < a href = "http://lists.opensuse.org/opensuse-security-announce/2019-09/msg00058.html" > http://lists.opensuse.org/opensuse-security-announce/2019-09/msg00058.html< / a > < br > < a href = "http://www.openldap.org/its/index.cgi/Incoming?id=8759" > http://www.openldap.org/its/index.cgi/Incoming?id=8759< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2017-17740" > https://access.redhat.com/security/cve/CVE-2017-17740< / a > < br > < a href = "https://kc.mcafee.com/corporate/index?page=content&id=SB10365" > https://kc.mcafee.com/corporate/index?page=content& id=SB10365< / a > < br > < / details > |
| libldap-2.4-2 | CVE-2020-15719 | LOW | 2.4.47+dfsg-3+deb10u4 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-09/msg00033.html" > http://lists.opensuse.org/opensuse-security-announce/2020-09/msg00033.html< / a > < br > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-09/msg00059.html" > http://lists.opensuse.org/opensuse-security-announce/2020-09/msg00059.html< / a > < br > < a href = "https://access.redhat.com/errata/RHBA-2019:3674" > https://access.redhat.com/errata/RHBA-2019:3674< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2020-15719" > https://access.redhat.com/security/cve/CVE-2020-15719< / a > < br > < a href = "https://bugs.openldap.org/show_bug.cgi?id=9266" > https://bugs.openldap.org/show_bug.cgi?id=9266< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=1740070" > https://bugzilla.redhat.com/show_bug.cgi?id=1740070< / a > < br > < a href = "https://kc.mcafee.com/corporate/index?page=content&id=SB10365" > https://kc.mcafee.com/corporate/index?page=content& id=SB10365< / a > < br > < / details > |
| libldap-common | CVE-2020-36221 | HIGH | 2.4.47+dfsg-3+deb10u4 | 2.4.47+dfsg-3+deb10u5 | < details > < summary > Expand...< / summary > < a href = "http://seclists.org/fulldisclosure/2021/May/64" > http://seclists.org/fulldisclosure/2021/May/64< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/May/65" > http://seclists.org/fulldisclosure/2021/May/65< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/May/70" > http://seclists.org/fulldisclosure/2021/May/70< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2020-36221" > https://access.redhat.com/security/cve/CVE-2020-36221< / a > < br > < a href = "https://bugs.openldap.org/show_bug.cgi?id=9404" > https://bugs.openldap.org/show_bug.cgi?id=9404< / a > < br > < a href = "https://bugs.openldap.org/show_bug.cgi?id=9424" > https://bugs.openldap.org/show_bug.cgi?id=9424< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36221" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36221< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/commit/38ac838e4150c626bbfa0082b7e2cf3a2bb4df31" > https://git.openldap.org/openldap/openldap/-/commit/38ac838e4150c626bbfa0082b7e2cf3a2bb4df31< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/commit/58c1748e81c843c5b6e61648d2a4d1d82b47e842" > https://git.openldap.org/openldap/openldap/-/commit/58c1748e81c843c5b6e61648d2a4d1d82b47e842< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/tags/OPENLDAP_REL_ENG_2_4_57" > https://git.openldap.org/openldap/openldap/-/tags/OPENLDAP_REL_ENG_2_4_57< / a > < br > < a href = "https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/02/msg00005.html" > https://lists.debian.org/debian-lts-announce/2021/02/msg00005.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-36221" > https://nvd.nist.gov/vuln/detail/CVE-2020-36221< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210226-0002/" > https://security.netapp.com/advisory/ntap-20210226-0002/< / a > < br > < a href = "https://support.apple.com/kb/HT212529" > https://support.apple.com/kb/HT212529< / a > < br > < a href = "https://support.apple.com/kb/HT212530" > https://support.apple.com/kb/HT212530< / a > < br > < a href = "https://support.apple.com/kb/HT212531" > https://support.apple.com/kb/HT212531< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4724-1" > https://ubuntu.com/security/notices/USN-4724-1< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4845" > https://www.debian.org/security/2021/dsa-4845< / a > < br > < / details > |
| libldap-common | CVE-2020-36222 | HIGH | 2.4.47+dfsg-3+deb10u4 | 2.4.47+dfsg-3+deb10u5 | < details > < summary > Expand...< / summary > < a href = "http://seclists.org/fulldisclosure/2021/May/64" > http://seclists.org/fulldisclosure/2021/May/64< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/May/65" > http://seclists.org/fulldisclosure/2021/May/65< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/May/70" > http://seclists.org/fulldisclosure/2021/May/70< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2020-36222" > https://access.redhat.com/security/cve/CVE-2020-36222< / a > < br > < a href = "https://bugs.openldap.org/show_bug.cgi?id=9406" > https://bugs.openldap.org/show_bug.cgi?id=9406< / a > < br > < a href = "https://bugs.openldap.org/show_bug.cgi?id=9407" > https://bugs.openldap.org/show_bug.cgi?id=9407< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36222" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36222< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/commit/02dfc32d658fadc25e4040f78e36592f6e1e1ca0" > https://git.openldap.org/openldap/openldap/-/commit/02dfc32d658fadc25e4040f78e36592f6e1e1ca0< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/commit/6ed057b5b728b50746c869bcc9c1f85d0bbbf6ed" > https://git.openldap.org/openldap/openldap/-/commit/6ed057b5b728b50746c869bcc9c1f85d0bbbf6ed< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/commit/6ed057b5b728b50746c869bcc9c1f85d0bbbf6ed.aa" > https://git.openldap.org/openldap/openldap/-/commit/6ed057b5b728b50746c869bcc9c1f85d0bbbf6ed.aa< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/tags/OPENLDAP_REL_ENG_2_4_57" > https://git.openldap.org/openldap/openldap/-/tags/OPENLDAP_REL_ENG_2_4_57< / a > < br > < a href = "https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/02/msg00005.html" > https://lists.debian.org/debian-lts-announce/2021/02/msg00005.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-36222" > https://nvd.nist.gov/vuln/detail/CVE-2020-36222< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210226-0002/" > https://security.netapp.com/advisory/ntap-20210226-0002/< / a > < br > < a href = "https://support.apple.com/kb/HT212529" > https://support.apple.com/kb/HT212529< / a > < br > < a href = "https://support.apple.com/kb/HT212530" > https://support.apple.com/kb/HT212530< / a > < br > < a href = "https://support.apple.com/kb/HT212531" > https://support.apple.com/kb/HT212531< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4724-1" > https://ubuntu.com/security/notices/USN-4724-1< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4845" > https://www.debian.org/security/2021/dsa-4845< / a > < br > < / details > |
| libldap-common | CVE-2020-36223 | HIGH | 2.4.47+dfsg-3+deb10u4 | 2.4.47+dfsg-3+deb10u5 | < details > < summary > Expand...< / summary > < a href = "http://seclists.org/fulldisclosure/2021/May/64" > http://seclists.org/fulldisclosure/2021/May/64< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/May/65" > http://seclists.org/fulldisclosure/2021/May/65< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/May/70" > http://seclists.org/fulldisclosure/2021/May/70< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2020-36223" > https://access.redhat.com/security/cve/CVE-2020-36223< / a > < br > < a href = "https://bugs.openldap.org/show_bug.cgi?id=9408" > https://bugs.openldap.org/show_bug.cgi?id=9408< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36223" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36223< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/commit/21981053a1195ae1555e23df4d9ac68d34ede9dd" > https://git.openldap.org/openldap/openldap/-/commit/21981053a1195ae1555e23df4d9ac68d34ede9dd< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/tags/OPENLDAP_REL_ENG_2_4_57" > https://git.openldap.org/openldap/openldap/-/tags/OPENLDAP_REL_ENG_2_4_57< / a > < br > < a href = "https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/02/msg00005.html" > https://lists.debian.org/debian-lts-announce/2021/02/msg00005.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-36223" > https://nvd.nist.gov/vuln/detail/CVE-2020-36223< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210226-0002/" > https://security.netapp.com/advisory/ntap-20210226-0002/< / a > < br > < a href = "https://support.apple.com/kb/HT212529" > https://support.apple.com/kb/HT212529< / a > < br > < a href = "https://support.apple.com/kb/HT212530" > https://support.apple.com/kb/HT212530< / a > < br > < a href = "https://support.apple.com/kb/HT212531" > https://support.apple.com/kb/HT212531< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4724-1" > https://ubuntu.com/security/notices/USN-4724-1< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4845" > https://www.debian.org/security/2021/dsa-4845< / a > < br > < / details > |
| libldap-common | CVE-2020-36224 | HIGH | 2.4.47+dfsg-3+deb10u4 | 2.4.47+dfsg-3+deb10u5 | < details > < summary > Expand...< / summary > < a href = "http://seclists.org/fulldisclosure/2021/May/64" > http://seclists.org/fulldisclosure/2021/May/64< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/May/65" > http://seclists.org/fulldisclosure/2021/May/65< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/May/70" > http://seclists.org/fulldisclosure/2021/May/70< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2020-36224" > https://access.redhat.com/security/cve/CVE-2020-36224< / a > < br > < a href = "https://bugs.openldap.org/show_bug.cgi?id=9409" > https://bugs.openldap.org/show_bug.cgi?id=9409< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36224" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36224< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/commit/554dff1927176579d652f2fe60c90e9abbad4c65" > https://git.openldap.org/openldap/openldap/-/commit/554dff1927176579d652f2fe60c90e9abbad4c65< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/commit/5a2017d4e61a6ddc4dcb4415028e0d08eb6bca26" > https://git.openldap.org/openldap/openldap/-/commit/5a2017d4e61a6ddc4dcb4415028e0d08eb6bca26< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/commit/c0b61a9486508e5202aa2e0cfb68c9813731b439" > https://git.openldap.org/openldap/openldap/-/commit/c0b61a9486508e5202aa2e0cfb68c9813731b439< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/commit/d169e7958a3e0dc70f59c8374bf8a59833b7bdd8" > https://git.openldap.org/openldap/openldap/-/commit/d169e7958a3e0dc70f59c8374bf8a59833b7bdd8< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/tags/OPENLDAP_REL_ENG_2_4_57" > https://git.openldap.org/openldap/openldap/-/tags/OPENLDAP_REL_ENG_2_4_57< / a > < br > < a href = "https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/02/msg00005.html" > https://lists.debian.org/debian-lts-announce/2021/02/msg00005.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-36224" > https://nvd.nist.gov/vuln/detail/CVE-2020-36224< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210226-0002/" > https://security.netapp.com/advisory/ntap-20210226-0002/< / a > < br > < a href = "https://support.apple.com/kb/HT212529" > https://support.apple.com/kb/HT212529< / a > < br > < a href = "https://support.apple.com/kb/HT212530" > https://support.apple.com/kb/HT212530< / a > < br > < a href = "https://support.apple.com/kb/HT212531" > https://support.apple.com/kb/HT212531< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4724-1" > https://ubuntu.com/security/notices/USN-4724-1< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4845" > https://www.debian.org/security/2021/dsa-4845< / a > < br > < / details > |
| libldap-common | CVE-2020-36225 | HIGH | 2.4.47+dfsg-3+deb10u4 | 2.4.47+dfsg-3+deb10u5 | < details > < summary > Expand...< / summary > < a href = "http://seclists.org/fulldisclosure/2021/May/64" > http://seclists.org/fulldisclosure/2021/May/64< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/May/65" > http://seclists.org/fulldisclosure/2021/May/65< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/May/70" > http://seclists.org/fulldisclosure/2021/May/70< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2020-36225" > https://access.redhat.com/security/cve/CVE-2020-36225< / a > < br > < a href = "https://bugs.openldap.org/show_bug.cgi?id=9412" > https://bugs.openldap.org/show_bug.cgi?id=9412< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36225" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36225< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/commit/554dff1927176579d652f2fe60c90e9abbad4c65" > https://git.openldap.org/openldap/openldap/-/commit/554dff1927176579d652f2fe60c90e9abbad4c65< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/commit/5a2017d4e61a6ddc4dcb4415028e0d08eb6bca26" > https://git.openldap.org/openldap/openldap/-/commit/5a2017d4e61a6ddc4dcb4415028e0d08eb6bca26< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/commit/c0b61a9486508e5202aa2e0cfb68c9813731b439" > https://git.openldap.org/openldap/openldap/-/commit/c0b61a9486508e5202aa2e0cfb68c9813731b439< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/commit/d169e7958a3e0dc70f59c8374bf8a59833b7bdd8" > https://git.openldap.org/openldap/openldap/-/commit/d169e7958a3e0dc70f59c8374bf8a59833b7bdd8< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/tags/OPENLDAP_REL_ENG_2_4_57" > https://git.openldap.org/openldap/openldap/-/tags/OPENLDAP_REL_ENG_2_4_57< / a > < br > < a href = "https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/02/msg00005.html" > https://lists.debian.org/debian-lts-announce/2021/02/msg00005.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-36225" > https://nvd.nist.gov/vuln/detail/CVE-2020-36225< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210226-0002/" > https://security.netapp.com/advisory/ntap-20210226-0002/< / a > < br > < a href = "https://support.apple.com/kb/HT212529" > https://support.apple.com/kb/HT212529< / a > < br > < a href = "https://support.apple.com/kb/HT212530" > https://support.apple.com/kb/HT212530< / a > < br > < a href = "https://support.apple.com/kb/HT212531" > https://support.apple.com/kb/HT212531< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4724-1" > https://ubuntu.com/security/notices/USN-4724-1< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4845" > https://www.debian.org/security/2021/dsa-4845< / a > < br > < / details > |
| libldap-common | CVE-2020-36226 | HIGH | 2.4.47+dfsg-3+deb10u4 | 2.4.47+dfsg-3+deb10u5 | < details > < summary > Expand...< / summary > < a href = "http://seclists.org/fulldisclosure/2021/May/64" > http://seclists.org/fulldisclosure/2021/May/64< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/May/65" > http://seclists.org/fulldisclosure/2021/May/65< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/May/70" > http://seclists.org/fulldisclosure/2021/May/70< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2020-36226" > https://access.redhat.com/security/cve/CVE-2020-36226< / a > < br > < a href = "https://bugs.openldap.org/show_bug.cgi?id=9413" > https://bugs.openldap.org/show_bug.cgi?id=9413< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36226" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36226< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/commit/554dff1927176579d652f2fe60c90e9abbad4c65" > https://git.openldap.org/openldap/openldap/-/commit/554dff1927176579d652f2fe60c90e9abbad4c65< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/commit/5a2017d4e61a6ddc4dcb4415028e0d08eb6bca26" > https://git.openldap.org/openldap/openldap/-/commit/5a2017d4e61a6ddc4dcb4415028e0d08eb6bca26< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/commit/c0b61a9486508e5202aa2e0cfb68c9813731b439" > https://git.openldap.org/openldap/openldap/-/commit/c0b61a9486508e5202aa2e0cfb68c9813731b439< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/commit/d169e7958a3e0dc70f59c8374bf8a59833b7bdd8" > https://git.openldap.org/openldap/openldap/-/commit/d169e7958a3e0dc70f59c8374bf8a59833b7bdd8< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/tags/OPENLDAP_REL_ENG_2_4_57" > https://git.openldap.org/openldap/openldap/-/tags/OPENLDAP_REL_ENG_2_4_57< / a > < br > < a href = "https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rc713534b10f9daeee2e0990239fa407e2118e4aa9e88a7041177497c@%3Cissues.guacamole.apache.org%3E" > https://lists.apache.org/thread.html/rc713534b10f9daeee2e0990239fa407e2118e4aa9e88a7041177497c@%3Cissues.guacamole.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/02/msg00005.html" > https://lists.debian.org/debian-lts-announce/2021/02/msg00005.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-36226" > https://nvd.nist.gov/vuln/detail/CVE-2020-36226< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210226-0002/" > https://security.netapp.com/advisory/ntap-20210226-0002/< / a > < br > < a href = "https://support.apple.com/kb/HT212529" > https://support.apple.com/kb/HT212529< / a > < br > < a href = "https://support.apple.com/kb/HT212530" > https://support.apple.com/kb/HT212530< / a > < br > < a href = "https://support.apple.com/kb/HT212531" > https://support.apple.com/kb/HT212531< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4724-1" > https://ubuntu.com/security/notices/USN-4724-1< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4845" > https://www.debian.org/security/2021/dsa-4845< / a > < br > < / details > |
| libldap-common | CVE-2020-36227 | HIGH | 2.4.47+dfsg-3+deb10u4 | 2.4.47+dfsg-3+deb10u5 | < details > < summary > Expand...< / summary > < a href = "http://seclists.org/fulldisclosure/2021/May/64" > http://seclists.org/fulldisclosure/2021/May/64< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/May/65" > http://seclists.org/fulldisclosure/2021/May/65< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/May/70" > http://seclists.org/fulldisclosure/2021/May/70< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2020-36227" > https://access.redhat.com/security/cve/CVE-2020-36227< / a > < br > < a href = "https://bugs.openldap.org/show_bug.cgi?id=9428" > https://bugs.openldap.org/show_bug.cgi?id=9428< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36227" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36227< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/commit/9d0e8485f3113505743baabf1167e01e4558ccf5" > https://git.openldap.org/openldap/openldap/-/commit/9d0e8485f3113505743baabf1167e01e4558ccf5< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/tags/OPENLDAP_REL_ENG_2_4_57" > https://git.openldap.org/openldap/openldap/-/tags/OPENLDAP_REL_ENG_2_4_57< / a > < br > < a href = "https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/02/msg00005.html" > https://lists.debian.org/debian-lts-announce/2021/02/msg00005.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-36227" > https://nvd.nist.gov/vuln/detail/CVE-2020-36227< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210226-0002/" > https://security.netapp.com/advisory/ntap-20210226-0002/< / a > < br > < a href = "https://support.apple.com/kb/HT212529" > https://support.apple.com/kb/HT212529< / a > < br > < a href = "https://support.apple.com/kb/HT212530" > https://support.apple.com/kb/HT212530< / a > < br > < a href = "https://support.apple.com/kb/HT212531" > https://support.apple.com/kb/HT212531< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4724-1" > https://ubuntu.com/security/notices/USN-4724-1< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4845" > https://www.debian.org/security/2021/dsa-4845< / a > < br > < / details > |
| libldap-common | CVE-2020-36228 | HIGH | 2.4.47+dfsg-3+deb10u4 | 2.4.47+dfsg-3+deb10u5 | < details > < summary > Expand...< / summary > < a href = "http://seclists.org/fulldisclosure/2021/May/64" > http://seclists.org/fulldisclosure/2021/May/64< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/May/65" > http://seclists.org/fulldisclosure/2021/May/65< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/May/70" > http://seclists.org/fulldisclosure/2021/May/70< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2020-36228" > https://access.redhat.com/security/cve/CVE-2020-36228< / a > < br > < a href = "https://bugs.openldap.org/show_bug.cgi?id=9427" > https://bugs.openldap.org/show_bug.cgi?id=9427< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36228" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36228< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/commit/91dccd25c347733b365adc74cb07d074512ed5ad" > https://git.openldap.org/openldap/openldap/-/commit/91dccd25c347733b365adc74cb07d074512ed5ad< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/tags/OPENLDAP_REL_ENG_2_4_57" > https://git.openldap.org/openldap/openldap/-/tags/OPENLDAP_REL_ENG_2_4_57< / a > < br > < a href = "https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/02/msg00005.html" > https://lists.debian.org/debian-lts-announce/2021/02/msg00005.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-36228" > https://nvd.nist.gov/vuln/detail/CVE-2020-36228< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210226-0002/" > https://security.netapp.com/advisory/ntap-20210226-0002/< / a > < br > < a href = "https://support.apple.com/kb/HT212529" > https://support.apple.com/kb/HT212529< / a > < br > < a href = "https://support.apple.com/kb/HT212530" > https://support.apple.com/kb/HT212530< / a > < br > < a href = "https://support.apple.com/kb/HT212531" > https://support.apple.com/kb/HT212531< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4724-1" > https://ubuntu.com/security/notices/USN-4724-1< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4845" > https://www.debian.org/security/2021/dsa-4845< / a > < br > < / details > |
| libldap-common | CVE-2020-36229 | HIGH | 2.4.47+dfsg-3+deb10u4 | 2.4.47+dfsg-3+deb10u5 | < details > < summary > Expand...< / summary > < a href = "http://seclists.org/fulldisclosure/2021/May/64" > http://seclists.org/fulldisclosure/2021/May/64< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/May/65" > http://seclists.org/fulldisclosure/2021/May/65< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/May/70" > http://seclists.org/fulldisclosure/2021/May/70< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2020-36229" > https://access.redhat.com/security/cve/CVE-2020-36229< / a > < br > < a href = "https://bugs.openldap.org/show_bug.cgi?id=9425" > https://bugs.openldap.org/show_bug.cgi?id=9425< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36229" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36229< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/commit/4bdfffd2889c0c5cdf58bebafbdc8fce4bb2bff0" > https://git.openldap.org/openldap/openldap/-/commit/4bdfffd2889c0c5cdf58bebafbdc8fce4bb2bff0< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/tags/OPENLDAP_REL_ENG_2_4_57" > https://git.openldap.org/openldap/openldap/-/tags/OPENLDAP_REL_ENG_2_4_57< / a > < br > < a href = "https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/02/msg00005.html" > https://lists.debian.org/debian-lts-announce/2021/02/msg00005.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-36229" > https://nvd.nist.gov/vuln/detail/CVE-2020-36229< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210226-0002/" > https://security.netapp.com/advisory/ntap-20210226-0002/< / a > < br > < a href = "https://support.apple.com/kb/HT212529" > https://support.apple.com/kb/HT212529< / a > < br > < a href = "https://support.apple.com/kb/HT212530" > https://support.apple.com/kb/HT212530< / a > < br > < a href = "https://support.apple.com/kb/HT212531" > https://support.apple.com/kb/HT212531< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4724-1" > https://ubuntu.com/security/notices/USN-4724-1< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4845" > https://www.debian.org/security/2021/dsa-4845< / a > < br > < / details > |
| libldap-common | CVE-2020-36230 | HIGH | 2.4.47+dfsg-3+deb10u4 | 2.4.47+dfsg-3+deb10u5 | < details > < summary > Expand...< / summary > < a href = "http://seclists.org/fulldisclosure/2021/May/64" > http://seclists.org/fulldisclosure/2021/May/64< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/May/65" > http://seclists.org/fulldisclosure/2021/May/65< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/May/70" > http://seclists.org/fulldisclosure/2021/May/70< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2020-36230" > https://access.redhat.com/security/cve/CVE-2020-36230< / a > < br > < a href = "https://bugs.openldap.org/show_bug.cgi?id=9423" > https://bugs.openldap.org/show_bug.cgi?id=9423< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36230" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36230< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/commit/8c1d96ee36ed98b32cd0e28b7069c7b8ea09d793" > https://git.openldap.org/openldap/openldap/-/commit/8c1d96ee36ed98b32cd0e28b7069c7b8ea09d793< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/tags/OPENLDAP_REL_ENG_2_4_57" > https://git.openldap.org/openldap/openldap/-/tags/OPENLDAP_REL_ENG_2_4_57< / a > < br > < a href = "https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/02/msg00005.html" > https://lists.debian.org/debian-lts-announce/2021/02/msg00005.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-36230" > https://nvd.nist.gov/vuln/detail/CVE-2020-36230< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210226-0002/" > https://security.netapp.com/advisory/ntap-20210226-0002/< / a > < br > < a href = "https://support.apple.com/kb/HT212529" > https://support.apple.com/kb/HT212529< / a > < br > < a href = "https://support.apple.com/kb/HT212530" > https://support.apple.com/kb/HT212530< / a > < br > < a href = "https://support.apple.com/kb/HT212531" > https://support.apple.com/kb/HT212531< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4724-1" > https://ubuntu.com/security/notices/USN-4724-1< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4845" > https://www.debian.org/security/2021/dsa-4845< / a > < br > < / details > |
| libldap-common | CVE-2021-27212 | HIGH | 2.4.47+dfsg-3+deb10u4 | 2.4.47+dfsg-3+deb10u6 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-27212" > https://access.redhat.com/security/cve/CVE-2021-27212< / a > < br > < a href = "https://bugs.openldap.org/show_bug.cgi?id=9454" > https://bugs.openldap.org/show_bug.cgi?id=9454< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-27212" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-27212< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/commit/3539fc33212b528c56b716584f2c2994af7c30b0" > https://git.openldap.org/openldap/openldap/-/commit/3539fc33212b528c56b716584f2c2994af7c30b0< / a > < br > < a href = "https://git.openldap.org/openldap/openldap/-/commit/9badb73425a67768c09bcaed1a9c26c684af6c30" > https://git.openldap.org/openldap/openldap/-/commit/9badb73425a67768c09bcaed1a9c26c684af6c30< / a > < br > < a href = "https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/02/msg00035.html" > https://lists.debian.org/debian-lts-announce/2021/02/msg00035.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-27212" > https://nvd.nist.gov/vuln/detail/CVE-2021-27212< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210319-0005/" > https://security.netapp.com/advisory/ntap-20210319-0005/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4744-1" > https://ubuntu.com/security/notices/USN-4744-1< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4860" > https://www.debian.org/security/2021/dsa-4860< / a > < br > < / details > |
| libldap-common | CVE-2015-3276 | LOW | 2.4.47+dfsg-3+deb10u4 | | < details > < summary > Expand...< / summary > < a href = "http://rhn.redhat.com/errata/RHSA-2015-2131.html" > http://rhn.redhat.com/errata/RHSA-2015-2131.html< / a > < br > < a href = "http://www.oracle.com/technetwork/topics/security/linuxbulletinoct2015-2719645.html" > http://www.oracle.com/technetwork/topics/security/linuxbulletinoct2015-2719645.html< / a > < br > < a href = "http://www.securitytracker.com/id/1034221" > http://www.securitytracker.com/id/1034221< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2015-3276" > https://access.redhat.com/security/cve/CVE-2015-3276< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=1238322" > https://bugzilla.redhat.com/show_bug.cgi?id=1238322< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2015-3276.html" > https://linux.oracle.com/cve/CVE-2015-3276.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2015-2131.html" > https://linux.oracle.com/errata/ELSA-2015-2131.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2015-3276" > https://nvd.nist.gov/vuln/detail/CVE-2015-3276< / a > < br > < / details > |
| libldap-common | CVE-2017-14159 | LOW | 2.4.47+dfsg-3+deb10u4 | | < details > < summary > Expand...< / summary > < a href = "http://www.openldap.org/its/index.cgi?findid=8703" > http://www.openldap.org/its/index.cgi?findid=8703< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2017-14159" > https://access.redhat.com/security/cve/CVE-2017-14159< / a > < br > < / details > |
| libldap-common | CVE-2017-17740 | LOW | 2.4.47+dfsg-3+deb10u4 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2019-09/msg00053.html" > http://lists.opensuse.org/opensuse-security-announce/2019-09/msg00053.html< / a > < br > < a href = "http://lists.opensuse.org/opensuse-security-announce/2019-09/msg00058.html" > http://lists.opensuse.org/opensuse-security-announce/2019-09/msg00058.html< / a > < br > < a href = "http://www.openldap.org/its/index.cgi/Incoming?id=8759" > http://www.openldap.org/its/index.cgi/Incoming?id=8759< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2017-17740" > https://access.redhat.com/security/cve/CVE-2017-17740< / a > < br > < a href = "https://kc.mcafee.com/corporate/index?page=content&id=SB10365" > https://kc.mcafee.com/corporate/index?page=content& id=SB10365< / a > < br > < / details > |
| libldap-common | CVE-2020-15719 | LOW | 2.4.47+dfsg-3+deb10u4 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-09/msg00033.html" > http://lists.opensuse.org/opensuse-security-announce/2020-09/msg00033.html< / a > < br > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-09/msg00059.html" > http://lists.opensuse.org/opensuse-security-announce/2020-09/msg00059.html< / a > < br > < a href = "https://access.redhat.com/errata/RHBA-2019:3674" > https://access.redhat.com/errata/RHBA-2019:3674< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2020-15719" > https://access.redhat.com/security/cve/CVE-2020-15719< / a > < br > < a href = "https://bugs.openldap.org/show_bug.cgi?id=9266" > https://bugs.openldap.org/show_bug.cgi?id=9266< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=1740070" > https://bugzilla.redhat.com/show_bug.cgi?id=1740070< / a > < br > < a href = "https://kc.mcafee.com/corporate/index?page=content&id=SB10365" > https://kc.mcafee.com/corporate/index?page=content& id=SB10365< / a > < br > < / details > |
| liblz4-1 | CVE-2021-3520 | CRITICAL | 1.8.3-1 | 1.8.3-1+deb10u1 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-3520.json" > https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-3520.json< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2021-3520" > https://access.redhat.com/security/cve/CVE-2021-3520< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=1954559" > https://bugzilla.redhat.com/show_bug.cgi?id=1954559< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3520" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3520< / a > < br > < a href = "https://github.com/lz4/lz4/pull/972" > https://github.com/lz4/lz4/pull/972< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-3520.html" > https://linux.oracle.com/cve/CVE-2021-3520.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-2575.html" > https://linux.oracle.com/errata/ELSA-2021-2575.html< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211104-0005/" > https://security.netapp.com/advisory/ntap-20211104-0005/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4968-1" > https://ubuntu.com/security/notices/USN-4968-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4968-2" > https://ubuntu.com/security/notices/USN-4968-2< / a > < br > < a href = "https://www.oracle.com//security-alerts/cpujul2021.html" > https://www.oracle.com//security-alerts/cpujul2021.html< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpuoct2021.html" > https://www.oracle.com/security-alerts/cpuoct2021.html< / a > < br > < / details > |
| liblz4-1 | CVE-2019-17543 | LOW | 1.8.3-1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2019-10/msg00069.html" > http://lists.opensuse.org/opensuse-security-announce/2019-10/msg00069.html< / a > < br > < a href = "http://lists.opensuse.org/opensuse-security-announce/2019-10/msg00070.html" > http://lists.opensuse.org/opensuse-security-announce/2019-10/msg00070.html< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2019-17543" > https://access.redhat.com/security/cve/CVE-2019-17543< / a > < br > < a href = "https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15941" > https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15941< / a > < br > < a href = "https://github.com/lz4/lz4/compare/v1.9.1...v1.9.2" > https://github.com/lz4/lz4/compare/v1.9.1...v1.9.2< / a > < br > < a href = "https://github.com/lz4/lz4/issues/801" > https://github.com/lz4/lz4/issues/801< / a > < br > < a href = "https://github.com/lz4/lz4/pull/756" > https://github.com/lz4/lz4/pull/756< / a > < br > < a href = "https://github.com/lz4/lz4/pull/760" > https://github.com/lz4/lz4/pull/760< / a > < br > < a href = "https://lists.apache.org/thread.html/25015588b770d67470b7ba7ea49a305d6735dd7f00eabe7d50ec1e17@%3Cissues.arrow.apache.org%3E" > https://lists.apache.org/thread.html/25015588b770d67470b7ba7ea49a305d6735dd7f00eabe7d50ec1e17@%3Cissues.arrow.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/543302d55e2d2da4311994e9b0debdc676bf3fd05e1a2be3407aa2d6@%3Cissues.arrow.apache.org%3E" > https://lists.apache.org/thread.html/543302d55e2d2da4311994e9b0debdc676bf3fd05e1a2be3407aa2d6@%3Cissues.arrow.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/793012683dc0fa6819b7c2560e6cf990811014c40c7d75412099c357@%3Cissues.arrow.apache.org%3E" > https://lists.apache.org/thread.html/793012683dc0fa6819b7c2560e6cf990811014c40c7d75412099c357@%3Cissues.arrow.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/9ff0606d16be2ab6a81619e1c9e23c3e251756638e36272c8c8b7fa3@%3Cissues.arrow.apache.org%3E" > https://lists.apache.org/thread.html/9ff0606d16be2ab6a81619e1c9e23c3e251756638e36272c8c8b7fa3@%3Cissues.arrow.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/f0038c4fab2ee25aee849ebeff6b33b3aa89e07ccfb06b5c87b36316@%3Cissues.arrow.apache.org%3E" > https://lists.apache.org/thread.html/f0038c4fab2ee25aee849ebeff6b33b3aa89e07ccfb06b5c87b36316@%3Cissues.arrow.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/f506bc371d4a068d5d84d7361293568f61167d3a1c3e91f0def2d7d3@%3Cdev.arrow.apache.org%3E" > https://lists.apache.org/thread.html/f506bc371d4a068d5d84d7361293568f61167d3a1c3e91f0def2d7d3@%3Cdev.arrow.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/r0fb226357e7988a241b06b93bab065bcea2eb38658b382e485960e26@%3Cissues.kudu.apache.org%3E" > https://lists.apache.org/thread.html/r0fb226357e7988a241b06b93bab065bcea2eb38658b382e485960e26@%3Cissues.kudu.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/r4068ba81066792f2b4d208b39c4c4713c5d4c79bd8cb6c1904af5720@%3Cissues.kudu.apache.org%3E" > https://lists.apache.org/thread.html/r4068ba81066792f2b4d208b39c4c4713c5d4c79bd8cb6c1904af5720@%3Cissues.kudu.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/r7bc72200f94298bc9a0e35637f388deb53467ca4b2e2ad1ff66d8960@%3Cissues.kudu.apache.org%3E" > https://lists.apache.org/thread.html/r7bc72200f94298bc9a0e35637f388deb53467ca4b2e2ad1ff66d8960@%3Cissues.kudu.apache.org%3E< / a > < br > < a href = "https://www.oracle.com//security-alerts/cpujul2021.html" > https://www.oracle.com//security-alerts/cpujul2021.html< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpuoct2020.html" > https://www.oracle.com/security-alerts/cpuoct2020.html< / a > < br > < / details > |
2022-04-12 17:24:36 +00:00
| liblzma5 | CVE-2022-1271 | HIGH | 5.2.4-1 | | < 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://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://www.openwall.com/lists/oss-security/2022/04/07/8" > https://www.openwall.com/lists/oss-security/2022/04/07/8< / a > < br > < / details > |
2022-04-08 10:22:34 +00:00
| libmount1 | CVE-2021-37600 | LOW | 2.33.1-0.1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-37600" > https://access.redhat.com/security/cve/CVE-2021-37600< / a > < br > < a href = "https://github.com/karelzak/util-linux/commit/1c9143d0c1f979c3daf10e1c37b5b1e916c22a1c" > https://github.com/karelzak/util-linux/commit/1c9143d0c1f979c3daf10e1c37b5b1e916c22a1c< / a > < br > < a href = "https://github.com/karelzak/util-linux/issues/1395" > https://github.com/karelzak/util-linux/issues/1395< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-37600" > https://nvd.nist.gov/vuln/detail/CVE-2021-37600< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210902-0002/" > https://security.netapp.com/advisory/ntap-20210902-0002/< / a > < br > < / details > |
| libmount1 | CVE-2022-0563 | LOW | 2.33.1-0.1 | | < 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 > |
| libncurses6 | CVE-2021-39537 | LOW | 6.1+20181013-2+deb10u2 | | < details > < summary > Expand...< / summary > < a href = "http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/ncurses/patches/patch-ncurses_tinfo_captoinfo.c?rev=1.1&content-type=text/x-cvsweb-markup" > http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/ncurses/patches/patch-ncurses_tinfo_captoinfo.c?rev=1.1& content-type=text/x-cvsweb-markup< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2021-39537" > https://access.redhat.com/security/cve/CVE-2021-39537< / a > < br > < a href = "https://lists.gnu.org/archive/html/bug-ncurses/2020-08/msg00006.html" > https://lists.gnu.org/archive/html/bug-ncurses/2020-08/msg00006.html< / a > < br > < a href = "https://lists.gnu.org/archive/html/bug-ncurses/2021-10/msg00023.html" > https://lists.gnu.org/archive/html/bug-ncurses/2021-10/msg00023.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-39537" > https://nvd.nist.gov/vuln/detail/CVE-2021-39537< / a > < br > < / details > |
| libncursesw6 | CVE-2021-39537 | LOW | 6.1+20181013-2+deb10u2 | | < details > < summary > Expand...< / summary > < a href = "http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/ncurses/patches/patch-ncurses_tinfo_captoinfo.c?rev=1.1&content-type=text/x-cvsweb-markup" > http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/ncurses/patches/patch-ncurses_tinfo_captoinfo.c?rev=1.1& content-type=text/x-cvsweb-markup< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2021-39537" > https://access.redhat.com/security/cve/CVE-2021-39537< / a > < br > < a href = "https://lists.gnu.org/archive/html/bug-ncurses/2020-08/msg00006.html" > https://lists.gnu.org/archive/html/bug-ncurses/2020-08/msg00006.html< / a > < br > < a href = "https://lists.gnu.org/archive/html/bug-ncurses/2021-10/msg00023.html" > https://lists.gnu.org/archive/html/bug-ncurses/2021-10/msg00023.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-39537" > https://nvd.nist.gov/vuln/detail/CVE-2021-39537< / a > < br > < / details > |
| libnettle6 | CVE-2021-20305 | HIGH | 3.4.1-1 | 3.4.1-1+deb10u1 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-20305" > https://access.redhat.com/security/cve/CVE-2021-20305< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=1942533" > https://bugzilla.redhat.com/show_bug.cgi?id=1942533< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-20305" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-20305< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-20305.html" > https://linux.oracle.com/cve/CVE-2021-20305.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-1206.html" > https://linux.oracle.com/errata/ELSA-2021-1206.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/09/msg00008.html" > https://lists.debian.org/debian-lts-announce/2021/09/msg00008.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MQKWVVMAIDAJ7YAA3VVO32BHLDOH2E63/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MQKWVVMAIDAJ7YAA3VVO32BHLDOH2E63/< / a > < br > < a href = "https://lists.lysator.liu.se/pipermail/nettle-bugs/2021/009457.html" > https://lists.lysator.liu.se/pipermail/nettle-bugs/2021/009457.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-20305" > https://nvd.nist.gov/vuln/detail/CVE-2021-20305< / a > < br > < a href = "https://security.gentoo.org/glsa/202105-31" > https://security.gentoo.org/glsa/202105-31< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211022-0002/" > https://security.netapp.com/advisory/ntap-20211022-0002/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4906-1" > https://ubuntu.com/security/notices/USN-4906-1< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4933" > https://www.debian.org/security/2021/dsa-4933< / a > < br > < / details > |
| libnettle6 | CVE-2021-3580 | HIGH | 3.4.1-1 | 3.4.1-1+deb10u1 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-3580" > https://access.redhat.com/security/cve/CVE-2021-3580< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=1967983" > https://bugzilla.redhat.com/show_bug.cgi?id=1967983< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3580" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3580< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-3580.html" > https://linux.oracle.com/cve/CVE-2021-3580.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-9221.html" > https://linux.oracle.com/errata/ELSA-2022-9221.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/09/msg00008.html" > https://lists.debian.org/debian-lts-announce/2021/09/msg00008.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-3580" > https://nvd.nist.gov/vuln/detail/CVE-2021-3580< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211104-0006/" > https://security.netapp.com/advisory/ntap-20211104-0006/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4990-1" > https://ubuntu.com/security/notices/USN-4990-1< / a > < br > < / details > |
| libnghttp2-14 | CVE-2020-11080 | HIGH | 1.36.0-2+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-06/msg00024.html" > http://lists.opensuse.org/opensuse-security-announce/2020-06/msg00024.html< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2020-11080" > https://access.redhat.com/security/cve/CVE-2020-11080< / a > < br > < a href = "https://github.com/nghttp2/nghttp2/commit/336a98feb0d56b9ac54e12736b18785c27f75090" > https://github.com/nghttp2/nghttp2/commit/336a98feb0d56b9ac54e12736b18785c27f75090< / a > < br > < a href = "https://github.com/nghttp2/nghttp2/commit/f8da73bd042f810f34d19f9eae02b46d870af394" > https://github.com/nghttp2/nghttp2/commit/f8da73bd042f810f34d19f9eae02b46d870af394< / a > < br > < a href = "https://github.com/nghttp2/nghttp2/security/advisories/GHSA-q5wr-xfw9-q7xr" > https://github.com/nghttp2/nghttp2/security/advisories/GHSA-q5wr-xfw9-q7xr< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11080.html" > https://linux.oracle.com/cve/CVE-2020-11080.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-5765.html" > https://linux.oracle.com/errata/ELSA-2020-5765.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/10/msg00011.html" > https://lists.debian.org/debian-lts-announce/2021/10/msg00011.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4OOYAMJVLLCLXDTHW3V5UXNULZBBK4O6/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4OOYAMJVLLCLXDTHW3V5UXNULZBBK4O6/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/AAC2AA36OTRHKSVM5OV7TTVB3CZIGEFL/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/AAC2AA36OTRHKSVM5OV7TTVB3CZIGEFL/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-11080" > https://nvd.nist.gov/vuln/detail/CVE-2020-11080< / a > < br > < a href = "https://www.debian.org/security/2020/dsa-4696" > https://www.debian.org/security/2020/dsa-4696< / a > < br > < a href = "https://www.oracle.com//security-alerts/cpujul2021.html" > https://www.oracle.com//security-alerts/cpujul2021.html< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpujan2021.html" > https://www.oracle.com/security-alerts/cpujan2021.html< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpujul2020.html" > https://www.oracle.com/security-alerts/cpujul2020.html< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpuoct2020.html" > https://www.oracle.com/security-alerts/cpuoct2020.html< / a > < br > < / details > |
| libp11-kit0 | CVE-2020-29361 | HIGH | 0.23.15-2 | 0.23.15-2+deb10u1 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2020-29361" > https://access.redhat.com/security/cve/CVE-2020-29361< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-29361" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-29361< / a > < br > < a href = "https://github.com/p11-glue/p11-kit/releases" > https://github.com/p11-glue/p11-kit/releases< / a > < br > < a href = "https://github.com/p11-glue/p11-kit/security/advisories/GHSA-q4r3-hm6m-mvc2" > https://github.com/p11-glue/p11-kit/security/advisories/GHSA-q4r3-hm6m-mvc2< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-29361.html" > https://linux.oracle.com/cve/CVE-2020-29361.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-1609.html" > https://linux.oracle.com/errata/ELSA-2021-1609.html< / a > < br > < a href = "https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/01/msg00002.html" > https://lists.debian.org/debian-lts-announce/2021/01/msg00002.html< / a > < br > < a href = "https://lists.freedesktop.org/archives/p11-glue/2020-December/000712.html" > https://lists.freedesktop.org/archives/p11-glue/2020-December/000712.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-29361" > https://nvd.nist.gov/vuln/detail/CVE-2020-29361< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4677-1" > https://ubuntu.com/security/notices/USN-4677-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4677-2" > https://ubuntu.com/security/notices/USN-4677-2< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4822" > https://www.debian.org/security/2021/dsa-4822< / a > < br > < / details > |
| libp11-kit0 | CVE-2020-29363 | HIGH | 0.23.15-2 | 0.23.15-2+deb10u1 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2020-29363" > https://access.redhat.com/security/cve/CVE-2020-29363< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-29363" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-29363< / a > < br > < a href = "https://github.com/p11-glue/p11-kit/releases" > https://github.com/p11-glue/p11-kit/releases< / a > < br > < a href = "https://github.com/p11-glue/p11-kit/security/advisories/GHSA-5j67-fw89-fp6x" > https://github.com/p11-glue/p11-kit/security/advisories/GHSA-5j67-fw89-fp6x< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-29363.html" > https://linux.oracle.com/cve/CVE-2020-29363.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-1609.html" > https://linux.oracle.com/errata/ELSA-2021-1609.html< / a > < br > < a href = "https://lists.freedesktop.org/archives/p11-glue/2020-December/000712.html" > https://lists.freedesktop.org/archives/p11-glue/2020-December/000712.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-29363" > https://nvd.nist.gov/vuln/detail/CVE-2020-29363< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4677-1" > https://ubuntu.com/security/notices/USN-4677-1< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4822" > https://www.debian.org/security/2021/dsa-4822< / a > < br > < / details > |
| libp11-kit0 | CVE-2020-29362 | MEDIUM | 0.23.15-2 | 0.23.15-2+deb10u1 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2020-29362" > https://access.redhat.com/security/cve/CVE-2020-29362< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-29362" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-29362< / a > < br > < a href = "https://github.com/p11-glue/p11-kit/releases" > https://github.com/p11-glue/p11-kit/releases< / a > < br > < a href = "https://github.com/p11-glue/p11-kit/security/advisories/GHSA-5wpq-43j2-6qwc" > https://github.com/p11-glue/p11-kit/security/advisories/GHSA-5wpq-43j2-6qwc< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-29362.html" > https://linux.oracle.com/cve/CVE-2020-29362.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-1609.html" > https://linux.oracle.com/errata/ELSA-2021-1609.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/01/msg00002.html" > https://lists.debian.org/debian-lts-announce/2021/01/msg00002.html< / a > < br > < a href = "https://lists.freedesktop.org/archives/p11-glue/2020-December/000712.html" > https://lists.freedesktop.org/archives/p11-glue/2020-December/000712.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-29362" > https://nvd.nist.gov/vuln/detail/CVE-2020-29362< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4677-1" > https://ubuntu.com/security/notices/USN-4677-1< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4822" > https://www.debian.org/security/2021/dsa-4822< / a > < br > < / details > |
| libpcre2-8-0 | CVE-2019-20454 | HIGH | 10.32-5 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2019-20454" > https://access.redhat.com/security/cve/CVE-2019-20454< / a > < br > < a href = "https://bugs.exim.org/show_bug.cgi?id=2421" > https://bugs.exim.org/show_bug.cgi?id=2421< / a > < br > < a href = "https://bugs.php.net/bug.php?id=78338" > https://bugs.php.net/bug.php?id=78338< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=1735494" > https://bugzilla.redhat.com/show_bug.cgi?id=1735494< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-20454" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-20454< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2019-20454.html" > https://linux.oracle.com/cve/CVE-2019-20454.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4539.html" > https://linux.oracle.com/errata/ELSA-2020-4539.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/OQRAHYHLRNMBTPR3KXVM27NSZP3KTOPI/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/OQRAHYHLRNMBTPR3KXVM27NSZP3KTOPI/< / a > < br > < a href = "https://security.gentoo.org/glsa/202006-16" > https://security.gentoo.org/glsa/202006-16< / a > < br > < a href = "https://vcs.pcre.org/pcre2?view=revision&revision=1092" > https://vcs.pcre.org/pcre2?view=revision& revision=1092< / a > < br > < / details > |
| libpcre3 | CVE-2020-14155 | MEDIUM | 2:8.39-12 | | < details > < summary > Expand...< / summary > < a href = "http://seclists.org/fulldisclosure/2020/Dec/32" > http://seclists.org/fulldisclosure/2020/Dec/32< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/Feb/14" > http://seclists.org/fulldisclosure/2021/Feb/14< / a > < br > < a href = "https://about.gitlab.com/releases/2020/07/01/security-release-13-1-2-release/" > https://about.gitlab.com/releases/2020/07/01/security-release-13-1-2-release/< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2020-14155" > https://access.redhat.com/security/cve/CVE-2020-14155< / a > < br > < a href = "https://bugs.gentoo.org/717920" > https://bugs.gentoo.org/717920< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14155" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14155< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-14155.html" > https://linux.oracle.com/cve/CVE-2020-14155.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-4373.html" > https://linux.oracle.com/errata/ELSA-2021-4373.html< / 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-2020-14155" > https://nvd.nist.gov/vuln/detail/CVE-2020-14155< / a > < br > < a href = "https://support.apple.com/kb/HT211931" > https://support.apple.com/kb/HT211931< / a > < br > < a href = "https://support.apple.com/kb/HT212147" > https://support.apple.com/kb/HT212147< / a > < br > < a href = "https://www.pcre.org/original/changelog.txt" > https://www.pcre.org/original/changelog.txt< / a > < br > < / details > |
| libpcre3 | CVE-2017-11164 | LOW | 2:8.39-12 | | < details > < summary > Expand...< / summary > < a href = "http://openwall.com/lists/oss-security/2017/07/11/3" > http://openwall.com/lists/oss-security/2017/07/11/3< / a > < br > < a href = "http://www.securityfocus.com/bid/99575" > http://www.securityfocus.com/bid/99575< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2017-11164" > https://access.redhat.com/security/cve/CVE-2017-11164< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-11164" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-11164< / 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 > < / details > |
| libpcre3 | CVE-2017-16231 | LOW | 2:8.39-12 | | < details > < summary > Expand...< / summary > < a href = "http://packetstormsecurity.com/files/150897/PCRE-8.41-Buffer-Overflow.html" > http://packetstormsecurity.com/files/150897/PCRE-8.41-Buffer-Overflow.html< / a > < br > < a href = "http://seclists.org/fulldisclosure/2018/Dec/33" > http://seclists.org/fulldisclosure/2018/Dec/33< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2017/11/01/11" > http://www.openwall.com/lists/oss-security/2017/11/01/11< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2017/11/01/3" > http://www.openwall.com/lists/oss-security/2017/11/01/3< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2017/11/01/7" > http://www.openwall.com/lists/oss-security/2017/11/01/7< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2017/11/01/8" > http://www.openwall.com/lists/oss-security/2017/11/01/8< / a > < br > < a href = "http://www.securityfocus.com/bid/101688" > http://www.securityfocus.com/bid/101688< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2017-16231" > https://access.redhat.com/security/cve/CVE-2017-16231< / a > < br > < a href = "https://bugs.exim.org/show_bug.cgi?id=2047" > https://bugs.exim.org/show_bug.cgi?id=2047< / a > < br > < / details > |
| libpcre3 | CVE-2017-7245 | LOW | 2:8.39-12 | | < details > < summary > Expand...< / summary > < a href = "http://www.securityfocus.com/bid/97067" > http://www.securityfocus.com/bid/97067< / a > < br > < a href = "https://access.redhat.com/errata/RHSA-2018:2486" > https://access.redhat.com/errata/RHSA-2018:2486< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2017-7245" > https://access.redhat.com/security/cve/CVE-2017-7245< / a > < br > < a href = "https://blogs.gentoo.org/ago/2017/03/20/libpcre-two-stack-based-buffer-overflow-write-in-pcre32_copy_substring-pcre_get-c/" > https://blogs.gentoo.org/ago/2017/03/20/libpcre-two-stack-based-buffer-overflow-write-in-pcre32_copy_substring-pcre_get-c/< / a > < br > < a href = "https://security.gentoo.org/glsa/201710-25" > https://security.gentoo.org/glsa/201710-25< / a > < br > < / details > |
| libpcre3 | CVE-2017-7246 | LOW | 2:8.39-12 | | < details > < summary > Expand...< / summary > < a href = "http://www.securityfocus.com/bid/97067" > http://www.securityfocus.com/bid/97067< / a > < br > < a href = "https://access.redhat.com/errata/RHSA-2018:2486" > https://access.redhat.com/errata/RHSA-2018:2486< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2017-7246" > https://access.redhat.com/security/cve/CVE-2017-7246< / a > < br > < a href = "https://blogs.gentoo.org/ago/2017/03/20/libpcre-two-stack-based-buffer-overflow-write-in-pcre32_copy_substring-pcre_get-c/" > https://blogs.gentoo.org/ago/2017/03/20/libpcre-two-stack-based-buffer-overflow-write-in-pcre32_copy_substring-pcre_get-c/< / a > < br > < a href = "https://security.gentoo.org/glsa/201710-25" > https://security.gentoo.org/glsa/201710-25< / a > < br > < / details > |
| libpcre3 | CVE-2019-20838 | LOW | 2:8.39-12 | | < details > < summary > Expand...< / summary > < a href = "http://seclists.org/fulldisclosure/2020/Dec/32" > http://seclists.org/fulldisclosure/2020/Dec/32< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/Feb/14" > http://seclists.org/fulldisclosure/2021/Feb/14< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2019-20838" > https://access.redhat.com/security/cve/CVE-2019-20838< / a > < br > < a href = "https://bugs.gentoo.org/717920" > https://bugs.gentoo.org/717920< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-20838" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-20838< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2019-20838.html" > https://linux.oracle.com/cve/CVE-2019-20838.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-4373.html" > https://linux.oracle.com/errata/ELSA-2021-4373.html< / 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-20838" > https://nvd.nist.gov/vuln/detail/CVE-2019-20838< / a > < br > < a href = "https://support.apple.com/kb/HT211931" > https://support.apple.com/kb/HT211931< / a > < br > < a href = "https://support.apple.com/kb/HT212147" > https://support.apple.com/kb/HT212147< / a > < br > < a href = "https://www.pcre.org/original/changelog.txt" > https://www.pcre.org/original/changelog.txt< / a > < br > < / details > |
| libsasl2-2 | CVE-2022-24407 | HIGH | 2.1.27+dfsg-1+deb10u1 | 2.1.27+dfsg-1+deb10u2 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2022/02/23/4" > http://www.openwall.com/lists/oss-security/2022/02/23/4< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-24407" > https://access.redhat.com/security/cve/CVE-2022-24407< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24407" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24407< / a > < br > < a href = "https://github.com/cyrusimap/cyrus-sasl/blob/fdcd13ceaef8de684dc69008011fa865c5b4a3ac/docsrc/sasl/release-notes/2.1/index.rst" > https://github.com/cyrusimap/cyrus-sasl/blob/fdcd13ceaef8de684dc69008011fa865c5b4a3ac/docsrc/sasl/release-notes/2.1/index.rst< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2022-24407.html" > https://linux.oracle.com/cve/CVE-2022-24407.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-9239.html" > https://linux.oracle.com/errata/ELSA-2022-9239.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2022/03/msg00002.html" > https://lists.debian.org/debian-lts-announce/2022/03/msg00002.html< / a > < br > < a href = "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/4FIXU75Q6RBNK6UYM7MQ3TCFGXR7AX4U/< / a > < br > < a href = "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/H26R4SMGM3WHXX4XYNNJB4YGFIL5UNF4/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZZC6BMPI3V3MC2IGNLN377ETUWO7QBIH/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZZC6BMPI3V3MC2IGNLN377ETUWO7QBIH/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-24407" > https://nvd.nist.gov/vuln/detail/CVE-2022-24407< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5301-1" > https://ubuntu.com/security/notices/USN-5301-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5301-2" > https://ubuntu.com/security/notices/USN-5301-2< / a > < br > < a href = "https://www.cyrusimap.org/sasl/sasl/release-notes/2.1/index.html#new-in-2-1-28" > https://www.cyrusimap.org/sasl/sasl/release-notes/2.1/index.html#new-in-2-1-28< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5087" > https://www.debian.org/security/2022/dsa-5087< / a > < br > < / details > |
| libsasl2-modules-db | CVE-2022-24407 | HIGH | 2.1.27+dfsg-1+deb10u1 | 2.1.27+dfsg-1+deb10u2 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2022/02/23/4" > http://www.openwall.com/lists/oss-security/2022/02/23/4< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-24407" > https://access.redhat.com/security/cve/CVE-2022-24407< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24407" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24407< / a > < br > < a href = "https://github.com/cyrusimap/cyrus-sasl/blob/fdcd13ceaef8de684dc69008011fa865c5b4a3ac/docsrc/sasl/release-notes/2.1/index.rst" > https://github.com/cyrusimap/cyrus-sasl/blob/fdcd13ceaef8de684dc69008011fa865c5b4a3ac/docsrc/sasl/release-notes/2.1/index.rst< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2022-24407.html" > https://linux.oracle.com/cve/CVE-2022-24407.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-9239.html" > https://linux.oracle.com/errata/ELSA-2022-9239.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2022/03/msg00002.html" > https://lists.debian.org/debian-lts-announce/2022/03/msg00002.html< / a > < br > < a href = "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/4FIXU75Q6RBNK6UYM7MQ3TCFGXR7AX4U/< / a > < br > < a href = "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/H26R4SMGM3WHXX4XYNNJB4YGFIL5UNF4/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZZC6BMPI3V3MC2IGNLN377ETUWO7QBIH/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZZC6BMPI3V3MC2IGNLN377ETUWO7QBIH/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-24407" > https://nvd.nist.gov/vuln/detail/CVE-2022-24407< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5301-1" > https://ubuntu.com/security/notices/USN-5301-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5301-2" > https://ubuntu.com/security/notices/USN-5301-2< / a > < br > < a href = "https://www.cyrusimap.org/sasl/sasl/release-notes/2.1/index.html#new-in-2-1-28" > https://www.cyrusimap.org/sasl/sasl/release-notes/2.1/index.html#new-in-2-1-28< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5087" > https://www.debian.org/security/2022/dsa-5087< / a > < br > < / details > |
| libseccomp2 | CVE-2019-9893 | LOW | 2.3.3-4 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2019-10/msg00022.html" > http://lists.opensuse.org/opensuse-security-announce/2019-10/msg00022.html< / a > < br > < a href = "http://lists.opensuse.org/opensuse-security-announce/2019-10/msg00027.html" > http://lists.opensuse.org/opensuse-security-announce/2019-10/msg00027.html< / a > < br > < a href = "http://www.paul-moore.com/blog/d/2019/03/libseccomp_v240.html" > http://www.paul-moore.com/blog/d/2019/03/libseccomp_v240.html< / a > < br > < a href = "https://access.redhat.com/errata/RHSA-2019:3624" > https://access.redhat.com/errata/RHSA-2019:3624< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2019-9893" > https://access.redhat.com/security/cve/CVE-2019-9893< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-9893" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-9893< / a > < br > < a href = "https://github.com/seccomp/libseccomp/issues/139" > https://github.com/seccomp/libseccomp/issues/139< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2019-9893.html" > https://linux.oracle.com/cve/CVE-2019-9893.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2019-3624.html" > https://linux.oracle.com/errata/ELSA-2019-3624.html< / a > < br > < a href = "https://seclists.org/oss-sec/2019/q1/179" > https://seclists.org/oss-sec/2019/q1/179< / a > < br > < a href = "https://security.gentoo.org/glsa/201904-18" > https://security.gentoo.org/glsa/201904-18< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4001-1" > https://ubuntu.com/security/notices/USN-4001-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4001-2" > https://ubuntu.com/security/notices/USN-4001-2< / a > < br > < a href = "https://usn.ubuntu.com/4001-1/" > https://usn.ubuntu.com/4001-1/< / a > < br > < a href = "https://usn.ubuntu.com/4001-2/" > https://usn.ubuntu.com/4001-2/< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2019/03/15/1" > https://www.openwall.com/lists/oss-security/2019/03/15/1< / a > < br > < / details > |
| libsepol1 | CVE-2021-36084 | LOW | 2.8-1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-36084" > https://access.redhat.com/security/cve/CVE-2021-36084< / a > < br > < a href = "https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=31065" > https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=31065< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-36084" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-36084< / a > < br > < a href = "https://github.com/SELinuxProject/selinux/commit/f34d3d30c8325e4847a6b696fe7a3936a8a361f3" > https://github.com/SELinuxProject/selinux/commit/f34d3d30c8325e4847a6b696fe7a3936a8a361f3< / a > < br > < a href = "https://github.com/google/oss-fuzz-vulns/blob/main/vulns/selinux/OSV-2021-417.yaml" > https://github.com/google/oss-fuzz-vulns/blob/main/vulns/selinux/OSV-2021-417.yaml< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-36084.html" > https://linux.oracle.com/cve/CVE-2021-36084.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-4513.html" > https://linux.oracle.com/errata/ELSA-2021-4513.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U7ZYR3PIJ75N6U2IONJWCKZ5L2NKJTGR/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U7ZYR3PIJ75N6U2IONJWCKZ5L2NKJTGR/< / a > < br > < / details > |
| libsepol1 | CVE-2021-36085 | LOW | 2.8-1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-36085" > https://access.redhat.com/security/cve/CVE-2021-36085< / a > < br > < a href = "https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=31124" > https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=31124< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-36085" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-36085< / a > < br > < a href = "https://github.com/SELinuxProject/selinux/commit/2d35fcc7e9e976a2346b1de20e54f8663e8a6cba" > https://github.com/SELinuxProject/selinux/commit/2d35fcc7e9e976a2346b1de20e54f8663e8a6cba< / a > < br > < a href = "https://github.com/google/oss-fuzz-vulns/blob/main/vulns/selinux/OSV-2021-421.yaml" > https://github.com/google/oss-fuzz-vulns/blob/main/vulns/selinux/OSV-2021-421.yaml< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-36085.html" > https://linux.oracle.com/cve/CVE-2021-36085.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-4513.html" > https://linux.oracle.com/errata/ELSA-2021-4513.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U7ZYR3PIJ75N6U2IONJWCKZ5L2NKJTGR/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U7ZYR3PIJ75N6U2IONJWCKZ5L2NKJTGR/< / a > < br > < / details > |
| libsepol1 | CVE-2021-36086 | LOW | 2.8-1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-36086" > https://access.redhat.com/security/cve/CVE-2021-36086< / a > < br > < a href = "https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=32177" > https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=32177< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-36086" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-36086< / a > < br > < a href = "https://github.com/SELinuxProject/selinux/commit/c49a8ea09501ad66e799ea41b8154b6770fec2c8" > https://github.com/SELinuxProject/selinux/commit/c49a8ea09501ad66e799ea41b8154b6770fec2c8< / a > < br > < a href = "https://github.com/google/oss-fuzz-vulns/blob/main/vulns/selinux/OSV-2021-536.yaml" > https://github.com/google/oss-fuzz-vulns/blob/main/vulns/selinux/OSV-2021-536.yaml< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-36086.html" > https://linux.oracle.com/cve/CVE-2021-36086.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-4513.html" > https://linux.oracle.com/errata/ELSA-2021-4513.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U7ZYR3PIJ75N6U2IONJWCKZ5L2NKJTGR/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U7ZYR3PIJ75N6U2IONJWCKZ5L2NKJTGR/< / a > < br > < / details > |
| libsepol1 | CVE-2021-36087 | LOW | 2.8-1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-36087" > https://access.redhat.com/security/cve/CVE-2021-36087< / a > < br > < a href = "https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=32675" > https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=32675< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-36087" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-36087< / a > < br > < a href = "https://github.com/SELinuxProject/selinux/commit/340f0eb7f3673e8aacaf0a96cbfcd4d12a405521" > https://github.com/SELinuxProject/selinux/commit/340f0eb7f3673e8aacaf0a96cbfcd4d12a405521< / a > < br > < a href = "https://github.com/google/oss-fuzz-vulns/blob/main/vulns/selinux/OSV-2021-585.yaml" > https://github.com/google/oss-fuzz-vulns/blob/main/vulns/selinux/OSV-2021-585.yaml< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-36087.html" > https://linux.oracle.com/cve/CVE-2021-36087.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-4513.html" > https://linux.oracle.com/errata/ELSA-2021-4513.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U7ZYR3PIJ75N6U2IONJWCKZ5L2NKJTGR/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U7ZYR3PIJ75N6U2IONJWCKZ5L2NKJTGR/< / a > < br > < a href = "https://lore.kernel.org/selinux/CAEN2sdqJKHvDzPnxS-J8grU8fSf32DDtx=kyh84OsCq_Vm+yaQ@mail.gmail.com/T/" > https://lore.kernel.org/selinux/CAEN2sdqJKHvDzPnxS-J8grU8fSf32DDtx=kyh84OsCq_Vm+yaQ@mail.gmail.com/T/< / a > < br > < / details > |
| libsmartcols1 | CVE-2021-37600 | LOW | 2.33.1-0.1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-37600" > https://access.redhat.com/security/cve/CVE-2021-37600< / a > < br > < a href = "https://github.com/karelzak/util-linux/commit/1c9143d0c1f979c3daf10e1c37b5b1e916c22a1c" > https://github.com/karelzak/util-linux/commit/1c9143d0c1f979c3daf10e1c37b5b1e916c22a1c< / a > < br > < a href = "https://github.com/karelzak/util-linux/issues/1395" > https://github.com/karelzak/util-linux/issues/1395< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-37600" > https://nvd.nist.gov/vuln/detail/CVE-2021-37600< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210902-0002/" > https://security.netapp.com/advisory/ntap-20210902-0002/< / a > < br > < / details > |
| libsmartcols1 | CVE-2022-0563 | LOW | 2.33.1-0.1 | | < 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 > |
2022-04-12 17:24:36 +00:00
| libss2 | CVE-2022-1304 | HIGH | 1.44.5-1+deb10u3 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-1304" > https://access.redhat.com/security/cve/CVE-2022-1304< / a > < br > < / details > |
2022-04-08 10:22:34 +00:00
| libssh2-1 | CVE-2019-13115 | HIGH | 1.8.0-2.1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2019-13115" > https://access.redhat.com/security/cve/CVE-2019-13115< / a > < br > < a href = "https://blog.semmle.com/libssh2-integer-overflow/" > https://blog.semmle.com/libssh2-integer-overflow/< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-13115" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-13115< / a > < br > < a href = "https://github.com/libssh2/libssh2/compare/02ecf17...42d37aa" > https://github.com/libssh2/libssh2/compare/02ecf17...42d37aa< / a > < br > < a href = "https://github.com/libssh2/libssh2/pull/350" > https://github.com/libssh2/libssh2/pull/350< / a > < br > < a href = "https://libssh2.org/changes.html" > https://libssh2.org/changes.html< / a > < br > < a href = "https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2019/07/msg00024.html" > https://lists.debian.org/debian-lts-announce/2019/07/msg00024.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/12/msg00013.html" > https://lists.debian.org/debian-lts-announce/2021/12/msg00013.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6LUNHPW64IGCASZ4JQ2J5KDXNZN53DWW/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6LUNHPW64IGCASZ4JQ2J5KDXNZN53DWW/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/M7IF3LNHOA75O4WZWIHJLIRMA5LJUED3/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/M7IF3LNHOA75O4WZWIHJLIRMA5LJUED3/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20190806-0002/" > https://security.netapp.com/advisory/ntap-20190806-0002/< / a > < br > < a href = "https://support.f5.com/csp/article/K13322484" > https://support.f5.com/csp/article/K13322484< / a > < br > < a href = "https://support.f5.com/csp/article/K13322484?utm_source=f5support&amp;utm_medium=RSS" > https://support.f5.com/csp/article/K13322484?utm_source=f5support& amp;utm_medium=RSS< / a > < br > < / details > |
| libssh2-1 | CVE-2019-17498 | LOW | 1.8.0-2.1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2019-11/msg00026.html" > http://lists.opensuse.org/opensuse-security-announce/2019-11/msg00026.html< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2019-17498" > https://access.redhat.com/security/cve/CVE-2019-17498< / a > < br > < a href = "https://blog.semmle.com/libssh2-integer-overflow-CVE-2019-17498/" > https://blog.semmle.com/libssh2-integer-overflow-CVE-2019-17498/< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-17498" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-17498< / a > < br > < a href = "https://github.com/kevinbackhouse/SecurityExploits/tree/8cbdbbe6363510f7d9ceec685373da12e6fc752d/libssh2/out_of_bounds_read_disconnect_CVE-2019-17498" > https://github.com/kevinbackhouse/SecurityExploits/tree/8cbdbbe6363510f7d9ceec685373da12e6fc752d/libssh2/out_of_bounds_read_disconnect_CVE-2019-17498< / a > < br > < a href = "https://github.com/libssh2/libssh2/blob/42d37aa63129a1b2644bf6495198923534322d64/src/packet.c#L480" > https://github.com/libssh2/libssh2/blob/42d37aa63129a1b2644bf6495198923534322d64/src/packet.c#L480< / a > < br > < a href = "https://github.com/libssh2/libssh2/commit/dedcbd106f8e52d5586b0205bc7677e4c9868f9c" > https://github.com/libssh2/libssh2/commit/dedcbd106f8e52d5586b0205bc7677e4c9868f9c< / a > < br > < a href = "https://github.com/libssh2/libssh2/pull/402/commits/1c6fa92b77e34d089493fe6d3e2c6c8775858b94" > https://github.com/libssh2/libssh2/pull/402/commits/1c6fa92b77e34d089493fe6d3e2c6c8775858b94< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2019-17498.html" > https://linux.oracle.com/cve/CVE-2019-17498.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-3915.html" > https://linux.oracle.com/errata/ELSA-2020-3915.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2019/11/msg00010.html" > https://lists.debian.org/debian-lts-announce/2019/11/msg00010.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/12/msg00013.html" > https://lists.debian.org/debian-lts-announce/2021/12/msg00013.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/22H4Q5XMGS3QNSA7OCL3U7UQZ4NXMR5O/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/22H4Q5XMGS3QNSA7OCL3U7UQZ4NXMR5O/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TY7EEE34RFKCTXTMBQQWWSLXZWSCXNDB/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TY7EEE34RFKCTXTMBQQWWSLXZWSCXNDB/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2019-17498" > https://nvd.nist.gov/vuln/detail/CVE-2019-17498< / a > < br > < / details > |
| libssl1.1 | CVE-2021-3711 | CRITICAL | 1.1.1d-0+deb10u3 | 1.1.1d-0+deb10u7 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2021/08/26/2" > http://www.openwall.com/lists/oss-security/2021/08/26/2< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2021-3711" > https://access.redhat.com/security/cve/CVE-2021-3711< / 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://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-2021-3711" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3711< / a > < br > < a href = "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=59f5e75f3bced8fc0e130d72a3f582cf7b480b46" > https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=59f5e75f3bced8fc0e130d72a3f582cf7b480b46< / a > < br > < a href = "https://lists.apache.org/thread.html/r18995de860f0e63635f3008fd2a6aca82394249476d21691e7c59c9e@%3Cdev.tomcat.apache.org%3E" > https://lists.apache.org/thread.html/r18995de860f0e63635f3008fd2a6aca82394249476d21691e7c59c9e@%3Cdev.tomcat.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rad5d9f83f0d11fb3f8bb148d179b8a9ad7c6a17f18d70e5805a713d1@%3Cdev.tomcat.apache.org%3E" > https://lists.apache.org/thread.html/rad5d9f83f0d11fb3f8bb148d179b8a9ad7c6a17f18d70e5805a713d1@%3Cdev.tomcat.apache.org%3E< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-3711" > https://nvd.nist.gov/vuln/detail/CVE-2021-3711< / a > < br > < a href = "https://rustsec.org/advisories/RUSTSEC-2021-0097.html" > https://rustsec.org/advisories/RUSTSEC-2021-0097.html< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210827-0010/" > https://security.netapp.com/advisory/ntap-20210827-0010/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211022-0003/" > https://security.netapp.com/advisory/ntap-20211022-0003/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5051-1" > https://ubuntu.com/security/notices/USN-5051-1< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4963" > https://www.debian.org/security/2021/dsa-4963< / a > < br > < a href = "https://www.openssl.org/news/secadv/20210824.txt" > https://www.openssl.org/news/secadv/20210824.txt< / 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.oracle.com/security-alerts/cpuoct2021.html" > https://www.oracle.com/security-alerts/cpuoct2021.html< / a > < br > < a href = "https://www.tenable.com/security/tns-2021-16" > https://www.tenable.com/security/tns-2021-16< / a > < br > < a href = "https://www.tenable.com/security/tns-2022-02" > https://www.tenable.com/security/tns-2022-02< / a > < br > < / details > |
| libssl1.1 | CVE-2021-23840 | HIGH | 1.1.1d-0+deb10u3 | 1.1.1d-0+deb10u5 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-23840" > https://access.redhat.com/security/cve/CVE-2021-23840< / 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://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-2021-23840" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23840< / a > < br > < a href = "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=6a51b9e1d0cf0bf8515f7201b68fb0a3482b3dc1" > https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=6a51b9e1d0cf0bf8515f7201b68fb0a3482b3dc1< / a > < br > < a href = "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=9b1129239f3ebb1d1c98ce9ed41d5c9476c47cb2" > https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=9b1129239f3ebb1d1c98ce9ed41d5c9476c47cb2< / a > < br > < a href = "https://kb.pulsesecure.net/articles/Pulse_Security_Advisories/SA44846" > https://kb.pulsesecure.net/articles/Pulse_Security_Advisories/SA44846< / a > < br > < a href = "https://kc.mcafee.com/corporate/index?page=content&id=SB10366" > https://kc.mcafee.com/corporate/index?page=content& id=SB10366< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-23840.html" > https://linux.oracle.com/cve/CVE-2021-23840.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-9561.html" > https://linux.oracle.com/errata/ELSA-2021-9561.html< / a > < br > < a href = "https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://rustsec.org/advisories/RUSTSEC-2021-0057.html" > https://rustsec.org/advisories/RUSTSEC-2021-0057.html< / a > < br > < a href = "https://security.gentoo.org/glsa/202103-03" > https://security.gentoo.org/glsa/202103-03< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210219-0009/" > https://security.netapp.com/advisory/ntap-20210219-0009/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4738-1" > https://ubuntu.com/security/notices/USN-4738-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5088-1" > https://ubuntu.com/security/notices/USN-5088-1< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4855" > https://www.debian.org/security/2021/dsa-4855< / a > < br > < a href = "https://www.openssl.org/news/secadv/20210216.txt" > https://www.openssl.org/news/secadv/20210216.txt< / a > < br > < a href = "https://www.oracle.com//security-alerts/cpujul2021.html" > https://www.oracle.com//security-alerts/cpujul2021.html< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpuApr2021.html" > https://www.oracle.com/security-alerts/cpuApr2021.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.oracle.com/security-alerts/cpuoct2021.html" > https://www.oracle.com/security-alerts/cpuoct2021.html< / a > < br > < a href = "https://www.tenable.com/security/tns-2021-03" > https://www.tenable.com/security/tns-2021-03< / a > < br > < a href = "https://www.tenable.com/security/tns-2021-09" > https://www.tenable.com/security/tns-2021-09< / a > < br > < a href = "https://www.tenable.com/security/tns-2021-10" > https://www.tenable.com/security/tns-2021-10< / a > < br > < / details > |
| libssl1.1 | CVE-2021-3712 | HIGH | 1.1.1d-0+deb10u3 | 1.1.1d-0+deb10u7 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2021/08/26/2" > http://www.openwall.com/lists/oss-security/2021/08/26/2< / a > < br > < a href = "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-3712.json" > https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-3712.json< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2021-3712" > https://access.redhat.com/security/cve/CVE-2021-3712< / a > < br > < a href = "https://cert-portal.siemens.com/productcert/pdf/ssa-244969.pdf" > https://cert-portal.siemens.com/productcert/pdf/ssa-244969.pdf< / 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://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-2021-3712" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3712< / a > < br > < a href = "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=94d23fcff9b2a7a8368dfe52214d5c2569882c11" > https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=94d23fcff9b2a7a8368dfe52214d5c2569882c11< / a > < br > < a href = "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=ccb0a11145ee72b042d10593a64eaf9e8a55ec12" > https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=ccb0a11145ee72b042d10593a64eaf9e8a55ec12< / a > < br > < a href = "https://kc.mcafee.com/corporate/index?page=content&id=SB10366" > https://kc.mcafee.com/corporate/index?page=content& id=SB10366< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-3712.html" > https://linux.oracle.com/cve/CVE-2021-3712.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-9023.html" > https://linux.oracle.com/errata/ELSA-2022-9023.html< / a > < br > < a href = "https://lists.apache.org/thread.html/r18995de860f0e63635f3008fd2a6aca82394249476d21691e7c59c9e@%3Cdev.tomcat.apache.org%3E" > https://lists.apache.org/thread.html/r18995de860f0e63635f3008fd2a6aca82394249476d21691e7c59c9e@%3Cdev.tomcat.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rad5d9f83f0d11fb3f8bb148d179b8a9ad7c6a17f18d70e5805a713d1@%3Cdev.tomcat.apache.org%3E" > https://lists.apache.org/thread.html/rad5d9f83f0d11fb3f8bb148d179b8a9ad7c6a17f18d70e5805a713d1@%3Cdev.tomcat.apache.org%3E< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/09/msg00014.html" > https://lists.debian.org/debian-lts-announce/2021/09/msg00014.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/09/msg00021.html" > https://lists.debian.org/debian-lts-announce/2021/09/msg00021.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-3712" > https://nvd.nist.gov/vuln/detail/CVE-2021-3712< / a > < br > < a href = "https://rustsec.org/advisories/RUSTSEC-2021-0098.html" > https://rustsec.org/advisories/RUSTSEC-2021-0098.html< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210827-0010/" > https://security.netapp.com/advisory/ntap-20210827-0010/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5051-1" > https://ubuntu.com/security/notices/USN-5051-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5051-2" > https://ubuntu.com/security/notices/USN-5051-2< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5051-3" > https://ubuntu.com/security/notices/USN-5051-3< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5051-4 (regression only in trusty/esm)" > https://ubuntu.com/security/notices/USN-5051-4 (regression only in trusty/esm)< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5088-1" > https://ubuntu.com/security/notices/USN-5088-1< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4963" > https://www.debian.org/security/2021/dsa-4963< / a > < br > < a href = "https://www.openssl.org/news/secadv/20210824.txt" > https://www.openssl.org/news/secadv/20210824.txt< / 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.oracle.com/security-aler
2022-04-12 17:24:36 +00:00
| libssl1.1 | CVE-2022-0778 | HIGH | 1.1.1d-0+deb10u3 | 1.1.1d-0+deb10u8 | < details > < summary > Expand...< / summary > < 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://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://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://ubuntu.com/security/notices/USN-5328-1" > https://ubuntu.com/security/notices/USN-5328-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5328-2" > https://ubuntu.com/security/notices/USN-5328-2< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5103" > https://www.debian.org/security/2022/dsa-5103< / a > < br > < a href = "https://www.openssl.org/news/secadv/20220315.txt" > https://www.openssl.org/news/secadv/20220315.txt< / a > < br > < a href = "https://www.tenable.com/security/tns-2022-06" > https://www.tenable.com/security/tns-2022-06< / a > < br > < a href = "https://www.tenable.com/security/tns-2022-07" > https://www.tenable.com/security/tns-2022-07< / a > < br > < a href = "https://www.tenable.com/security/tns-2022-08" > https://www.tenable.com/security/tns-2022-08< / a > < br > < / details > |
2022-04-08 10:22:34 +00:00
| libssl1.1 | CVE-2019-1551 | MEDIUM | 1.1.1d-0+deb10u3 | 1.1.1d-0+deb10u5 | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-01/msg00030.html" > http://lists.opensuse.org/opensuse-security-announce/2020-01/msg00030.html< / a > < br > < a href = "http://packetstormsecurity.com/files/155754/Slackware-Security-Advisory-openssl-Updates.html" > http://packetstormsecurity.com/files/155754/Slackware-Security-Advisory-openssl-Updates.html< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2019-1551" > https://access.redhat.com/security/cve/CVE-2019-1551< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1551" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1551< / a > < br > < a href = "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=419102400a2811582a7a3d4a4e317d72e5ce0a8f" > https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=419102400a2811582a7a3d4a4e317d72e5ce0a8f< / a > < br > < a href = "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=f1c5eea8a817075d31e43f5876993c6710238c98" > https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=f1c5eea8a817075d31e43f5876993c6710238c98< / a > < br > < a href = "https://github.com/openssl/openssl/pull/10575" > https://github.com/openssl/openssl/pull/10575< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2019-1551.html" > https://linux.oracle.com/cve/CVE-2019-1551.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4514.html" > https://linux.oracle.com/errata/ELSA-2020-4514.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.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DDHOAATPWJCXRNFMJ2SASDBBNU5RJONY/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DDHOAATPWJCXRNFMJ2SASDBBNU5RJONY/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/EXDDAOWSAIEFQNBHWYE6PPYFV4QXGMCD/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/EXDDAOWSAIEFQNBHWYE6PPYFV4QXGMCD/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XVEP3LAK4JSPRXFO4QF4GG2IVXADV3SO/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XVEP3LAK4JSPRXFO4QF4GG2IVXADV3SO/< / a > < br > < a href = "https://seclists.org/bugtraq/2019/Dec/39" > https://seclists.org/bugtraq/2019/Dec/39< / a > < br > < a href = "https://seclists.org/bugtraq/2019/Dec/46" > https://seclists.org/bugtraq/2019/Dec/46< / a > < br > < a href = "https://security.gentoo.org/glsa/202004-10" > https://security.gentoo.org/glsa/202004-10< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20191210-0001/" > https://security.netapp.com/advisory/ntap-20191210-0001/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4376-1" > https://ubuntu.com/security/notices/USN-4376-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4504-1" > https://ubuntu.com/security/notices/USN-4504-1< / a > < br > < a href = "https://usn.ubuntu.com/4376-1/" > https://usn.ubuntu.com/4376-1/< / a > < br > < a href = "https://usn.ubuntu.com/4504-1/" > https://usn.ubuntu.com/4504-1/< / a > < br > < a href = "https://www.debian.org/security/2019/dsa-4594" > https://www.debian.org/security/2019/dsa-4594< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4855" > https://www.debian.org/security/2021/dsa-4855< / a > < br > < a href = "https://www.openssl.org/news/secadv/20191206.txt" > https://www.openssl.org/news/secadv/20191206.txt< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpuApr2021.html" > https://www.oracle.com/security-alerts/cpuApr2021.html< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpujan2021.html" > https://www.oracle.com/security-alerts/cpujan2021.html< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpujul2020.html" > https://www.oracle.com/security-alerts/cpujul2020.html< / a > < br > < a href = "https://www.tenable.com/security/tns
| libssl1.1 | CVE-2020-1971 | MEDIUM | 1.1.1d-0+deb10u3 | 1.1.1d-0+deb10u4 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2021/09/14/2" > http://www.openwall.com/lists/oss-security/2021/09/14/2< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2020-1971" > https://access.redhat.com/security/cve/CVE-2020-1971< / 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-2020-1971" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-1971< / a > < br > < a href = "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2154ab83e14ede338d2ede9bbe5cdfce5d5a6c9e" > https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2154ab83e14ede338d2ede9bbe5cdfce5d5a6c9e< / a > < br > < a href = "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=f960d81215ebf3f65e03d4d5d857fb9b666d6920" > https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=f960d81215ebf3f65e03d4d5d857fb9b666d6920< / a > < br > < a href = "https://kb.pulsesecure.net/articles/Pulse_Security_Advisories/SA44676" > https://kb.pulsesecure.net/articles/Pulse_Security_Advisories/SA44676< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-1971.html" > https://linux.oracle.com/cve/CVE-2020-1971.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-9150.html" > https://linux.oracle.com/errata/ELSA-2021-9150.html< / a > < br > < a href = "https://lists.apache.org/thread.html/r63c6f2dd363d9b514d0a4bcf624580616a679898cc14c109a49b750c@%3Cdev.tomcat.apache.org%3E" > https://lists.apache.org/thread.html/r63c6f2dd363d9b514d0a4bcf624580616a679898cc14c109a49b750c@%3Cdev.tomcat.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rbb769f771711fb274e0a4acb1b5911c8aab544a6ac5e8c12d40c5143@%3Ccommits.pulsar.apache.org%3E" > https://lists.apache.org/thread.html/rbb769f771711fb274e0a4acb1b5911c8aab544a6ac5e8c12d40c5143@%3Ccommits.pulsar.apache.org%3E< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2020/12/msg00020.html" > https://lists.debian.org/debian-lts-announce/2020/12/msg00020.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2020/12/msg00021.html" > https://lists.debian.org/debian-lts-announce/2020/12/msg00021.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DGSI34Y5LQ5RYXN4M2I5ZQT65LFVDOUU/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DGSI34Y5LQ5RYXN4M2I5ZQT65LFVDOUU/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PWPSSZNZOBJU2YR6Z4TGHXKYW3YP5QG7/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PWPSSZNZOBJU2YR6Z4TGHXKYW3YP5QG7/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-1971" > https://nvd.nist.gov/vuln/detail/CVE-2020-1971< / a > < br > < a href = "https://security.FreeBSD.org/advisories/FreeBSD-SA-20:33.openssl.asc" > https://security.FreeBSD.org/advisories/FreeBSD-SA-20:33.openssl.asc< / a > < br > < a href = "https://security.gentoo.org/glsa/202012-13" > https://security.gentoo.org/glsa/202012-13< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20201218-0005/" > https://security.netapp.com/advisory/ntap-20201218-0005/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210513-0002/" > https://security.netapp.com/advisory/ntap-20210513-0002/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4662-1" > https://ubuntu.com/security/notices/USN-4662-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4745-1" > https://ubuntu.com/security/notices/USN-4745-1< / a > < br > < a href = "https://www.debian.org/security/2020/dsa-4807" > https://www.debian.org/security/2020/dsa-4807< / a > < br > < a href = "https://www.openssl.org/news/secadv/20201208.txt" > https://www.openssl.org/news/secadv/20201208.txt< / a > < br > < a href = "https://www.oracle.com//security-alerts/cpujul2021.html" > https://www.oracle.com//security-alerts/cpujul2021.html< / a > < br > < a hr
| libssl1.1 | CVE-2021-23841 | MEDIUM | 1.1.1d-0+deb10u3 | 1.1.1d-0+deb10u5 | < details > < summary > Expand...< / summary > < a href = "http://seclists.org/fulldisclosure/2021/May/67" > http://seclists.org/fulldisclosure/2021/May/67< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/May/68" > http://seclists.org/fulldisclosure/2021/May/68< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/May/70" > http://seclists.org/fulldisclosure/2021/May/70< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2021-23841" > https://access.redhat.com/security/cve/CVE-2021-23841< / 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-2021-23841" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23841< / a > < br > < a href = "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=122a19ab48091c657f7cb1fb3af9fc07bd557bbf" > https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=122a19ab48091c657f7cb1fb3af9fc07bd557bbf< / a > < br > < a href = "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=8252ee4d90f3f2004d3d0aeeed003ad49c9a7807" > https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=8252ee4d90f3f2004d3d0aeeed003ad49c9a7807< / a > < br > < a href = "https://kb.pulsesecure.net/articles/Pulse_Security_Advisories/SA44846" > https://kb.pulsesecure.net/articles/Pulse_Security_Advisories/SA44846< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-23841.html" > https://linux.oracle.com/cve/CVE-2021-23841.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-9561.html" > https://linux.oracle.com/errata/ELSA-2021-9561.html< / a > < br > < a href = "https://rustsec.org/advisories/RUSTSEC-2021-0058.html" > https://rustsec.org/advisories/RUSTSEC-2021-0058.html< / a > < br > < a href = "https://security.gentoo.org/glsa/202103-03" > https://security.gentoo.org/glsa/202103-03< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210219-0009/" > https://security.netapp.com/advisory/ntap-20210219-0009/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210513-0002/" > https://security.netapp.com/advisory/ntap-20210513-0002/< / a > < br > < a href = "https://support.apple.com/kb/HT212528" > https://support.apple.com/kb/HT212528< / a > < br > < a href = "https://support.apple.com/kb/HT212529" > https://support.apple.com/kb/HT212529< / a > < br > < a href = "https://support.apple.com/kb/HT212534" > https://support.apple.com/kb/HT212534< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4738-1" > https://ubuntu.com/security/notices/USN-4738-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4745-1" > https://ubuntu.com/security/notices/USN-4745-1< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4855" > https://www.debian.org/security/2021/dsa-4855< / a > < br > < a href = "https://www.openssl.org/news/secadv/20210216.txt" > https://www.openssl.org/news/secadv/20210216.txt< / a > < br > < a href = "https://www.oracle.com//security-alerts/cpujul2021.html" > https://www.oracle.com//security-alerts/cpujul2021.html< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpuApr2021.html" > https://www.oracle.com/security-alerts/cpuApr2021.html< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpuoct2021.html" > https://www.oracle.com/security-alerts/cpuoct2021.html< / a > < br > < a href = "https://www.tenable.com/security/tns-2021-03" > https://www.tenable.com/security/tns-2021-03< / a > < br > < a href = "https://www.tenable.com/security/tns-2021-09" > https://www.tenable.com/security/tns-2021-09< / a > < br > < / details > |
| libssl1.1 | CVE-2021-3449 | MEDIUM | 1.1.1d-0+deb10u3 | 1.1.1d-0+deb10u6 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2021/03/27/1" > http://www.openwall.com/lists/oss-security/2021/03/27/1< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2021/03/27/2" > http://www.openwall.com/lists/oss-security/2021/03/27/2< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2021/03/28/3" > http://www.openwall.com/lists/oss-security/2021/03/28/3< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2021/03/28/4" > http://www.openwall.com/lists/oss-security/2021/03/28/4< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2021-3449" > https://access.redhat.com/security/cve/CVE-2021-3449< / 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://cert-portal.siemens.com/productcert/pdf/ssa-772220.pdf" > https://cert-portal.siemens.com/productcert/pdf/ssa-772220.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-2021-3449" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3449< / a > < br > < a href = "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=fb9fa6b51defd48157eeb207f52181f735d96148" > https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=fb9fa6b51defd48157eeb207f52181f735d96148< / a > < br > < a href = "https://kb.pulsesecure.net/articles/Pulse_Security_Advisories/SA44845" > https://kb.pulsesecure.net/articles/Pulse_Security_Advisories/SA44845< / a > < br > < a href = "https://kc.mcafee.com/corporate/index?page=content&id=SB10356" > https://kc.mcafee.com/corporate/index?page=content& id=SB10356< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-3449.html" > https://linux.oracle.com/cve/CVE-2021-3449.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-9151.html" > https://linux.oracle.com/errata/ELSA-2021-9151.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/08/msg00029.html" > https://lists.debian.org/debian-lts-announce/2021/08/msg00029.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/CCBFLLVQVILIVGZMBJL3IXZGKWQISYNP/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/CCBFLLVQVILIVGZMBJL3IXZGKWQISYNP/< / a > < br > < a href = "https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2021-0013" > https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2021-0013< / a > < br > < a href = "https://rustsec.org/advisories/RUSTSEC-2021-0055.html" > https://rustsec.org/advisories/RUSTSEC-2021-0055.html< / a > < br > < a href = "https://security.FreeBSD.org/advisories/FreeBSD-SA-21:07.openssl.asc" > https://security.FreeBSD.org/advisories/FreeBSD-SA-21:07.openssl.asc< / a > < br > < a href = "https://security.gentoo.org/glsa/202103-03" > https://security.gentoo.org/glsa/202103-03< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210326-0006/" > https://security.netapp.com/advisory/ntap-20210326-0006/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210513-0002/" > https://security.netapp.com/advisory/ntap-20210513-0002/< / a > < br > < a href = "https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-openssl-2021-GHY28dJd" > https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-openssl-2021-GHY28dJd< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4891-1" > https://ubuntu.com/security/notices/USN-4891-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5038-1" > https://ubuntu.com/security/notices/USN-5038-1< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4875" > https://www.debian.org/security/2021/dsa-4875< / a > < br > < a href = "https://www.openssl.org/news/secadv/20210325.txt" > https://www.openssl.org/news/secadv/20210325.txt< / a > < br > < a href = "https://www.oracle.com//security-alerts/cpujul2021.html" > https://www.oracle.com//security-alerts/cpujul2021.html< / a > < br > < a href = "https://www.oracle.com/securi
| libssl1.1 | CVE-2021-4160 | MEDIUM | 1.1.1d-0+deb10u3 | 1.1.1d-0+deb10u8 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-4160" > https://access.redhat.com/security/cve/CVE-2021-4160< / a > < br > < a href = "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=3bf7b73ea7123045b8f972badc67ed6878e6c37f" > https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=3bf7b73ea7123045b8f972badc67ed6878e6c37f< / a > < br > < a href = "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=6fc1aaaf303185aa5e483e06bdfae16daa9193a7" > https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=6fc1aaaf303185aa5e483e06bdfae16daa9193a7< / a > < br > < a href = "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=e9e726506cd2a3fd9c0f12daf8cc1fe934c7dddb" > https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=e9e726506cd2a3fd9c0f12daf8cc1fe934c7dddb< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-4160" > https://nvd.nist.gov/vuln/detail/CVE-2021-4160< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5103" > https://www.debian.org/security/2022/dsa-5103< / a > < br > < a href = "https://www.openssl.org/news/secadv/20220128.txt" > https://www.openssl.org/news/secadv/20220128.txt< / a > < br > < / details > |
| libssl1.1 | CVE-2007-6755 | LOW | 1.1.1d-0+deb10u3 | | < details > < summary > Expand...< / summary > < a href = "http://arstechnica.com/security/2013/09/stop-using-nsa-influence-code-in-our-product-rsa-tells-customers/" > http://arstechnica.com/security/2013/09/stop-using-nsa-influence-code-in-our-product-rsa-tells-customers/< / a > < br > < a href = "http://blog.cryptographyengineering.com/2013/09/rsa-warns-developers-against-its-own.html" > http://blog.cryptographyengineering.com/2013/09/rsa-warns-developers-against-its-own.html< / a > < br > < a href = "http://blog.cryptographyengineering.com/2013/09/the-many-flaws-of-dualecdrbg.html" > http://blog.cryptographyengineering.com/2013/09/the-many-flaws-of-dualecdrbg.html< / a > < br > < a href = "http://rump2007.cr.yp.to/15-shumow.pdf" > http://rump2007.cr.yp.to/15-shumow.pdf< / a > < br > < a href = "http://stream.wsj.com/story/latest-headlines/SS-2-63399/SS-2-332655/" > http://stream.wsj.com/story/latest-headlines/SS-2-63399/SS-2-332655/< / a > < br > < a href = "http://threatpost.com/in-wake-of-latest-crypto-revelations-everything-is-suspect" > http://threatpost.com/in-wake-of-latest-crypto-revelations-everything-is-suspect< / a > < br > < a href = "http://www.securityfocus.com/bid/63657" > http://www.securityfocus.com/bid/63657< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2007-6755" > https://access.redhat.com/security/cve/CVE-2007-6755< / a > < br > < a href = "https://www.schneier.com/blog/archives/2007/11/the_strange_sto.html" > https://www.schneier.com/blog/archives/2007/11/the_strange_sto.html< / a > < br > < / details > |
| libssl1.1 | CVE-2010-0928 | LOW | 1.1.1d-0+deb10u3 | | < details > < summary > Expand...< / summary > < a href = "http://rdist.root.org/2010/03/08/attacking-rsa-exponentiation-with-fault-injection/" > http://rdist.root.org/2010/03/08/attacking-rsa-exponentiation-with-fault-injection/< / a > < br > < a href = "http://www.eecs.umich.edu/%7Evaleria/research/publications/DATE10RSA.pdf" > http://www.eecs.umich.edu/%7Evaleria/research/publications/DATE10RSA.pdf< / a > < br > < a href = "http://www.networkworld.com/news/2010/030410-rsa-security-attack.html" > http://www.networkworld.com/news/2010/030410-rsa-security-attack.html< / a > < br > < a href = "http://www.osvdb.org/62808" > http://www.osvdb.org/62808< / a > < br > < a href = "http://www.theregister.co.uk/2010/03/04/severe_openssl_vulnerability/" > http://www.theregister.co.uk/2010/03/04/severe_openssl_vulnerability/< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2010-0928" > https://access.redhat.com/security/cve/CVE-2010-0928< / a > < br > < a href = "https://exchange.xforce.ibmcloud.com/vulnerabilities/56750" > https://exchange.xforce.ibmcloud.com/vulnerabilities/56750< / a > < br > < / details > |
| libstdc++6 | CVE-2018-12886 | HIGH | 8.3.0-6 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2018-12886" > https://access.redhat.com/security/cve/CVE-2018-12886< / a > < br > < a href = "https://gcc.gnu.org/viewcvs/gcc/trunk/gcc/config/arm/arm-protos.h?revision=266379&view=markup" > https://gcc.gnu.org/viewcvs/gcc/trunk/gcc/config/arm/arm-protos.h?revision=266379& view=markup< / a > < br > < a href = "https://www.gnu.org/software/gcc/gcc-8/changes.html" > https://www.gnu.org/software/gcc/gcc-8/changes.html< / a > < br > < / details > |
| libstdc++6 | CVE-2019-15847 | HIGH | 8.3.0-6 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2019-10/msg00056.html" > http://lists.opensuse.org/opensuse-security-announce/2019-10/msg00056.html< / a > < br > < a href = "http://lists.opensuse.org/opensuse-security-announce/2019-10/msg00057.html" > http://lists.opensuse.org/opensuse-security-announce/2019-10/msg00057.html< / a > < br > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-05/msg00058.html" > http://lists.opensuse.org/opensuse-security-announce/2020-05/msg00058.html< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2019-15847" > https://access.redhat.com/security/cve/CVE-2019-15847< / a > < br > < a href = "https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91481" > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91481< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2019-15847.html" > https://linux.oracle.com/cve/CVE-2019-15847.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-1864.html" > https://linux.oracle.com/errata/ELSA-2020-1864.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2019-15847" > https://nvd.nist.gov/vuln/detail/CVE-2019-15847< / a > < br > < / details > |
| libsystemd0 | CVE-2019-3843 | HIGH | 241-7~deb10u4 | | < details > < summary > Expand...< / summary > < a href = "http://www.securityfocus.com/bid/108116" > http://www.securityfocus.com/bid/108116< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2019-3843" > https://access.redhat.com/security/cve/CVE-2019-3843< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3843" > https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3843< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-3843" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-3843< / a > < br > < a href = "https://github.com/systemd/systemd-stable/pull/54 (backport for v241-stable)" > https://github.com/systemd/systemd-stable/pull/54 (backport for v241-stable)< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2019-3843.html" > https://linux.oracle.com/cve/CVE-2019-3843.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-1794.html" > https://linux.oracle.com/errata/ELSA-2020-1794.html< / a > < br > < a href = "https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/5JXQAKSTMABZ46EVCRMW62DHWYHTTFES/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/5JXQAKSTMABZ46EVCRMW62DHWYHTTFES/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2019-3843" > https://nvd.nist.gov/vuln/detail/CVE-2019-3843< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20190619-0002/" > https://security.netapp.com/advisory/ntap-20190619-0002/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4269-1" > https://ubuntu.com/security/notices/USN-4269-1< / a > < br > < a href = "https://usn.ubuntu.com/4269-1/" > https://usn.ubuntu.com/4269-1/< / a > < br > < / details > |
| libsystemd0 | CVE-2019-3844 | HIGH | 241-7~deb10u4 | | < details > < summary > Expand...< / summary > < a href = "http://www.securityfocus.com/bid/108096" > http://www.securityfocus.com/bid/108096< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2019-3844" > https://access.redhat.com/security/cve/CVE-2019-3844< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3844" > https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3844< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-3844" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-3844< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2019-3844.html" > https://linux.oracle.com/cve/CVE-2019-3844.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-1794.html" > https://linux.oracle.com/errata/ELSA-2020-1794.html< / a > < br > < a href = "https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2019-3844" > https://nvd.nist.gov/vuln/detail/CVE-2019-3844< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20190619-0002/" > https://security.netapp.com/advisory/ntap-20190619-0002/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4269-1" > https://ubuntu.com/security/notices/USN-4269-1< / a > < br > < a href = "https://usn.ubuntu.com/4269-1/" > https://usn.ubuntu.com/4269-1/< / a > < br > < / details > |
| libsystemd0 | CVE-2021-33910 | MEDIUM | 241-7~deb10u4 | 241-7~deb10u8 | < details > < summary > Expand...< / summary > < a href = "http://packetstormsecurity.com/files/163621/Sequoia-A-Deep-Root-In-Linuxs-Filesystem-Layer.html" > http://packetstormsecurity.com/files/163621/Sequoia-A-Deep-Root-In-Linuxs-Filesystem-Layer.html< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2021/08/04/2" > http://www.openwall.com/lists/oss-security/2021/08/04/2< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2021/08/17/3" > http://www.openwall.com/lists/oss-security/2021/08/17/3< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2021/09/07/3" > http://www.openwall.com/lists/oss-security/2021/09/07/3< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2021-33910" > https://access.redhat.com/security/cve/CVE-2021-33910< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33910" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33910< / a > < br > < a href = "https://github.com/systemd/systemd-stable/commit/4a1c5f34bd3e1daed4490e9d97918e504d19733b" > https://github.com/systemd/systemd-stable/commit/4a1c5f34bd3e1daed4490e9d97918e504d19733b< / a > < br > < a href = "https://github.com/systemd/systemd-stable/commit/764b74113e36ac5219a4b82a05f311b5a92136ce" > https://github.com/systemd/systemd-stable/commit/764b74113e36ac5219a4b82a05f311b5a92136ce< / a > < br > < a href = "https://github.com/systemd/systemd-stable/commit/b00674347337b7531c92fdb65590ab253bb57538" > https://github.com/systemd/systemd-stable/commit/b00674347337b7531c92fdb65590ab253bb57538< / a > < br > < a href = "https://github.com/systemd/systemd-stable/commit/cfd14c65374027b34dbbc4f0551456c5dc2d1f61" > https://github.com/systemd/systemd-stable/commit/cfd14c65374027b34dbbc4f0551456c5dc2d1f61< / a > < br > < a href = "https://github.com/systemd/systemd/commit/b34a4f0e6729de292cb3b0c03c1d48f246ad896b" > https://github.com/systemd/systemd/commit/b34a4f0e6729de292cb3b0c03c1d48f246ad896b< / a > < br > < a href = "https://github.com/systemd/systemd/pull/20256/commits/441e0115646d54f080e5c3bb0ba477c892861ab9" > https://github.com/systemd/systemd/pull/20256/commits/441e0115646d54f080e5c3bb0ba477c892861ab9< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-33910.html" > https://linux.oracle.com/cve/CVE-2021-33910.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-2717.html" > https://linux.oracle.com/errata/ELSA-2021-2717.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/2LSDMHAKI4LGFOCSPXNVVSEWQFAVFWR7/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/2LSDMHAKI4LGFOCSPXNVVSEWQFAVFWR7/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/42TMJVNYRY65B4QCJICBYOEIVZV3KUYI/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/42TMJVNYRY65B4QCJICBYOEIVZV3KUYI/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-33910" > https://nvd.nist.gov/vuln/detail/CVE-2021-33910< / a > < br > < a href = "https://security.gentoo.org/glsa/202107-48" > https://security.gentoo.org/glsa/202107-48< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211104-0008/" > https://security.netapp.com/advisory/ntap-20211104-0008/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5013-1" > https://ubuntu.com/security/notices/USN-5013-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5013-2" > https://ubuntu.com/security/notices/USN-5013-2< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4942" > https://www.debian.org/security/2021/dsa-4942< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2021/07/20/2" > https://www.openwall.com/lists/oss-security/2021/07/20/2< / a > < br > < a href = "https://www.qualys.com/2021/07/20/cve-2021-33910/denial-of-service-systemd.txt" > https://www.qualys.com/2021/07/20/cve-2021-33910/denial-of-service-systemd.txt< / a > < br > < / details > |
| libsystemd0 | CVE-2021-3997 | MEDIUM | 241-7~deb10u4 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-3997" > https://access.redhat.com/security/cve/CVE-2021-3997< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3997" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3997< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5226-1" > https://ubuntu.com/security/notices/USN-5226-1< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2022/01/10/2" > https://www.openwall.com/lists/oss-security/2022/01/10/2< / a > < br > < / details > |
| libsystemd0 | CVE-2013-4392 | LOW | 241-7~deb10u4 | | < details > < summary > Expand...< / summary > < a href = "http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725357" > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725357< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2013/10/01/9" > http://www.openwall.com/lists/oss-security/2013/10/01/9< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2013-4392" > https://access.redhat.com/security/cve/CVE-2013-4392< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=859060" > https://bugzilla.redhat.com/show_bug.cgi?id=859060< / a > < br > < / details > |
| libsystemd0 | CVE-2019-20386 | LOW | 241-7~deb10u4 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-02/msg00014.html" > http://lists.opensuse.org/opensuse-security-announce/2020-02/msg00014.html< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2019-20386" > https://access.redhat.com/security/cve/CVE-2019-20386< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-20386" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-20386< / a > < br > < a href = "https://github.com/systemd/systemd/commit/b2774a3ae692113e1f47a336a6c09bac9cfb49ad" > https://github.com/systemd/systemd/commit/b2774a3ae692113e1f47a336a6c09bac9cfb49ad< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2019-20386.html" > https://linux.oracle.com/cve/CVE-2019-20386.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4553.html" > https://linux.oracle.com/errata/ELSA-2020-4553.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/HZPCOMW5X6IZZXASCDD2CNW2DLF3YADC/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/HZPCOMW5X6IZZXASCDD2CNW2DLF3YADC/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2019-20386" > https://nvd.nist.gov/vuln/detail/CVE-2019-20386< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20200210-0002/" > https://security.netapp.com/advisory/ntap-20200210-0002/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4269-1" > https://ubuntu.com/security/notices/USN-4269-1< / a > < br > < a href = "https://usn.ubuntu.com/4269-1/" > https://usn.ubuntu.com/4269-1/< / a > < br > < / details > |
| libsystemd0 | CVE-2020-13529 | LOW | 241-7~deb10u4 | | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2021/08/04/2" > http://www.openwall.com/lists/oss-security/2021/08/04/2< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2021/08/17/3" > http://www.openwall.com/lists/oss-security/2021/08/17/3< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2021/09/07/3" > http://www.openwall.com/lists/oss-security/2021/09/07/3< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2020-13529" > https://access.redhat.com/security/cve/CVE-2020-13529< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13529" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13529< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-13529.html" > https://linux.oracle.com/cve/CVE-2020-13529.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-4361.html" > https://linux.oracle.com/errata/ELSA-2021-4361.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/42TMJVNYRY65B4QCJICBYOEIVZV3KUYI/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/42TMJVNYRY65B4QCJICBYOEIVZV3KUYI/< / a > < br > < a href = "https://security.gentoo.org/glsa/202107-48" > https://security.gentoo.org/glsa/202107-48< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210625-0005/" > https://security.netapp.com/advisory/ntap-20210625-0005/< / a > < br > < a href = "https://talosintelligence.com/vulnerability_reports/TALOS-2020-1142" > https://talosintelligence.com/vulnerability_reports/TALOS-2020-1142< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5013-1" > https://ubuntu.com/security/notices/USN-5013-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5013-2" > https://ubuntu.com/security/notices/USN-5013-2< / a > < br > < / details > |
| libsystemd0 | CVE-2020-13776 | LOW | 241-7~deb10u4 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2020-13776" > https://access.redhat.com/security/cve/CVE-2020-13776< / a > < br > < a href = "https://github.com/systemd/systemd/issues/15985" > https://github.com/systemd/systemd/issues/15985< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-13776.html" > https://linux.oracle.com/cve/CVE-2020-13776.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-1611.html" > https://linux.oracle.com/errata/ELSA-2021-1611.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/IYGLFEKG45EYBJ7TPQMLWROWPTZBEU63/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/IYGLFEKG45EYBJ7TPQMLWROWPTZBEU63/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-13776" > https://nvd.nist.gov/vuln/detail/CVE-2020-13776< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20200611-0003/" > https://security.netapp.com/advisory/ntap-20200611-0003/< / a > < br > < / details > |
| libtasn1-6 | CVE-2018-1000654 | LOW | 4.13-3 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00009.html" > http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00009.html< / a > < br > < a href = "http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00018.html" > http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00018.html< / a > < br > < a href = "http://www.securityfocus.com/bid/105151" > http://www.securityfocus.com/bid/105151< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2018-1000654" > https://access.redhat.com/security/cve/CVE-2018-1000654< / a > < br > < a href = "https://gitlab.com/gnutls/libtasn1/issues/4" > https://gitlab.com/gnutls/libtasn1/issues/4< / 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 > < / details > |
| libtinfo6 | CVE-2021-39537 | LOW | 6.1+20181013-2+deb10u2 | | < details > < summary > Expand...< / summary > < a href = "http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/ncurses/patches/patch-ncurses_tinfo_captoinfo.c?rev=1.1&content-type=text/x-cvsweb-markup" > http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/ncurses/patches/patch-ncurses_tinfo_captoinfo.c?rev=1.1& content-type=text/x-cvsweb-markup< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2021-39537" > https://access.redhat.com/security/cve/CVE-2021-39537< / a > < br > < a href = "https://lists.gnu.org/archive/html/bug-ncurses/2020-08/msg00006.html" > https://lists.gnu.org/archive/html/bug-ncurses/2020-08/msg00006.html< / a > < br > < a href = "https://lists.gnu.org/archive/html/bug-ncurses/2021-10/msg00023.html" > https://lists.gnu.org/archive/html/bug-ncurses/2021-10/msg00023.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-39537" > https://nvd.nist.gov/vuln/detail/CVE-2021-39537< / a > < br > < / details > |
| libudev1 | CVE-2019-3843 | HIGH | 241-7~deb10u4 | | < details > < summary > Expand...< / summary > < a href = "http://www.securityfocus.com/bid/108116" > http://www.securityfocus.com/bid/108116< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2019-3843" > https://access.redhat.com/security/cve/CVE-2019-3843< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3843" > https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3843< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-3843" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-3843< / a > < br > < a href = "https://github.com/systemd/systemd-stable/pull/54 (backport for v241-stable)" > https://github.com/systemd/systemd-stable/pull/54 (backport for v241-stable)< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2019-3843.html" > https://linux.oracle.com/cve/CVE-2019-3843.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-1794.html" > https://linux.oracle.com/errata/ELSA-2020-1794.html< / a > < br > < a href = "https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/5JXQAKSTMABZ46EVCRMW62DHWYHTTFES/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/5JXQAKSTMABZ46EVCRMW62DHWYHTTFES/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2019-3843" > https://nvd.nist.gov/vuln/detail/CVE-2019-3843< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20190619-0002/" > https://security.netapp.com/advisory/ntap-20190619-0002/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4269-1" > https://ubuntu.com/security/notices/USN-4269-1< / a > < br > < a href = "https://usn.ubuntu.com/4269-1/" > https://usn.ubuntu.com/4269-1/< / a > < br > < / details > |
| libudev1 | CVE-2019-3844 | HIGH | 241-7~deb10u4 | | < details > < summary > Expand...< / summary > < a href = "http://www.securityfocus.com/bid/108096" > http://www.securityfocus.com/bid/108096< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2019-3844" > https://access.redhat.com/security/cve/CVE-2019-3844< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3844" > https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3844< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-3844" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-3844< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2019-3844.html" > https://linux.oracle.com/cve/CVE-2019-3844.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-1794.html" > https://linux.oracle.com/errata/ELSA-2020-1794.html< / a > < br > < a href = "https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2019-3844" > https://nvd.nist.gov/vuln/detail/CVE-2019-3844< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20190619-0002/" > https://security.netapp.com/advisory/ntap-20190619-0002/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4269-1" > https://ubuntu.com/security/notices/USN-4269-1< / a > < br > < a href = "https://usn.ubuntu.com/4269-1/" > https://usn.ubuntu.com/4269-1/< / a > < br > < / details > |
| libudev1 | CVE-2021-33910 | MEDIUM | 241-7~deb10u4 | 241-7~deb10u8 | < details > < summary > Expand...< / summary > < a href = "http://packetstormsecurity.com/files/163621/Sequoia-A-Deep-Root-In-Linuxs-Filesystem-Layer.html" > http://packetstormsecurity.com/files/163621/Sequoia-A-Deep-Root-In-Linuxs-Filesystem-Layer.html< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2021/08/04/2" > http://www.openwall.com/lists/oss-security/2021/08/04/2< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2021/08/17/3" > http://www.openwall.com/lists/oss-security/2021/08/17/3< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2021/09/07/3" > http://www.openwall.com/lists/oss-security/2021/09/07/3< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2021-33910" > https://access.redhat.com/security/cve/CVE-2021-33910< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33910" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33910< / a > < br > < a href = "https://github.com/systemd/systemd-stable/commit/4a1c5f34bd3e1daed4490e9d97918e504d19733b" > https://github.com/systemd/systemd-stable/commit/4a1c5f34bd3e1daed4490e9d97918e504d19733b< / a > < br > < a href = "https://github.com/systemd/systemd-stable/commit/764b74113e36ac5219a4b82a05f311b5a92136ce" > https://github.com/systemd/systemd-stable/commit/764b74113e36ac5219a4b82a05f311b5a92136ce< / a > < br > < a href = "https://github.com/systemd/systemd-stable/commit/b00674347337b7531c92fdb65590ab253bb57538" > https://github.com/systemd/systemd-stable/commit/b00674347337b7531c92fdb65590ab253bb57538< / a > < br > < a href = "https://github.com/systemd/systemd-stable/commit/cfd14c65374027b34dbbc4f0551456c5dc2d1f61" > https://github.com/systemd/systemd-stable/commit/cfd14c65374027b34dbbc4f0551456c5dc2d1f61< / a > < br > < a href = "https://github.com/systemd/systemd/commit/b34a4f0e6729de292cb3b0c03c1d48f246ad896b" > https://github.com/systemd/systemd/commit/b34a4f0e6729de292cb3b0c03c1d48f246ad896b< / a > < br > < a href = "https://github.com/systemd/systemd/pull/20256/commits/441e0115646d54f080e5c3bb0ba477c892861ab9" > https://github.com/systemd/systemd/pull/20256/commits/441e0115646d54f080e5c3bb0ba477c892861ab9< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-33910.html" > https://linux.oracle.com/cve/CVE-2021-33910.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-2717.html" > https://linux.oracle.com/errata/ELSA-2021-2717.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/2LSDMHAKI4LGFOCSPXNVVSEWQFAVFWR7/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/2LSDMHAKI4LGFOCSPXNVVSEWQFAVFWR7/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/42TMJVNYRY65B4QCJICBYOEIVZV3KUYI/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/42TMJVNYRY65B4QCJICBYOEIVZV3KUYI/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-33910" > https://nvd.nist.gov/vuln/detail/CVE-2021-33910< / a > < br > < a href = "https://security.gentoo.org/glsa/202107-48" > https://security.gentoo.org/glsa/202107-48< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211104-0008/" > https://security.netapp.com/advisory/ntap-20211104-0008/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5013-1" > https://ubuntu.com/security/notices/USN-5013-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5013-2" > https://ubuntu.com/security/notices/USN-5013-2< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4942" > https://www.debian.org/security/2021/dsa-4942< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2021/07/20/2" > https://www.openwall.com/lists/oss-security/2021/07/20/2< / a > < br > < a href = "https://www.qualys.com/2021/07/20/cve-2021-33910/denial-of-service-systemd.txt" > https://www.qualys.com/2021/07/20/cve-2021-33910/denial-of-service-systemd.txt< / a > < br > < / details > |
| libudev1 | CVE-2021-3997 | MEDIUM | 241-7~deb10u4 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-3997" > https://access.redhat.com/security/cve/CVE-2021-3997< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3997" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3997< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5226-1" > https://ubuntu.com/security/notices/USN-5226-1< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2022/01/10/2" > https://www.openwall.com/lists/oss-security/2022/01/10/2< / a > < br > < / details > |
| libudev1 | CVE-2013-4392 | LOW | 241-7~deb10u4 | | < details > < summary > Expand...< / summary > < a href = "http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725357" > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725357< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2013/10/01/9" > http://www.openwall.com/lists/oss-security/2013/10/01/9< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2013-4392" > https://access.redhat.com/security/cve/CVE-2013-4392< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=859060" > https://bugzilla.redhat.com/show_bug.cgi?id=859060< / a > < br > < / details > |
| libudev1 | CVE-2019-20386 | LOW | 241-7~deb10u4 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-02/msg00014.html" > http://lists.opensuse.org/opensuse-security-announce/2020-02/msg00014.html< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2019-20386" > https://access.redhat.com/security/cve/CVE-2019-20386< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-20386" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-20386< / a > < br > < a href = "https://github.com/systemd/systemd/commit/b2774a3ae692113e1f47a336a6c09bac9cfb49ad" > https://github.com/systemd/systemd/commit/b2774a3ae692113e1f47a336a6c09bac9cfb49ad< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2019-20386.html" > https://linux.oracle.com/cve/CVE-2019-20386.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4553.html" > https://linux.oracle.com/errata/ELSA-2020-4553.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/HZPCOMW5X6IZZXASCDD2CNW2DLF3YADC/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/HZPCOMW5X6IZZXASCDD2CNW2DLF3YADC/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2019-20386" > https://nvd.nist.gov/vuln/detail/CVE-2019-20386< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20200210-0002/" > https://security.netapp.com/advisory/ntap-20200210-0002/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4269-1" > https://ubuntu.com/security/notices/USN-4269-1< / a > < br > < a href = "https://usn.ubuntu.com/4269-1/" > https://usn.ubuntu.com/4269-1/< / a > < br > < / details > |
| libudev1 | CVE-2020-13529 | LOW | 241-7~deb10u4 | | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2021/08/04/2" > http://www.openwall.com/lists/oss-security/2021/08/04/2< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2021/08/17/3" > http://www.openwall.com/lists/oss-security/2021/08/17/3< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2021/09/07/3" > http://www.openwall.com/lists/oss-security/2021/09/07/3< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2020-13529" > https://access.redhat.com/security/cve/CVE-2020-13529< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13529" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13529< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-13529.html" > https://linux.oracle.com/cve/CVE-2020-13529.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-4361.html" > https://linux.oracle.com/errata/ELSA-2021-4361.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/42TMJVNYRY65B4QCJICBYOEIVZV3KUYI/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/42TMJVNYRY65B4QCJICBYOEIVZV3KUYI/< / a > < br > < a href = "https://security.gentoo.org/glsa/202107-48" > https://security.gentoo.org/glsa/202107-48< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210625-0005/" > https://security.netapp.com/advisory/ntap-20210625-0005/< / a > < br > < a href = "https://talosintelligence.com/vulnerability_reports/TALOS-2020-1142" > https://talosintelligence.com/vulnerability_reports/TALOS-2020-1142< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5013-1" > https://ubuntu.com/security/notices/USN-5013-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5013-2" > https://ubuntu.com/security/notices/USN-5013-2< / a > < br > < / details > |
| libudev1 | CVE-2020-13776 | LOW | 241-7~deb10u4 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2020-13776" > https://access.redhat.com/security/cve/CVE-2020-13776< / a > < br > < a href = "https://github.com/systemd/systemd/issues/15985" > https://github.com/systemd/systemd/issues/15985< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-13776.html" > https://linux.oracle.com/cve/CVE-2020-13776.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-1611.html" > https://linux.oracle.com/errata/ELSA-2021-1611.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/IYGLFEKG45EYBJ7TPQMLWROWPTZBEU63/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/IYGLFEKG45EYBJ7TPQMLWROWPTZBEU63/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-13776" > https://nvd.nist.gov/vuln/detail/CVE-2020-13776< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20200611-0003/" > https://security.netapp.com/advisory/ntap-20200611-0003/< / a > < br > < / details > |
| libuuid1 | CVE-2021-37600 | LOW | 2.33.1-0.1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-37600" > https://access.redhat.com/security/cve/CVE-2021-37600< / a > < br > < a href = "https://github.com/karelzak/util-linux/commit/1c9143d0c1f979c3daf10e1c37b5b1e916c22a1c" > https://github.com/karelzak/util-linux/commit/1c9143d0c1f979c3daf10e1c37b5b1e916c22a1c< / a > < br > < a href = "https://github.com/karelzak/util-linux/issues/1395" > https://github.com/karelzak/util-linux/issues/1395< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-37600" > https://nvd.nist.gov/vuln/detail/CVE-2021-37600< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210902-0002/" > https://security.netapp.com/advisory/ntap-20210902-0002/< / a > < br > < / details > |
| libuuid1 | CVE-2022-0563 | LOW | 2.33.1-0.1 | | < 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 > |
| libzstd1 | CVE-2021-24031 | MEDIUM | 1.3.8+dfsg-3 | 1.3.8+dfsg-3+deb10u1 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-24031" > https://access.redhat.com/security/cve/CVE-2021-24031< / a > < br > < a href = "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=981404" > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=981404< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-24031" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-24031< / a > < br > < a href = "https://github.com/facebook/zstd/issues/1630" > https://github.com/facebook/zstd/issues/1630< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4760-1" > https://ubuntu.com/security/notices/USN-4760-1< / a > < br > < a href = "https://www.facebook.com/security/advisories/cve-2021-24031" > https://www.facebook.com/security/advisories/cve-2021-24031< / a > < br > < / details > |
| libzstd1 | CVE-2021-24032 | MEDIUM | 1.3.8+dfsg-3 | 1.3.8+dfsg-3+deb10u2 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-24032" > https://access.redhat.com/security/cve/CVE-2021-24032< / a > < br > < a href = "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=982519" > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=982519< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-24032" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-24032< / a > < br > < a href = "https://github.com/facebook/zstd/issues/2491" > https://github.com/facebook/zstd/issues/2491< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-24032" > https://nvd.nist.gov/vuln/detail/CVE-2021-24032< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4760-1" > https://ubuntu.com/security/notices/USN-4760-1< / a > < br > < a href = "https://www.facebook.com/security/advisories/cve-2021-24032" > https://www.facebook.com/security/advisories/cve-2021-24032< / a > < br > < / details > |
| locales | CVE-2021-33574 | CRITICAL | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-33574" > https://access.redhat.com/security/cve/CVE-2021-33574< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-33574.html" > https://linux.oracle.com/cve/CVE-2021-33574.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-9560.html" > https://linux.oracle.com/errata/ELSA-2021-9560.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KJYYIMDDYOHTP2PORLABTOHYQYYREZDD/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KJYYIMDDYOHTP2PORLABTOHYQYYREZDD/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RBUUWUGXVILQXVWEOU7N42ICHPJNAEUP/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RBUUWUGXVILQXVWEOU7N42ICHPJNAEUP/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-33574" > https://nvd.nist.gov/vuln/detail/CVE-2021-33574< / a > < br > < a href = "https://security.gentoo.org/glsa/202107-07" > https://security.gentoo.org/glsa/202107-07< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210629-0005/" > https://security.netapp.com/advisory/ntap-20210629-0005/< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=27896" > https://sourceware.org/bugzilla/show_bug.cgi?id=27896< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=27896#c1" > https://sourceware.org/bugzilla/show_bug.cgi?id=27896#c1< / a > < br > < / details > |
| locales | CVE-2021-35942 | CRITICAL | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-35942.json" > https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-35942.json< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2021-35942" > https://access.redhat.com/security/cve/CVE-2021-35942< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-35942" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-35942< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-35942.html" > https://linux.oracle.com/cve/CVE-2021-35942.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-9560.html" > https://linux.oracle.com/errata/ELSA-2021-9560.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-35942" > https://nvd.nist.gov/vuln/detail/CVE-2021-35942< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210827-0005/" > https://security.netapp.com/advisory/ntap-20210827-0005/< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=28011" > https://sourceware.org/bugzilla/show_bug.cgi?id=28011< / a > < br > < a href = "https://sourceware.org/git/?p=glibc.git;a=commit;h=5adda61f62b77384718b4c0d8336ade8f2b4b35c" > https://sourceware.org/git/?p=glibc.git;a=commit;h=5adda61f62b77384718b4c0d8336ade8f2b4b35c< / a > < br > < a href = "https://sourceware.org/glibc/wiki/Security%20Exceptions" > https://sourceware.org/glibc/wiki/Security%20Exceptions< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5310-1" > https://ubuntu.com/security/notices/USN-5310-1< / a > < br > < / details > |
| locales | CVE-2022-23218 | CRITICAL | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-23218" > https://access.redhat.com/security/cve/CVE-2022-23218< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23218" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23218< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2022-23218.html" > https://linux.oracle.com/cve/CVE-2022-23218.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-9234.html" > https://linux.oracle.com/errata/ELSA-2022-9234.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-23218" > https://nvd.nist.gov/vuln/detail/CVE-2022-23218< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=28768" > https://sourceware.org/bugzilla/show_bug.cgi?id=28768< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5310-1" > https://ubuntu.com/security/notices/USN-5310-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5310-2" > https://ubuntu.com/security/notices/USN-5310-2< / a > < br > < / details > |
| locales | CVE-2022-23219 | CRITICAL | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-23219" > https://access.redhat.com/security/cve/CVE-2022-23219< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23219" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23219< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2022-23219.html" > https://linux.oracle.com/cve/CVE-2022-23219.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-9234.html" > https://linux.oracle.com/errata/ELSA-2022-9234.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-23219" > https://nvd.nist.gov/vuln/detail/CVE-2022-23219< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=22542" > https://sourceware.org/bugzilla/show_bug.cgi?id=22542< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5310-1" > https://ubuntu.com/security/notices/USN-5310-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5310-2" > https://ubuntu.com/security/notices/USN-5310-2< / a > < br > < / details > |
| locales | CVE-2020-1751 | HIGH | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2020-1751" > https://access.redhat.com/security/cve/CVE-2020-1751< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-1751" > https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-1751< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-1751" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-1751< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-1751.html" > https://linux.oracle.com/cve/CVE-2020-1751.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4444.html" > https://linux.oracle.com/errata/ELSA-2020-4444.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-1751" > https://nvd.nist.gov/vuln/detail/CVE-2020-1751< / a > < br > < a href = "https://security.gentoo.org/glsa/202006-04" > https://security.gentoo.org/glsa/202006-04< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20200430-0002/" > https://security.netapp.com/advisory/ntap-20200430-0002/< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=25423" > https://sourceware.org/bugzilla/show_bug.cgi?id=25423< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4416-1" > https://ubuntu.com/security/notices/USN-4416-1< / a > < br > < a href = "https://usn.ubuntu.com/4416-1/" > https://usn.ubuntu.com/4416-1/< / a > < br > < / details > |
| locales | CVE-2020-1752 | HIGH | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2020-1752" > https://access.redhat.com/security/cve/CVE-2020-1752< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-1752" > https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-1752< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-1752" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-1752< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-1752.html" > https://linux.oracle.com/cve/CVE-2020-1752.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4444.html" > https://linux.oracle.com/errata/ELSA-2020-4444.html< / a > < br > < a href = "https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-1752" > https://nvd.nist.gov/vuln/detail/CVE-2020-1752< / a > < br > < a href = "https://security.gentoo.org/glsa/202101-20" > https://security.gentoo.org/glsa/202101-20< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20200511-0005/" > https://security.netapp.com/advisory/ntap-20200511-0005/< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=25414" > https://sourceware.org/bugzilla/show_bug.cgi?id=25414< / a > < br > < a href = "https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=ddc650e9b3dc916eab417ce9f79e67337b05035c" > https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=ddc650e9b3dc916eab417ce9f79e67337b05035c< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4416-1" > https://ubuntu.com/security/notices/USN-4416-1< / a > < br > < a href = "https://usn.ubuntu.com/4416-1/" > https://usn.ubuntu.com/4416-1/< / a > < br > < / details > |
| locales | CVE-2021-3326 | HIGH | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2021/01/28/2" > http://www.openwall.com/lists/oss-security/2021/01/28/2< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2021-3326" > https://access.redhat.com/security/cve/CVE-2021-3326< / a > < br > < a href = "https://bugs.chromium.org/p/project-zero/issues/detail?id=2146" > https://bugs.chromium.org/p/project-zero/issues/detail?id=2146< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3326" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3326< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-3326.html" > https://linux.oracle.com/cve/CVE-2021-3326.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-9344.html" > https://linux.oracle.com/errata/ELSA-2021-9344.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-3326" > https://nvd.nist.gov/vuln/detail/CVE-2021-3326< / a > < br > < a href = "https://security.gentoo.org/glsa/202107-07" > https://security.gentoo.org/glsa/202107-07< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210304-0007/" > https://security.netapp.com/advisory/ntap-20210304-0007/< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=27256" > https://sourceware.org/bugzilla/show_bug.cgi?id=27256< / a > < br > < a href = "https://sourceware.org/git/?p=glibc.git;a=commit;h=7d88c6142c6efc160c0ee5e4f85cde382c072888" > https://sourceware.org/git/?p=glibc.git;a=commit;h=7d88c6142c6efc160c0ee5e4f85cde382c072888< / a > < br > < a href = "https://sourceware.org/pipermail/libc-alpha/2021-January/122058.html" > https://sourceware.org/pipermail/libc-alpha/2021-January/122058.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5310-1" > https://ubuntu.com/security/notices/USN-5310-1< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpujan2022.html" > https://www.oracle.com/security-alerts/cpujan2022.html< / a > < br > < / details > |
| locales | CVE-2021-3999 | HIGH | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-3999.json" > https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-3999.json< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2021-3999" > https://access.redhat.com/security/cve/CVE-2021-3999< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3999" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3999< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-3999.html" > https://linux.oracle.com/cve/CVE-2021-3999.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-9234.html" > https://linux.oracle.com/errata/ELSA-2022-9234.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5310-1" > https://ubuntu.com/security/notices/USN-5310-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5310-2" > https://ubuntu.com/security/notices/USN-5310-2< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2022/01/24/4" > https://www.openwall.com/lists/oss-security/2022/01/24/4< / a > < br > < / details > |
| locales | CVE-2019-25013 | MEDIUM | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2019-25013" > https://access.redhat.com/security/cve/CVE-2019-25013< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-25013" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-25013< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2019-25013.html" > https://linux.oracle.com/cve/CVE-2019-25013.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-9344.html" > https://linux.oracle.com/errata/ELSA-2021-9344.html< / a > < br > < a href = "https://lists.apache.org/thread.html/r32d767ac804e9b8aad4355bb85960a6a1385eab7afff549a5e98660f@%3Cjira.kafka.apache.org%3E" > https://lists.apache.org/thread.html/r32d767ac804e9b8aad4355bb85960a6a1385eab7afff549a5e98660f@%3Cjira.kafka.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/r448bb851cc8e6e3f93f3c28c70032b37062625d81214744474ac49e7@%3Cdev.kafka.apache.org%3E" > https://lists.apache.org/thread.html/r448bb851cc8e6e3f93f3c28c70032b37062625d81214744474ac49e7@%3Cdev.kafka.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/r4806a391091e082bdea17266452ca656ebc176e51bb3932733b3a0a2@%3Cjira.kafka.apache.org%3E" > https://lists.apache.org/thread.html/r4806a391091e082bdea17266452ca656ebc176e51bb3932733b3a0a2@%3Cjira.kafka.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/r499e4f96d0b5109ef083f2feccd33c51650c1b7d7068aa3bd47efca9@%3Cjira.kafka.apache.org%3E" > https://lists.apache.org/thread.html/r499e4f96d0b5109ef083f2feccd33c51650c1b7d7068aa3bd47efca9@%3Cjira.kafka.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/r5af4430421bb6f9973294691a7904bbd260937e9eef96b20556f43ff@%3Cjira.kafka.apache.org%3E" > https://lists.apache.org/thread.html/r5af4430421bb6f9973294691a7904bbd260937e9eef96b20556f43ff@%3Cjira.kafka.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/r750eee18542bc02bd8350861c424ee60a9b9b225568fa09436a37ece@%3Cissues.zookeeper.apache.org%3E" > https://lists.apache.org/thread.html/r750eee18542bc02bd8350861c424ee60a9b9b225568fa09436a37ece@%3Cissues.zookeeper.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/r7a2e94adfe0a2f0a1d42e4927e8c32ecac97d37db9cb68095fe9ddbc@%3Cdev.zookeeper.apache.org%3E" > https://lists.apache.org/thread.html/r7a2e94adfe0a2f0a1d42e4927e8c32ecac97d37db9cb68095fe9ddbc@%3Cdev.zookeeper.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rd2354f9ccce41e494fbadcbc5ad87218de6ec0fff8a7b54c8462226c@%3Cissues.zookeeper.apache.org%3E" > https://lists.apache.org/thread.html/rd2354f9ccce41e494fbadcbc5ad87218de6ec0fff8a7b54c8462226c@%3Cissues.zookeeper.apache.org%3E< / 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://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4Y6TX47P47KABSFOL26FLDNVCWXDKDEZ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4Y6TX47P47KABSFOL26FLDNVCWXDKDEZ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TVCUNLQ3HXGS4VPUQKWTJGRAW2KTFGXS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TVCUNLQ3HXGS4VPUQKWTJGRAW2KTFGXS/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2019-25013" > https://nvd.nist.gov/vuln/detail/CVE-2019-25013< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210205-0004/" > https://security.netapp.com/advisory/ntap-20210205-0004/< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=24973" > https://sourceware.org/bugzilla/show_bug.cgi?id=24973< / a > < br > < a href = "https://sourceware.org/git/?p=glibc.git;a=commit;h=ee7a3144c9922808181009b7b3e50e852fb4999b" > https://sourceware.org/git/?p=glibc.git;a=commit;h=ee7a3144c9922808181009b7b
| locales | CVE-2020-10029 | MEDIUM | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-03/msg00033.html" > http://lists.opensuse.org/opensuse-security-announce/2020-03/msg00033.html< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2020-10029" > https://access.redhat.com/security/cve/CVE-2020-10029< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-10029" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-10029< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-10029.html" > https://linux.oracle.com/cve/CVE-2020-10029.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-0348.html" > https://linux.oracle.com/errata/ELSA-2021-0348.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/23N76M3EDP2GIW4GOIQRYTKRE7PPBRB2/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/23N76M3EDP2GIW4GOIQRYTKRE7PPBRB2/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/JZTFUD5VH2GU3YOXA2KBQSBIDZRDWNZ3/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/JZTFUD5VH2GU3YOXA2KBQSBIDZRDWNZ3/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/VU5JJGENOK7K4X5RYAA5PL647C6HD22E/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/VU5JJGENOK7K4X5RYAA5PL647C6HD22E/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-10029" > https://nvd.nist.gov/vuln/detail/CVE-2020-10029< / a > < br > < a href = "https://security.gentoo.org/glsa/202006-04" > https://security.gentoo.org/glsa/202006-04< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20200327-0003/" > https://security.netapp.com/advisory/ntap-20200327-0003/< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=25487" > https://sourceware.org/bugzilla/show_bug.cgi?id=25487< / a > < br > < a href = "https://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commit;h=9333498794cde1d5cca518badf79533a24114b6f" > https://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commit;h=9333498794cde1d5cca518badf79533a24114b6f< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4416-1" > https://ubuntu.com/security/notices/USN-4416-1< / a > < br > < a href = "https://usn.ubuntu.com/4416-1/" > https://usn.ubuntu.com/4416-1/< / a > < br > < / details > |
| locales | CVE-2020-27618 | MEDIUM | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2020-27618" > https://access.redhat.com/security/cve/CVE-2020-27618< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-27618" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-27618< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-27618.html" > https://linux.oracle.com/cve/CVE-2020-27618.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-9344.html" > https://linux.oracle.com/errata/ELSA-2021-9344.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-27618" > https://nvd.nist.gov/vuln/detail/CVE-2020-27618< / a > < br > < a href = "https://security.gentoo.org/glsa/202107-07" > https://security.gentoo.org/glsa/202107-07< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210401-0006/" > https://security.netapp.com/advisory/ntap-20210401-0006/< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=19519#c21" > https://sourceware.org/bugzilla/show_bug.cgi?id=19519#c21< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=26224" > https://sourceware.org/bugzilla/show_bug.cgi?id=26224< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5310-1" > https://ubuntu.com/security/notices/USN-5310-1< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpujan2022.html" > https://www.oracle.com/security-alerts/cpujan2022.html< / a > < br > < / details > |
| locales | CVE-2010-4756 | LOW | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "http://cxib.net/stuff/glob-0day.c" > http://cxib.net/stuff/glob-0day.c< / a > < br > < a href = "http://securityreason.com/achievement_securityalert/89" > http://securityreason.com/achievement_securityalert/89< / a > < br > < a href = "http://securityreason.com/exploitalert/9223" > http://securityreason.com/exploitalert/9223< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2010-4756" > https://access.redhat.com/security/cve/CVE-2010-4756< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=681681" > https://bugzilla.redhat.com/show_bug.cgi?id=681681< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2010-4756" > https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2010-4756< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2010-4756" > https://nvd.nist.gov/vuln/detail/CVE-2010-4756< / a > < br > < / details > |
| locales | CVE-2016-10228 | LOW | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "http://openwall.com/lists/oss-security/2017/03/01/10" > http://openwall.com/lists/oss-security/2017/03/01/10< / a > < br > < a href = "http://www.securityfocus.com/bid/96525" > http://www.securityfocus.com/bid/96525< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2016-10228" > https://access.redhat.com/security/cve/CVE-2016-10228< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-10228" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-10228< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2016-10228.html" > https://linux.oracle.com/cve/CVE-2016-10228.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-9344.html" > https://linux.oracle.com/errata/ELSA-2021-9344.html< / 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://security.gentoo.org/glsa/202101-20" > https://security.gentoo.org/glsa/202101-20< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=19519" > https://sourceware.org/bugzilla/show_bug.cgi?id=19519< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=19519#c21" > https://sourceware.org/bugzilla/show_bug.cgi?id=19519#c21< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=26224" > https://sourceware.org/bugzilla/show_bug.cgi?id=26224< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5310-1" > https://ubuntu.com/security/notices/USN-5310-1< / a > < br > < / details > |
| locales | CVE-2018-20796 | LOW | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "http://www.securityfocus.com/bid/107160" > http://www.securityfocus.com/bid/107160< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2018-20796" > https://access.redhat.com/security/cve/CVE-2018-20796< / a > < br > < a href = "https://debbugs.gnu.org/cgi/bugreport.cgi?bug=34141" > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=34141< / a > < br > < a href = "https://lists.gnu.org/archive/html/bug-gnulib/2019-01/msg00108.html" > https://lists.gnu.org/archive/html/bug-gnulib/2019-01/msg00108.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2018-20796" > https://nvd.nist.gov/vuln/detail/CVE-2018-20796< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20190315-0002/" > https://security.netapp.com/advisory/ntap-20190315-0002/< / a > < br > < a href = "https://support.f5.com/csp/article/K26346590?utm_source=f5support&amp;utm_medium=RSS" > https://support.f5.com/csp/article/K26346590?utm_source=f5support& amp;utm_medium=RSS< / a > < br > < / details > |
| locales | CVE-2019-1010022 | LOW | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2019-1010022" > https://access.redhat.com/security/cve/CVE-2019-1010022< / a > < br > < a href = "https://security-tracker.debian.org/tracker/CVE-2019-1010022" > https://security-tracker.debian.org/tracker/CVE-2019-1010022< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=22850" > https://sourceware.org/bugzilla/show_bug.cgi?id=22850< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=22850#c3" > https://sourceware.org/bugzilla/show_bug.cgi?id=22850#c3< / a > < br > < a href = "https://ubuntu.com/security/CVE-2019-1010022" > https://ubuntu.com/security/CVE-2019-1010022< / a > < br > < / details > |
| locales | CVE-2019-1010023 | LOW | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "http://www.securityfocus.com/bid/109167" > http://www.securityfocus.com/bid/109167< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2019-1010023" > https://access.redhat.com/security/cve/CVE-2019-1010023< / a > < br > < a href = "https://security-tracker.debian.org/tracker/CVE-2019-1010023" > https://security-tracker.debian.org/tracker/CVE-2019-1010023< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=22851" > https://sourceware.org/bugzilla/show_bug.cgi?id=22851< / a > < br > < a href = "https://support.f5.com/csp/article/K11932200?utm_source=f5support&amp;utm_medium=RSS" > https://support.f5.com/csp/article/K11932200?utm_source=f5support& amp;utm_medium=RSS< / a > < br > < a href = "https://ubuntu.com/security/CVE-2019-1010023" > https://ubuntu.com/security/CVE-2019-1010023< / a > < br > < / details > |
| locales | CVE-2019-1010024 | LOW | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "http://www.securityfocus.com/bid/109162" > http://www.securityfocus.com/bid/109162< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2019-1010024" > https://access.redhat.com/security/cve/CVE-2019-1010024< / a > < br > < a href = "https://security-tracker.debian.org/tracker/CVE-2019-1010024" > https://security-tracker.debian.org/tracker/CVE-2019-1010024< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=22852" > https://sourceware.org/bugzilla/show_bug.cgi?id=22852< / a > < br > < a href = "https://support.f5.com/csp/article/K06046097" > https://support.f5.com/csp/article/K06046097< / a > < br > < a href = "https://support.f5.com/csp/article/K06046097?utm_source=f5support&amp;utm_medium=RSS" > https://support.f5.com/csp/article/K06046097?utm_source=f5support& amp;utm_medium=RSS< / a > < br > < a href = "https://ubuntu.com/security/CVE-2019-1010024" > https://ubuntu.com/security/CVE-2019-1010024< / a > < br > < / details > |
| locales | CVE-2019-1010025 | LOW | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2019-1010025" > https://access.redhat.com/security/cve/CVE-2019-1010025< / a > < br > < a href = "https://security-tracker.debian.org/tracker/CVE-2019-1010025" > https://security-tracker.debian.org/tracker/CVE-2019-1010025< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=22853" > https://sourceware.org/bugzilla/show_bug.cgi?id=22853< / a > < br > < a href = "https://support.f5.com/csp/article/K06046097" > https://support.f5.com/csp/article/K06046097< / a > < br > < a href = "https://support.f5.com/csp/article/K06046097?utm_source=f5support&amp;utm_medium=RSS" > https://support.f5.com/csp/article/K06046097?utm_source=f5support& amp;utm_medium=RSS< / a > < br > < a href = "https://ubuntu.com/security/CVE-2019-1010025" > https://ubuntu.com/security/CVE-2019-1010025< / a > < br > < / details > |
| locales | CVE-2019-19126 | LOW | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2019-19126" > https://access.redhat.com/security/cve/CVE-2019-19126< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19126" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19126< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2019-19126.html" > https://linux.oracle.com/cve/CVE-2019-19126.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-3861.html" > https://linux.oracle.com/errata/ELSA-2020-3861.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4FQ5LC6JOYSOYFPRUZ4S45KL6IP3RPPZ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4FQ5LC6JOYSOYFPRUZ4S45KL6IP3RPPZ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZFJ5E7NWOL6ROE5QVICHKIOUGCPFJVUH/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZFJ5E7NWOL6ROE5QVICHKIOUGCPFJVUH/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2019-19126" > https://nvd.nist.gov/vuln/detail/CVE-2019-19126< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=25204" > https://sourceware.org/bugzilla/show_bug.cgi?id=25204< / a > < br > < a href = "https://sourceware.org/ml/libc-alpha/2019-11/msg00649.html" > https://sourceware.org/ml/libc-alpha/2019-11/msg00649.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4416-1" > https://ubuntu.com/security/notices/USN-4416-1< / a > < br > < a href = "https://usn.ubuntu.com/4416-1/" > https://usn.ubuntu.com/4416-1/< / a > < br > < / details > |
| locales | CVE-2019-9192 | LOW | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2019-9192" > https://access.redhat.com/security/cve/CVE-2019-9192< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2019-9192" > https://nvd.nist.gov/vuln/detail/CVE-2019-9192< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=24269" > https://sourceware.org/bugzilla/show_bug.cgi?id=24269< / a > < br > < a href = "https://support.f5.com/csp/article/K26346590?utm_source=f5support&amp;utm_medium=RSS" > https://support.f5.com/csp/article/K26346590?utm_source=f5support& amp;utm_medium=RSS< / a > < br > < / details > |
| locales | CVE-2020-6096 | LOW | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2020-6096" > https://access.redhat.com/security/cve/CVE-2020-6096< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-6096" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-6096< / 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://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/SPYXTDOOB4PQGTYAMZAZNJIB3FF6YQXI/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/SPYXTDOOB4PQGTYAMZAZNJIB3FF6YQXI/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/URXOIA2LDUKHQXK4BE55BQBRI6ZZG3Y6/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/URXOIA2LDUKHQXK4BE55BQBRI6ZZG3Y6/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-6096" > https://nvd.nist.gov/vuln/detail/CVE-2020-6096< / a > < br > < a href = "https://security.gentoo.org/glsa/202101-20" > https://security.gentoo.org/glsa/202101-20< / a > < br > < a href = "https://sourceware.org/bugzilla/attachment.cgi?id=12334" > https://sourceware.org/bugzilla/attachment.cgi?id=12334< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=25620" > https://sourceware.org/bugzilla/show_bug.cgi?id=25620< / a > < br > < a href = "https://talosintelligence.com/vulnerability_reports/TALOS-2020-1019" > https://talosintelligence.com/vulnerability_reports/TALOS-2020-1019< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4954-1" > https://ubuntu.com/security/notices/USN-4954-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5310-1" > https://ubuntu.com/security/notices/USN-5310-1< / a > < br > < a href = "https://www.talosintelligence.com/vulnerability_reports/TALOS-2020-1019" > https://www.talosintelligence.com/vulnerability_reports/TALOS-2020-1019< / a > < br > < / details > |
| locales | CVE-2021-27645 | LOW | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-27645" > https://access.redhat.com/security/cve/CVE-2021-27645< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-27645" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-27645< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-27645.html" > https://linux.oracle.com/cve/CVE-2021-27645.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-9560.html" > https://linux.oracle.com/errata/ELSA-2021-9560.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7LZNT6KTMCCWPWXEOGSHD3YLYZKUGMH5/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7LZNT6KTMCCWPWXEOGSHD3YLYZKUGMH5/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/I7TS26LIZSOBLGJEZMJX4PXT5BQDE2WS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/I7TS26LIZSOBLGJEZMJX4PXT5BQDE2WS/< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=27462" > https://sourceware.org/bugzilla/show_bug.cgi?id=27462< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5310-1" > https://ubuntu.com/security/notices/USN-5310-1< / a > < br > < / details > |
| login | CVE-2007-5686 | LOW | 1:4.5-1.1 | | < details > < summary > Expand...< / summary > < a href = "http://secunia.com/advisories/27215" > http://secunia.com/advisories/27215< / a > < br > < a href = "http://www.securityfocus.com/archive/1/482129/100/100/threaded" > http://www.securityfocus.com/archive/1/482129/100/100/threaded< / a > < br > < a href = "http://www.securityfocus.com/archive/1/482857/100/0/threaded" > http://www.securityfocus.com/archive/1/482857/100/0/threaded< / a > < br > < a href = "http://www.securityfocus.com/bid/26048" > http://www.securityfocus.com/bid/26048< / a > < br > < a href = "http://www.vupen.com/english/advisories/2007/3474" > http://www.vupen.com/english/advisories/2007/3474< / a > < br > < a href = "https://issues.rpath.com/browse/RPL-1825" > https://issues.rpath.com/browse/RPL-1825< / a > < br > < / details > |
| login | CVE-2013-4235 | LOW | 1:4.5-1.1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2013-4235" > https://access.redhat.com/security/cve/CVE-2013-4235< / a > < br > < a href = "https://access.redhat.com/security/cve/cve-2013-4235" > https://access.redhat.com/security/cve/cve-2013-4235< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2013-4235" > https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2013-4235< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4235" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4235< / 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://security-tracker.debian.org/tracker/CVE-2013-4235" > https://security-tracker.debian.org/tracker/CVE-2013-4235< / a > < br > < / details > |
| login | CVE-2018-7169 | LOW | 1:4.5-1.1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2018-7169" > https://access.redhat.com/security/cve/CVE-2018-7169< / a > < br > < a href = "https://bugs.launchpad.net/ubuntu/+source/shadow/+bug/1729357" > https://bugs.launchpad.net/ubuntu/+source/shadow/+bug/1729357< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-7169" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-7169< / a > < br > < a href = "https://github.com/shadow-maint/shadow/pull/97" > https://github.com/shadow-maint/shadow/pull/97< / a > < br > < a href = "https://security.gentoo.org/glsa/201805-09" > https://security.gentoo.org/glsa/201805-09< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5254-1" > https://ubuntu.com/security/notices/USN-5254-1< / a > < br > < / details > |
| login | CVE-2019-19882 | LOW | 1:4.5-1.1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2019-19882" > https://access.redhat.com/security/cve/CVE-2019-19882< / a > < br > < a href = "https://bugs.archlinux.org/task/64836" > https://bugs.archlinux.org/task/64836< / a > < br > < a href = "https://bugs.gentoo.org/702252" > https://bugs.gentoo.org/702252< / a > < br > < a href = "https://github.com/shadow-maint/shadow/commit/edf7547ad5aa650be868cf2dac58944773c12d75" > https://github.com/shadow-maint/shadow/commit/edf7547ad5aa650be868cf2dac58944773c12d75< / a > < br > < a href = "https://github.com/shadow-maint/shadow/pull/199" > https://github.com/shadow-maint/shadow/pull/199< / a > < br > < a href = "https://github.com/void-linux/void-packages/pull/17580" > https://github.com/void-linux/void-packages/pull/17580< / a > < br > < a href = "https://security.gentoo.org/glsa/202008-09" > https://security.gentoo.org/glsa/202008-09< / a > < br > < / details > |
| mount | CVE-2021-37600 | LOW | 2.33.1-0.1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-37600" > https://access.redhat.com/security/cve/CVE-2021-37600< / a > < br > < a href = "https://github.com/karelzak/util-linux/commit/1c9143d0c1f979c3daf10e1c37b5b1e916c22a1c" > https://github.com/karelzak/util-linux/commit/1c9143d0c1f979c3daf10e1c37b5b1e916c22a1c< / a > < br > < a href = "https://github.com/karelzak/util-linux/issues/1395" > https://github.com/karelzak/util-linux/issues/1395< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-37600" > https://nvd.nist.gov/vuln/detail/CVE-2021-37600< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210902-0002/" > https://security.netapp.com/advisory/ntap-20210902-0002/< / a > < br > < / details > |
| mount | CVE-2022-0563 | LOW | 2.33.1-0.1 | | < 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 > |
| ncurses-base | CVE-2021-39537 | LOW | 6.1+20181013-2+deb10u2 | | < details > < summary > Expand...< / summary > < a href = "http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/ncurses/patches/patch-ncurses_tinfo_captoinfo.c?rev=1.1&content-type=text/x-cvsweb-markup" > http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/ncurses/patches/patch-ncurses_tinfo_captoinfo.c?rev=1.1& content-type=text/x-cvsweb-markup< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2021-39537" > https://access.redhat.com/security/cve/CVE-2021-39537< / a > < br > < a href = "https://lists.gnu.org/archive/html/bug-ncurses/2020-08/msg00006.html" > https://lists.gnu.org/archive/html/bug-ncurses/2020-08/msg00006.html< / a > < br > < a href = "https://lists.gnu.org/archive/html/bug-ncurses/2021-10/msg00023.html" > https://lists.gnu.org/archive/html/bug-ncurses/2021-10/msg00023.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-39537" > https://nvd.nist.gov/vuln/detail/CVE-2021-39537< / a > < br > < / details > |
| ncurses-bin | CVE-2021-39537 | LOW | 6.1+20181013-2+deb10u2 | | < details > < summary > Expand...< / summary > < a href = "http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/ncurses/patches/patch-ncurses_tinfo_captoinfo.c?rev=1.1&content-type=text/x-cvsweb-markup" > http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/ncurses/patches/patch-ncurses_tinfo_captoinfo.c?rev=1.1& content-type=text/x-cvsweb-markup< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2021-39537" > https://access.redhat.com/security/cve/CVE-2021-39537< / a > < br > < a href = "https://lists.gnu.org/archive/html/bug-ncurses/2020-08/msg00006.html" > https://lists.gnu.org/archive/html/bug-ncurses/2020-08/msg00006.html< / a > < br > < a href = "https://lists.gnu.org/archive/html/bug-ncurses/2021-10/msg00023.html" > https://lists.gnu.org/archive/html/bug-ncurses/2021-10/msg00023.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-39537" > https://nvd.nist.gov/vuln/detail/CVE-2021-39537< / a > < br > < / details > |
| openssl | CVE-2021-3711 | CRITICAL | 1.1.1d-0+deb10u3 | 1.1.1d-0+deb10u7 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2021/08/26/2" > http://www.openwall.com/lists/oss-security/2021/08/26/2< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2021-3711" > https://access.redhat.com/security/cve/CVE-2021-3711< / 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://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-2021-3711" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3711< / a > < br > < a href = "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=59f5e75f3bced8fc0e130d72a3f582cf7b480b46" > https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=59f5e75f3bced8fc0e130d72a3f582cf7b480b46< / a > < br > < a href = "https://lists.apache.org/thread.html/r18995de860f0e63635f3008fd2a6aca82394249476d21691e7c59c9e@%3Cdev.tomcat.apache.org%3E" > https://lists.apache.org/thread.html/r18995de860f0e63635f3008fd2a6aca82394249476d21691e7c59c9e@%3Cdev.tomcat.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rad5d9f83f0d11fb3f8bb148d179b8a9ad7c6a17f18d70e5805a713d1@%3Cdev.tomcat.apache.org%3E" > https://lists.apache.org/thread.html/rad5d9f83f0d11fb3f8bb148d179b8a9ad7c6a17f18d70e5805a713d1@%3Cdev.tomcat.apache.org%3E< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-3711" > https://nvd.nist.gov/vuln/detail/CVE-2021-3711< / a > < br > < a href = "https://rustsec.org/advisories/RUSTSEC-2021-0097.html" > https://rustsec.org/advisories/RUSTSEC-2021-0097.html< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210827-0010/" > https://security.netapp.com/advisory/ntap-20210827-0010/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211022-0003/" > https://security.netapp.com/advisory/ntap-20211022-0003/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5051-1" > https://ubuntu.com/security/notices/USN-5051-1< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4963" > https://www.debian.org/security/2021/dsa-4963< / a > < br > < a href = "https://www.openssl.org/news/secadv/20210824.txt" > https://www.openssl.org/news/secadv/20210824.txt< / 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.oracle.com/security-alerts/cpuoct2021.html" > https://www.oracle.com/security-alerts/cpuoct2021.html< / a > < br > < a href = "https://www.tenable.com/security/tns-2021-16" > https://www.tenable.com/security/tns-2021-16< / a > < br > < a href = "https://www.tenable.com/security/tns-2022-02" > https://www.tenable.com/security/tns-2022-02< / a > < br > < / details > |
| openssl | CVE-2021-23840 | HIGH | 1.1.1d-0+deb10u3 | 1.1.1d-0+deb10u5 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-23840" > https://access.redhat.com/security/cve/CVE-2021-23840< / 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://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-2021-23840" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23840< / a > < br > < a href = "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=6a51b9e1d0cf0bf8515f7201b68fb0a3482b3dc1" > https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=6a51b9e1d0cf0bf8515f7201b68fb0a3482b3dc1< / a > < br > < a href = "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=9b1129239f3ebb1d1c98ce9ed41d5c9476c47cb2" > https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=9b1129239f3ebb1d1c98ce9ed41d5c9476c47cb2< / a > < br > < a href = "https://kb.pulsesecure.net/articles/Pulse_Security_Advisories/SA44846" > https://kb.pulsesecure.net/articles/Pulse_Security_Advisories/SA44846< / a > < br > < a href = "https://kc.mcafee.com/corporate/index?page=content&id=SB10366" > https://kc.mcafee.com/corporate/index?page=content& id=SB10366< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-23840.html" > https://linux.oracle.com/cve/CVE-2021-23840.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-9561.html" > https://linux.oracle.com/errata/ELSA-2021-9561.html< / a > < br > < a href = "https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://rustsec.org/advisories/RUSTSEC-2021-0057.html" > https://rustsec.org/advisories/RUSTSEC-2021-0057.html< / a > < br > < a href = "https://security.gentoo.org/glsa/202103-03" > https://security.gentoo.org/glsa/202103-03< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210219-0009/" > https://security.netapp.com/advisory/ntap-20210219-0009/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4738-1" > https://ubuntu.com/security/notices/USN-4738-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5088-1" > https://ubuntu.com/security/notices/USN-5088-1< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4855" > https://www.debian.org/security/2021/dsa-4855< / a > < br > < a href = "https://www.openssl.org/news/secadv/20210216.txt" > https://www.openssl.org/news/secadv/20210216.txt< / a > < br > < a href = "https://www.oracle.com//security-alerts/cpujul2021.html" > https://www.oracle.com//security-alerts/cpujul2021.html< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpuApr2021.html" > https://www.oracle.com/security-alerts/cpuApr2021.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.oracle.com/security-alerts/cpuoct2021.html" > https://www.oracle.com/security-alerts/cpuoct2021.html< / a > < br > < a href = "https://www.tenable.com/security/tns-2021-03" > https://www.tenable.com/security/tns-2021-03< / a > < br > < a href = "https://www.tenable.com/security/tns-2021-09" > https://www.tenable.com/security/tns-2021-09< / a > < br > < a href = "https://www.tenable.com/security/tns-2021-10" > https://www.tenable.com/security/tns-2021-10< / a > < br > < / details > |
| openssl | CVE-2021-3712 | HIGH | 1.1.1d-0+deb10u3 | 1.1.1d-0+deb10u7 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2021/08/26/2" > http://www.openwall.com/lists/oss-security/2021/08/26/2< / a > < br > < a href = "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-3712.json" > https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-3712.json< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2021-3712" > https://access.redhat.com/security/cve/CVE-2021-3712< / a > < br > < a href = "https://cert-portal.siemens.com/productcert/pdf/ssa-244969.pdf" > https://cert-portal.siemens.com/productcert/pdf/ssa-244969.pdf< / 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://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-2021-3712" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3712< / a > < br > < a href = "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=94d23fcff9b2a7a8368dfe52214d5c2569882c11" > https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=94d23fcff9b2a7a8368dfe52214d5c2569882c11< / a > < br > < a href = "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=ccb0a11145ee72b042d10593a64eaf9e8a55ec12" > https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=ccb0a11145ee72b042d10593a64eaf9e8a55ec12< / a > < br > < a href = "https://kc.mcafee.com/corporate/index?page=content&id=SB10366" > https://kc.mcafee.com/corporate/index?page=content& id=SB10366< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-3712.html" > https://linux.oracle.com/cve/CVE-2021-3712.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-9023.html" > https://linux.oracle.com/errata/ELSA-2022-9023.html< / a > < br > < a href = "https://lists.apache.org/thread.html/r18995de860f0e63635f3008fd2a6aca82394249476d21691e7c59c9e@%3Cdev.tomcat.apache.org%3E" > https://lists.apache.org/thread.html/r18995de860f0e63635f3008fd2a6aca82394249476d21691e7c59c9e@%3Cdev.tomcat.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rad5d9f83f0d11fb3f8bb148d179b8a9ad7c6a17f18d70e5805a713d1@%3Cdev.tomcat.apache.org%3E" > https://lists.apache.org/thread.html/rad5d9f83f0d11fb3f8bb148d179b8a9ad7c6a17f18d70e5805a713d1@%3Cdev.tomcat.apache.org%3E< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/09/msg00014.html" > https://lists.debian.org/debian-lts-announce/2021/09/msg00014.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/09/msg00021.html" > https://lists.debian.org/debian-lts-announce/2021/09/msg00021.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-3712" > https://nvd.nist.gov/vuln/detail/CVE-2021-3712< / a > < br > < a href = "https://rustsec.org/advisories/RUSTSEC-2021-0098.html" > https://rustsec.org/advisories/RUSTSEC-2021-0098.html< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210827-0010/" > https://security.netapp.com/advisory/ntap-20210827-0010/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5051-1" > https://ubuntu.com/security/notices/USN-5051-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5051-2" > https://ubuntu.com/security/notices/USN-5051-2< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5051-3" > https://ubuntu.com/security/notices/USN-5051-3< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5051-4 (regression only in trusty/esm)" > https://ubuntu.com/security/notices/USN-5051-4 (regression only in trusty/esm)< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5088-1" > https://ubuntu.com/security/notices/USN-5088-1< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4963" > https://www.debian.org/security/2021/dsa-4963< / a > < br > < a href = "https://www.openssl.org/news/secadv/20210824.txt" > https://www.openssl.org/news/secadv/20210824.txt< / 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.oracle.com/security-alerts
2022-04-12 17:24:36 +00:00
| openssl | CVE-2022-0778 | HIGH | 1.1.1d-0+deb10u3 | 1.1.1d-0+deb10u8 | < details > < summary > Expand...< / summary > < 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://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://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://ubuntu.com/security/notices/USN-5328-1" > https://ubuntu.com/security/notices/USN-5328-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5328-2" > https://ubuntu.com/security/notices/USN-5328-2< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5103" > https://www.debian.org/security/2022/dsa-5103< / a > < br > < a href = "https://www.openssl.org/news/secadv/20220315.txt" > https://www.openssl.org/news/secadv/20220315.txt< / a > < br > < a href = "https://www.tenable.com/security/tns-2022-06" > https://www.tenable.com/security/tns-2022-06< / a > < br > < a href = "https://www.tenable.com/security/tns-2022-07" > https://www.tenable.com/security/tns-2022-07< / a > < br > < a href = "https://www.tenable.com/security/tns-2022-08" > https://www.tenable.com/security/tns-2022-08< / a > < br > < / details > |
2022-04-08 10:22:34 +00:00
| openssl | CVE-2019-1551 | MEDIUM | 1.1.1d-0+deb10u3 | 1.1.1d-0+deb10u5 | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-01/msg00030.html" > http://lists.opensuse.org/opensuse-security-announce/2020-01/msg00030.html< / a > < br > < a href = "http://packetstormsecurity.com/files/155754/Slackware-Security-Advisory-openssl-Updates.html" > http://packetstormsecurity.com/files/155754/Slackware-Security-Advisory-openssl-Updates.html< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2019-1551" > https://access.redhat.com/security/cve/CVE-2019-1551< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1551" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1551< / a > < br > < a href = "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=419102400a2811582a7a3d4a4e317d72e5ce0a8f" > https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=419102400a2811582a7a3d4a4e317d72e5ce0a8f< / a > < br > < a href = "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=f1c5eea8a817075d31e43f5876993c6710238c98" > https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=f1c5eea8a817075d31e43f5876993c6710238c98< / a > < br > < a href = "https://github.com/openssl/openssl/pull/10575" > https://github.com/openssl/openssl/pull/10575< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2019-1551.html" > https://linux.oracle.com/cve/CVE-2019-1551.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4514.html" > https://linux.oracle.com/errata/ELSA-2020-4514.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.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DDHOAATPWJCXRNFMJ2SASDBBNU5RJONY/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DDHOAATPWJCXRNFMJ2SASDBBNU5RJONY/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/EXDDAOWSAIEFQNBHWYE6PPYFV4QXGMCD/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/EXDDAOWSAIEFQNBHWYE6PPYFV4QXGMCD/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XVEP3LAK4JSPRXFO4QF4GG2IVXADV3SO/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XVEP3LAK4JSPRXFO4QF4GG2IVXADV3SO/< / a > < br > < a href = "https://seclists.org/bugtraq/2019/Dec/39" > https://seclists.org/bugtraq/2019/Dec/39< / a > < br > < a href = "https://seclists.org/bugtraq/2019/Dec/46" > https://seclists.org/bugtraq/2019/Dec/46< / a > < br > < a href = "https://security.gentoo.org/glsa/202004-10" > https://security.gentoo.org/glsa/202004-10< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20191210-0001/" > https://security.netapp.com/advisory/ntap-20191210-0001/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4376-1" > https://ubuntu.com/security/notices/USN-4376-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4504-1" > https://ubuntu.com/security/notices/USN-4504-1< / a > < br > < a href = "https://usn.ubuntu.com/4376-1/" > https://usn.ubuntu.com/4376-1/< / a > < br > < a href = "https://usn.ubuntu.com/4504-1/" > https://usn.ubuntu.com/4504-1/< / a > < br > < a href = "https://www.debian.org/security/2019/dsa-4594" > https://www.debian.org/security/2019/dsa-4594< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4855" > https://www.debian.org/security/2021/dsa-4855< / a > < br > < a href = "https://www.openssl.org/news/secadv/20191206.txt" > https://www.openssl.org/news/secadv/20191206.txt< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpuApr2021.html" > https://www.oracle.com/security-alerts/cpuApr2021.html< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpujan2021.html" > https://www.oracle.com/security-alerts/cpujan2021.html< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpujul2020.html" > https://www.oracle.com/security-alerts/cpujul2020.html< / a > < br > < a href = "https://www.tenable.com/security/tns-2
| openssl | CVE-2020-1971 | MEDIUM | 1.1.1d-0+deb10u3 | 1.1.1d-0+deb10u4 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2021/09/14/2" > http://www.openwall.com/lists/oss-security/2021/09/14/2< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2020-1971" > https://access.redhat.com/security/cve/CVE-2020-1971< / 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-2020-1971" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-1971< / a > < br > < a href = "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2154ab83e14ede338d2ede9bbe5cdfce5d5a6c9e" > https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2154ab83e14ede338d2ede9bbe5cdfce5d5a6c9e< / a > < br > < a href = "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=f960d81215ebf3f65e03d4d5d857fb9b666d6920" > https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=f960d81215ebf3f65e03d4d5d857fb9b666d6920< / a > < br > < a href = "https://kb.pulsesecure.net/articles/Pulse_Security_Advisories/SA44676" > https://kb.pulsesecure.net/articles/Pulse_Security_Advisories/SA44676< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-1971.html" > https://linux.oracle.com/cve/CVE-2020-1971.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-9150.html" > https://linux.oracle.com/errata/ELSA-2021-9150.html< / a > < br > < a href = "https://lists.apache.org/thread.html/r63c6f2dd363d9b514d0a4bcf624580616a679898cc14c109a49b750c@%3Cdev.tomcat.apache.org%3E" > https://lists.apache.org/thread.html/r63c6f2dd363d9b514d0a4bcf624580616a679898cc14c109a49b750c@%3Cdev.tomcat.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rbb769f771711fb274e0a4acb1b5911c8aab544a6ac5e8c12d40c5143@%3Ccommits.pulsar.apache.org%3E" > https://lists.apache.org/thread.html/rbb769f771711fb274e0a4acb1b5911c8aab544a6ac5e8c12d40c5143@%3Ccommits.pulsar.apache.org%3E< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2020/12/msg00020.html" > https://lists.debian.org/debian-lts-announce/2020/12/msg00020.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2020/12/msg00021.html" > https://lists.debian.org/debian-lts-announce/2020/12/msg00021.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DGSI34Y5LQ5RYXN4M2I5ZQT65LFVDOUU/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DGSI34Y5LQ5RYXN4M2I5ZQT65LFVDOUU/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PWPSSZNZOBJU2YR6Z4TGHXKYW3YP5QG7/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PWPSSZNZOBJU2YR6Z4TGHXKYW3YP5QG7/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-1971" > https://nvd.nist.gov/vuln/detail/CVE-2020-1971< / a > < br > < a href = "https://security.FreeBSD.org/advisories/FreeBSD-SA-20:33.openssl.asc" > https://security.FreeBSD.org/advisories/FreeBSD-SA-20:33.openssl.asc< / a > < br > < a href = "https://security.gentoo.org/glsa/202012-13" > https://security.gentoo.org/glsa/202012-13< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20201218-0005/" > https://security.netapp.com/advisory/ntap-20201218-0005/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210513-0002/" > https://security.netapp.com/advisory/ntap-20210513-0002/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4662-1" > https://ubuntu.com/security/notices/USN-4662-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4745-1" > https://ubuntu.com/security/notices/USN-4745-1< / a > < br > < a href = "https://www.debian.org/security/2020/dsa-4807" > https://www.debian.org/security/2020/dsa-4807< / a > < br > < a href = "https://www.openssl.org/news/secadv/20201208.txt" > https://www.openssl.org/news/secadv/20201208.txt< / a > < br > < a href = "https://www.oracle.com//security-alerts/cpujul2021.html" > https://www.oracle.com//security-alerts/cpujul2021.html< / a > < br > < a href
| openssl | CVE-2021-23841 | MEDIUM | 1.1.1d-0+deb10u3 | 1.1.1d-0+deb10u5 | < details > < summary > Expand...< / summary > < a href = "http://seclists.org/fulldisclosure/2021/May/67" > http://seclists.org/fulldisclosure/2021/May/67< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/May/68" > http://seclists.org/fulldisclosure/2021/May/68< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/May/70" > http://seclists.org/fulldisclosure/2021/May/70< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2021-23841" > https://access.redhat.com/security/cve/CVE-2021-23841< / 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-2021-23841" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23841< / a > < br > < a href = "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=122a19ab48091c657f7cb1fb3af9fc07bd557bbf" > https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=122a19ab48091c657f7cb1fb3af9fc07bd557bbf< / a > < br > < a href = "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=8252ee4d90f3f2004d3d0aeeed003ad49c9a7807" > https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=8252ee4d90f3f2004d3d0aeeed003ad49c9a7807< / a > < br > < a href = "https://kb.pulsesecure.net/articles/Pulse_Security_Advisories/SA44846" > https://kb.pulsesecure.net/articles/Pulse_Security_Advisories/SA44846< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-23841.html" > https://linux.oracle.com/cve/CVE-2021-23841.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-9561.html" > https://linux.oracle.com/errata/ELSA-2021-9561.html< / a > < br > < a href = "https://rustsec.org/advisories/RUSTSEC-2021-0058.html" > https://rustsec.org/advisories/RUSTSEC-2021-0058.html< / a > < br > < a href = "https://security.gentoo.org/glsa/202103-03" > https://security.gentoo.org/glsa/202103-03< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210219-0009/" > https://security.netapp.com/advisory/ntap-20210219-0009/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210513-0002/" > https://security.netapp.com/advisory/ntap-20210513-0002/< / a > < br > < a href = "https://support.apple.com/kb/HT212528" > https://support.apple.com/kb/HT212528< / a > < br > < a href = "https://support.apple.com/kb/HT212529" > https://support.apple.com/kb/HT212529< / a > < br > < a href = "https://support.apple.com/kb/HT212534" > https://support.apple.com/kb/HT212534< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4738-1" > https://ubuntu.com/security/notices/USN-4738-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4745-1" > https://ubuntu.com/security/notices/USN-4745-1< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4855" > https://www.debian.org/security/2021/dsa-4855< / a > < br > < a href = "https://www.openssl.org/news/secadv/20210216.txt" > https://www.openssl.org/news/secadv/20210216.txt< / a > < br > < a href = "https://www.oracle.com//security-alerts/cpujul2021.html" > https://www.oracle.com//security-alerts/cpujul2021.html< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpuApr2021.html" > https://www.oracle.com/security-alerts/cpuApr2021.html< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpuoct2021.html" > https://www.oracle.com/security-alerts/cpuoct2021.html< / a > < br > < a href = "https://www.tenable.com/security/tns-2021-03" > https://www.tenable.com/security/tns-2021-03< / a > < br > < a href = "https://www.tenable.com/security/tns-2021-09" > https://www.tenable.com/security/tns-2021-09< / a > < br > < / details > |
| openssl | CVE-2021-3449 | MEDIUM | 1.1.1d-0+deb10u3 | 1.1.1d-0+deb10u6 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2021/03/27/1" > http://www.openwall.com/lists/oss-security/2021/03/27/1< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2021/03/27/2" > http://www.openwall.com/lists/oss-security/2021/03/27/2< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2021/03/28/3" > http://www.openwall.com/lists/oss-security/2021/03/28/3< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2021/03/28/4" > http://www.openwall.com/lists/oss-security/2021/03/28/4< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2021-3449" > https://access.redhat.com/security/cve/CVE-2021-3449< / 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://cert-portal.siemens.com/productcert/pdf/ssa-772220.pdf" > https://cert-portal.siemens.com/productcert/pdf/ssa-772220.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-2021-3449" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3449< / a > < br > < a href = "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=fb9fa6b51defd48157eeb207f52181f735d96148" > https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=fb9fa6b51defd48157eeb207f52181f735d96148< / a > < br > < a href = "https://kb.pulsesecure.net/articles/Pulse_Security_Advisories/SA44845" > https://kb.pulsesecure.net/articles/Pulse_Security_Advisories/SA44845< / a > < br > < a href = "https://kc.mcafee.com/corporate/index?page=content&id=SB10356" > https://kc.mcafee.com/corporate/index?page=content& id=SB10356< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-3449.html" > https://linux.oracle.com/cve/CVE-2021-3449.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-9151.html" > https://linux.oracle.com/errata/ELSA-2021-9151.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/08/msg00029.html" > https://lists.debian.org/debian-lts-announce/2021/08/msg00029.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/CCBFLLVQVILIVGZMBJL3IXZGKWQISYNP/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/CCBFLLVQVILIVGZMBJL3IXZGKWQISYNP/< / a > < br > < a href = "https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2021-0013" > https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2021-0013< / a > < br > < a href = "https://rustsec.org/advisories/RUSTSEC-2021-0055.html" > https://rustsec.org/advisories/RUSTSEC-2021-0055.html< / a > < br > < a href = "https://security.FreeBSD.org/advisories/FreeBSD-SA-21:07.openssl.asc" > https://security.FreeBSD.org/advisories/FreeBSD-SA-21:07.openssl.asc< / a > < br > < a href = "https://security.gentoo.org/glsa/202103-03" > https://security.gentoo.org/glsa/202103-03< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210326-0006/" > https://security.netapp.com/advisory/ntap-20210326-0006/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210513-0002/" > https://security.netapp.com/advisory/ntap-20210513-0002/< / a > < br > < a href = "https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-openssl-2021-GHY28dJd" > https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-openssl-2021-GHY28dJd< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4891-1" > https://ubuntu.com/security/notices/USN-4891-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5038-1" > https://ubuntu.com/security/notices/USN-5038-1< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4875" > https://www.debian.org/security/2021/dsa-4875< / a > < br > < a href = "https://www.openssl.org/news/secadv/20210325.txt" > https://www.openssl.org/news/secadv/20210325.txt< / a > < br > < a href = "https://www.oracle.com//security-alerts/cpujul2021.html" > https://www.oracle.com//security-alerts/cpujul2021.html< / a > < br > < a href = "https://www.oracle.com/security
| openssl | CVE-2021-4160 | MEDIUM | 1.1.1d-0+deb10u3 | 1.1.1d-0+deb10u8 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-4160" > https://access.redhat.com/security/cve/CVE-2021-4160< / a > < br > < a href = "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=3bf7b73ea7123045b8f972badc67ed6878e6c37f" > https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=3bf7b73ea7123045b8f972badc67ed6878e6c37f< / a > < br > < a href = "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=6fc1aaaf303185aa5e483e06bdfae16daa9193a7" > https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=6fc1aaaf303185aa5e483e06bdfae16daa9193a7< / a > < br > < a href = "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=e9e726506cd2a3fd9c0f12daf8cc1fe934c7dddb" > https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=e9e726506cd2a3fd9c0f12daf8cc1fe934c7dddb< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-4160" > https://nvd.nist.gov/vuln/detail/CVE-2021-4160< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5103" > https://www.debian.org/security/2022/dsa-5103< / a > < br > < a href = "https://www.openssl.org/news/secadv/20220128.txt" > https://www.openssl.org/news/secadv/20220128.txt< / a > < br > < / details > |
| openssl | CVE-2007-6755 | LOW | 1.1.1d-0+deb10u3 | | < details > < summary > Expand...< / summary > < a href = "http://arstechnica.com/security/2013/09/stop-using-nsa-influence-code-in-our-product-rsa-tells-customers/" > http://arstechnica.com/security/2013/09/stop-using-nsa-influence-code-in-our-product-rsa-tells-customers/< / a > < br > < a href = "http://blog.cryptographyengineering.com/2013/09/rsa-warns-developers-against-its-own.html" > http://blog.cryptographyengineering.com/2013/09/rsa-warns-developers-against-its-own.html< / a > < br > < a href = "http://blog.cryptographyengineering.com/2013/09/the-many-flaws-of-dualecdrbg.html" > http://blog.cryptographyengineering.com/2013/09/the-many-flaws-of-dualecdrbg.html< / a > < br > < a href = "http://rump2007.cr.yp.to/15-shumow.pdf" > http://rump2007.cr.yp.to/15-shumow.pdf< / a > < br > < a href = "http://stream.wsj.com/story/latest-headlines/SS-2-63399/SS-2-332655/" > http://stream.wsj.com/story/latest-headlines/SS-2-63399/SS-2-332655/< / a > < br > < a href = "http://threatpost.com/in-wake-of-latest-crypto-revelations-everything-is-suspect" > http://threatpost.com/in-wake-of-latest-crypto-revelations-everything-is-suspect< / a > < br > < a href = "http://www.securityfocus.com/bid/63657" > http://www.securityfocus.com/bid/63657< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2007-6755" > https://access.redhat.com/security/cve/CVE-2007-6755< / a > < br > < a href = "https://www.schneier.com/blog/archives/2007/11/the_strange_sto.html" > https://www.schneier.com/blog/archives/2007/11/the_strange_sto.html< / a > < br > < / details > |
| openssl | CVE-2010-0928 | LOW | 1.1.1d-0+deb10u3 | | < details > < summary > Expand...< / summary > < a href = "http://rdist.root.org/2010/03/08/attacking-rsa-exponentiation-with-fault-injection/" > http://rdist.root.org/2010/03/08/attacking-rsa-exponentiation-with-fault-injection/< / a > < br > < a href = "http://www.eecs.umich.edu/%7Evaleria/research/publications/DATE10RSA.pdf" > http://www.eecs.umich.edu/%7Evaleria/research/publications/DATE10RSA.pdf< / a > < br > < a href = "http://www.networkworld.com/news/2010/030410-rsa-security-attack.html" > http://www.networkworld.com/news/2010/030410-rsa-security-attack.html< / a > < br > < a href = "http://www.osvdb.org/62808" > http://www.osvdb.org/62808< / a > < br > < a href = "http://www.theregister.co.uk/2010/03/04/severe_openssl_vulnerability/" > http://www.theregister.co.uk/2010/03/04/severe_openssl_vulnerability/< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2010-0928" > https://access.redhat.com/security/cve/CVE-2010-0928< / a > < br > < a href = "https://exchange.xforce.ibmcloud.com/vulnerabilities/56750" > https://exchange.xforce.ibmcloud.com/vulnerabilities/56750< / a > < br > < / details > |
| passwd | CVE-2007-5686 | LOW | 1:4.5-1.1 | | < details > < summary > Expand...< / summary > < a href = "http://secunia.com/advisories/27215" > http://secunia.com/advisories/27215< / a > < br > < a href = "http://www.securityfocus.com/archive/1/482129/100/100/threaded" > http://www.securityfocus.com/archive/1/482129/100/100/threaded< / a > < br > < a href = "http://www.securityfocus.com/archive/1/482857/100/0/threaded" > http://www.securityfocus.com/archive/1/482857/100/0/threaded< / a > < br > < a href = "http://www.securityfocus.com/bid/26048" > http://www.securityfocus.com/bid/26048< / a > < br > < a href = "http://www.vupen.com/english/advisories/2007/3474" > http://www.vupen.com/english/advisories/2007/3474< / a > < br > < a href = "https://issues.rpath.com/browse/RPL-1825" > https://issues.rpath.com/browse/RPL-1825< / a > < br > < / details > |
| passwd | CVE-2013-4235 | LOW | 1:4.5-1.1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2013-4235" > https://access.redhat.com/security/cve/CVE-2013-4235< / a > < br > < a href = "https://access.redhat.com/security/cve/cve-2013-4235" > https://access.redhat.com/security/cve/cve-2013-4235< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2013-4235" > https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2013-4235< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4235" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4235< / 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://security-tracker.debian.org/tracker/CVE-2013-4235" > https://security-tracker.debian.org/tracker/CVE-2013-4235< / a > < br > < / details > |
| passwd | CVE-2018-7169 | LOW | 1:4.5-1.1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2018-7169" > https://access.redhat.com/security/cve/CVE-2018-7169< / a > < br > < a href = "https://bugs.launchpad.net/ubuntu/+source/shadow/+bug/1729357" > https://bugs.launchpad.net/ubuntu/+source/shadow/+bug/1729357< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-7169" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-7169< / a > < br > < a href = "https://github.com/shadow-maint/shadow/pull/97" > https://github.com/shadow-maint/shadow/pull/97< / a > < br > < a href = "https://security.gentoo.org/glsa/201805-09" > https://security.gentoo.org/glsa/201805-09< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5254-1" > https://ubuntu.com/security/notices/USN-5254-1< / a > < br > < / details > |
| passwd | CVE-2019-19882 | LOW | 1:4.5-1.1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2019-19882" > https://access.redhat.com/security/cve/CVE-2019-19882< / a > < br > < a href = "https://bugs.archlinux.org/task/64836" > https://bugs.archlinux.org/task/64836< / a > < br > < a href = "https://bugs.gentoo.org/702252" > https://bugs.gentoo.org/702252< / a > < br > < a href = "https://github.com/shadow-maint/shadow/commit/edf7547ad5aa650be868cf2dac58944773c12d75" > https://github.com/shadow-maint/shadow/commit/edf7547ad5aa650be868cf2dac58944773c12d75< / a > < br > < a href = "https://github.com/shadow-maint/shadow/pull/199" > https://github.com/shadow-maint/shadow/pull/199< / a > < br > < a href = "https://github.com/void-linux/void-packages/pull/17580" > https://github.com/void-linux/void-packages/pull/17580< / a > < br > < a href = "https://security.gentoo.org/glsa/202008-09" > https://security.gentoo.org/glsa/202008-09< / a > < br > < / details > |
| perl-base | CVE-2020-16156 | HIGH | 5.28.1-6+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "http://blogs.perl.org/users/neilb/2021/11/addressing-cpan-vulnerabilities-related-to-checksums.html" > http://blogs.perl.org/users/neilb/2021/11/addressing-cpan-vulnerabilities-related-to-checksums.html< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2020-16156" > https://access.redhat.com/security/cve/CVE-2020-16156< / a > < br > < a href = "https://blog.hackeriet.no/cpan-signature-verification-vulnerabilities/" > https://blog.hackeriet.no/cpan-signature-verification-vulnerabilities/< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-16156" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-16156< / a > < br > < a href = "https://github.com/andk/cpanpm/commit/b27c51adf0fda25dee84cb72cb2b1bf7d832148c" > https://github.com/andk/cpanpm/commit/b27c51adf0fda25dee84cb72cb2b1bf7d832148c< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/SD6RYOJII7HRJ6WVORFNVTYNOFY5JDXN/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/SD6RYOJII7HRJ6WVORFNVTYNOFY5JDXN/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/SZ32AJIV4RHJMLWLU5QULGKMMIHYOMDC/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/SZ32AJIV4RHJMLWLU5QULGKMMIHYOMDC/< / a > < br > < a href = "https://metacpan.org/pod/distribution/CPAN/scripts/cpan" > https://metacpan.org/pod/distribution/CPAN/scripts/cpan< / a > < br > < / details > |
| perl-base | CVE-2011-4116 | LOW | 5.28.1-6+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2011/11/04/2" > http://www.openwall.com/lists/oss-security/2011/11/04/2< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2011/11/04/4" > http://www.openwall.com/lists/oss-security/2011/11/04/4< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2011-4116" > https://access.redhat.com/security/cve/CVE-2011-4116< / a > < br > < a href = "https://github.com/Perl-Toolchain-Gang/File-Temp/issues/14" > https://github.com/Perl-Toolchain-Gang/File-Temp/issues/14< / a > < br > < a href = "https://rt.cpan.org/Public/Bug/Display.html?id=69106" > https://rt.cpan.org/Public/Bug/Display.html?id=69106< / a > < br > < a href = "https://seclists.org/oss-sec/2011/q4/238" > https://seclists.org/oss-sec/2011/q4/238< / a > < br > < / details > |
| screen | CVE-2021-26937 | CRITICAL | 4.6.2-3 | 4.6.2-3+deb10u1 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2021/02/09/8" > http://www.openwall.com/lists/oss-security/2021/02/09/8< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2021-26937" > https://access.redhat.com/security/cve/CVE-2021-26937< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-26937" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-26937< / a > < br > < a href = "https://ftp.gnu.org/gnu/screen/" > https://ftp.gnu.org/gnu/screen/< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-26937.html" > https://linux.oracle.com/cve/CVE-2021-26937.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-0742.html" > https://linux.oracle.com/errata/ELSA-2021-0742.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/02/msg00031.html" > https://lists.debian.org/debian-lts-announce/2021/02/msg00031.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/GNWBOIDEPOEQS5RMQVMFKHKXJCGNYWBL/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/GNWBOIDEPOEQS5RMQVMFKHKXJCGNYWBL/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/JJWLXP45POUUYBJRRWPVAWNZDJTLYWVM/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/JJWLXP45POUUYBJRRWPVAWNZDJTLYWVM/< / a > < br > < a href = "https://lists.gnu.org/archive/html/screen-devel/2021-02/msg00000.html" > https://lists.gnu.org/archive/html/screen-devel/2021-02/msg00000.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-26937" > https://nvd.nist.gov/vuln/detail/CVE-2021-26937< / a > < br > < a href = "https://seclists.org/oss-sec/2021/q1/124" > https://seclists.org/oss-sec/2021/q1/124< / a > < br > < a href = "https://seclists.org/oss-sec/2021/q1/129" > https://seclists.org/oss-sec/2021/q1/129< / a > < br > < a href = "https://security.gentoo.org/glsa/202105-11" > https://security.gentoo.org/glsa/202105-11< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4747-1" > https://ubuntu.com/security/notices/USN-4747-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4747-2" > https://ubuntu.com/security/notices/USN-4747-2< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4861" > https://www.debian.org/security/2021/dsa-4861< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2021/02/09/3" > https://www.openwall.com/lists/oss-security/2021/02/09/3< / a > < br > < / details > |
| tar | CVE-2005-2541 | LOW | 1.30+dfsg-6 | | < details > < summary > Expand...< / summary > < a href = "http://marc.info/?l=bugtraq&m=112327628230258&w=2" > http://marc.info/?l=bugtraq& m=112327628230258& w=2< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2005-2541" > https://access.redhat.com/security/cve/CVE-2005-2541< / a > < br > < a href = "https://lists.apache.org/thread.html/rc713534b10f9daeee2e0990239fa407e2118e4aa9e88a7041177497c@%3Cissues.guacamole.apache.org%3E" > https://lists.apache.org/thread.html/rc713534b10f9daeee2e0990239fa407e2118e4aa9e88a7041177497c@%3Cissues.guacamole.apache.org%3E< / a > < br > < / details > |
| tar | CVE-2019-9923 | LOW | 1.30+dfsg-6 | | < details > < summary > Expand...< / summary > < a href = "http://git.savannah.gnu.org/cgit/tar.git/commit/?id=cb07844454d8cc9fb21f53ace75975f91185a120" > http://git.savannah.gnu.org/cgit/tar.git/commit/?id=cb07844454d8cc9fb21f53ace75975f91185a120< / a > < br > < a href = "http://lists.opensuse.org/opensuse-security-announce/2019-04/msg00077.html" > http://lists.opensuse.org/opensuse-security-announce/2019-04/msg00077.html< / a > < br > < a href = "http://savannah.gnu.org/bugs/?55369" > http://savannah.gnu.org/bugs/?55369< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2019-9923" > https://access.redhat.com/security/cve/CVE-2019-9923< / a > < br > < a href = "https://bugs.launchpad.net/ubuntu/+source/tar/+bug/1810241" > https://bugs.launchpad.net/ubuntu/+source/tar/+bug/1810241< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-9923" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-9923< / a > < br > < a href = "https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e33b6e698b9d696b@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8c6a450893651e4@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4692-1" > https://ubuntu.com/security/notices/USN-4692-1< / a > < br > < / details > |
| tar | CVE-2021-20193 | LOW | 1.30+dfsg-6 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-20193" > https://access.redhat.com/security/cve/CVE-2021-20193< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=1917565" > https://bugzilla.redhat.com/show_bug.cgi?id=1917565< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-20193" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-20193< / a > < br > < a href = "https://git.savannah.gnu.org/cgit/tar.git/commit/?id=d9d4435692150fa8ff68e1b1a473d187cc3fd777" > https://git.savannah.gnu.org/cgit/tar.git/commit/?id=d9d4435692150fa8ff68e1b1a473d187cc3fd777< / a > < br > < a href = "https://savannah.gnu.org/bugs/?59897" > https://savannah.gnu.org/bugs/?59897< / a > < br > < a href = "https://security.gentoo.org/glsa/202105-29" > https://security.gentoo.org/glsa/202105-29< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5329-1" > https://ubuntu.com/security/notices/USN-5329-1< / a > < br > < / details > |
| unzip | CVE-2022-0529 | HIGH | 6.0-23+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-0529" > https://access.redhat.com/security/cve/CVE-2022-0529< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=2051395" > https://bugzilla.redhat.com/show_bug.cgi?id=2051395< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0529" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0529< / a > < br > < a href = "https://github.com/ByteHackr/unzip_poc" > https://github.com/ByteHackr/unzip_poc< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-0529" > https://nvd.nist.gov/vuln/detail/CVE-2022-0529< / a > < br > < / details > |
| unzip | CVE-2022-0530 | HIGH | 6.0-23+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-0530" > https://access.redhat.com/security/cve/CVE-2022-0530< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=2051395" > https://bugzilla.redhat.com/show_bug.cgi?id=2051395< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0530" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0530< / a > < br > < a href = "https://github.com/ByteHackr/unzip_poc" > https://github.com/ByteHackr/unzip_poc< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-0530" > https://nvd.nist.gov/vuln/detail/CVE-2022-0530< / a > < br > < / details > |
| unzip | CVE-2021-4217 | LOW | 6.0-23+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-4217" > https://access.redhat.com/security/cve/CVE-2021-4217< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-4217" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-4217< / a > < br > < / details > |
| util-linux | CVE-2021-37600 | LOW | 2.33.1-0.1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-37600" > https://access.redhat.com/security/cve/CVE-2021-37600< / a > < br > < a href = "https://github.com/karelzak/util-linux/commit/1c9143d0c1f979c3daf10e1c37b5b1e916c22a1c" > https://github.com/karelzak/util-linux/commit/1c9143d0c1f979c3daf10e1c37b5b1e916c22a1c< / a > < br > < a href = "https://github.com/karelzak/util-linux/issues/1395" > https://github.com/karelzak/util-linux/issues/1395< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-37600" > https://nvd.nist.gov/vuln/detail/CVE-2021-37600< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210902-0002/" > https://security.netapp.com/advisory/ntap-20210902-0002/< / a > < br > < / details > |
| util-linux | CVE-2022-0563 | LOW | 2.33.1-0.1 | | < 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 > |
| wget | CVE-2021-31879 | MEDIUM | 1.20.1-1.1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-31879" > https://access.redhat.com/security/cve/CVE-2021-31879< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-31879" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-31879< / a > < br > < a href = "https://mail.gnu.org/archive/html/bug-wget/2021-02/msg00002.html" > https://mail.gnu.org/archive/html/bug-wget/2021-02/msg00002.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-31879" > https://nvd.nist.gov/vuln/detail/CVE-2021-31879< / a > < br > < a href = "https://savannah.gnu.org/bugs/?56909" > https://savannah.gnu.org/bugs/?56909< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210618-0002/" > https://security.netapp.com/advisory/ntap-20210618-0002/< / a > < br > < / details > |
2022-04-12 17:24:36 +00:00
| zlib1g | CVE-2018-25032 | HIGH | 1:1.2.11.dfsg-1 | 1:1.2.11.dfsg-1+deb10u1 | < details > < summary > Expand...< / summary > < 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://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://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://nvd.nist.gov/vuln/detail/CVE-2018-25032" > https://nvd.nist.gov/vuln/detail/CVE-2018-25032< / 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 href = "https://ubuntu.com/security/notices/USN-5359-1" > https://ubuntu.com/security/notices/USN-5359-1< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5111" > https://www.debian.org/security/2022/dsa-5111< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2022/03/24/1" > https://www.openwall.com/lists/oss-security/2022/03/24/1< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2022/03/28/1" > https://www.openwall.com/lists/oss-security/2022/03/28/1< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2022/03/28/3" > https://www.openwall.com/lists/oss-security/2022/03/28/3< / a > < br > < / details > |