2022-03-03 23:48:24 +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: guacd/templates/common.yaml
| 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-guacd' 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-guacd' of Deployment ' RELEASE-NAME-guacd' 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-guacd' 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-guacd' 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-guacd' of Deployment ' RELEASE-NAME-guacd' 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-guacd' 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-guacd' 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 | 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-guacd' of Deployment ' RELEASE-NAME-guacd' 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-guacd' 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-guacd' 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-guacd' 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-guacd' 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-guacd' 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-guacd' 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-guacd' of Deployment ' RELEASE-NAME-guacd' 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-guacd' 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-guacd' 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-guacd' of Deployment ' RELEASE-NAME-guacd' 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-guacd' 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-guacd' 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-guacd' 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-guacd' 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.14.2@sha256:4095394abbae907e94b1f2fd2e2de6c4f201a5b9704573243ca8eb16db8cdb7c
tccr.io/truecharts/alpine:v3.14.2@sha256:4095394abbae907e94b1f2fd2e2de6c4f201a5b9704573243ca8eb16db8cdb7c
tccr.io/truecharts/guacamole-server:v1.4.0@sha256:6b67e159e4e24524bf025a419062249763967085f6111d73d9f3d9ee7b0c13ee
##### Scan Results
#### Container: tccr.io/truecharts/alpine:v3.14.2@sha256:4095394abbae907e94b1f2fd2e2de6c4f201a5b9704573243ca8eb16db8cdb7c (alpine 3.14.2)
**alpine**
| Package | Vulnerability | Severity | Installed Version | Fixed Version | Links |
|:----------------|:------------------:|:-----------:|:------------------:|:-------------:|-----------------------------------------|
| busybox | CVE-2021-42378 | HIGH | 1.33.1-r3 | 1.33.1-r6 | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42378" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42378< / a > < br > < a href = "https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/" > https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211223-0002/" > https://security.netapp.com/advisory/ntap-20211223-0002/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5179-1" > https://ubuntu.com/security/notices/USN-5179-1< / a > < br > < / details > |
| busybox | CVE-2021-42379 | HIGH | 1.33.1-r3 | 1.33.1-r6 | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42379" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42379< / a > < br > < a href = "https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/" > https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211223-0002/" > https://security.netapp.com/advisory/ntap-20211223-0002/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5179-1" > https://ubuntu.com/security/notices/USN-5179-1< / a > < br > < / details > |
| busybox | CVE-2021-42380 | HIGH | 1.33.1-r3 | 1.33.1-r6 | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42380" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42380< / a > < br > < a href = "https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/" > https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211223-0002/" > https://security.netapp.com/advisory/ntap-20211223-0002/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5179-1" > https://ubuntu.com/security/notices/USN-5179-1< / a > < br > < / details > |
| busybox | CVE-2021-42381 | HIGH | 1.33.1-r3 | 1.33.1-r6 | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42381" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42381< / a > < br > < a href = "https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/" > https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211223-0002/" > https://security.netapp.com/advisory/ntap-20211223-0002/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5179-1" > https://ubuntu.com/security/notices/USN-5179-1< / a > < br > < / details > |
| busybox | CVE-2021-42382 | HIGH | 1.33.1-r3 | 1.33.1-r6 | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42382" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42382< / a > < br > < a href = "https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/" > https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211223-0002/" > https://security.netapp.com/advisory/ntap-20211223-0002/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5179-1" > https://ubuntu.com/security/notices/USN-5179-1< / a > < br > < / details > |
| busybox | CVE-2021-42383 | HIGH | 1.33.1-r3 | 1.33.1-r6 | < details > < summary > Expand...< / summary > < a href = "https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/" > https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211223-0002/" > https://security.netapp.com/advisory/ntap-20211223-0002/< / a > < br > < / details > |
| busybox | CVE-2021-42384 | HIGH | 1.33.1-r3 | 1.33.1-r6 | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42384" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42384< / a > < br > < a href = "https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/" > https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211223-0002/" > https://security.netapp.com/advisory/ntap-20211223-0002/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5179-1" > https://ubuntu.com/security/notices/USN-5179-1< / a > < br > < / details > |
| busybox | CVE-2021-42385 | HIGH | 1.33.1-r3 | 1.33.1-r6 | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42385" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42385< / a > < br > < a href = "https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/" > https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211223-0002/" > https://security.netapp.com/advisory/ntap-20211223-0002/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5179-1" > https://ubuntu.com/security/notices/USN-5179-1< / a > < br > < / details > |
| busybox | CVE-2021-42386 | HIGH | 1.33.1-r3 | 1.33.1-r6 | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42386" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42386< / a > < br > < a href = "https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/" > https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211223-0002/" > https://security.netapp.com/advisory/ntap-20211223-0002/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5179-1" > https://ubuntu.com/security/notices/USN-5179-1< / a > < br > < / details > |
| busybox | CVE-2021-42374 | MEDIUM | 1.33.1-r3 | 1.33.1-r4 | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42374" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42374< / a > < br > < a href = "https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/" > https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211223-0002/" > https://security.netapp.com/advisory/ntap-20211223-0002/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5179-1" > https://ubuntu.com/security/notices/USN-5179-1< / a > < br > < / details > |
| busybox | CVE-2021-42375 | MEDIUM | 1.33.1-r3 | 1.33.1-r5 | < details > < summary > Expand...< / summary > < a href = "https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/" > https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211223-0002/" > https://security.netapp.com/advisory/ntap-20211223-0002/< / a > < br > < / details > |
| ssl_client | CVE-2021-42378 | HIGH | 1.33.1-r3 | 1.33.1-r6 | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42378" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42378< / a > < br > < a href = "https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/" > https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211223-0002/" > https://security.netapp.com/advisory/ntap-20211223-0002/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5179-1" > https://ubuntu.com/security/notices/USN-5179-1< / a > < br > < / details > |
| ssl_client | CVE-2021-42379 | HIGH | 1.33.1-r3 | 1.33.1-r6 | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42379" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42379< / a > < br > < a href = "https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/" > https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211223-0002/" > https://security.netapp.com/advisory/ntap-20211223-0002/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5179-1" > https://ubuntu.com/security/notices/USN-5179-1< / a > < br > < / details > |
| ssl_client | CVE-2021-42380 | HIGH | 1.33.1-r3 | 1.33.1-r6 | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42380" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42380< / a > < br > < a href = "https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/" > https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211223-0002/" > https://security.netapp.com/advisory/ntap-20211223-0002/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5179-1" > https://ubuntu.com/security/notices/USN-5179-1< / a > < br > < / details > |
| ssl_client | CVE-2021-42381 | HIGH | 1.33.1-r3 | 1.33.1-r6 | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42381" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42381< / a > < br > < a href = "https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/" > https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211223-0002/" > https://security.netapp.com/advisory/ntap-20211223-0002/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5179-1" > https://ubuntu.com/security/notices/USN-5179-1< / a > < br > < / details > |
| ssl_client | CVE-2021-42382 | HIGH | 1.33.1-r3 | 1.33.1-r6 | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42382" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42382< / a > < br > < a href = "https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/" > https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211223-0002/" > https://security.netapp.com/advisory/ntap-20211223-0002/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5179-1" > https://ubuntu.com/security/notices/USN-5179-1< / a > < br > < / details > |
| ssl_client | CVE-2021-42383 | HIGH | 1.33.1-r3 | 1.33.1-r6 | < details > < summary > Expand...< / summary > < a href = "https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/" > https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211223-0002/" > https://security.netapp.com/advisory/ntap-20211223-0002/< / a > < br > < / details > |
| ssl_client | CVE-2021-42384 | HIGH | 1.33.1-r3 | 1.33.1-r6 | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42384" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42384< / a > < br > < a href = "https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/" > https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211223-0002/" > https://security.netapp.com/advisory/ntap-20211223-0002/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5179-1" > https://ubuntu.com/security/notices/USN-5179-1< / a > < br > < / details > |
| ssl_client | CVE-2021-42385 | HIGH | 1.33.1-r3 | 1.33.1-r6 | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42385" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42385< / a > < br > < a href = "https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/" > https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211223-0002/" > https://security.netapp.com/advisory/ntap-20211223-0002/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5179-1" > https://ubuntu.com/security/notices/USN-5179-1< / a > < br > < / details > |
| ssl_client | CVE-2021-42386 | HIGH | 1.33.1-r3 | 1.33.1-r6 | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42386" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42386< / a > < br > < a href = "https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/" > https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211223-0002/" > https://security.netapp.com/advisory/ntap-20211223-0002/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5179-1" > https://ubuntu.com/security/notices/USN-5179-1< / a > < br > < / details > |
| ssl_client | CVE-2021-42374 | MEDIUM | 1.33.1-r3 | 1.33.1-r4 | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42374" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42374< / a > < br > < a href = "https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/" > https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211223-0002/" > https://security.netapp.com/advisory/ntap-20211223-0002/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5179-1" > https://ubuntu.com/security/notices/USN-5179-1< / a > < br > < / details > |
| ssl_client | CVE-2021-42375 | MEDIUM | 1.33.1-r3 | 1.33.1-r5 | < details > < summary > Expand...< / summary > < a href = "https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/" > https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211223-0002/" > https://security.netapp.com/advisory/ntap-20211223-0002/< / a > < br > < / details > |
#### Container: tccr.io/truecharts/alpine:v3.14.2@sha256:4095394abbae907e94b1f2fd2e2de6c4f201a5b9704573243ca8eb16db8cdb7c (alpine 3.14.2)
**alpine**
| Package | Vulnerability | Severity | Installed Version | Fixed Version | Links |
|:----------------|:------------------:|:-----------:|:------------------:|:-------------:|-----------------------------------------|
| busybox | CVE-2021-42378 | HIGH | 1.33.1-r3 | 1.33.1-r6 | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42378" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42378< / a > < br > < a href = "https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/" > https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211223-0002/" > https://security.netapp.com/advisory/ntap-20211223-0002/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5179-1" > https://ubuntu.com/security/notices/USN-5179-1< / a > < br > < / details > |
| busybox | CVE-2021-42379 | HIGH | 1.33.1-r3 | 1.33.1-r6 | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42379" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42379< / a > < br > < a href = "https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/" > https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211223-0002/" > https://security.netapp.com/advisory/ntap-20211223-0002/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5179-1" > https://ubuntu.com/security/notices/USN-5179-1< / a > < br > < / details > |
| busybox | CVE-2021-42380 | HIGH | 1.33.1-r3 | 1.33.1-r6 | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42380" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42380< / a > < br > < a href = "https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/" > https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211223-0002/" > https://security.netapp.com/advisory/ntap-20211223-0002/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5179-1" > https://ubuntu.com/security/notices/USN-5179-1< / a > < br > < / details > |
| busybox | CVE-2021-42381 | HIGH | 1.33.1-r3 | 1.33.1-r6 | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42381" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42381< / a > < br > < a href = "https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/" > https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211223-0002/" > https://security.netapp.com/advisory/ntap-20211223-0002/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5179-1" > https://ubuntu.com/security/notices/USN-5179-1< / a > < br > < / details > |
| busybox | CVE-2021-42382 | HIGH | 1.33.1-r3 | 1.33.1-r6 | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42382" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42382< / a > < br > < a href = "https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/" > https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211223-0002/" > https://security.netapp.com/advisory/ntap-20211223-0002/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5179-1" > https://ubuntu.com/security/notices/USN-5179-1< / a > < br > < / details > |
| busybox | CVE-2021-42383 | HIGH | 1.33.1-r3 | 1.33.1-r6 | < details > < summary > Expand...< / summary > < a href = "https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/" > https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211223-0002/" > https://security.netapp.com/advisory/ntap-20211223-0002/< / a > < br > < / details > |
| busybox | CVE-2021-42384 | HIGH | 1.33.1-r3 | 1.33.1-r6 | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42384" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42384< / a > < br > < a href = "https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/" > https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211223-0002/" > https://security.netapp.com/advisory/ntap-20211223-0002/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5179-1" > https://ubuntu.com/security/notices/USN-5179-1< / a > < br > < / details > |
| busybox | CVE-2021-42385 | HIGH | 1.33.1-r3 | 1.33.1-r6 | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42385" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42385< / a > < br > < a href = "https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/" > https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211223-0002/" > https://security.netapp.com/advisory/ntap-20211223-0002/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5179-1" > https://ubuntu.com/security/notices/USN-5179-1< / a > < br > < / details > |
| busybox | CVE-2021-42386 | HIGH | 1.33.1-r3 | 1.33.1-r6 | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42386" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42386< / a > < br > < a href = "https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/" > https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211223-0002/" > https://security.netapp.com/advisory/ntap-20211223-0002/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5179-1" > https://ubuntu.com/security/notices/USN-5179-1< / a > < br > < / details > |
| busybox | CVE-2021-42374 | MEDIUM | 1.33.1-r3 | 1.33.1-r4 | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42374" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42374< / a > < br > < a href = "https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/" > https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211223-0002/" > https://security.netapp.com/advisory/ntap-20211223-0002/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5179-1" > https://ubuntu.com/security/notices/USN-5179-1< / a > < br > < / details > |
| busybox | CVE-2021-42375 | MEDIUM | 1.33.1-r3 | 1.33.1-r5 | < details > < summary > Expand...< / summary > < a href = "https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/" > https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211223-0002/" > https://security.netapp.com/advisory/ntap-20211223-0002/< / a > < br > < / details > |
| ssl_client | CVE-2021-42378 | HIGH | 1.33.1-r3 | 1.33.1-r6 | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42378" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42378< / a > < br > < a href = "https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/" > https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211223-0002/" > https://security.netapp.com/advisory/ntap-20211223-0002/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5179-1" > https://ubuntu.com/security/notices/USN-5179-1< / a > < br > < / details > |
| ssl_client | CVE-2021-42379 | HIGH | 1.33.1-r3 | 1.33.1-r6 | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42379" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42379< / a > < br > < a href = "https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/" > https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211223-0002/" > https://security.netapp.com/advisory/ntap-20211223-0002/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5179-1" > https://ubuntu.com/security/notices/USN-5179-1< / a > < br > < / details > |
| ssl_client | CVE-2021-42380 | HIGH | 1.33.1-r3 | 1.33.1-r6 | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42380" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42380< / a > < br > < a href = "https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/" > https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211223-0002/" > https://security.netapp.com/advisory/ntap-20211223-0002/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5179-1" > https://ubuntu.com/security/notices/USN-5179-1< / a > < br > < / details > |
| ssl_client | CVE-2021-42381 | HIGH | 1.33.1-r3 | 1.33.1-r6 | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42381" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42381< / a > < br > < a href = "https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/" > https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211223-0002/" > https://security.netapp.com/advisory/ntap-20211223-0002/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5179-1" > https://ubuntu.com/security/notices/USN-5179-1< / a > < br > < / details > |
| ssl_client | CVE-2021-42382 | HIGH | 1.33.1-r3 | 1.33.1-r6 | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42382" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42382< / a > < br > < a href = "https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/" > https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211223-0002/" > https://security.netapp.com/advisory/ntap-20211223-0002/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5179-1" > https://ubuntu.com/security/notices/USN-5179-1< / a > < br > < / details > |
| ssl_client | CVE-2021-42383 | HIGH | 1.33.1-r3 | 1.33.1-r6 | < details > < summary > Expand...< / summary > < a href = "https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/" > https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211223-0002/" > https://security.netapp.com/advisory/ntap-20211223-0002/< / a > < br > < / details > |
| ssl_client | CVE-2021-42384 | HIGH | 1.33.1-r3 | 1.33.1-r6 | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42384" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42384< / a > < br > < a href = "https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/" > https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211223-0002/" > https://security.netapp.com/advisory/ntap-20211223-0002/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5179-1" > https://ubuntu.com/security/notices/USN-5179-1< / a > < br > < / details > |
| ssl_client | CVE-2021-42385 | HIGH | 1.33.1-r3 | 1.33.1-r6 | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42385" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42385< / a > < br > < a href = "https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/" > https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211223-0002/" > https://security.netapp.com/advisory/ntap-20211223-0002/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5179-1" > https://ubuntu.com/security/notices/USN-5179-1< / a > < br > < / details > |
| ssl_client | CVE-2021-42386 | HIGH | 1.33.1-r3 | 1.33.1-r6 | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42386" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42386< / a > < br > < a href = "https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/" > https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211223-0002/" > https://security.netapp.com/advisory/ntap-20211223-0002/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5179-1" > https://ubuntu.com/security/notices/USN-5179-1< / a > < br > < / details > |
| ssl_client | CVE-2021-42374 | MEDIUM | 1.33.1-r3 | 1.33.1-r4 | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42374" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42374< / a > < br > < a href = "https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/" > https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211223-0002/" > https://security.netapp.com/advisory/ntap-20211223-0002/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5179-1" > https://ubuntu.com/security/notices/USN-5179-1< / a > < br > < / details > |
| ssl_client | CVE-2021-42375 | MEDIUM | 1.33.1-r3 | 1.33.1-r5 | < details > < summary > Expand...< / summary > < a href = "https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/" > https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211223-0002/" > https://security.netapp.com/advisory/ntap-20211223-0002/< / a > < br > < / details > |
#### Container: tccr.io/truecharts/guacamole-server:v1.4.0@sha256:6b67e159e4e24524bf025a419062249763967085f6111d73d9f3d9ee7b0c13ee (debian 10.11)
**debian**
| Package | Vulnerability | Severity | Installed Version | Fixed Version | Links |
|:----------------|:------------------:|:-----------:|:------------------:|:-------------:|-----------------------------------------|
| apt | CVE-2011-3374 | LOW | 1.8.2.3 | | < 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://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://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://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://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://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 > < / 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://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 > < / 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 > < / details > |
| fdisk | CVE-2021-37600 | LOW | 2.33.1-0.1 | | < details > < summary > Expand...< / summary > < 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://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://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 > < / details > |
| gcc-8-base | CVE-2018-12886 | HIGH | 8.3.0-6 | | < details > < summary > Expand...< / summary > < 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://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 > < / details > |
| ghostscript | CVE-2021-45944 | MEDIUM | 9.27~dfsg-2+deb10u4 | 9.27~dfsg-2+deb10u5 | < details > < summary > Expand...< / summary > < a href = "https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=29903" > https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=29903< / a > < br > < a href = "https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=30715" > https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=30715< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45944" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45944< / a > < br > < a href = "https://git.ghostscript.com/?p=ghostpdl.git;a=commit;h=7861fcad13c497728189feafb41cd57b5b50ea25" > https://git.ghostscript.com/?p=ghostpdl.git;a=commit;h=7861fcad13c497728189feafb41cd57b5b50ea25< / a > < br > < a href = "https://github.com/google/oss-fuzz-vulns/blob/main/vulns/ghostscript/OSV-2021-237.yaml" > https://github.com/google/oss-fuzz-vulns/blob/main/vulns/ghostscript/OSV-2021-237.yaml< / a > < br > < a href = "https://github.com/google/oss-fuzz-vulns/issues/16" > https://github.com/google/oss-fuzz-vulns/issues/16< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2022/01/msg00006.html" > https://lists.debian.org/debian-lts-announce/2022/01/msg00006.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5224-1" > https://ubuntu.com/security/notices/USN-5224-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5224-2" > https://ubuntu.com/security/notices/USN-5224-2< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5038" > https://www.debian.org/security/2022/dsa-5038< / a > < br > < / details > |
| ghostscript | CVE-2021-45949 | MEDIUM | 9.27~dfsg-2+deb10u4 | 9.27~dfsg-2+deb10u5 | < details > < summary > Expand...< / summary > < a href = "https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=34675" > https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=34675< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45949" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45949< / a > < br > < a href = "https://git.ghostscript.com/?p=ghostpdl.git;a=commit;h=2a3129365d3bc0d4a41f107ef175920d1505d1f7" > https://git.ghostscript.com/?p=ghostpdl.git;a=commit;h=2a3129365d3bc0d4a41f107ef175920d1505d1f7< / a > < br > < a href = "https://github.com/google/oss-fuzz-vulns/blob/main/vulns/ghostscript/OSV-2021-803.yaml" > https://github.com/google/oss-fuzz-vulns/blob/main/vulns/ghostscript/OSV-2021-803.yaml< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2022/01/msg00006.html" > https://lists.debian.org/debian-lts-announce/2022/01/msg00006.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5224-1" > https://ubuntu.com/security/notices/USN-5224-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5224-2" > https://ubuntu.com/security/notices/USN-5224-2< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5038" > https://www.debian.org/security/2022/dsa-5038< / a > < br > < / details > |
| gpgv | CVE-2019-14855 | LOW | 2.2.12-1+deb10u1 | | < details > < summary > Expand...< / summary > < 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 > |
| libaom0 | CVE-2021-30473 | CRITICAL | 1.0.0-3 | | < details > < summary > Expand...< / summary > < a href = "https://aomedia.googlesource.com/aom/+/4efe20e99dcd9b6f8eadc8de8acc825be7416578" > https://aomedia.googlesource.com/aom/+/4efe20e99dcd9b6f8eadc8de8acc825be7416578< / a > < br > < a href = "https://bugs.chromium.org/p/aomedia/issues/detail?id=2998" > https://bugs.chromium.org/p/aomedia/issues/detail?id=2998< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZXCI33HXH6YSOGC2LPE2REQLMIDH6US4/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZXCI33HXH6YSOGC2LPE2REQLMIDH6US4/< / a > < br > < / details > |
| libaom0 | CVE-2021-30474 | CRITICAL | 1.0.0-3 | | < details > < summary > Expand...< / summary > < a href = "https://aomedia.googlesource.com/aom/+/6e31957b6dc62dbc7d1bb70cd84902dd14c4bf2e" > https://aomedia.googlesource.com/aom/+/6e31957b6dc62dbc7d1bb70cd84902dd14c4bf2e< / a > < br > < a href = "https://bugs.chromium.org/p/aomedia/issues/detail?id=3000" > https://bugs.chromium.org/p/aomedia/issues/detail?id=3000< / a > < br > < / details > |
| libaom0 | CVE-2021-30475 | CRITICAL | 1.0.0-3 | | < details > < summary > Expand...< / summary > < a href = "https://aomedia.googlesource.com/aom/+/12adc723acf02633595a4d8da8345742729f46c0" > https://aomedia.googlesource.com/aom/+/12adc723acf02633595a4d8da8345742729f46c0< / a > < br > < a href = "https://bugs.chromium.org/p/aomedia/issues/detail?id=2999" > https://bugs.chromium.org/p/aomedia/issues/detail?id=2999< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZXCI33HXH6YSOGC2LPE2REQLMIDH6US4/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZXCI33HXH6YSOGC2LPE2REQLMIDH6US4/< / a > < br > < / details > |
| libaom0 | CVE-2020-36131 | HIGH | 1.0.0-3 | | < details > < summary > Expand...< / summary > < a href = "https://aomedia.googlesource.com/aom/+/94bcbfe76b0fd5b8ac03645082dc23a88730c949 (v2.0.1)" > https://aomedia.googlesource.com/aom/+/94bcbfe76b0fd5b8ac03645082dc23a88730c949 (v2.0.1)< / a > < br > < a href = "https://bugs.chromium.org/p/aomedia/issues/detail?id=2911&q=&can=1" > https://bugs.chromium.org/p/aomedia/issues/detail?id=2911& q=& can=1< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36131" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36131< / a > < br > < / details > |
| libaom0 | CVE-2020-36133 | HIGH | 1.0.0-3 | | < details > < summary > Expand...< / summary > < a href = "https://aomedia.googlesource.com/aom/+/5c9bc4181071684d157fc47c736acf6c69a85d85 (v3.0.0)" > https://aomedia.googlesource.com/aom/+/5c9bc4181071684d157fc47c736acf6c69a85d85 (v3.0.0)< / a > < br > < a href = "https://bugs.chromium.org/p/aomedia/issues/detail?id=2913&q=&can=1" > https://bugs.chromium.org/p/aomedia/issues/detail?id=2913& q=& can=1< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36133" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36133< / a > < br > < / details > |
| libaom0 | CVE-2020-36130 | MEDIUM | 1.0.0-3 | | < details > < summary > Expand...< / summary > < a href = "https://aomedia.googlesource.com/aom/+/be4ee75fd762d361d0679cc892e4c74af8140093%5E%21/#F0 (v2.0.1)" > https://aomedia.googlesource.com/aom/+/be4ee75fd762d361d0679cc892e4c74af8140093%5E%21/#F0 (v2.0.1)< / a > < br > < a href = "https://bugs.chromium.org/p/aomedia/issues/detail?id=2905&q=&can=1" > https://bugs.chromium.org/p/aomedia/issues/detail?id=2905& q=& can=1< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36130" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36130< / a > < br > < / details > |
| libaom0 | CVE-2020-36135 | MEDIUM | 1.0.0-3 | | < details > < summary > Expand...< / summary > < a href = "https://aomedia.googlesource.com/aom/+/94bcbfe76b0fd5b8ac03645082dc23a88730c949 (v2.0.1)" > https://aomedia.googlesource.com/aom/+/94bcbfe76b0fd5b8ac03645082dc23a88730c949 (v2.0.1)< / a > < br > < a href = "https://bugs.chromium.org/p/aomedia/issues/detail?id=2910&q=&can=1" > https://bugs.chromium.org/p/aomedia/issues/detail?id=2910& q=& can=1< / a > < br > < a href = "https://bugs.chromium.org/p/aomedia/issues/detail?id=2911" > https://bugs.chromium.org/p/aomedia/issues/detail?id=2911< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36135" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36135< / a > < br > < / details > |
| libapt-pkg5.0 | CVE-2011-3374 | LOW | 1.8.2.3 | | < 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 > |
| libavahi-client3 | CVE-2021-3468 | MEDIUM | 0.7-4+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=1939614" > https://bugzilla.redhat.com/show_bug.cgi?id=1939614< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3468" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3468< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5008-1" > https://ubuntu.com/security/notices/USN-5008-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5008-2" > https://ubuntu.com/security/notices/USN-5008-2< / a > < br > < / details > |
| libavahi-client3 | CVE-2017-6519 | LOW | 0.7-4+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=1426712" > https://bugzilla.redhat.com/show_bug.cgi?id=1426712< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-6519" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-6519< / a > < br > < a href = "https://github.com/lathiat/avahi/issues/203" > https://github.com/lathiat/avahi/issues/203< / a > < br > < a href = "https://github.com/lathiat/avahi/issues/203#issuecomment-449536790" > https://github.com/lathiat/avahi/issues/203#issuecomment-449536790< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2017-6519.html" > https://linux.oracle.com/cve/CVE-2017-6519.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-1176.html" > https://linux.oracle.com/errata/ELSA-2020-1176.html< / a > < br > < a href = "https://lists.apache.org/thread.html/r1b103833cb5bc8466e24ff0ecc5e75b45a705334ab6a444e64e840a0@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/r1b103833cb5bc8466e24ff0ecc5e75b45a705334ab6a444e64e840a0@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-3876-1" > https://ubuntu.com/security/notices/USN-3876-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-3876-2" > https://ubuntu.com/security/notices/USN-3876-2< / a > < br > < a href = "https://usn.ubuntu.com/3876-1/" > https://usn.ubuntu.com/3876-1/< / a > < br > < a href = "https://usn.ubuntu.com/3876-2/" > https://usn.ubuntu.com/3876-2/< / a > < br > < a href = "https://www.kb.cert.org/vuls/id/550620" > https://www.kb.cert.org/vuls/id/550620< / a > < br > < a href = "https://www.secfu.net/advisories" > https://www.secfu.net/advisories< / a > < br > < / details > |
| libavahi-common-data | CVE-2021-3468 | MEDIUM | 0.7-4+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=1939614" > https://bugzilla.redhat.com/show_bug.cgi?id=1939614< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3468" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3468< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5008-1" > https://ubuntu.com/security/notices/USN-5008-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5008-2" > https://ubuntu.com/security/notices/USN-5008-2< / a > < br > < / details > |
| libavahi-common-data | CVE-2017-6519 | LOW | 0.7-4+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=1426712" > https://bugzilla.redhat.com/show_bug.cgi?id=1426712< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-6519" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-6519< / a > < br > < a href = "https://github.com/lathiat/avahi/issues/203" > https://github.com/lathiat/avahi/issues/203< / a > < br > < a href = "https://github.com/lathiat/avahi/issues/203#issuecomment-449536790" > https://github.com/lathiat/avahi/issues/203#issuecomment-449536790< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2017-6519.html" > https://linux.oracle.com/cve/CVE-2017-6519.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-1176.html" > https://linux.oracle.com/errata/ELSA-2020-1176.html< / a > < br > < a href = "https://lists.apache.org/thread.html/r1b103833cb5bc8466e24ff0ecc5e75b45a705334ab6a444e64e840a0@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/r1b103833cb5bc8466e24ff0ecc5e75b45a705334ab6a444e64e840a0@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-3876-1" > https://ubuntu.com/security/notices/USN-3876-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-3876-2" > https://ubuntu.com/security/notices/USN-3876-2< / a > < br > < a href = "https://usn.ubuntu.com/3876-1/" > https://usn.ubuntu.com/3876-1/< / a > < br > < a href = "https://usn.ubuntu.com/3876-2/" > https://usn.ubuntu.com/3876-2/< / a > < br > < a href = "https://www.kb.cert.org/vuls/id/550620" > https://www.kb.cert.org/vuls/id/550620< / a > < br > < a href = "https://www.secfu.net/advisories" > https://www.secfu.net/advisories< / a > < br > < / details > |
| libavahi-common3 | CVE-2021-3468 | MEDIUM | 0.7-4+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=1939614" > https://bugzilla.redhat.com/show_bug.cgi?id=1939614< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3468" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3468< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5008-1" > https://ubuntu.com/security/notices/USN-5008-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5008-2" > https://ubuntu.com/security/notices/USN-5008-2< / a > < br > < / details > |
| libavahi-common3 | CVE-2017-6519 | LOW | 0.7-4+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=1426712" > https://bugzilla.redhat.com/show_bug.cgi?id=1426712< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-6519" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-6519< / a > < br > < a href = "https://github.com/lathiat/avahi/issues/203" > https://github.com/lathiat/avahi/issues/203< / a > < br > < a href = "https://github.com/lathiat/avahi/issues/203#issuecomment-449536790" > https://github.com/lathiat/avahi/issues/203#issuecomment-449536790< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2017-6519.html" > https://linux.oracle.com/cve/CVE-2017-6519.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-1176.html" > https://linux.oracle.com/errata/ELSA-2020-1176.html< / a > < br > < a href = "https://lists.apache.org/thread.html/r1b103833cb5bc8466e24ff0ecc5e75b45a705334ab6a444e64e840a0@%3Cissues.bookkeeper.apache.org%3E" > https://lists.apache.org/thread.html/r1b103833cb5bc8466e24ff0ecc5e75b45a705334ab6a444e64e840a0@%3Cissues.bookkeeper.apache.org%3E< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-3876-1" > https://ubuntu.com/security/notices/USN-3876-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-3876-2" > https://ubuntu.com/security/notices/USN-3876-2< / a > < br > < a href = "https://usn.ubuntu.com/3876-1/" > https://usn.ubuntu.com/3876-1/< / a > < br > < a href = "https://usn.ubuntu.com/3876-2/" > https://usn.ubuntu.com/3876-2/< / a > < br > < a href = "https://www.kb.cert.org/vuls/id/550620" > https://www.kb.cert.org/vuls/id/550620< / a > < br > < a href = "https://www.secfu.net/advisories" > https://www.secfu.net/advisories< / a > < br > < / details > |
| libavcodec58 | CVE-2020-20891 | HIGH | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-20891" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-20891< / a > < br > < a href = "https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/64a805883d7223c868a683f0030837d859edd2ab" > https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/64a805883d7223c868a683f0030837d859edd2ab< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8282" > https://trac.ffmpeg.org/ticket/8282< / a > < br > < / details > |
| libavcodec58 | CVE-2020-20892 | HIGH | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "http://git.videolan.org/?p=ffmpeg.git;a=commit;h=19587c9332f5be4f6bc6d7b2b8ef3fd21dfeaa01" > http://git.videolan.org/?p=ffmpeg.git;a=commit;h=19587c9332f5be4f6bc6d7b2b8ef3fd21dfeaa01< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-20892" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-20892< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8265" > https://trac.ffmpeg.org/ticket/8265< / a > < br > < / details > |
| libavcodec58 | CVE-2020-20896 | HIGH | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-20896" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-20896< / a > < br > < a href = "https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/dd01947397b98e94c3f2a79d5820aaf4594f4d3b" > https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/dd01947397b98e94c3f2a79d5820aaf4594f4d3b< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8273" > https://trac.ffmpeg.org/ticket/8273< / a > < br > < / details > |
| libavcodec58 | CVE-2020-21688 | HIGH | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-21688" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-21688< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8186" > https://trac.ffmpeg.org/ticket/8186< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4998" > https://www.debian.org/security/2021/dsa-4998< / a > < br > < / details > |
| libavcodec58 | CVE-2020-21697 | MEDIUM | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-21697" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-21697< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8188" > https://trac.ffmpeg.org/ticket/8188< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4998" > https://www.debian.org/security/2021/dsa-4998< / a > < br > < / details > |
| libavcodec58 | CVE-2021-3566 | MEDIUM | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3566" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3566< / a > < br > < a href = "https://github.com/FFmpeg/FFmpeg/commit/3bce9e9b3ea35c54bacccc793d7da99ea5157532#diff-74f6b92a0541378ad15de9c29c0a2b0c69881ad9ffc71abe568b88b535e00a7f" > https://github.com/FFmpeg/FFmpeg/commit/3bce9e9b3ea35c54bacccc793d7da99ea5157532#diff-74f6b92a0541378ad15de9c29c0a2b0c69881ad9ffc71abe568b88b535e00a7f< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/08/msg00018.html" > https://lists.debian.org/debian-lts-announce/2021/08/msg00018.html< / a > < br > < / details > |
| libavcodec58 | CVE-2020-20450 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-20450" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-20450< / a > < br > < a href = "https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=3865b1952e5cf993b016d83ba78fe1deb63bbfad (4.3)" > https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=3865b1952e5cf993b016d83ba78fe1deb63bbfad (4.3)< / a > < br > < a href = "https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=5400e4a50c61e53e1bc50b3e77201649bbe9c510" > https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=5400e4a50c61e53e1bc50b3e77201649bbe9c510< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/7993" > https://trac.ffmpeg.org/ticket/7993< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4998" > https://www.debian.org/security/2021/dsa-4998< / a > < br > < / details > |
| libavcodec58 | CVE-2020-20451 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-20451" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-20451< / a > < br > < a href = "https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=21265f42ecb265debe9fec1dbfd0cb7de5a8aefb" > https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=21265f42ecb265debe9fec1dbfd0cb7de5a8aefb< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/11/msg00012.html" > https://lists.debian.org/debian-lts-announce/2021/11/msg00012.html< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8094" > https://trac.ffmpeg.org/ticket/8094< / a > < br > < / details > |
| libavcodec58 | CVE-2020-20898 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-20898" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-20898< / a > < br > < a href = "https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/99f8d32129dd233d4eb2efa44678a0bc44869f23" > https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/99f8d32129dd233d4eb2efa44678a0bc44869f23< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8263" > https://trac.ffmpeg.org/ticket/8263< / a > < br > < / details > |
| libavcodec58 | CVE-2020-22038 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22038" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22038< / a > < br > < a href = "https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=7c32e9cf93b712f8463573a59ed4e98fd10fa013" > https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=7c32e9cf93b712f8463573a59ed4e98fd10fa013< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8285" > https://trac.ffmpeg.org/ticket/8285< / a > < br > < / details > |
| libavcodec58 | CVE-2020-22039 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22039" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22039< / a > < br > < a href = "https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=a581bb66ea5eb981e2e498ca301df7d1ef15a6a3" > https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=a581bb66ea5eb981e2e498ca301df7d1ef15a6a3< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8302" > https://trac.ffmpeg.org/ticket/8302< / a > < br > < / details > |
| libavcodec58 | CVE-2020-22040 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22040" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22040< / a > < br > < a href = "https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=1a0c584abc9709b1d11dbafef05d22e0937d7d19" > https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=1a0c584abc9709b1d11dbafef05d22e0937d7d19< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8283" > https://trac.ffmpeg.org/ticket/8283< / a > < br > < / details > |
| libavcodec58 | CVE-2020-22041 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22041" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22041< / a > < br > < a href = "https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=3488e0977c671568731afa12b811adce9d4d807f" > https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=3488e0977c671568731afa12b811adce9d4d807f< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/11/msg00012.html" > https://lists.debian.org/debian-lts-announce/2021/11/msg00012.html< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8296" > https://trac.ffmpeg.org/ticket/8296< / a > < br > < / details > |
| libavcodec58 | CVE-2020-22042 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22042" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22042< / a > < br > < a href = "https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=426c16d61a9b5056a157a1a2a057a4e4d13eef84" > https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=426c16d61a9b5056a157a1a2a057a4e4d13eef84< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8267" > https://trac.ffmpeg.org/ticket/8267< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4998" > https://www.debian.org/security/2021/dsa-4998< / a > < br > < / details > |
| libavcodec58 | CVE-2020-22043 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22043" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22043< / a > < br > < a href = "https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=b288a7eb3d963a175e177b6219c8271076ee8590" > https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=b288a7eb3d963a175e177b6219c8271076ee8590< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8284" > https://trac.ffmpeg.org/ticket/8284< / a > < br > < / details > |
| libavcodec58 | CVE-2020-22044 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22044" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22044< / a > < br > < a href = "https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=1d479300cbe0522c233b7d51148aea2b29bd29ad" > https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=1d479300cbe0522c233b7d51148aea2b29bd29ad< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/11/msg00012.html" > https://lists.debian.org/debian-lts-announce/2021/11/msg00012.html< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8295" > https://trac.ffmpeg.org/ticket/8295< / a > < br > < / details > |
| libavcodec58 | CVE-2020-22046 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22046" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22046< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/11/msg00012.html" > https://lists.debian.org/debian-lts-announce/2021/11/msg00012.html< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8294" > https://trac.ffmpeg.org/ticket/8294< / a > < br > < / details > |
| libavcodec58 | CVE-2020-22048 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22048" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22048< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/11/msg00012.html" > https://lists.debian.org/debian-lts-announce/2021/11/msg00012.html< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8303" > https://trac.ffmpeg.org/ticket/8303< / a > < br > < / details > |
| libavcodec58 | CVE-2020-22051 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=673fce6d40d9a594fb7a0ea17d296b7d3d9ea856" > http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=673fce6d40d9a594fb7a0ea17d296b7d3d9ea856< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22051" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22051< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8313" > https://trac.ffmpeg.org/ticket/8313< / a > < br > < / details > |
| libavcodec58 | CVE-2020-22056 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22056" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22056< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8304" > https://trac.ffmpeg.org/ticket/8304< / a > < br > < / details > |
| libavcodec58 | CVE-2021-38090 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-38090" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-38090< / a > < br > < a href = "https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/99f8d32129dd233d4eb2efa44678a0bc44869f23" > https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/99f8d32129dd233d4eb2efa44678a0bc44869f23< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8263" > https://trac.ffmpeg.org/ticket/8263< / a > < br > < / details > |
| libavcodec58 | CVE-2021-38091 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-38091" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-38091< / a > < br > < a href = "https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/99f8d32129dd233d4eb2efa44678a0bc44869f23" > https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/99f8d32129dd233d4eb2efa44678a0bc44869f23< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8263" > https://trac.ffmpeg.org/ticket/8263< / a > < br > < / details > |
| libavcodec58 | CVE-2021-38092 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-38092" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-38092< / a > < br > < a href = "https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/99f8d32129dd233d4eb2efa44678a0bc44869f23" > https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/99f8d32129dd233d4eb2efa44678a0bc44869f23< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8263" > https://trac.ffmpeg.org/ticket/8263< / a > < br > < / details > |
| libavcodec58 | CVE-2021-38093 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-38093" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-38093< / a > < br > < a href = "https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/99f8d32129dd233d4eb2efa44678a0bc44869f23" > https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/99f8d32129dd233d4eb2efa44678a0bc44869f23< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8263" > https://trac.ffmpeg.org/ticket/8263< / a > < br > < / details > |
| libavcodec58 | CVE-2021-38094 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-38094" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-38094< / a > < br > < a href = "https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/99f8d32129dd233d4eb2efa44678a0bc44869f23" > https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/99f8d32129dd233d4eb2efa44678a0bc44869f23< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8263" > https://trac.ffmpeg.org/ticket/8263< / a > < br > < / details > |
| libavutil56 | CVE-2020-20891 | HIGH | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-20891" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-20891< / a > < br > < a href = "https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/64a805883d7223c868a683f0030837d859edd2ab" > https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/64a805883d7223c868a683f0030837d859edd2ab< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8282" > https://trac.ffmpeg.org/ticket/8282< / a > < br > < / details > |
| libavutil56 | CVE-2020-20892 | HIGH | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "http://git.videolan.org/?p=ffmpeg.git;a=commit;h=19587c9332f5be4f6bc6d7b2b8ef3fd21dfeaa01" > http://git.videolan.org/?p=ffmpeg.git;a=commit;h=19587c9332f5be4f6bc6d7b2b8ef3fd21dfeaa01< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-20892" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-20892< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8265" > https://trac.ffmpeg.org/ticket/8265< / a > < br > < / details > |
| libavutil56 | CVE-2020-20896 | HIGH | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-20896" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-20896< / a > < br > < a href = "https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/dd01947397b98e94c3f2a79d5820aaf4594f4d3b" > https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/dd01947397b98e94c3f2a79d5820aaf4594f4d3b< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8273" > https://trac.ffmpeg.org/ticket/8273< / a > < br > < / details > |
| libavutil56 | CVE-2020-21688 | HIGH | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-21688" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-21688< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8186" > https://trac.ffmpeg.org/ticket/8186< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4998" > https://www.debian.org/security/2021/dsa-4998< / a > < br > < / details > |
| libavutil56 | CVE-2020-21697 | MEDIUM | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-21697" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-21697< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8188" > https://trac.ffmpeg.org/ticket/8188< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4998" > https://www.debian.org/security/2021/dsa-4998< / a > < br > < / details > |
| libavutil56 | CVE-2021-3566 | MEDIUM | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3566" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3566< / a > < br > < a href = "https://github.com/FFmpeg/FFmpeg/commit/3bce9e9b3ea35c54bacccc793d7da99ea5157532#diff-74f6b92a0541378ad15de9c29c0a2b0c69881ad9ffc71abe568b88b535e00a7f" > https://github.com/FFmpeg/FFmpeg/commit/3bce9e9b3ea35c54bacccc793d7da99ea5157532#diff-74f6b92a0541378ad15de9c29c0a2b0c69881ad9ffc71abe568b88b535e00a7f< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/08/msg00018.html" > https://lists.debian.org/debian-lts-announce/2021/08/msg00018.html< / a > < br > < / details > |
| libavutil56 | CVE-2020-20450 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-20450" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-20450< / a > < br > < a href = "https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=3865b1952e5cf993b016d83ba78fe1deb63bbfad (4.3)" > https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=3865b1952e5cf993b016d83ba78fe1deb63bbfad (4.3)< / a > < br > < a href = "https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=5400e4a50c61e53e1bc50b3e77201649bbe9c510" > https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=5400e4a50c61e53e1bc50b3e77201649bbe9c510< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/7993" > https://trac.ffmpeg.org/ticket/7993< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4998" > https://www.debian.org/security/2021/dsa-4998< / a > < br > < / details > |
| libavutil56 | CVE-2020-20451 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-20451" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-20451< / a > < br > < a href = "https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=21265f42ecb265debe9fec1dbfd0cb7de5a8aefb" > https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=21265f42ecb265debe9fec1dbfd0cb7de5a8aefb< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/11/msg00012.html" > https://lists.debian.org/debian-lts-announce/2021/11/msg00012.html< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8094" > https://trac.ffmpeg.org/ticket/8094< / a > < br > < / details > |
| libavutil56 | CVE-2020-20898 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-20898" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-20898< / a > < br > < a href = "https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/99f8d32129dd233d4eb2efa44678a0bc44869f23" > https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/99f8d32129dd233d4eb2efa44678a0bc44869f23< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8263" > https://trac.ffmpeg.org/ticket/8263< / a > < br > < / details > |
| libavutil56 | CVE-2020-22038 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22038" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22038< / a > < br > < a href = "https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=7c32e9cf93b712f8463573a59ed4e98fd10fa013" > https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=7c32e9cf93b712f8463573a59ed4e98fd10fa013< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8285" > https://trac.ffmpeg.org/ticket/8285< / a > < br > < / details > |
| libavutil56 | CVE-2020-22039 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22039" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22039< / a > < br > < a href = "https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=a581bb66ea5eb981e2e498ca301df7d1ef15a6a3" > https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=a581bb66ea5eb981e2e498ca301df7d1ef15a6a3< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8302" > https://trac.ffmpeg.org/ticket/8302< / a > < br > < / details > |
| libavutil56 | CVE-2020-22040 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22040" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22040< / a > < br > < a href = "https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=1a0c584abc9709b1d11dbafef05d22e0937d7d19" > https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=1a0c584abc9709b1d11dbafef05d22e0937d7d19< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8283" > https://trac.ffmpeg.org/ticket/8283< / a > < br > < / details > |
| libavutil56 | CVE-2020-22041 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22041" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22041< / a > < br > < a href = "https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=3488e0977c671568731afa12b811adce9d4d807f" > https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=3488e0977c671568731afa12b811adce9d4d807f< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/11/msg00012.html" > https://lists.debian.org/debian-lts-announce/2021/11/msg00012.html< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8296" > https://trac.ffmpeg.org/ticket/8296< / a > < br > < / details > |
| libavutil56 | CVE-2020-22042 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22042" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22042< / a > < br > < a href = "https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=426c16d61a9b5056a157a1a2a057a4e4d13eef84" > https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=426c16d61a9b5056a157a1a2a057a4e4d13eef84< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8267" > https://trac.ffmpeg.org/ticket/8267< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4998" > https://www.debian.org/security/2021/dsa-4998< / a > < br > < / details > |
| libavutil56 | CVE-2020-22043 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22043" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22043< / a > < br > < a href = "https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=b288a7eb3d963a175e177b6219c8271076ee8590" > https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=b288a7eb3d963a175e177b6219c8271076ee8590< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8284" > https://trac.ffmpeg.org/ticket/8284< / a > < br > < / details > |
| libavutil56 | CVE-2020-22044 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22044" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22044< / a > < br > < a href = "https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=1d479300cbe0522c233b7d51148aea2b29bd29ad" > https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=1d479300cbe0522c233b7d51148aea2b29bd29ad< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/11/msg00012.html" > https://lists.debian.org/debian-lts-announce/2021/11/msg00012.html< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8295" > https://trac.ffmpeg.org/ticket/8295< / a > < br > < / details > |
| libavutil56 | CVE-2020-22046 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22046" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22046< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/11/msg00012.html" > https://lists.debian.org/debian-lts-announce/2021/11/msg00012.html< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8294" > https://trac.ffmpeg.org/ticket/8294< / a > < br > < / details > |
| libavutil56 | CVE-2020-22048 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22048" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22048< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/11/msg00012.html" > https://lists.debian.org/debian-lts-announce/2021/11/msg00012.html< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8303" > https://trac.ffmpeg.org/ticket/8303< / a > < br > < / details > |
| libavutil56 | CVE-2020-22051 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=673fce6d40d9a594fb7a0ea17d296b7d3d9ea856" > http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=673fce6d40d9a594fb7a0ea17d296b7d3d9ea856< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22051" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22051< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8313" > https://trac.ffmpeg.org/ticket/8313< / a > < br > < / details > |
| libavutil56 | CVE-2020-22056 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22056" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22056< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8304" > https://trac.ffmpeg.org/ticket/8304< / a > < br > < / details > |
| libavutil56 | CVE-2021-38090 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-38090" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-38090< / a > < br > < a href = "https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/99f8d32129dd233d4eb2efa44678a0bc44869f23" > https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/99f8d32129dd233d4eb2efa44678a0bc44869f23< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8263" > https://trac.ffmpeg.org/ticket/8263< / a > < br > < / details > |
| libavutil56 | CVE-2021-38091 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-38091" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-38091< / a > < br > < a href = "https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/99f8d32129dd233d4eb2efa44678a0bc44869f23" > https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/99f8d32129dd233d4eb2efa44678a0bc44869f23< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8263" > https://trac.ffmpeg.org/ticket/8263< / a > < br > < / details > |
| libavutil56 | CVE-2021-38092 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-38092" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-38092< / a > < br > < a href = "https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/99f8d32129dd233d4eb2efa44678a0bc44869f23" > https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/99f8d32129dd233d4eb2efa44678a0bc44869f23< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8263" > https://trac.ffmpeg.org/ticket/8263< / a > < br > < / details > |
| libavutil56 | CVE-2021-38093 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-38093" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-38093< / a > < br > < a href = "https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/99f8d32129dd233d4eb2efa44678a0bc44869f23" > https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/99f8d32129dd233d4eb2efa44678a0bc44869f23< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8263" > https://trac.ffmpeg.org/ticket/8263< / a > < br > < / details > |
| libavutil56 | CVE-2021-38094 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-38094" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-38094< / a > < br > < a href = "https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/99f8d32129dd233d4eb2efa44678a0bc44869f23" > https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/99f8d32129dd233d4eb2efa44678a0bc44869f23< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8263" > https://trac.ffmpeg.org/ticket/8263< / a > < br > < / details > |
| libblkid1 | CVE-2021-37600 | LOW | 2.33.1-0.1 | | < details > < summary > Expand...< / summary > < 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://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://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 > < / details > |
| libc-bin | CVE-2021-33574 | CRITICAL | 2.28-10 | | < details > < summary > Expand...< / summary > < 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://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://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://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://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://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 > < / details > |
| libc-bin | CVE-2022-23219 | CRITICAL | 2.28-10 | | < details > < summary > Expand...< / summary > < 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://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 > < / details > |
| libc-bin | CVE-2020-1751 | HIGH | 2.28-10 | | < details > < summary > Expand...< / summary > < 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://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://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://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://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://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://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://ubuntu.com/security/notices/USN-5310-1" > https://ubuntu.com/security/notices/USN-5310-1< / 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://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://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=ee7a3144c9922808181009b7b3e50e852fb4999b< / 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-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://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://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://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://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-2021-3998 | MEDIUM | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3998" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3998< / 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.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-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://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 > < / 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://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://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://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://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://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://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://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://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://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://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://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://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://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://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://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://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://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://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://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 > < / details > |
| libc6 | CVE-2022-23219 | CRITICAL | 2.28-10 | | < details > < summary > Expand...< / summary > < 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://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 > < / details > |
| libc6 | CVE-2020-1751 | HIGH | 2.28-10 | | < details > < summary > Expand...< / summary > < 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://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://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://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://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://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://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://ubuntu.com/security/notices/USN-5310-1" > https://ubuntu.com/security/notices/USN-5310-1< / 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://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://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=ee7a3144c9922808181009b7b3e50e852fb4999b< / 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-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://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://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://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://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-2021-3998 | MEDIUM | 2.28-10 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3998" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3998< / 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.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-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://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 > < / 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://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://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://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://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://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://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://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://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://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://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://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://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://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 > |
| libcairo2 | CVE-2017-7475 | LOW | 1.16.0-4+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "http://seclists.org/oss-sec/2017/q2/151" > http://seclists.org/oss-sec/2017/q2/151< / a > < br > < a href = "https://bugs.freedesktop.org/show_bug.cgi?id=100763" > https://bugs.freedesktop.org/show_bug.cgi?id=100763< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2017-7475" > https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2017-7475< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-7475" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-7475< / a > < br > < a href = "https://github.com/advisories/GHSA-5v3f-73gv-x7x5" > https://github.com/advisories/GHSA-5v3f-73gv-x7x5< / 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-2017-7475" > https://nvd.nist.gov/vuln/detail/CVE-2017-7475< / a > < br > < / details > |
| libcairo2 | CVE-2018-18064 | LOW | 1.16.0-4+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-18064" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-18064< / a > < br > < a href = "https://gitlab.freedesktop.org/cairo/cairo/issues/341" > https://gitlab.freedesktop.org/cairo/cairo/issues/341< / 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 > |
| libcairo2 | CVE-2019-6461 | LOW | 1.16.0-4+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-6461" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-6461< / a > < br > < a href = "https://github.com/TeamSeri0us/pocs/tree/master/gerbv" > https://github.com/TeamSeri0us/pocs/tree/master/gerbv< / a > < br > < a href = "https://gitlab.freedesktop.org/cairo/cairo/issues/352" > https://gitlab.freedesktop.org/cairo/cairo/issues/352< / 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 > |
| libcairo2 | CVE-2019-6462 | LOW | 1.16.0-4+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-6462" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-6462< / a > < br > < a href = "https://github.com/TeamSeri0us/pocs/tree/master/gerbv" > https://github.com/TeamSeri0us/pocs/tree/master/gerbv< / a > < br > < a href = "https://gitlab.freedesktop.org/cairo/cairo/issues/353" > https://gitlab.freedesktop.org/cairo/cairo/issues/353< / a > < br > < a href = "https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E" > https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E< / a > < br > < / details > |
| libcroco3 | CVE-2017-8834 | LOW | 0.6.12-3 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00043.html" > http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00043.html< / a > < br > < a href = "http://seclists.org/fulldisclosure/2017/Jun/10" > http://seclists.org/fulldisclosure/2017/Jun/10< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2020/08/13/3" > http://www.openwall.com/lists/oss-security/2020/08/13/3< / a > < br > < a href = "https://bugzilla.gnome.org/show_bug.cgi?id=782647" > https://bugzilla.gnome.org/show_bug.cgi?id=782647< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-8834" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-8834< / a > < br > < a href = "https://www.exploit-db.com/exploits/42147/" > https://www.exploit-db.com/exploits/42147/< / a > < br > < / details > |
| libcroco3 | CVE-2017-8871 | LOW | 0.6.12-3 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00043.html" > http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00043.html< / a > < br > < a href = "http://seclists.org/fulldisclosure/2017/Jun/10" > http://seclists.org/fulldisclosure/2017/Jun/10< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2020/08/13/3" > http://www.openwall.com/lists/oss-security/2020/08/13/3< / a > < br > < a href = "https://bugzilla.gnome.org/show_bug.cgi?id=782649" > https://bugzilla.gnome.org/show_bug.cgi?id=782649< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-8871" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-8871< / a > < br > < a href = "https://www.exploit-db.com/exploits/42147/" > https://www.exploit-db.com/exploits/42147/< / a > < br > < / details > |
| libcroco3 | CVE-2020-12825 | LOW | 0.6.12-3 | | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2020/08/13/3" > http://www.openwall.com/lists/oss-security/2020/08/13/3< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2020/09/08/3" > http://www.openwall.com/lists/oss-security/2020/09/08/3< / a > < br > < a href = "https://gitlab.gnome.org/GNOME/libcroco/-/issues/8" > https://gitlab.gnome.org/GNOME/libcroco/-/issues/8< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-12825.html" > https://linux.oracle.com/cve/CVE-2020-12825.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4072.html" > https://linux.oracle.com/errata/ELSA-2020-4072.html< / a > < br > < / details > |
| libcups2 | CVE-2020-10001 | MEDIUM | 2.2.10-6+deb10u4 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-10001" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-10001< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-10001.html" > https://linux.oracle.com/cve/CVE-2020-10001.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-4393.html" > https://linux.oracle.com/errata/ELSA-2021-4393.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/10/msg00027.html" > https://lists.debian.org/debian-lts-announce/2021/10/msg00027.html< / a > < br > < a href = "https://support.apple.com/en-us/HT212011" > https://support.apple.com/en-us/HT212011< / a > < br > < / details > |
| libcups2 | CVE-2014-8166 | LOW | 2.2.10-6+deb10u4 | | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2015/03/24/15" > http://www.openwall.com/lists/oss-security/2015/03/24/15< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2015/03/24/2" > http://www.openwall.com/lists/oss-security/2015/03/24/2< / a > < br > < a href = "http://www.securityfocus.com/bid/73300" > http://www.securityfocus.com/bid/73300< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=1084577" > https://bugzilla.redhat.com/show_bug.cgi?id=1084577< / a > < br > < / details > |
| libcupsimage2 | CVE-2020-10001 | MEDIUM | 2.2.10-6+deb10u4 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-10001" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-10001< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-10001.html" > https://linux.oracle.com/cve/CVE-2020-10001.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-4393.html" > https://linux.oracle.com/errata/ELSA-2021-4393.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/10/msg00027.html" > https://lists.debian.org/debian-lts-announce/2021/10/msg00027.html< / a > < br > < a href = "https://support.apple.com/en-us/HT212011" > https://support.apple.com/en-us/HT212011< / a > < br > < / details > |
| libcupsimage2 | CVE-2014-8166 | LOW | 2.2.10-6+deb10u4 | | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2015/03/24/15" > http://www.openwall.com/lists/oss-security/2015/03/24/15< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2015/03/24/2" > http://www.openwall.com/lists/oss-security/2015/03/24/2< / a > < br > < a href = "http://www.securityfocus.com/bid/73300" > http://www.securityfocus.com/bid/73300< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=1084577" > https://bugzilla.redhat.com/show_bug.cgi?id=1084577< / a > < br > < / details > |
| libexpat1 | CVE-2022-22822 | CRITICAL | 2.2.6-2+deb10u1 | 2.2.6-2+deb10u2 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2022/01/17/3" > http://www.openwall.com/lists/oss-security/2022/01/17/3< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22822" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22822< / a > < br > < a href = "https://github.com/libexpat/libexpat/pull/539" > https://github.com/libexpat/libexpat/pull/539< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5288-1" > https://ubuntu.com/security/notices/USN-5288-1< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5073" > https://www.debian.org/security/2022/dsa-5073< / a > < br > < a href = "https://www.tenable.com/security/tns-2022-05" > https://www.tenable.com/security/tns-2022-05< / a > < br > < / details > |
| libexpat1 | CVE-2022-22823 | CRITICAL | 2.2.6-2+deb10u1 | 2.2.6-2+deb10u2 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2022/01/17/3" > http://www.openwall.com/lists/oss-security/2022/01/17/3< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22823" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22823< / a > < br > < a href = "https://github.com/libexpat/libexpat/pull/539" > https://github.com/libexpat/libexpat/pull/539< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5288-1" > https://ubuntu.com/security/notices/USN-5288-1< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5073" > https://www.debian.org/security/2022/dsa-5073< / a > < br > < a href = "https://www.tenable.com/security/tns-2022-05" > https://www.tenable.com/security/tns-2022-05< / a > < br > < / details > |
| libexpat1 | CVE-2022-22824 | CRITICAL | 2.2.6-2+deb10u1 | 2.2.6-2+deb10u2 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2022/01/17/3" > http://www.openwall.com/lists/oss-security/2022/01/17/3< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22824" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22824< / a > < br > < a href = "https://github.com/libexpat/libexpat/pull/539" > https://github.com/libexpat/libexpat/pull/539< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5288-1" > https://ubuntu.com/security/notices/USN-5288-1< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5073" > https://www.debian.org/security/2022/dsa-5073< / a > < br > < a href = "https://www.tenable.com/security/tns-2022-05" > https://www.tenable.com/security/tns-2022-05< / a > < br > < / details > |
| libexpat1 | CVE-2022-23852 | CRITICAL | 2.2.6-2+deb10u1 | 2.2.6-2+deb10u2 | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23852" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23852< / a > < br > < a href = "https://github.com/libexpat/libexpat/pull/550" > https://github.com/libexpat/libexpat/pull/550< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220217-0001/" > https://security.netapp.com/advisory/ntap-20220217-0001/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5288-1" > https://ubuntu.com/security/notices/USN-5288-1< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5073" > https://www.debian.org/security/2022/dsa-5073< / a > < br > < a href = "https://www.tenable.com/security/tns-2022-05" > https://www.tenable.com/security/tns-2022-05< / a > < br > < / details > |
| libexpat1 | CVE-2022-23990 | CRITICAL | 2.2.6-2+deb10u1 | 2.2.6-2+deb10u2 | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23990" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23990< / a > < br > < a href = "https://github.com/libexpat/libexpat/pull/551" > https://github.com/libexpat/libexpat/pull/551< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/34NXVL2RZC2YZRV74ZQ3RNFB7WCEUP7D/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/34NXVL2RZC2YZRV74ZQ3RNFB7WCEUP7D/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/R7FF2UH7MPXKTADYSJUAHI2Y5UHBSHUH/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/R7FF2UH7MPXKTADYSJUAHI2Y5UHBSHUH/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5288-1" > https://ubuntu.com/security/notices/USN-5288-1< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5073" > https://www.debian.org/security/2022/dsa-5073< / a > < br > < a href = "https://www.tenable.com/security/tns-2022-05" > https://www.tenable.com/security/tns-2022-05< / a > < br > < / details > |
| libexpat1 | CVE-2022-25235 | CRITICAL | 2.2.6-2+deb10u1 | 2.2.6-2+deb10u3 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2022/02/19/1" > http://www.openwall.com/lists/oss-security/2022/02/19/1< / a > < br > < a href = "https://blog.hartwork.org/posts/expat-2-4-5-released/" > https://blog.hartwork.org/posts/expat-2-4-5-released/< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25235" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25235< / a > < br > < a href = "https://github.com/libexpat/libexpat/pull/562" > https://github.com/libexpat/libexpat/pull/562< / a > < br > < a href = "https://github.com/libexpat/libexpat/pull/562/commits/367ae600b48d74261bbc339b17e9318424049791 (fix)" > https://github.com/libexpat/libexpat/pull/562/commits/367ae600b48d74261bbc339b17e9318424049791 (fix)< / a > < br > < a href = "https://github.com/libexpat/libexpat/pull/562/commits/97cfdc3fa7dca759880d81e371901f4620279106 (tests)" > https://github.com/libexpat/libexpat/pull/562/commits/97cfdc3fa7dca759880d81e371901f4620279106 (tests)< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/3UFRBA3UQVIQKXTBUQXDWQOVWNBKLERU/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/3UFRBA3UQVIQKXTBUQXDWQOVWNBKLERU/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Y27XO3JMKAOMQZVPS3B4MJGEAHCZF5OM/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Y27XO3JMKAOMQZVPS3B4MJGEAHCZF5OM/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220303-0008/" > https://security.netapp.com/advisory/ntap-20220303-0008/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5288-1" > https://ubuntu.com/security/notices/USN-5288-1< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5085" > https://www.debian.org/security/2022/dsa-5085< / a > < br > < / details > |
| libexpat1 | CVE-2022-25236 | CRITICAL | 2.2.6-2+deb10u1 | 2.2.6-2+deb10u3 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2022/02/19/1" > http://www.openwall.com/lists/oss-security/2022/02/19/1< / a > < br > < a href = "https://blog.hartwork.org/posts/expat-2-4-5-released/" > https://blog.hartwork.org/posts/expat-2-4-5-released/< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25236" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25236< / a > < br > < a href = "https://github.com/libexpat/libexpat/pull/561" > https://github.com/libexpat/libexpat/pull/561< / a > < br > < a href = "https://github.com/libexpat/libexpat/pull/561/commits/2de077423fb22750ebea599677d523b53cb93b1d (test)" > https://github.com/libexpat/libexpat/pull/561/commits/2de077423fb22750ebea599677d523b53cb93b1d (test)< / a > < br > < a href = "https://github.com/libexpat/libexpat/pull/561/commits/a2fe525e660badd64b6c557c2b1ec26ddc07f6e4 (fix)" > https://github.com/libexpat/libexpat/pull/561/commits/a2fe525e660badd64b6c557c2b1ec26ddc07f6e4 (fix)< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/3UFRBA3UQVIQKXTBUQXDWQOVWNBKLERU/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/3UFRBA3UQVIQKXTBUQXDWQOVWNBKLERU/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Y27XO3JMKAOMQZVPS3B4MJGEAHCZF5OM/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Y27XO3JMKAOMQZVPS3B4MJGEAHCZF5OM/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220303-0008/" > https://security.netapp.com/advisory/ntap-20220303-0008/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5288-1" > https://ubuntu.com/security/notices/USN-5288-1< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5085" > https://www.debian.org/security/2022/dsa-5085< / a > < br > < / details > |
| libexpat1 | CVE-2022-25315 | CRITICAL | 2.2.6-2+deb10u1 | 2.2.6-2+deb10u3 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2022/02/19/1" > http://www.openwall.com/lists/oss-security/2022/02/19/1< / a > < br > < a href = "https://blog.hartwork.org/posts/expat-2-4-5-released/" > https://blog.hartwork.org/posts/expat-2-4-5-released/< / a > < br > < a href = "https://github.com/libexpat/libexpat/pull/559" > https://github.com/libexpat/libexpat/pull/559< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/3UFRBA3UQVIQKXTBUQXDWQOVWNBKLERU/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/3UFRBA3UQVIQKXTBUQXDWQOVWNBKLERU/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Y27XO3JMKAOMQZVPS3B4MJGEAHCZF5OM/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Y27XO3JMKAOMQZVPS3B4MJGEAHCZF5OM/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220303-0008/" > https://security.netapp.com/advisory/ntap-20220303-0008/< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5085" > https://www.debian.org/security/2022/dsa-5085< / a > < br > < / details > |
| libexpat1 | CVE-2021-45960 | HIGH | 2.2.6-2+deb10u1 | 2.2.6-2+deb10u2 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2022/01/17/3" > http://www.openwall.com/lists/oss-security/2022/01/17/3< / a > < br > < a href = "https://bugzilla.mozilla.org/show_bug.cgi?id=1217609" > https://bugzilla.mozilla.org/show_bug.cgi?id=1217609< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45960" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45960< / a > < br > < a href = "https://github.com/libexpat/libexpat/issues/531" > https://github.com/libexpat/libexpat/issues/531< / a > < br > < a href = "https://github.com/libexpat/libexpat/pull/534" > https://github.com/libexpat/libexpat/pull/534< / a > < br > < a href = "https://github.com/libexpat/libexpat/pull/534/commits/0adcb34c49bee5b19bd29b16a578c510c23597ea" > https://github.com/libexpat/libexpat/pull/534/commits/0adcb34c49bee5b19bd29b16a578c510c23597ea< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220121-0004/" > https://security.netapp.com/advisory/ntap-20220121-0004/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5288-1" > https://ubuntu.com/security/notices/USN-5288-1< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5073" > https://www.debian.org/security/2022/dsa-5073< / a > < br > < a href = "https://www.tenable.com/security/tns-2022-05" > https://www.tenable.com/security/tns-2022-05< / a > < br > < / details > |
| libexpat1 | CVE-2021-46143 | HIGH | 2.2.6-2+deb10u1 | 2.2.6-2+deb10u2 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2022/01/17/3" > http://www.openwall.com/lists/oss-security/2022/01/17/3< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-46143" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-46143< / a > < br > < a href = "https://github.com/libexpat/libexpat/issues/532" > https://github.com/libexpat/libexpat/issues/532< / a > < br > < a href = "https://github.com/libexpat/libexpat/pull/538" > https://github.com/libexpat/libexpat/pull/538< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220121-0006/" > https://security.netapp.com/advisory/ntap-20220121-0006/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5288-1" > https://ubuntu.com/security/notices/USN-5288-1< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5073" > https://www.debian.org/security/2022/dsa-5073< / a > < br > < a href = "https://www.tenable.com/security/tns-2022-05" > https://www.tenable.com/security/tns-2022-05< / a > < br > < / details > |
| libexpat1 | CVE-2022-22825 | HIGH | 2.2.6-2+deb10u1 | 2.2.6-2+deb10u2 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2022/01/17/3" > http://www.openwall.com/lists/oss-security/2022/01/17/3< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22825" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22825< / a > < br > < a href = "https://github.com/libexpat/libexpat/pull/539" > https://github.com/libexpat/libexpat/pull/539< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5288-1" > https://ubuntu.com/security/notices/USN-5288-1< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5073" > https://www.debian.org/security/2022/dsa-5073< / a > < br > < a href = "https://www.tenable.com/security/tns-2022-05" > https://www.tenable.com/security/tns-2022-05< / a > < br > < / details > |
| libexpat1 | CVE-2022-22826 | HIGH | 2.2.6-2+deb10u1 | 2.2.6-2+deb10u2 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2022/01/17/3" > http://www.openwall.com/lists/oss-security/2022/01/17/3< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22826" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22826< / a > < br > < a href = "https://github.com/libexpat/libexpat/pull/539" > https://github.com/libexpat/libexpat/pull/539< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5288-1" > https://ubuntu.com/security/notices/USN-5288-1< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5073" > https://www.debian.org/security/2022/dsa-5073< / a > < br > < a href = "https://www.tenable.com/security/tns-2022-05" > https://www.tenable.com/security/tns-2022-05< / a > < br > < / details > |
| libexpat1 | CVE-2022-22827 | HIGH | 2.2.6-2+deb10u1 | 2.2.6-2+deb10u2 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2022/01/17/3" > http://www.openwall.com/lists/oss-security/2022/01/17/3< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22827" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22827< / a > < br > < a href = "https://github.com/libexpat/libexpat/pull/539" > https://github.com/libexpat/libexpat/pull/539< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5288-1" > https://ubuntu.com/security/notices/USN-5288-1< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5073" > https://www.debian.org/security/2022/dsa-5073< / a > < br > < a href = "https://www.tenable.com/security/tns-2022-05" > https://www.tenable.com/security/tns-2022-05< / a > < br > < / details > |
| libexpat1 | CVE-2022-25314 | HIGH | 2.2.6-2+deb10u1 | 2.2.6-2+deb10u3 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2022/02/19/1" > http://www.openwall.com/lists/oss-security/2022/02/19/1< / a > < br > < a href = "https://blog.hartwork.org/posts/expat-2-4-5-released/" > https://blog.hartwork.org/posts/expat-2-4-5-released/< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25314" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25314< / a > < br > < a href = "https://github.com/libexpat/libexpat/pull/560" > https://github.com/libexpat/libexpat/pull/560< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/3UFRBA3UQVIQKXTBUQXDWQOVWNBKLERU/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/3UFRBA3UQVIQKXTBUQXDWQOVWNBKLERU/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Y27XO3JMKAOMQZVPS3B4MJGEAHCZF5OM/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Y27XO3JMKAOMQZVPS3B4MJGEAHCZF5OM/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220303-0008/" > https://security.netapp.com/advisory/ntap-20220303-0008/< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5085" > https://www.debian.org/security/2022/dsa-5085< / a > < br > < / details > |
| libexpat1 | CVE-2022-25313 | MEDIUM | 2.2.6-2+deb10u1 | 2.2.6-2+deb10u3 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2022/02/19/1" > http://www.openwall.com/lists/oss-security/2022/02/19/1< / a > < br > < a href = "https://blog.hartwork.org/posts/expat-2-4-5-released/" > https://blog.hartwork.org/posts/expat-2-4-5-released/< / a > < br > < a href = "https://github.com/libexpat/libexpat/pull/558" > https://github.com/libexpat/libexpat/pull/558< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/3UFRBA3UQVIQKXTBUQXDWQOVWNBKLERU/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/3UFRBA3UQVIQKXTBUQXDWQOVWNBKLERU/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Y27XO3JMKAOMQZVPS3B4MJGEAHCZF5OM/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Y27XO3JMKAOMQZVPS3B4MJGEAHCZF5OM/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220303-0008/" > https://security.netapp.com/advisory/ntap-20220303-0008/< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5085" > https://www.debian.org/security/2022/dsa-5085< / a > < br > < / details > |
| libexpat1 | CVE-2013-0340 | LOW | 2.2.6-2+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "http://openwall.com/lists/oss-security/2013/02/22/3" > http://openwall.com/lists/oss-security/2013/02/22/3< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/Oct/61" > http://seclists.org/fulldisclosure/2021/Oct/61< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/Oct/62" > http://seclists.org/fulldisclosure/2021/Oct/62< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/Oct/63" > http://seclists.org/fulldisclosure/2021/Oct/63< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/Sep/33" > http://seclists.org/fulldisclosure/2021/Sep/33< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/Sep/34" > http://seclists.org/fulldisclosure/2021/Sep/34< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/Sep/35" > http://seclists.org/fulldisclosure/2021/Sep/35< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/Sep/38" > http://seclists.org/fulldisclosure/2021/Sep/38< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/Sep/39" > http://seclists.org/fulldisclosure/2021/Sep/39< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/Sep/40" > http://seclists.org/fulldisclosure/2021/Sep/40< / a > < br > < a href = "http://securitytracker.com/id?1028213" > http://securitytracker.com/id?1028213< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2013/04/12/6" > http://www.openwall.com/lists/oss-security/2013/04/12/6< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2021/10/07/4" > http://www.openwall.com/lists/oss-security/2021/10/07/4< / a > < br > < a href = "http://www.osvdb.org/90634" > http://www.osvdb.org/90634< / a > < br > < a href = "http://www.securityfocus.com/bid/58233" > http://www.securityfocus.com/bid/58233< / a > < br > < a href = "https://lists.apache.org/thread.html/r41eca5f4f09e74436cbb05dec450fc2bef37b5d3e966aa7cc5fada6d@%3Cannounce.apache.org%3E" > https://lists.apache.org/thread.html/r41eca5f4f09e74436cbb05dec450fc2bef37b5d3e966aa7cc5fada6d@%3Cannounce.apache.org%3E< / a > < br > < a href = "https://lists.apache.org/thread.html/rfb2c193360436e230b85547e85a41bea0916916f96c501f5b6fc4702@%3Cusers.openoffice.apache.org%3E" > https://lists.apache.org/thread.html/rfb2c193360436e230b85547e85a41bea0916916f96c501f5b6fc4702@%3Cusers.openoffice.apache.org%3E< / a > < br > < a href = "https://security.gentoo.org/glsa/201701-21" > https://security.gentoo.org/glsa/201701-21< / a > < br > < a href = "https://support.apple.com/kb/HT212804" > https://support.apple.com/kb/HT212804< / a > < br > < a href = "https://support.apple.com/kb/HT212805" > https://support.apple.com/kb/HT212805< / a > < br > < a href = "https://support.apple.com/kb/HT212807" > https://support.apple.com/kb/HT212807< / a > < br > < a href = "https://support.apple.com/kb/HT212814" > https://support.apple.com/kb/HT212814< / a > < br > < a href = "https://support.apple.com/kb/HT212815" > https://support.apple.com/kb/HT212815< / a > < br > < a href = "https://support.apple.com/kb/HT212819" > https://support.apple.com/kb/HT212819< / a > < br > < / details > |
| libfdisk1 | CVE-2021-37600 | LOW | 2.33.1-0.1 | | < details > < summary > Expand...< / summary > < 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://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://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 > < / details > |
| libflac8 | CVE-2020-0499 | MEDIUM | 1.3.2-3 | | < details > < summary > Expand...< / summary > < a href = "https://android.googlesource.com/platform/external/flac/+/029048f823ced50f63a92e25073427ec3a9bd909%5E%21/#F0" > https://android.googlesource.com/platform/external/flac/+/029048f823ced50f63a92e25073427ec3a9bd909%5E%21/#F0< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-0499" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-0499< / 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.debian.org/debian-lts-announce/2021/01/msg00001.html" > https://lists.debian.org/debian-lts-announce/2021/01/msg00001.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/33W6XZAAEJYRGU3XYHRO7XSYEA7YACUB/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/33W6XZAAEJYRGU3XYHRO7XSYEA7YACUB/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KNZYTAU5UWBVXVJ4VHDWPR66ZVDLQZRE/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KNZYTAU5UWBVXVJ4VHDWPR66ZVDLQZRE/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/VPA5GAEKPXKAHGHHBI4X7AFNI4BMOVG3/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/VPA5GAEKPXKAHGHHBI4X7AFNI4BMOVG3/< / a > < br > < a href = "https://source.android.com/security/bulletin/pixel/2020-12-01" > https://source.android.com/security/bulletin/pixel/2020-12-01< / a > < br > < / details > |
| libflac8 | CVE-2021-0561 | MEDIUM | 1.3.2-3 | | < details > < summary > Expand...< / summary > < a href = "https://github.com/xiph/flac/issues/243" > https://github.com/xiph/flac/issues/243< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/EWXBVMPPSL377I7YM55ZYXVKVMYOKES2/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/EWXBVMPPSL377I7YM55ZYXVKVMYOKES2/< / a > < br > < a href = "https://source.android.com/security/bulletin/pixel/2021-06-01" > https://source.android.com/security/bulletin/pixel/2021-06-01< / a > < br > < / details > |
| libfreerdp-client2-2 | CVE-2020-13396 | HIGH | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13396" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13396< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/48361c411e50826cb602c7aab773a8a20e1da6bc" > https://github.com/FreeRDP/FreeRDP/commit/48361c411e50826cb602c7aab773a8a20e1da6bc< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/8fb6336a4072abcee8ce5bd6ae91104628c7bb69" > https://github.com/FreeRDP/FreeRDP/commit/8fb6336a4072abcee8ce5bd6ae91104628c7bb69< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/compare/2.1.0...2.1.1" > https://github.com/FreeRDP/FreeRDP/compare/2.1.0...2.1.1< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-13396.html" > https://linux.oracle.com/cve/CVE-2020-13396.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2020/08/msg00054.html" > https://lists.debian.org/debian-lts-announce/2020/08/msg00054.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4379-1" > https://ubuntu.com/security/notices/USN-4379-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4382-1" > https://ubuntu.com/security/notices/USN-4382-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4382-2" > https://ubuntu.com/security/notices/USN-4382-2< / a > < br > < a href = "https://usn.ubuntu.com/4379-1/" > https://usn.ubuntu.com/4379-1/< / a > < br > < a href = "https://usn.ubuntu.com/4382-1/" > https://usn.ubuntu.com/4382-1/< / a > < br > < / details > |
| libfreerdp-client2-2 | CVE-2020-13398 | HIGH | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13398" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13398< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/8305349a943c68b1bc8c158f431dc607655aadea" > https://github.com/FreeRDP/FreeRDP/commit/8305349a943c68b1bc8c158f431dc607655aadea< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/8fb6336a4072abcee8ce5bd6ae91104628c7bb69" > https://github.com/FreeRDP/FreeRDP/commit/8fb6336a4072abcee8ce5bd6ae91104628c7bb69< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/compare/2.1.0...2.1.1" > https://github.com/FreeRDP/FreeRDP/compare/2.1.0...2.1.1< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-13398.html" > https://linux.oracle.com/cve/CVE-2020-13398.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-2407.html" > https://linux.oracle.com/errata/ELSA-2020-2407.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2020/08/msg00054.html" > https://lists.debian.org/debian-lts-announce/2020/08/msg00054.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4379-1" > https://ubuntu.com/security/notices/USN-4379-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4382-1" > https://ubuntu.com/security/notices/USN-4382-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4382-2" > https://ubuntu.com/security/notices/USN-4382-2< / a > < br > < a href = "https://usn.ubuntu.com/4379-1/" > https://usn.ubuntu.com/4379-1/< / a > < br > < a href = "https://usn.ubuntu.com/4382-1/" > https://usn.ubuntu.com/4382-1/< / a > < br > < / details > |
| libfreerdp-client2-2 | CVE-2020-4031 | HIGH | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "http://www.freerdp.com/2020/06/22/2_1_2-released" > http://www.freerdp.com/2020/06/22/2_1_2-released< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-4031" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-4031< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/6d86e20e1e7caaab4f0c7f89e36d32914dbccc52" > https://github.com/FreeRDP/FreeRDP/commit/6d86e20e1e7caaab4f0c7f89e36d32914dbccc52< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-gwcq-hpq2-m74g" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-gwcq-hpq2-m74g< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6Y35HBHG2INICLSGCIKNAR7GCXEHQACQ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6Y35HBHG2INICLSGCIKNAR7GCXEHQACQ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOZLH35OJWIQLM7FYDXAP2EAUBDXE76V/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOZLH35OJWIQLM7FYDXAP2EAUBDXE76V/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4481-1" > https://ubuntu.com/security/notices/USN-4481-1< / a > < br > < a href = "https://usn.ubuntu.com/4481-1/" > https://usn.ubuntu.com/4481-1/< / a > < br > < / details > |
| libfreerdp-client2-2 | CVE-2021-41159 | HIGH | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-41159" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-41159< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-vh34-m9h7-95xq" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-vh34-m9h7-95xq< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-41159.html" > https://linux.oracle.com/cve/CVE-2021-41159.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-4622.html" > https://linux.oracle.com/errata/ELSA-2021-4622.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DWJXQOWKNR7O5HM2HFJOM4GBUFPTE3RG/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DWJXQOWKNR7O5HM2HFJOM4GBUFPTE3RG/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5154-1" > https://ubuntu.com/security/notices/USN-5154-1< / a > < br > < / details > |
| libfreerdp-client2-2 | CVE-2021-41160 | HIGH | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-41160" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-41160< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-7c9r-6r2q-93qg" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-7c9r-6r2q-93qg< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-41160.html" > https://linux.oracle.com/cve/CVE-2021-41160.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-4622.html" > https://linux.oracle.com/errata/ELSA-2021-4622.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DWJXQOWKNR7O5HM2HFJOM4GBUFPTE3RG/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DWJXQOWKNR7O5HM2HFJOM4GBUFPTE3RG/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WIZUPVRGCWUDAPDOQVUGUIYUO7UWKMXX/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WIZUPVRGCWUDAPDOQVUGUIYUO7UWKMXX/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZXCR73EDVPLI6TRWRAWJCJ7OBYDKBB74/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZXCR73EDVPLI6TRWRAWJCJ7OBYDKBB74/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5154-1" > https://ubuntu.com/security/notices/USN-5154-1< / a > < br > < / details > |
| libfreerdp-client2-2 | CVE-2020-11017 | MEDIUM | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11017" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11017< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-q5c8-fm29-q57c" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-q5c8-fm29-q57c< / a > < br > < / details > |
| libfreerdp-client2-2 | CVE-2020-11018 | MEDIUM | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11018" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11018< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-8cvc-vcw7-6mfw" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-8cvc-vcw7-6mfw< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11018.html" > https://linux.oracle.com/cve/CVE-2020-11018.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < / details > |
| libfreerdp-client2-2 | CVE-2020-11019 | MEDIUM | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11019" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11019< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-wvrr-2f4r-hjvh" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-wvrr-2f4r-hjvh< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11019.html" > https://linux.oracle.com/cve/CVE-2020-11019.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < / details > |
| libfreerdp-client2-2 | CVE-2020-11038 | MEDIUM | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11038" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11038< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-h25x-cqr6-fp6g" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-h25x-cqr6-fp6g< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11038.html" > https://linux.oracle.com/cve/CVE-2020-11038.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < / details > |
| libfreerdp-client2-2 | CVE-2020-11039 | MEDIUM | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11039" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11039< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-mx9p-f6q8-mqwq" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-mx9p-f6q8-mqwq< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11039.html" > https://linux.oracle.com/cve/CVE-2020-11039.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < / details > |
| libfreerdp-client2-2 | CVE-2020-11042 | MEDIUM | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11042" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11042< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/6b2bc41935e53b0034fe5948aeeab4f32e80f30f" > https://github.com/FreeRDP/FreeRDP/commit/6b2bc41935e53b0034fe5948aeeab4f32e80f30f< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/issues/6010" > https://github.com/FreeRDP/FreeRDP/issues/6010< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-9jp6-5vf2-cx2q" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-9jp6-5vf2-cx2q< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11042.html" > https://linux.oracle.com/cve/CVE-2020-11042.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2020/08/msg00054.html" > https://lists.debian.org/debian-lts-announce/2020/08/msg00054.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4379-1" > https://ubuntu.com/security/notices/USN-4379-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4382-1" > https://ubuntu.com/security/notices/USN-4382-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4382-2" > https://ubuntu.com/security/notices/USN-4382-2< / a > < br > < a href = "https://usn.ubuntu.com/4379-1/" > https://usn.ubuntu.com/4379-1/< / a > < br > < a href = "https://usn.ubuntu.com/4382-1/" > https://usn.ubuntu.com/4382-1/< / a > < br > < / details > |
| libfreerdp-client2-2 | CVE-2020-11047 | MEDIUM | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11047" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11047< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/f5e73cc7c9cd973b516a618da877c87b80950b65" > https://github.com/FreeRDP/FreeRDP/commit/f5e73cc7c9cd973b516a618da877c87b80950b65< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/issues/6009" > https://github.com/FreeRDP/FreeRDP/issues/6009< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-9fw6-m2q8-h5pw" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-9fw6-m2q8-h5pw< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11047.html" > https://linux.oracle.com/cve/CVE-2020-11047.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4379-1" > https://ubuntu.com/security/notices/USN-4379-1< / a > < br > < a href = "https://usn.ubuntu.com/4379-1/" > https://usn.ubuntu.com/4379-1/< / a > < br > < / details > |
| libfreerdp-client2-2 | CVE-2020-11086 | MEDIUM | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11086" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11086< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/c098f21fdaadca57ff649eee1674f6cc321a2ec4" > https://github.com/FreeRDP/FreeRDP/commit/c098f21fdaadca57ff649eee1674f6cc321a2ec4< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-fg8v-w34r-c974" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-fg8v-w34r-c974< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11086.html" > https://linux.oracle.com/cve/CVE-2020-11086.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < / details > |
| libfreerdp-client2-2 | CVE-2020-11087 | MEDIUM | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11087" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11087< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/8241ab42fdf0cc89cf69fc574bf6360c9977a0d4" > https://github.com/FreeRDP/FreeRDP/commit/8241ab42fdf0cc89cf69fc574bf6360c9977a0d4< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-84vj-g73m-chw7" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-84vj-g73m-chw7< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11087.html" > https://linux.oracle.com/cve/CVE-2020-11087.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < / details > |
| libfreerdp-client2-2 | CVE-2020-11088 | MEDIUM | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11088" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11088< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/8fa38359634a9910b91719818ab02f23c320dbae" > https://github.com/FreeRDP/FreeRDP/commit/8fa38359634a9910b91719818ab02f23c320dbae< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-xh4f-fh87-43hp" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-xh4f-fh87-43hp< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11088.html" > https://linux.oracle.com/cve/CVE-2020-11088.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < / details > |
| libfreerdp-client2-2 | CVE-2020-11089 | MEDIUM | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11089" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11089< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/6b485b146a1b9d6ce72dfd7b5f36456c166e7a16" > https://github.com/FreeRDP/FreeRDP/commit/6b485b146a1b9d6ce72dfd7b5f36456c166e7a16< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/795842f4096501fcefc1a7f535ccc8132feb31d7" > https://github.com/FreeRDP/FreeRDP/commit/795842f4096501fcefc1a7f535ccc8132feb31d7< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-hfc7-c5gv-8c2h" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-hfc7-c5gv-8c2h< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11089.html" > https://linux.oracle.com/cve/CVE-2020-11089.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < / details > |
| libfreerdp-client2-2 | CVE-2020-11095 | MEDIUM | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "http://www.freerdp.com/2020/06/22/2_1_2-released" > http://www.freerdp.com/2020/06/22/2_1_2-released< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11095" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11095< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/733ee3208306b1ea32697b356c0215180fc3f049" > https://github.com/FreeRDP/FreeRDP/commit/733ee3208306b1ea32697b356c0215180fc3f049< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-563r-pvh7-4fw2" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-563r-pvh7-4fw2< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11095.html" > https://linux.oracle.com/cve/CVE-2020-11095.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-1849.html" > https://linux.oracle.com/errata/ELSA-2021-1849.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6Y35HBHG2INICLSGCIKNAR7GCXEHQACQ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6Y35HBHG2INICLSGCIKNAR7GCXEHQACQ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOZLH35OJWIQLM7FYDXAP2EAUBDXE76V/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOZLH35OJWIQLM7FYDXAP2EAUBDXE76V/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4481-1" > https://ubuntu.com/security/notices/USN-4481-1< / a > < br > < a href = "https://usn.ubuntu.com/4481-1/" > https://usn.ubuntu.com/4481-1/< / a > < br > < / details > |
| libfreerdp-client2-2 | CVE-2020-11096 | MEDIUM | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "http://www.freerdp.com/2020/06/22/2_1_2-released" > http://www.freerdp.com/2020/06/22/2_1_2-released< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11096" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11096< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/b8beb55913471952f92770c90c372139d78c16c0" > https://github.com/FreeRDP/FreeRDP/commit/b8beb55913471952f92770c90c372139d78c16c0< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-mjw7-3mq2-996x" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-mjw7-3mq2-996x< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11096.html" > https://linux.oracle.com/cve/CVE-2020-11096.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-1849.html" > https://linux.oracle.com/errata/ELSA-2021-1849.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6Y35HBHG2INICLSGCIKNAR7GCXEHQACQ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6Y35HBHG2INICLSGCIKNAR7GCXEHQACQ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOZLH35OJWIQLM7FYDXAP2EAUBDXE76V/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOZLH35OJWIQLM7FYDXAP2EAUBDXE76V/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4481-1" > https://ubuntu.com/security/notices/USN-4481-1< / a > < br > < a href = "https://usn.ubuntu.com/4481-1/" > https://usn.ubuntu.com/4481-1/< / a > < br > < / details > |
| libfreerdp-client2-2 | CVE-2020-11097 | MEDIUM | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "http://www.freerdp.com/2020/06/22/2_1_2-released" > http://www.freerdp.com/2020/06/22/2_1_2-released< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11097" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11097< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/58a3122250d54de3a944c487776bcd4d1da4721e" > https://github.com/FreeRDP/FreeRDP/commit/58a3122250d54de3a944c487776bcd4d1da4721e< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-c8x2-c3c9-9r3f" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-c8x2-c3c9-9r3f< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11097.html" > https://linux.oracle.com/cve/CVE-2020-11097.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-1849.html" > https://linux.oracle.com/errata/ELSA-2021-1849.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6Y35HBHG2INICLSGCIKNAR7GCXEHQACQ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6Y35HBHG2INICLSGCIKNAR7GCXEHQACQ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOZLH35OJWIQLM7FYDXAP2EAUBDXE76V/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOZLH35OJWIQLM7FYDXAP2EAUBDXE76V/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4481-1" > https://ubuntu.com/security/notices/USN-4481-1< / a > < br > < a href = "https://usn.ubuntu.com/4481-1/" > https://usn.ubuntu.com/4481-1/< / a > < br > < / details > |
| libfreerdp-client2-2 | CVE-2020-11098 | MEDIUM | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "http://www.freerdp.com/2020/06/22/2_1_2-released" > http://www.freerdp.com/2020/06/22/2_1_2-released< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11098" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11098< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/c0fd449ec0870b050d350d6d844b1ea6dad4bc7d" > https://github.com/FreeRDP/FreeRDP/commit/c0fd449ec0870b050d350d6d844b1ea6dad4bc7d< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-jr57-f58x-hjmv" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-jr57-f58x-hjmv< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11098.html" > https://linux.oracle.com/cve/CVE-2020-11098.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-1849.html" > https://linux.oracle.com/errata/ELSA-2021-1849.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6Y35HBHG2INICLSGCIKNAR7GCXEHQACQ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6Y35HBHG2INICLSGCIKNAR7GCXEHQACQ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOZLH35OJWIQLM7FYDXAP2EAUBDXE76V/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOZLH35OJWIQLM7FYDXAP2EAUBDXE76V/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4481-1" > https://ubuntu.com/security/notices/USN-4481-1< / a > < br > < a href = "https://usn.ubuntu.com/4481-1/" > https://usn.ubuntu.com/4481-1/< / a > < br > < / details > |
| libfreerdp-client2-2 | CVE-2020-11099 | MEDIUM | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "http://www.freerdp.com/2020/06/22/2_1_2-released" > http://www.freerdp.com/2020/06/22/2_1_2-released< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11099" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11099< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/6ade7b4cbfd71c54b3d724e8f2d6ac76a58e879a" > https://github.com/FreeRDP/FreeRDP/commit/6ade7b4cbfd71c54b3d724e8f2d6ac76a58e879a< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-977w-866x-4v5h" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-977w-866x-4v5h< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11099.html" > https://linux.oracle.com/cve/CVE-2020-11099.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-1849.html" > https://linux.oracle.com/errata/ELSA-2021-1849.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6Y35HBHG2INICLSGCIKNAR7GCXEHQACQ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6Y35HBHG2INICLSGCIKNAR7GCXEHQACQ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOZLH35OJWIQLM7FYDXAP2EAUBDXE76V/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOZLH35OJWIQLM7FYDXAP2EAUBDXE76V/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4481-1" > https://ubuntu.com/security/notices/USN-4481-1< / a > < br > < a href = "https://usn.ubuntu.com/4481-1/" > https://usn.ubuntu.com/4481-1/< / a > < br > < / details > |
| libfreerdp-client2-2 | CVE-2020-13397 | MEDIUM | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13397" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13397< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/8fb6336a4072abcee8ce5bd6ae91104628c7bb69" > https://github.com/FreeRDP/FreeRDP/commit/8fb6336a4072abcee8ce5bd6ae91104628c7bb69< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/d6cd14059b257318f176c0ba3ee0a348826a9ef8" > https://github.com/FreeRDP/FreeRDP/commit/d6cd14059b257318f176c0ba3ee0a348826a9ef8< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/compare/2.1.0...2.1.1" > https://github.com/FreeRDP/FreeRDP/compare/2.1.0...2.1.1< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-13397.html" > https://linux.oracle.com/cve/CVE-2020-13397.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2020/08/msg00054.html" > https://lists.debian.org/debian-lts-announce/2020/08/msg00054.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4379-1" > https://ubuntu.com/security/notices/USN-4379-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4382-1" > https://ubuntu.com/security/notices/USN-4382-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4382-2" > https://ubuntu.com/security/notices/USN-4382-2< / a > < br > < a href = "https://usn.ubuntu.com/4379-1/" > https://usn.ubuntu.com/4379-1/< / a > < br > < a href = "https://usn.ubuntu.com/4382-1/" > https://usn.ubuntu.com/4382-1/< / a > < br > < / details > |
| libfreerdp-client2-2 | CVE-2020-4030 | MEDIUM | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "http://www.freerdp.com/2020/06/22/2_1_2-released" > http://www.freerdp.com/2020/06/22/2_1_2-released< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-4030" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-4030< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/05cd9ea2290d23931f615c1b004d4b2e69074e27" > https://github.com/FreeRDP/FreeRDP/commit/05cd9ea2290d23931f615c1b004d4b2e69074e27< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-fjr5-97f5-qq98" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-fjr5-97f5-qq98< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-4030.html" > https://linux.oracle.com/cve/CVE-2020-4030.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-1849.html" > https://linux.oracle.com/errata/ELSA-2021-1849.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6Y35HBHG2INICLSGCIKNAR7GCXEHQACQ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6Y35HBHG2INICLSGCIKNAR7GCXEHQACQ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOZLH35OJWIQLM7FYDXAP2EAUBDXE76V/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOZLH35OJWIQLM7FYDXAP2EAUBDXE76V/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4481-1" > https://ubuntu.com/security/notices/USN-4481-1< / a > < br > < a href = "https://usn.ubuntu.com/4481-1/" > https://usn.ubuntu.com/4481-1/< / a > < br > < / details > |
| libfreerdp-client2-2 | CVE-2020-4032 | MEDIUM | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "http://www.freerdp.com/2020/06/22/2_1_2-released" > http://www.freerdp.com/2020/06/22/2_1_2-released< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-4032" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-4032< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/e7bffa64ef5ed70bac94f823e2b95262642f5296" > https://github.com/FreeRDP/FreeRDP/commit/e7bffa64ef5ed70bac94f823e2b95262642f5296< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-3898-mc89-x2vc" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-3898-mc89-x2vc< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6Y35HBHG2INICLSGCIKNAR7GCXEHQACQ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6Y35HBHG2INICLSGCIKNAR7GCXEHQACQ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOZLH35OJWIQLM7FYDXAP2EAUBDXE76V/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOZLH35OJWIQLM7FYDXAP2EAUBDXE76V/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4481-1" > https://ubuntu.com/security/notices/USN-4481-1< / a > < br > < a href = "https://usn.ubuntu.com/4481-1/" > https://usn.ubuntu.com/4481-1/< / a > < br > < / details > |
| libfreerdp-client2-2 | CVE-2020-4033 | MEDIUM | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "http://www.freerdp.com/2020/06/22/2_1_2-released" > http://www.freerdp.com/2020/06/22/2_1_2-released< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-4033" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-4033< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/0a98c450c58ec150e44781c89aa6f8e7e0f571f5" > https://github.com/FreeRDP/FreeRDP/commit/0a98c450c58ec150e44781c89aa6f8e7e0f571f5< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-7rhj-856w-82p8" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-7rhj-856w-82p8< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-4033.html" > https://linux.oracle.com/cve/CVE-2020-4033.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-1849.html" > https://linux.oracle.com/errata/ELSA-2021-1849.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6Y35HBHG2INICLSGCIKNAR7GCXEHQACQ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6Y35HBHG2INICLSGCIKNAR7GCXEHQACQ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOZLH35OJWIQLM7FYDXAP2EAUBDXE76V/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOZLH35OJWIQLM7FYDXAP2EAUBDXE76V/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4481-1" > https://ubuntu.com/security/notices/USN-4481-1< / a > < br > < a href = "https://usn.ubuntu.com/4481-1/" > https://usn.ubuntu.com/4481-1/< / a > < br > < / details > |
| libfreerdp-client2-2 | CVE-2020-11040 | LOW | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11040" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11040< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-x4wq-m7c9-rjgr" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-x4wq-m7c9-rjgr< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11040.html" > https://linux.oracle.com/cve/CVE-2020-11040.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < / details > |
| libfreerdp-client2-2 | CVE-2020-11041 | LOW | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11041" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11041< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-w67c-26c4-2h9w" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-w67c-26c4-2h9w< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11041.html" > https://linux.oracle.com/cve/CVE-2020-11041.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < / details > |
| libfreerdp-client2-2 | CVE-2020-11043 | LOW | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11043" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11043< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-5mr4-28w3-rc84" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-5mr4-28w3-rc84< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11043.html" > https://linux.oracle.com/cve/CVE-2020-11043.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < / details > |
| libfreerdp-client2-2 | CVE-2020-11044 | LOW | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11044" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11044< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/67c2aa52b2ae0341d469071d1bc8aab91f8d2ed8" > https://github.com/FreeRDP/FreeRDP/commit/67c2aa52b2ae0341d469071d1bc8aab91f8d2ed8< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/issues/6013" > https://github.com/FreeRDP/FreeRDP/issues/6013< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-cgqh-p732-6x2w" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-cgqh-p732-6x2w< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11044.html" > https://linux.oracle.com/cve/CVE-2020-11044.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4379-1" > https://ubuntu.com/security/notices/USN-4379-1< / a > < br > < a href = "https://usn.ubuntu.com/4379-1/" > https://usn.ubuntu.com/4379-1/< / a > < br > < / details > |
| libfreerdp-client2-2 | CVE-2020-11045 | LOW | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11045" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11045< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/f8890a645c221823ac133dbf991f8a65ae50d637" > https://github.com/FreeRDP/FreeRDP/commit/f8890a645c221823ac133dbf991f8a65ae50d637< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/issues/6005" > https://github.com/FreeRDP/FreeRDP/issues/6005< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-3x39-248q-f4q6" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-3x39-248q-f4q6< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11045.html" > https://linux.oracle.com/cve/CVE-2020-11045.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2020/08/msg00054.html" > https://lists.debian.org/debian-lts-announce/2020/08/msg00054.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4379-1" > https://ubuntu.com/security/notices/USN-4379-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4382-1" > https://ubuntu.com/security/notices/USN-4382-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4382-2" > https://ubuntu.com/security/notices/USN-4382-2< / a > < br > < a href = "https://usn.ubuntu.com/4379-1/" > https://usn.ubuntu.com/4379-1/< / a > < br > < a href = "https://usn.ubuntu.com/4382-1/" > https://usn.ubuntu.com/4382-1/< / a > < br > < / details > |
| libfreerdp-client2-2 | CVE-2020-11046 | LOW | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11046" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11046< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/ed53cd148f43cbab905eaa0f5308c2bf3c48cc37" > https://github.com/FreeRDP/FreeRDP/commit/ed53cd148f43cbab905eaa0f5308c2bf3c48cc37< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/issues/6006" > https://github.com/FreeRDP/FreeRDP/issues/6006< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-hx48-wmmm-mr5q" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-hx48-wmmm-mr5q< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11046.html" > https://linux.oracle.com/cve/CVE-2020-11046.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2020/08/msg00054.html" > https://lists.debian.org/debian-lts-announce/2020/08/msg00054.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4379-1" > https://ubuntu.com/security/notices/USN-4379-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4382-1" > https://ubuntu.com/security/notices/USN-4382-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4382-2" > https://ubuntu.com/security/notices/USN-4382-2< / a > < br > < a href = "https://usn.ubuntu.com/4379-1/" > https://usn.ubuntu.com/4379-1/< / a > < br > < a href = "https://usn.ubuntu.com/4382-1/" > https://usn.ubuntu.com/4382-1/< / a > < br > < / details > |
| libfreerdp-client2-2 | CVE-2020-11048 | LOW | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11048" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11048< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/9301bfe730c66180263248b74353daa99f5a969b" > https://github.com/FreeRDP/FreeRDP/commit/9301bfe730c66180263248b74353daa99f5a969b< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/issues/6007" > https://github.com/FreeRDP/FreeRDP/issues/6007< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-hv8w-f2hx-5gcv" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-hv8w-f2hx-5gcv< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11048.html" > https://linux.oracle.com/cve/CVE-2020-11048.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2020/08/msg00054.html" > https://lists.debian.org/debian-lts-announce/2020/08/msg00054.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4379-1" > https://ubuntu.com/security/notices/USN-4379-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4382-1" > https://ubuntu.com/security/notices/USN-4382-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4382-2" > https://ubuntu.com/security/notices/USN-4382-2< / a > < br > < a href = "https://usn.ubuntu.com/4379-1/" > https://usn.ubuntu.com/4379-1/< / a > < br > < a href = "https://usn.ubuntu.com/4382-1/" > https://usn.ubuntu.com/4382-1/< / a > < br > < / details > |
| libfreerdp-client2-2 | CVE-2020-11049 | LOW | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11049" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11049< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/c367f65d42e0d2e1ca248998175180aa9c2eacd0" > https://github.com/FreeRDP/FreeRDP/commit/c367f65d42e0d2e1ca248998175180aa9c2eacd0< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/issues/6008" > https://github.com/FreeRDP/FreeRDP/issues/6008< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/pull/6019" > https://github.com/FreeRDP/FreeRDP/pull/6019< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-wwh7-r2r8-xjpr" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-wwh7-r2r8-xjpr< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11049.html" > https://linux.oracle.com/cve/CVE-2020-11049.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4379-1" > https://ubuntu.com/security/notices/USN-4379-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4382-1" > https://ubuntu.com/security/notices/USN-4382-1< / a > < br > < a href = "https://usn.ubuntu.com/4379-1/" > https://usn.ubuntu.com/4379-1/< / a > < br > < a href = "https://usn.ubuntu.com/4382-1/" > https://usn.ubuntu.com/4382-1/< / a > < br > < / details > |
| libfreerdp-client2-2 | CVE-2020-11058 | LOW | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11058" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11058< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/3627aaf7d289315b614a584afb388f04abfb5bbf" > https://github.com/FreeRDP/FreeRDP/commit/3627aaf7d289315b614a584afb388f04abfb5bbf< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/issues/6011" > https://github.com/FreeRDP/FreeRDP/issues/6011< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-wjg2-2f82-466g" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-wjg2-2f82-466g< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11058.html" > https://linux.oracle.com/cve/CVE-2020-11058.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2020/08/msg00054.html" > https://lists.debian.org/debian-lts-announce/2020/08/msg00054.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4379-1" > https://ubuntu.com/security/notices/USN-4379-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4382-1" > https://ubuntu.com/security/notices/USN-4382-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4382-2" > https://ubuntu.com/security/notices/USN-4382-2< / a > < br > < a href = "https://usn.ubuntu.com/4379-1/" > https://usn.ubuntu.com/4379-1/< / a > < br > < a href = "https://usn.ubuntu.com/4382-1/" > https://usn.ubuntu.com/4382-1/< / a > < br > < / details > |
| libfreerdp-client2-2 | CVE-2020-11085 | LOW | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11085" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11085< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/b73143cf7ee5fe4cdabcbf56908aa15d8a883821" > https://github.com/FreeRDP/FreeRDP/commit/b73143cf7ee5fe4cdabcbf56908aa15d8a883821< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-2j4w-v45m-95hf" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-2j4w-v45m-95hf< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11085.html" > https://linux.oracle.com/cve/CVE-2020-11085.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < / details > |
| libfreerdp-client2-2 | CVE-2020-15103 | LOW | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-09/msg00010.html" > http://lists.opensuse.org/opensuse-security-announce/2020-09/msg00010.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15103" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15103< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/blob/616af2d5b86dc24c7b3e89870dbcffd841d9a535/ChangeLog#L4" > https://github.com/FreeRDP/FreeRDP/blob/616af2d5b86dc24c7b3e89870dbcffd841d9a535/ChangeLog#L4< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/pull/6381" > https://github.com/FreeRDP/FreeRDP/pull/6381< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/pull/6382" > https://github.com/FreeRDP/FreeRDP/pull/6382< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-4r38-6hq7-j3j9" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-4r38-6hq7-j3j9< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-15103.html" > https://linux.oracle.com/cve/CVE-2020-15103.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-1849.html" > https://linux.oracle.com/errata/ELSA-2021-1849.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6Y35HBHG2INICLSGCIKNAR7GCXEHQACQ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6Y35HBHG2INICLSGCIKNAR7GCXEHQACQ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOZLH35OJWIQLM7FYDXAP2EAUBDXE76V/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOZLH35OJWIQLM7FYDXAP2EAUBDXE76V/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4481-1" > https://ubuntu.com/security/notices/USN-4481-1< / a > < br > < a href = "https://usn.ubuntu.com/4481-1/" > https://usn.ubuntu.com/4481-1/< / a > < br > < / details > |
| libfreerdp2-2 | CVE-2020-13396 | HIGH | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13396" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13396< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/48361c411e50826cb602c7aab773a8a20e1da6bc" > https://github.com/FreeRDP/FreeRDP/commit/48361c411e50826cb602c7aab773a8a20e1da6bc< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/8fb6336a4072abcee8ce5bd6ae91104628c7bb69" > https://github.com/FreeRDP/FreeRDP/commit/8fb6336a4072abcee8ce5bd6ae91104628c7bb69< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/compare/2.1.0...2.1.1" > https://github.com/FreeRDP/FreeRDP/compare/2.1.0...2.1.1< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-13396.html" > https://linux.oracle.com/cve/CVE-2020-13396.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2020/08/msg00054.html" > https://lists.debian.org/debian-lts-announce/2020/08/msg00054.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4379-1" > https://ubuntu.com/security/notices/USN-4379-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4382-1" > https://ubuntu.com/security/notices/USN-4382-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4382-2" > https://ubuntu.com/security/notices/USN-4382-2< / a > < br > < a href = "https://usn.ubuntu.com/4379-1/" > https://usn.ubuntu.com/4379-1/< / a > < br > < a href = "https://usn.ubuntu.com/4382-1/" > https://usn.ubuntu.com/4382-1/< / a > < br > < / details > |
| libfreerdp2-2 | CVE-2020-13398 | HIGH | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13398" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13398< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/8305349a943c68b1bc8c158f431dc607655aadea" > https://github.com/FreeRDP/FreeRDP/commit/8305349a943c68b1bc8c158f431dc607655aadea< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/8fb6336a4072abcee8ce5bd6ae91104628c7bb69" > https://github.com/FreeRDP/FreeRDP/commit/8fb6336a4072abcee8ce5bd6ae91104628c7bb69< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/compare/2.1.0...2.1.1" > https://github.com/FreeRDP/FreeRDP/compare/2.1.0...2.1.1< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-13398.html" > https://linux.oracle.com/cve/CVE-2020-13398.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-2407.html" > https://linux.oracle.com/errata/ELSA-2020-2407.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2020/08/msg00054.html" > https://lists.debian.org/debian-lts-announce/2020/08/msg00054.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4379-1" > https://ubuntu.com/security/notices/USN-4379-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4382-1" > https://ubuntu.com/security/notices/USN-4382-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4382-2" > https://ubuntu.com/security/notices/USN-4382-2< / a > < br > < a href = "https://usn.ubuntu.com/4379-1/" > https://usn.ubuntu.com/4379-1/< / a > < br > < a href = "https://usn.ubuntu.com/4382-1/" > https://usn.ubuntu.com/4382-1/< / a > < br > < / details > |
| libfreerdp2-2 | CVE-2020-4031 | HIGH | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "http://www.freerdp.com/2020/06/22/2_1_2-released" > http://www.freerdp.com/2020/06/22/2_1_2-released< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-4031" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-4031< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/6d86e20e1e7caaab4f0c7f89e36d32914dbccc52" > https://github.com/FreeRDP/FreeRDP/commit/6d86e20e1e7caaab4f0c7f89e36d32914dbccc52< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-gwcq-hpq2-m74g" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-gwcq-hpq2-m74g< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6Y35HBHG2INICLSGCIKNAR7GCXEHQACQ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6Y35HBHG2INICLSGCIKNAR7GCXEHQACQ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOZLH35OJWIQLM7FYDXAP2EAUBDXE76V/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOZLH35OJWIQLM7FYDXAP2EAUBDXE76V/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4481-1" > https://ubuntu.com/security/notices/USN-4481-1< / a > < br > < a href = "https://usn.ubuntu.com/4481-1/" > https://usn.ubuntu.com/4481-1/< / a > < br > < / details > |
| libfreerdp2-2 | CVE-2021-41159 | HIGH | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-41159" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-41159< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-vh34-m9h7-95xq" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-vh34-m9h7-95xq< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-41159.html" > https://linux.oracle.com/cve/CVE-2021-41159.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-4622.html" > https://linux.oracle.com/errata/ELSA-2021-4622.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DWJXQOWKNR7O5HM2HFJOM4GBUFPTE3RG/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DWJXQOWKNR7O5HM2HFJOM4GBUFPTE3RG/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5154-1" > https://ubuntu.com/security/notices/USN-5154-1< / a > < br > < / details > |
| libfreerdp2-2 | CVE-2021-41160 | HIGH | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-41160" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-41160< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-7c9r-6r2q-93qg" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-7c9r-6r2q-93qg< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-41160.html" > https://linux.oracle.com/cve/CVE-2021-41160.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-4622.html" > https://linux.oracle.com/errata/ELSA-2021-4622.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DWJXQOWKNR7O5HM2HFJOM4GBUFPTE3RG/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DWJXQOWKNR7O5HM2HFJOM4GBUFPTE3RG/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WIZUPVRGCWUDAPDOQVUGUIYUO7UWKMXX/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WIZUPVRGCWUDAPDOQVUGUIYUO7UWKMXX/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZXCR73EDVPLI6TRWRAWJCJ7OBYDKBB74/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZXCR73EDVPLI6TRWRAWJCJ7OBYDKBB74/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5154-1" > https://ubuntu.com/security/notices/USN-5154-1< / a > < br > < / details > |
| libfreerdp2-2 | CVE-2020-11017 | MEDIUM | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11017" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11017< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-q5c8-fm29-q57c" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-q5c8-fm29-q57c< / a > < br > < / details > |
| libfreerdp2-2 | CVE-2020-11018 | MEDIUM | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11018" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11018< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-8cvc-vcw7-6mfw" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-8cvc-vcw7-6mfw< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11018.html" > https://linux.oracle.com/cve/CVE-2020-11018.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < / details > |
| libfreerdp2-2 | CVE-2020-11019 | MEDIUM | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11019" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11019< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-wvrr-2f4r-hjvh" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-wvrr-2f4r-hjvh< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11019.html" > https://linux.oracle.com/cve/CVE-2020-11019.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < / details > |
| libfreerdp2-2 | CVE-2020-11038 | MEDIUM | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11038" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11038< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-h25x-cqr6-fp6g" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-h25x-cqr6-fp6g< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11038.html" > https://linux.oracle.com/cve/CVE-2020-11038.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < / details > |
| libfreerdp2-2 | CVE-2020-11039 | MEDIUM | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11039" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11039< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-mx9p-f6q8-mqwq" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-mx9p-f6q8-mqwq< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11039.html" > https://linux.oracle.com/cve/CVE-2020-11039.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < / details > |
| libfreerdp2-2 | CVE-2020-11042 | MEDIUM | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11042" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11042< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/6b2bc41935e53b0034fe5948aeeab4f32e80f30f" > https://github.com/FreeRDP/FreeRDP/commit/6b2bc41935e53b0034fe5948aeeab4f32e80f30f< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/issues/6010" > https://github.com/FreeRDP/FreeRDP/issues/6010< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-9jp6-5vf2-cx2q" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-9jp6-5vf2-cx2q< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11042.html" > https://linux.oracle.com/cve/CVE-2020-11042.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2020/08/msg00054.html" > https://lists.debian.org/debian-lts-announce/2020/08/msg00054.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4379-1" > https://ubuntu.com/security/notices/USN-4379-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4382-1" > https://ubuntu.com/security/notices/USN-4382-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4382-2" > https://ubuntu.com/security/notices/USN-4382-2< / a > < br > < a href = "https://usn.ubuntu.com/4379-1/" > https://usn.ubuntu.com/4379-1/< / a > < br > < a href = "https://usn.ubuntu.com/4382-1/" > https://usn.ubuntu.com/4382-1/< / a > < br > < / details > |
| libfreerdp2-2 | CVE-2020-11047 | MEDIUM | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11047" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11047< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/f5e73cc7c9cd973b516a618da877c87b80950b65" > https://github.com/FreeRDP/FreeRDP/commit/f5e73cc7c9cd973b516a618da877c87b80950b65< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/issues/6009" > https://github.com/FreeRDP/FreeRDP/issues/6009< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-9fw6-m2q8-h5pw" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-9fw6-m2q8-h5pw< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11047.html" > https://linux.oracle.com/cve/CVE-2020-11047.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4379-1" > https://ubuntu.com/security/notices/USN-4379-1< / a > < br > < a href = "https://usn.ubuntu.com/4379-1/" > https://usn.ubuntu.com/4379-1/< / a > < br > < / details > |
| libfreerdp2-2 | CVE-2020-11086 | MEDIUM | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11086" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11086< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/c098f21fdaadca57ff649eee1674f6cc321a2ec4" > https://github.com/FreeRDP/FreeRDP/commit/c098f21fdaadca57ff649eee1674f6cc321a2ec4< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-fg8v-w34r-c974" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-fg8v-w34r-c974< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11086.html" > https://linux.oracle.com/cve/CVE-2020-11086.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < / details > |
| libfreerdp2-2 | CVE-2020-11087 | MEDIUM | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11087" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11087< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/8241ab42fdf0cc89cf69fc574bf6360c9977a0d4" > https://github.com/FreeRDP/FreeRDP/commit/8241ab42fdf0cc89cf69fc574bf6360c9977a0d4< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-84vj-g73m-chw7" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-84vj-g73m-chw7< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11087.html" > https://linux.oracle.com/cve/CVE-2020-11087.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < / details > |
| libfreerdp2-2 | CVE-2020-11088 | MEDIUM | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11088" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11088< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/8fa38359634a9910b91719818ab02f23c320dbae" > https://github.com/FreeRDP/FreeRDP/commit/8fa38359634a9910b91719818ab02f23c320dbae< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-xh4f-fh87-43hp" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-xh4f-fh87-43hp< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11088.html" > https://linux.oracle.com/cve/CVE-2020-11088.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < / details > |
| libfreerdp2-2 | CVE-2020-11089 | MEDIUM | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11089" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11089< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/6b485b146a1b9d6ce72dfd7b5f36456c166e7a16" > https://github.com/FreeRDP/FreeRDP/commit/6b485b146a1b9d6ce72dfd7b5f36456c166e7a16< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/795842f4096501fcefc1a7f535ccc8132feb31d7" > https://github.com/FreeRDP/FreeRDP/commit/795842f4096501fcefc1a7f535ccc8132feb31d7< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-hfc7-c5gv-8c2h" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-hfc7-c5gv-8c2h< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11089.html" > https://linux.oracle.com/cve/CVE-2020-11089.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < / details > |
| libfreerdp2-2 | CVE-2020-11095 | MEDIUM | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "http://www.freerdp.com/2020/06/22/2_1_2-released" > http://www.freerdp.com/2020/06/22/2_1_2-released< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11095" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11095< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/733ee3208306b1ea32697b356c0215180fc3f049" > https://github.com/FreeRDP/FreeRDP/commit/733ee3208306b1ea32697b356c0215180fc3f049< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-563r-pvh7-4fw2" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-563r-pvh7-4fw2< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11095.html" > https://linux.oracle.com/cve/CVE-2020-11095.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-1849.html" > https://linux.oracle.com/errata/ELSA-2021-1849.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6Y35HBHG2INICLSGCIKNAR7GCXEHQACQ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6Y35HBHG2INICLSGCIKNAR7GCXEHQACQ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOZLH35OJWIQLM7FYDXAP2EAUBDXE76V/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOZLH35OJWIQLM7FYDXAP2EAUBDXE76V/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4481-1" > https://ubuntu.com/security/notices/USN-4481-1< / a > < br > < a href = "https://usn.ubuntu.com/4481-1/" > https://usn.ubuntu.com/4481-1/< / a > < br > < / details > |
| libfreerdp2-2 | CVE-2020-11096 | MEDIUM | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "http://www.freerdp.com/2020/06/22/2_1_2-released" > http://www.freerdp.com/2020/06/22/2_1_2-released< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11096" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11096< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/b8beb55913471952f92770c90c372139d78c16c0" > https://github.com/FreeRDP/FreeRDP/commit/b8beb55913471952f92770c90c372139d78c16c0< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-mjw7-3mq2-996x" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-mjw7-3mq2-996x< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11096.html" > https://linux.oracle.com/cve/CVE-2020-11096.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-1849.html" > https://linux.oracle.com/errata/ELSA-2021-1849.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6Y35HBHG2INICLSGCIKNAR7GCXEHQACQ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6Y35HBHG2INICLSGCIKNAR7GCXEHQACQ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOZLH35OJWIQLM7FYDXAP2EAUBDXE76V/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOZLH35OJWIQLM7FYDXAP2EAUBDXE76V/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4481-1" > https://ubuntu.com/security/notices/USN-4481-1< / a > < br > < a href = "https://usn.ubuntu.com/4481-1/" > https://usn.ubuntu.com/4481-1/< / a > < br > < / details > |
| libfreerdp2-2 | CVE-2020-11097 | MEDIUM | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "http://www.freerdp.com/2020/06/22/2_1_2-released" > http://www.freerdp.com/2020/06/22/2_1_2-released< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11097" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11097< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/58a3122250d54de3a944c487776bcd4d1da4721e" > https://github.com/FreeRDP/FreeRDP/commit/58a3122250d54de3a944c487776bcd4d1da4721e< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-c8x2-c3c9-9r3f" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-c8x2-c3c9-9r3f< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11097.html" > https://linux.oracle.com/cve/CVE-2020-11097.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-1849.html" > https://linux.oracle.com/errata/ELSA-2021-1849.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6Y35HBHG2INICLSGCIKNAR7GCXEHQACQ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6Y35HBHG2INICLSGCIKNAR7GCXEHQACQ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOZLH35OJWIQLM7FYDXAP2EAUBDXE76V/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOZLH35OJWIQLM7FYDXAP2EAUBDXE76V/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4481-1" > https://ubuntu.com/security/notices/USN-4481-1< / a > < br > < a href = "https://usn.ubuntu.com/4481-1/" > https://usn.ubuntu.com/4481-1/< / a > < br > < / details > |
| libfreerdp2-2 | CVE-2020-11098 | MEDIUM | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "http://www.freerdp.com/2020/06/22/2_1_2-released" > http://www.freerdp.com/2020/06/22/2_1_2-released< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11098" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11098< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/c0fd449ec0870b050d350d6d844b1ea6dad4bc7d" > https://github.com/FreeRDP/FreeRDP/commit/c0fd449ec0870b050d350d6d844b1ea6dad4bc7d< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-jr57-f58x-hjmv" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-jr57-f58x-hjmv< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11098.html" > https://linux.oracle.com/cve/CVE-2020-11098.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-1849.html" > https://linux.oracle.com/errata/ELSA-2021-1849.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6Y35HBHG2INICLSGCIKNAR7GCXEHQACQ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6Y35HBHG2INICLSGCIKNAR7GCXEHQACQ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOZLH35OJWIQLM7FYDXAP2EAUBDXE76V/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOZLH35OJWIQLM7FYDXAP2EAUBDXE76V/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4481-1" > https://ubuntu.com/security/notices/USN-4481-1< / a > < br > < a href = "https://usn.ubuntu.com/4481-1/" > https://usn.ubuntu.com/4481-1/< / a > < br > < / details > |
| libfreerdp2-2 | CVE-2020-11099 | MEDIUM | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "http://www.freerdp.com/2020/06/22/2_1_2-released" > http://www.freerdp.com/2020/06/22/2_1_2-released< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11099" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11099< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/6ade7b4cbfd71c54b3d724e8f2d6ac76a58e879a" > https://github.com/FreeRDP/FreeRDP/commit/6ade7b4cbfd71c54b3d724e8f2d6ac76a58e879a< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-977w-866x-4v5h" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-977w-866x-4v5h< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11099.html" > https://linux.oracle.com/cve/CVE-2020-11099.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-1849.html" > https://linux.oracle.com/errata/ELSA-2021-1849.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6Y35HBHG2INICLSGCIKNAR7GCXEHQACQ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6Y35HBHG2INICLSGCIKNAR7GCXEHQACQ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOZLH35OJWIQLM7FYDXAP2EAUBDXE76V/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOZLH35OJWIQLM7FYDXAP2EAUBDXE76V/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4481-1" > https://ubuntu.com/security/notices/USN-4481-1< / a > < br > < a href = "https://usn.ubuntu.com/4481-1/" > https://usn.ubuntu.com/4481-1/< / a > < br > < / details > |
| libfreerdp2-2 | CVE-2020-13397 | MEDIUM | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13397" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13397< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/8fb6336a4072abcee8ce5bd6ae91104628c7bb69" > https://github.com/FreeRDP/FreeRDP/commit/8fb6336a4072abcee8ce5bd6ae91104628c7bb69< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/d6cd14059b257318f176c0ba3ee0a348826a9ef8" > https://github.com/FreeRDP/FreeRDP/commit/d6cd14059b257318f176c0ba3ee0a348826a9ef8< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/compare/2.1.0...2.1.1" > https://github.com/FreeRDP/FreeRDP/compare/2.1.0...2.1.1< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-13397.html" > https://linux.oracle.com/cve/CVE-2020-13397.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2020/08/msg00054.html" > https://lists.debian.org/debian-lts-announce/2020/08/msg00054.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4379-1" > https://ubuntu.com/security/notices/USN-4379-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4382-1" > https://ubuntu.com/security/notices/USN-4382-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4382-2" > https://ubuntu.com/security/notices/USN-4382-2< / a > < br > < a href = "https://usn.ubuntu.com/4379-1/" > https://usn.ubuntu.com/4379-1/< / a > < br > < a href = "https://usn.ubuntu.com/4382-1/" > https://usn.ubuntu.com/4382-1/< / a > < br > < / details > |
| libfreerdp2-2 | CVE-2020-4030 | MEDIUM | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "http://www.freerdp.com/2020/06/22/2_1_2-released" > http://www.freerdp.com/2020/06/22/2_1_2-released< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-4030" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-4030< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/05cd9ea2290d23931f615c1b004d4b2e69074e27" > https://github.com/FreeRDP/FreeRDP/commit/05cd9ea2290d23931f615c1b004d4b2e69074e27< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-fjr5-97f5-qq98" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-fjr5-97f5-qq98< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-4030.html" > https://linux.oracle.com/cve/CVE-2020-4030.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-1849.html" > https://linux.oracle.com/errata/ELSA-2021-1849.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6Y35HBHG2INICLSGCIKNAR7GCXEHQACQ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6Y35HBHG2INICLSGCIKNAR7GCXEHQACQ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOZLH35OJWIQLM7FYDXAP2EAUBDXE76V/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOZLH35OJWIQLM7FYDXAP2EAUBDXE76V/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4481-1" > https://ubuntu.com/security/notices/USN-4481-1< / a > < br > < a href = "https://usn.ubuntu.com/4481-1/" > https://usn.ubuntu.com/4481-1/< / a > < br > < / details > |
| libfreerdp2-2 | CVE-2020-4032 | MEDIUM | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "http://www.freerdp.com/2020/06/22/2_1_2-released" > http://www.freerdp.com/2020/06/22/2_1_2-released< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-4032" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-4032< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/e7bffa64ef5ed70bac94f823e2b95262642f5296" > https://github.com/FreeRDP/FreeRDP/commit/e7bffa64ef5ed70bac94f823e2b95262642f5296< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-3898-mc89-x2vc" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-3898-mc89-x2vc< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6Y35HBHG2INICLSGCIKNAR7GCXEHQACQ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6Y35HBHG2INICLSGCIKNAR7GCXEHQACQ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOZLH35OJWIQLM7FYDXAP2EAUBDXE76V/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOZLH35OJWIQLM7FYDXAP2EAUBDXE76V/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4481-1" > https://ubuntu.com/security/notices/USN-4481-1< / a > < br > < a href = "https://usn.ubuntu.com/4481-1/" > https://usn.ubuntu.com/4481-1/< / a > < br > < / details > |
| libfreerdp2-2 | CVE-2020-4033 | MEDIUM | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "http://www.freerdp.com/2020/06/22/2_1_2-released" > http://www.freerdp.com/2020/06/22/2_1_2-released< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-4033" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-4033< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/0a98c450c58ec150e44781c89aa6f8e7e0f571f5" > https://github.com/FreeRDP/FreeRDP/commit/0a98c450c58ec150e44781c89aa6f8e7e0f571f5< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-7rhj-856w-82p8" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-7rhj-856w-82p8< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-4033.html" > https://linux.oracle.com/cve/CVE-2020-4033.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-1849.html" > https://linux.oracle.com/errata/ELSA-2021-1849.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6Y35HBHG2INICLSGCIKNAR7GCXEHQACQ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6Y35HBHG2INICLSGCIKNAR7GCXEHQACQ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOZLH35OJWIQLM7FYDXAP2EAUBDXE76V/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOZLH35OJWIQLM7FYDXAP2EAUBDXE76V/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4481-1" > https://ubuntu.com/security/notices/USN-4481-1< / a > < br > < a href = "https://usn.ubuntu.com/4481-1/" > https://usn.ubuntu.com/4481-1/< / a > < br > < / details > |
| libfreerdp2-2 | CVE-2020-11040 | LOW | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11040" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11040< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-x4wq-m7c9-rjgr" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-x4wq-m7c9-rjgr< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11040.html" > https://linux.oracle.com/cve/CVE-2020-11040.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < / details > |
| libfreerdp2-2 | CVE-2020-11041 | LOW | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11041" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11041< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-w67c-26c4-2h9w" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-w67c-26c4-2h9w< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11041.html" > https://linux.oracle.com/cve/CVE-2020-11041.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < / details > |
| libfreerdp2-2 | CVE-2020-11043 | LOW | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11043" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11043< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-5mr4-28w3-rc84" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-5mr4-28w3-rc84< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11043.html" > https://linux.oracle.com/cve/CVE-2020-11043.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < / details > |
| libfreerdp2-2 | CVE-2020-11044 | LOW | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11044" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11044< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/67c2aa52b2ae0341d469071d1bc8aab91f8d2ed8" > https://github.com/FreeRDP/FreeRDP/commit/67c2aa52b2ae0341d469071d1bc8aab91f8d2ed8< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/issues/6013" > https://github.com/FreeRDP/FreeRDP/issues/6013< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-cgqh-p732-6x2w" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-cgqh-p732-6x2w< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11044.html" > https://linux.oracle.com/cve/CVE-2020-11044.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4379-1" > https://ubuntu.com/security/notices/USN-4379-1< / a > < br > < a href = "https://usn.ubuntu.com/4379-1/" > https://usn.ubuntu.com/4379-1/< / a > < br > < / details > |
| libfreerdp2-2 | CVE-2020-11045 | LOW | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11045" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11045< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/f8890a645c221823ac133dbf991f8a65ae50d637" > https://github.com/FreeRDP/FreeRDP/commit/f8890a645c221823ac133dbf991f8a65ae50d637< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/issues/6005" > https://github.com/FreeRDP/FreeRDP/issues/6005< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-3x39-248q-f4q6" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-3x39-248q-f4q6< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11045.html" > https://linux.oracle.com/cve/CVE-2020-11045.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2020/08/msg00054.html" > https://lists.debian.org/debian-lts-announce/2020/08/msg00054.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4379-1" > https://ubuntu.com/security/notices/USN-4379-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4382-1" > https://ubuntu.com/security/notices/USN-4382-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4382-2" > https://ubuntu.com/security/notices/USN-4382-2< / a > < br > < a href = "https://usn.ubuntu.com/4379-1/" > https://usn.ubuntu.com/4379-1/< / a > < br > < a href = "https://usn.ubuntu.com/4382-1/" > https://usn.ubuntu.com/4382-1/< / a > < br > < / details > |
| libfreerdp2-2 | CVE-2020-11046 | LOW | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11046" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11046< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/ed53cd148f43cbab905eaa0f5308c2bf3c48cc37" > https://github.com/FreeRDP/FreeRDP/commit/ed53cd148f43cbab905eaa0f5308c2bf3c48cc37< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/issues/6006" > https://github.com/FreeRDP/FreeRDP/issues/6006< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-hx48-wmmm-mr5q" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-hx48-wmmm-mr5q< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11046.html" > https://linux.oracle.com/cve/CVE-2020-11046.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2020/08/msg00054.html" > https://lists.debian.org/debian-lts-announce/2020/08/msg00054.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4379-1" > https://ubuntu.com/security/notices/USN-4379-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4382-1" > https://ubuntu.com/security/notices/USN-4382-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4382-2" > https://ubuntu.com/security/notices/USN-4382-2< / a > < br > < a href = "https://usn.ubuntu.com/4379-1/" > https://usn.ubuntu.com/4379-1/< / a > < br > < a href = "https://usn.ubuntu.com/4382-1/" > https://usn.ubuntu.com/4382-1/< / a > < br > < / details > |
| libfreerdp2-2 | CVE-2020-11048 | LOW | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11048" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11048< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/9301bfe730c66180263248b74353daa99f5a969b" > https://github.com/FreeRDP/FreeRDP/commit/9301bfe730c66180263248b74353daa99f5a969b< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/issues/6007" > https://github.com/FreeRDP/FreeRDP/issues/6007< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-hv8w-f2hx-5gcv" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-hv8w-f2hx-5gcv< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11048.html" > https://linux.oracle.com/cve/CVE-2020-11048.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2020/08/msg00054.html" > https://lists.debian.org/debian-lts-announce/2020/08/msg00054.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4379-1" > https://ubuntu.com/security/notices/USN-4379-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4382-1" > https://ubuntu.com/security/notices/USN-4382-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4382-2" > https://ubuntu.com/security/notices/USN-4382-2< / a > < br > < a href = "https://usn.ubuntu.com/4379-1/" > https://usn.ubuntu.com/4379-1/< / a > < br > < a href = "https://usn.ubuntu.com/4382-1/" > https://usn.ubuntu.com/4382-1/< / a > < br > < / details > |
| libfreerdp2-2 | CVE-2020-11049 | LOW | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11049" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11049< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/c367f65d42e0d2e1ca248998175180aa9c2eacd0" > https://github.com/FreeRDP/FreeRDP/commit/c367f65d42e0d2e1ca248998175180aa9c2eacd0< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/issues/6008" > https://github.com/FreeRDP/FreeRDP/issues/6008< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/pull/6019" > https://github.com/FreeRDP/FreeRDP/pull/6019< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-wwh7-r2r8-xjpr" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-wwh7-r2r8-xjpr< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11049.html" > https://linux.oracle.com/cve/CVE-2020-11049.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4379-1" > https://ubuntu.com/security/notices/USN-4379-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4382-1" > https://ubuntu.com/security/notices/USN-4382-1< / a > < br > < a href = "https://usn.ubuntu.com/4379-1/" > https://usn.ubuntu.com/4379-1/< / a > < br > < a href = "https://usn.ubuntu.com/4382-1/" > https://usn.ubuntu.com/4382-1/< / a > < br > < / details > |
| libfreerdp2-2 | CVE-2020-11058 | LOW | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11058" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11058< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/3627aaf7d289315b614a584afb388f04abfb5bbf" > https://github.com/FreeRDP/FreeRDP/commit/3627aaf7d289315b614a584afb388f04abfb5bbf< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/issues/6011" > https://github.com/FreeRDP/FreeRDP/issues/6011< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-wjg2-2f82-466g" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-wjg2-2f82-466g< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11058.html" > https://linux.oracle.com/cve/CVE-2020-11058.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2020/08/msg00054.html" > https://lists.debian.org/debian-lts-announce/2020/08/msg00054.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4379-1" > https://ubuntu.com/security/notices/USN-4379-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4382-1" > https://ubuntu.com/security/notices/USN-4382-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4382-2" > https://ubuntu.com/security/notices/USN-4382-2< / a > < br > < a href = "https://usn.ubuntu.com/4379-1/" > https://usn.ubuntu.com/4379-1/< / a > < br > < a href = "https://usn.ubuntu.com/4382-1/" > https://usn.ubuntu.com/4382-1/< / a > < br > < / details > |
| libfreerdp2-2 | CVE-2020-11085 | LOW | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11085" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11085< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/b73143cf7ee5fe4cdabcbf56908aa15d8a883821" > https://github.com/FreeRDP/FreeRDP/commit/b73143cf7ee5fe4cdabcbf56908aa15d8a883821< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-2j4w-v45m-95hf" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-2j4w-v45m-95hf< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11085.html" > https://linux.oracle.com/cve/CVE-2020-11085.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < / details > |
| libfreerdp2-2 | CVE-2020-15103 | LOW | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-09/msg00010.html" > http://lists.opensuse.org/opensuse-security-announce/2020-09/msg00010.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15103" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15103< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/blob/616af2d5b86dc24c7b3e89870dbcffd841d9a535/ChangeLog#L4" > https://github.com/FreeRDP/FreeRDP/blob/616af2d5b86dc24c7b3e89870dbcffd841d9a535/ChangeLog#L4< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/pull/6381" > https://github.com/FreeRDP/FreeRDP/pull/6381< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/pull/6382" > https://github.com/FreeRDP/FreeRDP/pull/6382< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-4r38-6hq7-j3j9" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-4r38-6hq7-j3j9< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-15103.html" > https://linux.oracle.com/cve/CVE-2020-15103.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-1849.html" > https://linux.oracle.com/errata/ELSA-2021-1849.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6Y35HBHG2INICLSGCIKNAR7GCXEHQACQ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6Y35HBHG2INICLSGCIKNAR7GCXEHQACQ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOZLH35OJWIQLM7FYDXAP2EAUBDXE76V/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOZLH35OJWIQLM7FYDXAP2EAUBDXE76V/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4481-1" > https://ubuntu.com/security/notices/USN-4481-1< / a > < br > < a href = "https://usn.ubuntu.com/4481-1/" > https://usn.ubuntu.com/4481-1/< / a > < br > < / details > |
| libgcc1 | CVE-2018-12886 | HIGH | 8.3.0-6 | | < details > < summary > Expand...< / summary > < 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://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 > < / details > |
| libgcrypt20 | CVE-2021-33560 | HIGH | 1.8.4-5+deb10u1 | | < details > < summary > Expand...< / summary > < 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-2021-4409.html" > https://linux.oracle.com/errata/ELSA-2021-4409.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://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+deb10u1 | | < 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://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-2018-6829 | LOW | 1.8.4-5+deb10u1 | | < details > < summary > Expand...< / summary > < 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 > |
| libglib2.0-0 | CVE-2012-0039 | LOW | 2.58.3-2+deb10u3 | | < details > < summary > Expand...< / summary > < a href = "http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=655044" > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=655044< / a > < br > < a href = "http://mail.gnome.org/archives/gtk-devel-list/2003-May/msg00111.html" > http://mail.gnome.org/archives/gtk-devel-list/2003-May/msg00111.html< / a > < br > < a href = "http://openwall.com/lists/oss-security/2012/01/10/12" > http://openwall.com/lists/oss-security/2012/01/10/12< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=772720" > https://bugzilla.redhat.com/show_bug.cgi?id=772720< / a > < br > < / details > |
| libglib2.0-0 | CVE-2020-35457 | LOW | 2.58.3-2+deb10u3 | | < details > < summary > Expand...< / summary > < a href = "https://gitlab.gnome.org/GNOME/glib/-/commit/63c5b62f0a984fac9a9700b12f54fe878e016a5d" > https://gitlab.gnome.org/GNOME/glib/-/commit/63c5b62f0a984fac9a9700b12f54fe878e016a5d< / a > < br > < a href = "https://gitlab.gnome.org/GNOME/glib/-/issues/2197" > https://gitlab.gnome.org/GNOME/glib/-/issues/2197< / a > < br > < a href = "https://gitlab.gnome.org/GNOME/glib/-/releases/2.65.3" > https://gitlab.gnome.org/GNOME/glib/-/releases/2.65.3< / a > < br > < / details > |
| libgmp10 | CVE-2021-43618 | HIGH | 2:6.1.2+dfsg-4 | | < details > < summary > Expand...< / summary > < 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 > < / details > |
| libgnutls30 | CVE-2011-3389 | LOW | 3.6.7-4+deb10u7 | | < 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
| libgomp1 | CVE-2018-12886 | HIGH | 8.3.0-6 | | < details > < summary > Expand...< / summary > < 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 > |
| libgomp1 | 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://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 > < / details > |
| libgs9 | CVE-2021-45944 | MEDIUM | 9.27~dfsg-2+deb10u4 | 9.27~dfsg-2+deb10u5 | < details > < summary > Expand...< / summary > < a href = "https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=29903" > https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=29903< / a > < br > < a href = "https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=30715" > https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=30715< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45944" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45944< / a > < br > < a href = "https://git.ghostscript.com/?p=ghostpdl.git;a=commit;h=7861fcad13c497728189feafb41cd57b5b50ea25" > https://git.ghostscript.com/?p=ghostpdl.git;a=commit;h=7861fcad13c497728189feafb41cd57b5b50ea25< / a > < br > < a href = "https://github.com/google/oss-fuzz-vulns/blob/main/vulns/ghostscript/OSV-2021-237.yaml" > https://github.com/google/oss-fuzz-vulns/blob/main/vulns/ghostscript/OSV-2021-237.yaml< / a > < br > < a href = "https://github.com/google/oss-fuzz-vulns/issues/16" > https://github.com/google/oss-fuzz-vulns/issues/16< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2022/01/msg00006.html" > https://lists.debian.org/debian-lts-announce/2022/01/msg00006.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5224-1" > https://ubuntu.com/security/notices/USN-5224-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5224-2" > https://ubuntu.com/security/notices/USN-5224-2< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5038" > https://www.debian.org/security/2022/dsa-5038< / a > < br > < / details > |
| libgs9 | CVE-2021-45949 | MEDIUM | 9.27~dfsg-2+deb10u4 | 9.27~dfsg-2+deb10u5 | < details > < summary > Expand...< / summary > < a href = "https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=34675" > https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=34675< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45949" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45949< / a > < br > < a href = "https://git.ghostscript.com/?p=ghostpdl.git;a=commit;h=2a3129365d3bc0d4a41f107ef175920d1505d1f7" > https://git.ghostscript.com/?p=ghostpdl.git;a=commit;h=2a3129365d3bc0d4a41f107ef175920d1505d1f7< / a > < br > < a href = "https://github.com/google/oss-fuzz-vulns/blob/main/vulns/ghostscript/OSV-2021-803.yaml" > https://github.com/google/oss-fuzz-vulns/blob/main/vulns/ghostscript/OSV-2021-803.yaml< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2022/01/msg00006.html" > https://lists.debian.org/debian-lts-announce/2022/01/msg00006.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5224-1" > https://ubuntu.com/security/notices/USN-5224-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5224-2" > https://ubuntu.com/security/notices/USN-5224-2< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5038" > https://www.debian.org/security/2022/dsa-5038< / a > < br > < / details > |
| libgs9-common | CVE-2021-45944 | MEDIUM | 9.27~dfsg-2+deb10u4 | 9.27~dfsg-2+deb10u5 | < details > < summary > Expand...< / summary > < a href = "https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=29903" > https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=29903< / a > < br > < a href = "https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=30715" > https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=30715< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45944" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45944< / a > < br > < a href = "https://git.ghostscript.com/?p=ghostpdl.git;a=commit;h=7861fcad13c497728189feafb41cd57b5b50ea25" > https://git.ghostscript.com/?p=ghostpdl.git;a=commit;h=7861fcad13c497728189feafb41cd57b5b50ea25< / a > < br > < a href = "https://github.com/google/oss-fuzz-vulns/blob/main/vulns/ghostscript/OSV-2021-237.yaml" > https://github.com/google/oss-fuzz-vulns/blob/main/vulns/ghostscript/OSV-2021-237.yaml< / a > < br > < a href = "https://github.com/google/oss-fuzz-vulns/issues/16" > https://github.com/google/oss-fuzz-vulns/issues/16< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2022/01/msg00006.html" > https://lists.debian.org/debian-lts-announce/2022/01/msg00006.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5224-1" > https://ubuntu.com/security/notices/USN-5224-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5224-2" > https://ubuntu.com/security/notices/USN-5224-2< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5038" > https://www.debian.org/security/2022/dsa-5038< / a > < br > < / details > |
| libgs9-common | CVE-2021-45949 | MEDIUM | 9.27~dfsg-2+deb10u4 | 9.27~dfsg-2+deb10u5 | < details > < summary > Expand...< / summary > < a href = "https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=34675" > https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=34675< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45949" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45949< / a > < br > < a href = "https://git.ghostscript.com/?p=ghostpdl.git;a=commit;h=2a3129365d3bc0d4a41f107ef175920d1505d1f7" > https://git.ghostscript.com/?p=ghostpdl.git;a=commit;h=2a3129365d3bc0d4a41f107ef175920d1505d1f7< / a > < br > < a href = "https://github.com/google/oss-fuzz-vulns/blob/main/vulns/ghostscript/OSV-2021-803.yaml" > https://github.com/google/oss-fuzz-vulns/blob/main/vulns/ghostscript/OSV-2021-803.yaml< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2022/01/msg00006.html" > https://lists.debian.org/debian-lts-announce/2022/01/msg00006.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5224-1" > https://ubuntu.com/security/notices/USN-5224-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5224-2" > https://ubuntu.com/security/notices/USN-5224-2< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5038" > https://www.debian.org/security/2022/dsa-5038< / a > < br > < / details > |
| libgssapi-krb5-2 | CVE-2004-0971 | LOW | 1.17-3+deb10u3 | | < 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://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+deb10u3 | | < details > < summary > Expand...< / summary > < 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 > |
| 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 > |
| libjbig0 | CVE-2017-9937 | LOW | 2.1-3.1 | | < details > < summary > Expand...< / summary > < a href = "http://bugzilla.maptools.org/show_bug.cgi?id=2707" > http://bugzilla.maptools.org/show_bug.cgi?id=2707< / a > < br > < a href = "http://www.securityfocus.com/bid/99304" > http://www.securityfocus.com/bid/99304< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-9937" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-9937< / 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 > |
| libjbig2dec0 | CVE-2020-12268 | CRITICAL | 0.16-1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-05/msg00034.html" > http://lists.opensuse.org/opensuse-security-announce/2020-05/msg00034.html< / a > < br > < a href = "https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=20332" > https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=20332< / a > < br > < a href = "https://github.com/ArtifexSoftware/jbig2dec/commit/0726320a4b55078e9d8deb590e477d598b3da66e" > https://github.com/ArtifexSoftware/jbig2dec/commit/0726320a4b55078e9d8deb590e477d598b3da66e< / a > < br > < a href = "https://github.com/ArtifexSoftware/jbig2dec/compare/0.17...0.18" > https://github.com/ArtifexSoftware/jbig2dec/compare/0.17...0.18< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-12268.html" > https://linux.oracle.com/cve/CVE-2020-12268.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-2897.html" > https://linux.oracle.com/errata/ELSA-2020-2897.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/10/msg00023.html" > https://lists.debian.org/debian-lts-announce/2021/10/msg00023.html< / a > < br > < / details > |
| libjpeg62-turbo | CVE-2017-15232 | LOW | 1:1.5.2-2+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-15232" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-15232< / a > < br > < a href = "https://github.com/libjpeg-turbo/libjpeg-turbo/pull/182" > https://github.com/libjpeg-turbo/libjpeg-turbo/pull/182< / a > < br > < a href = "https://github.com/mozilla/mozjpeg/issues/268" > https://github.com/mozilla/mozjpeg/issues/268< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-3706-1" > https://ubuntu.com/security/notices/USN-3706-1< / a > < br > < a href = "https://usn.ubuntu.com/3706-1/" > https://usn.ubuntu.com/3706-1/< / a > < br > < / details > |
| libjpeg62-turbo | CVE-2018-11813 | LOW | 1:1.5.2-2+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2019-04/msg00015.html" > http://lists.opensuse.org/opensuse-security-announce/2019-04/msg00015.html< / a > < br > < a href = "http://lists.opensuse.org/opensuse-security-announce/2019-05/msg00015.html" > http://lists.opensuse.org/opensuse-security-announce/2019-05/msg00015.html< / a > < br > < a href = "http://www.ijg.org/files/jpegsrc.v9d.tar.gz" > http://www.ijg.org/files/jpegsrc.v9d.tar.gz< / a > < br > < a href = "https://access.redhat.com/errata/RHSA-2019:2052" > https://access.redhat.com/errata/RHSA-2019:2052< / a > < br > < a href = "https://bugs.gentoo.org/727908" > https://bugs.gentoo.org/727908< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-11813" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-11813< / a > < br > < a href = "https://github.com/ChijinZ/security_advisories/blob/master/libjpeg-v9c/mail.pdf" > https://github.com/ChijinZ/security_advisories/blob/master/libjpeg-v9c/mail.pdf< / a > < br > < a href = "https://github.com/ChijinZ/security_advisories/tree/master/libjpeg-v9c" > https://github.com/ChijinZ/security_advisories/tree/master/libjpeg-v9c< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2018-11813.html" > https://linux.oracle.com/cve/CVE-2018-11813.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2019-2052.html" > https://linux.oracle.com/errata/ELSA-2019-2052.html< / a > < br > < / details > |
| libjpeg62-turbo | CVE-2020-17541 | LOW | 1:1.5.2-2+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-17541" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-17541< / a > < br > < a href = "https://github.com/libjpeg-turbo/libjpeg-turbo/issues/392" > https://github.com/libjpeg-turbo/libjpeg-turbo/issues/392< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-17541.html" > https://linux.oracle.com/cve/CVE-2020-17541.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-4288.html" > https://linux.oracle.com/errata/ELSA-2021-4288.html< / a > < br > < / details > |
| libk5crypto3 | CVE-2004-0971 | LOW | 1.17-3+deb10u3 | | < 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://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+deb10u3 | | < details > < summary > Expand...< / summary > < 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-2004-0971 | LOW | 1.17-3+deb10u3 | | < 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://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+deb10u3 | | < details > < summary > Expand...< / summary > < 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-2004-0971 | LOW | 1.17-3+deb10u3 | | < 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://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+deb10u3 | | < details > < summary > Expand...< / summary > < 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 > |
| liblz4-1 | CVE-2019-17543 | LOW | 1.8.3-1+deb10u1 | | < 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://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 > |
| libmount1 | CVE-2021-37600 | LOW | 2.33.1-0.1 | | < details > < summary > Expand...< / summary > < 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://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://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 > < / 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://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 > < / details > |
2022-03-07 17:20:53 +00:00
| libopenjp2-7 | CVE-2021-3575 | HIGH | 2.3.0-2+deb10u2 | | < details > < summary > Expand...< / summary > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=1957616" > https://bugzilla.redhat.com/show_bug.cgi?id=1957616< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3575" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3575< / a > < br > < a href = "https://github.com/uclouvain/openjpeg/issues/1347" > https://github.com/uclouvain/openjpeg/issues/1347< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-3575.html" > https://linux.oracle.com/cve/CVE-2021-3575.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-4251.html" > https://linux.oracle.com/errata/ELSA-2021-4251.html< / a > < br > < a href = "https://ubuntu.com/security/CVE-2021-3575" > https://ubuntu.com/security/CVE-2021-3575< / a > < br > < / details > |
2022-03-03 23:48:24 +00:00
| libopenjp2-7 | CVE-2019-12973 | MEDIUM | 2.3.0-2+deb10u2 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2019-09/msg00088.html" > http://lists.opensuse.org/opensuse-security-announce/2019-09/msg00088.html< / a > < br > < a href = "http://lists.opensuse.org/opensuse-security-announce/2019-09/msg00090.html" > http://lists.opensuse.org/opensuse-security-announce/2019-09/msg00090.html< / a > < br > < a href = "http://www.securityfocus.com/bid/108900" > http://www.securityfocus.com/bid/108900< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-12973" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-12973< / a > < br > < a href = "https://github.com/uclouvain/openjpeg/commit/8ee335227bbcaf1614124046aa25e53d67b11ec3" > https://github.com/uclouvain/openjpeg/commit/8ee335227bbcaf1614124046aa25e53d67b11ec3< / a > < br > < a href = "https://github.com/uclouvain/openjpeg/pull/1185/commits/cbe7384016083eac16078b359acd7a842253d503" > https://github.com/uclouvain/openjpeg/pull/1185/commits/cbe7384016083eac16078b359acd7a842253d503< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2019-12973.html" > https://linux.oracle.com/cve/CVE-2019-12973.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-4251.html" > https://linux.oracle.com/errata/ELSA-2021-4251.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2020/07/msg00008.html" > https://lists.debian.org/debian-lts-announce/2020/07/msg00008.html< / a > < br > < a href = "https://security.gentoo.org/glsa/202101-29" > https://security.gentoo.org/glsa/202101-29< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpujul2020.html" > https://www.oracle.com/security-alerts/cpujul2020.html< / a > < br > < / details > |
| libopenjp2-7 | CVE-2021-29338 | MEDIUM | 2.3.0-2+deb10u2 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29338" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29338< / a > < br > < a href = "https://github.com/uclouvain/openjpeg/issues/1338" > https://github.com/uclouvain/openjpeg/issues/1338< / a > < br > < a href = "https://github.com/uclouvain/openjpeg/pull/1346" > https://github.com/uclouvain/openjpeg/pull/1346< / a > < br > < a href = "https://github.com/uclouvain/openjpeg/pull/1395" > https://github.com/uclouvain/openjpeg/pull/1395< / a > < br > < a href = "https://github.com/uclouvain/openjpeg/pull/1396" > https://github.com/uclouvain/openjpeg/pull/1396< / a > < br > < a href = "https://github.com/uclouvain/openjpeg/pull/1397" > https://github.com/uclouvain/openjpeg/pull/1397< / a > < br > < a href = "https://github.com/uclouvain/openjpeg/pull/1398" > https://github.com/uclouvain/openjpeg/pull/1398< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-29338.html" > https://linux.oracle.com/cve/CVE-2021-29338.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-4251.html" > https://linux.oracle.com/errata/ELSA-2021-4251.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/EZ54FGM2IGAP4AWSJ22JKHOPHCR3FGYU/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/EZ54FGM2IGAP4AWSJ22JKHOPHCR3FGYU/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QB6AI7CWXWMEDZIQY4LQ6DMIEXMDOHUP/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QB6AI7CWXWMEDZIQY4LQ6DMIEXMDOHUP/< / a > < br > < / details > |
| libopenjp2-7 | CVE-2016-10505 | LOW | 2.3.0-2+deb10u2 | | < details > < summary > Expand...< / summary > < a href = "https://github.com/uclouvain/openjpeg/issues/776" > https://github.com/uclouvain/openjpeg/issues/776< / a > < br > < a href = "https://github.com/uclouvain/openjpeg/issues/784" > https://github.com/uclouvain/openjpeg/issues/784< / a > < br > < a href = "https://github.com/uclouvain/openjpeg/issues/785" > https://github.com/uclouvain/openjpeg/issues/785< / a > < br > < a href = "https://github.com/uclouvain/openjpeg/issues/792" > https://github.com/uclouvain/openjpeg/issues/792< / a > < br > < a href = "https://security.gentoo.org/glsa/201710-26" > https://security.gentoo.org/glsa/201710-26< / a > < br > < / details > |
| libopenjp2-7 | CVE-2016-10506 | LOW | 2.3.0-2+deb10u2 | | < details > < summary > Expand...< / summary > < a href = "http://www.securityfocus.com/bid/100573" > http://www.securityfocus.com/bid/100573< / a > < br > < a href = "https://github.com/uclouvain/openjpeg/commit/d27ccf01c68a31ad62b33d2dc1ba2bb1eeaafe7b" > https://github.com/uclouvain/openjpeg/commit/d27ccf01c68a31ad62b33d2dc1ba2bb1eeaafe7b< / a > < br > < a href = "https://github.com/uclouvain/openjpeg/issues/731" > https://github.com/uclouvain/openjpeg/issues/731< / a > < br > < a href = "https://github.com/uclouvain/openjpeg/issues/732" > https://github.com/uclouvain/openjpeg/issues/732< / a > < br > < a href = "https://github.com/uclouvain/openjpeg/issues/777" > https://github.com/uclouvain/openjpeg/issues/777< / a > < br > < a href = "https://github.com/uclouvain/openjpeg/issues/778" > https://github.com/uclouvain/openjpeg/issues/778< / a > < br > < a href = "https://github.com/uclouvain/openjpeg/issues/779" > https://github.com/uclouvain/openjpeg/issues/779< / a > < br > < a href = "https://github.com/uclouvain/openjpeg/issues/780" > https://github.com/uclouvain/openjpeg/issues/780< / a > < br > < a href = "https://security.gentoo.org/glsa/201710-26" > https://security.gentoo.org/glsa/201710-26< / a > < br > < / details > |
| libopenjp2-7 | CVE-2016-9113 | LOW | 2.3.0-2+deb10u2 | | < details > < summary > Expand...< / summary > < a href = "http://www.securityfocus.com/bid/93980" > http://www.securityfocus.com/bid/93980< / a > < br > < a href = "https://github.com/uclouvain/openjpeg/issues/856" > https://github.com/uclouvain/openjpeg/issues/856< / a > < br > < a href = "https://security.gentoo.org/glsa/201710-26" > https://security.gentoo.org/glsa/201710-26< / a > < br > < / details > |
| libopenjp2-7 | CVE-2016-9114 | LOW | 2.3.0-2+deb10u2 | | < details > < summary > Expand...< / summary > < a href = "http://www.securityfocus.com/bid/93979" > http://www.securityfocus.com/bid/93979< / a > < br > < a href = "https://github.com/uclouvain/openjpeg/issues/857" > https://github.com/uclouvain/openjpeg/issues/857< / a > < br > < a href = "https://security.gentoo.org/glsa/201710-26" > https://security.gentoo.org/glsa/201710-26< / a > < br > < / details > |
| libopenjp2-7 | CVE-2016-9115 | LOW | 2.3.0-2+deb10u2 | | < details > < summary > Expand...< / summary > < a href = "http://www.securityfocus.com/bid/93977" > http://www.securityfocus.com/bid/93977< / a > < br > < a href = "https://github.com/uclouvain/openjpeg/issues/858" > https://github.com/uclouvain/openjpeg/issues/858< / a > < br > < a href = "https://security.gentoo.org/glsa/201710-26" > https://security.gentoo.org/glsa/201710-26< / a > < br > < / details > |
| libopenjp2-7 | CVE-2016-9116 | LOW | 2.3.0-2+deb10u2 | | < details > < summary > Expand...< / summary > < a href = "http://www.securityfocus.com/bid/93975" > http://www.securityfocus.com/bid/93975< / a > < br > < a href = "https://github.com/uclouvain/openjpeg/issues/859" > https://github.com/uclouvain/openjpeg/issues/859< / a > < br > < a href = "https://security.gentoo.org/glsa/201710-26" > https://security.gentoo.org/glsa/201710-26< / a > < br > < / details > |
| libopenjp2-7 | CVE-2016-9117 | LOW | 2.3.0-2+deb10u2 | | < details > < summary > Expand...< / summary > < a href = "http://www.securityfocus.com/bid/93783" > http://www.securityfocus.com/bid/93783< / a > < br > < a href = "https://github.com/uclouvain/openjpeg/issues/860" > https://github.com/uclouvain/openjpeg/issues/860< / a > < br > < a href = "https://security.gentoo.org/glsa/201710-26" > https://security.gentoo.org/glsa/201710-26< / a > < br > < / details > |
| libopenjp2-7 | CVE-2016-9580 | LOW | 2.3.0-2+deb10u2 | | < details > < summary > Expand...< / summary > < a href = "http://www.securityfocus.com/bid/94822" > http://www.securityfocus.com/bid/94822< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2016-9580" > https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2016-9580< / a > < br > < a href = "https://github.com/szukw000/openjpeg/commit/cadff5fb6e73398de26a92e96d3d7cac893af255" > https://github.com/szukw000/openjpeg/commit/cadff5fb6e73398de26a92e96d3d7cac893af255< / a > < br > < a href = "https://github.com/uclouvain/openjpeg/issues/871" > https://github.com/uclouvain/openjpeg/issues/871< / a > < br > < a href = "https://security.gentoo.org/glsa/201710-26" > https://security.gentoo.org/glsa/201710-26< / a > < br > < / details > |
| libopenjp2-7 | CVE-2016-9581 | LOW | 2.3.0-2+deb10u2 | | < details > < summary > Expand...< / summary > < a href = "http://www.securityfocus.com/bid/94822" > http://www.securityfocus.com/bid/94822< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2016-9581" > https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2016-9581< / a > < br > < a href = "https://github.com/szukw000/openjpeg/commit/cadff5fb6e73398de26a92e96d3d7cac893af255" > https://github.com/szukw000/openjpeg/commit/cadff5fb6e73398de26a92e96d3d7cac893af255< / a > < br > < a href = "https://github.com/uclouvain/openjpeg/issues/872" > https://github.com/uclouvain/openjpeg/issues/872< / a > < br > < a href = "https://security.gentoo.org/glsa/201710-26" > https://security.gentoo.org/glsa/201710-26< / a > < br > < / details > |
| libopenjp2-7 | CVE-2017-17479 | LOW | 2.3.0-2+deb10u2 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-17479" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-17479< / a > < br > < a href = "https://github.com/uclouvain/openjpeg/issues/1044" > https://github.com/uclouvain/openjpeg/issues/1044< / a > < br > < / details > |
| libopenjp2-7 | CVE-2018-16375 | LOW | 2.3.0-2+deb10u2 | | < details > < summary > Expand...< / summary > < a href = "http://www.securityfocus.com/bid/105266" > http://www.securityfocus.com/bid/105266< / a > < br > < a href = "https://github.com/uclouvain/openjpeg/issues/1126" > https://github.com/uclouvain/openjpeg/issues/1126< / a > < br > < / details > |
| libopenjp2-7 | CVE-2018-16376 | LOW | 2.3.0-2+deb10u2 | | < details > < summary > Expand...< / summary > < a href = "http://www.securityfocus.com/bid/105262" > http://www.securityfocus.com/bid/105262< / a > < br > < a href = "https://github.com/uclouvain/openjpeg/issues/1127" > https://github.com/uclouvain/openjpeg/issues/1127< / a > < br > < / details > |
| libopenjp2-7 | CVE-2018-20845 | LOW | 2.3.0-2+deb10u2 | | < details > < summary > Expand...< / summary > < a href = "http://www.securityfocus.com/bid/108921" > http://www.securityfocus.com/bid/108921< / a > < br > < a href = "https://github.com/uclouvain/openjpeg/pull/1168/commits/c5bd64ea146162967c29bd2af0cbb845ba3eaaaf" > https://github.com/uclouvain/openjpeg/pull/1168/commits/c5bd64ea146162967c29bd2af0cbb845ba3eaaaf< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2018-20845.html" > https://linux.oracle.com/cve/CVE-2018-20845.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-4251.html" > https://linux.oracle.com/errata/ELSA-2021-4251.html< / a > < br > < / details > |
| libopenjp2-7 | CVE-2018-20846 | LOW | 2.3.0-2+deb10u2 | | < details > < summary > Expand...< / summary > < a href = "http://www.securityfocus.com/bid/108921" > http://www.securityfocus.com/bid/108921< / a > < br > < a href = "https://github.com/uclouvain/openjpeg/pull/1168/commits/c277159986c80142180fbe5efb256bbf3bdf3edc" > https://github.com/uclouvain/openjpeg/pull/1168/commits/c277159986c80142180fbe5efb256bbf3bdf3edc< / a > < br > < / details > |
| libopenjp2-7 | CVE-2018-5727 | LOW | 2.3.0-2+deb10u2 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-5727" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-5727< / a > < br > < a href = "https://github.com/uclouvain/openjpeg/issues/1053" > https://github.com/uclouvain/openjpeg/issues/1053< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2018-5727.html" > https://linux.oracle.com/cve/CVE-2018-5727.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-4251.html" > https://linux.oracle.com/errata/ELSA-2021-4251.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4686-1" > https://ubuntu.com/security/notices/USN-4686-1< / a > < br > < / details > |
| libopenjp2-7 | CVE-2018-7648 | LOW | 2.3.0-2+deb10u2 | | < details > < summary > Expand...< / summary > < a href = "https://github.com/uclouvain/openjpeg/commit/cc3824767bde397fedb8a1ae4786a222ba860c8d" > https://github.com/uclouvain/openjpeg/commit/cc3824767bde397fedb8a1ae4786a222ba860c8d< / a > < br > < a href = "https://github.com/uclouvain/openjpeg/issues/1088" > https://github.com/uclouvain/openjpeg/issues/1088< / a > < br > < / details > |
| libopenjp2-7 | CVE-2019-6988 | LOW | 2.3.0-2+deb10u2 | | < details > < summary > Expand...< / summary > < a href = "http://www.securityfocus.com/bid/106785" > http://www.securityfocus.com/bid/106785< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-6988" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-6988< / a > < br > < a href = "https://github.com/uclouvain/openjpeg/issues/1178" > https://github.com/uclouvain/openjpeg/issues/1178< / 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://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://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://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://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://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://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://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://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 > |
| libpng16-16 | CVE-2018-14048 | LOW | 1.6.36-6 | | < details > < summary > Expand...< / summary > < a href = "http://packetstormsecurity.com/files/152561/Slackware-Security-Advisory-libpng-Updates.html" > http://packetstormsecurity.com/files/152561/Slackware-Security-Advisory-libpng-Updates.html< / a > < br > < a href = "http://www.oracle.com/technetwork/security-advisory/cpuoct2018-4428296.html" > http://www.oracle.com/technetwork/security-advisory/cpuoct2018-4428296.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-14048" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-14048< / a > < br > < a href = "https://github.com/fouzhe/security/tree/master/libpng" > https://github.com/fouzhe/security/tree/master/libpng< / a > < br > < a href = "https://github.com/glennrp/libpng/issues/238" > https://github.com/glennrp/libpng/issues/238< / a > < br > < a href = "https://seclists.org/bugtraq/2019/Apr/30" > https://seclists.org/bugtraq/2019/Apr/30< / a > < br > < a href = "https://security.gentoo.org/glsa/201908-02" > https://security.gentoo.org/glsa/201908-02< / a > < br > < / details > |
| libpng16-16 | CVE-2018-14550 | LOW | 1.6.36-6 | | < details > < summary > Expand...< / summary > < a href = "https://github.com/advisories/GHSA-qwwr-qc2p-6283" > https://github.com/advisories/GHSA-qwwr-qc2p-6283< / a > < br > < a href = "https://github.com/fouzhe/security/tree/master/libpng#stack-buffer-overflow-in-png2pnm-in-function-get_token" > https://github.com/fouzhe/security/tree/master/libpng#stack-buffer-overflow-in-png2pnm-in-function-get_token< / a > < br > < a href = "https://github.com/glennrp/libpng/issues/246" > https://github.com/glennrp/libpng/issues/246< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2018-14550" > https://nvd.nist.gov/vuln/detail/CVE-2018-14550< / a > < br > < a href = "https://security.gentoo.org/glsa/201908-02" > https://security.gentoo.org/glsa/201908-02< / a > < br > < a href = "https://snyk.io/vuln/SNYK-UPSTREAM-LIBPNG-1043612" > https://snyk.io/vuln/SNYK-UPSTREAM-LIBPNG-1043612< / 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 > < / details > |
| libpng16-16 | CVE-2019-6129 | LOW | 1.6.36-6 | | < details > < summary > Expand...< / summary > < a href = "https://github.com/glennrp/libpng/issues/269" > https://github.com/glennrp/libpng/issues/269< / a > < br > < a href = "https://www.oracle.com/technetwork/security-advisory/cpujul2019-5072835.html" > https://www.oracle.com/technetwork/security-advisory/cpujul2019-5072835.html< / a > < br > < / details > |
| libpng16-16 | CVE-2021-4214 | LOW | 1.6.36-6 | | < details > < summary > Expand...< / summary > < / details > |
| librsvg2-2 | CVE-2019-20446 | MEDIUM | 2.44.10-2.1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-03/msg00024.html" > http://lists.opensuse.org/opensuse-security-announce/2020-03/msg00024.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-20446" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-20446< / a > < br > < a href = "https://gitlab.gnome.org/GNOME/librsvg/issues/515" > https://gitlab.gnome.org/GNOME/librsvg/issues/515< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2019-20446.html" > https://linux.oracle.com/cve/CVE-2019-20446.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4709.html" > https://linux.oracle.com/errata/ELSA-2020-4709.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2020/07/msg00016.html" > https://lists.debian.org/debian-lts-announce/2020/07/msg00016.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6IOHSO6BUKC6I66J5PZOMAGFVJ66ZS57/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6IOHSO6BUKC6I66J5PZOMAGFVJ66ZS57/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/X3B5RWJQD5LA45MYLLR55KZJOJ5NVZGP/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/X3B5RWJQD5LA45MYLLR55KZJOJ5NVZGP/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4436-1" > https://ubuntu.com/security/notices/USN-4436-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4436-2" > https://ubuntu.com/security/notices/USN-4436-2< / a > < br > < a href = "https://usn.ubuntu.com/4436-1/" > https://usn.ubuntu.com/4436-1/< / 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://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://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://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://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://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://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://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://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 > < / details > |
| libsndfile1 | CVE-2021-4156 | MEDIUM | 1.0.28-6+deb10u1 | | < details > < summary > Expand...< / summary > < / details > |
| libspeex1 | CVE-2020-23903 | MEDIUM | 1.2~rc1.2-1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-23903" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-23903< / a > < br > < a href = "https://github.com/xiph/speex/issues/13" > https://github.com/xiph/speex/issues/13< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/LXCRAYNW5ESCE2PIGTUXZNZHNYFLJ6PX/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/LXCRAYNW5ESCE2PIGTUXZNZHNYFLJ6PX/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/R3SEV2ZRR47GSD3M7O5PH4XEJMKJJNG2/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/R3SEV2ZRR47GSD3M7O5PH4XEJMKJJNG2/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5280-1" > https://ubuntu.com/security/notices/USN-5280-1< / a > < br > < / details > |
| libspeex1 | CVE-2020-23904 | MEDIUM | 1.2~rc1.2-1 | | < details > < summary > Expand...< / summary > < a href = "https://github.com/xiph/speex/issues/14" > https://github.com/xiph/speex/issues/14< / a > < br > < / details > |
| libssh2-1 | CVE-2019-13115 | HIGH | 1.8.0-2.1 | | < details > < summary > Expand...< / summary > < 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://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 > < / details > |
| libssl1.1 | CVE-2021-4160 | MEDIUM | 1.1.1d-0+deb10u7 | | < details > < summary > Expand...< / summary > < 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://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+deb10u7 | | < 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://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+deb10u7 | | < 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://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://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://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 > < / details > |
| libswresample3 | CVE-2020-20891 | HIGH | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-20891" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-20891< / a > < br > < a href = "https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/64a805883d7223c868a683f0030837d859edd2ab" > https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/64a805883d7223c868a683f0030837d859edd2ab< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8282" > https://trac.ffmpeg.org/ticket/8282< / a > < br > < / details > |
| libswresample3 | CVE-2020-20892 | HIGH | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "http://git.videolan.org/?p=ffmpeg.git;a=commit;h=19587c9332f5be4f6bc6d7b2b8ef3fd21dfeaa01" > http://git.videolan.org/?p=ffmpeg.git;a=commit;h=19587c9332f5be4f6bc6d7b2b8ef3fd21dfeaa01< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-20892" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-20892< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8265" > https://trac.ffmpeg.org/ticket/8265< / a > < br > < / details > |
| libswresample3 | CVE-2020-20896 | HIGH | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-20896" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-20896< / a > < br > < a href = "https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/dd01947397b98e94c3f2a79d5820aaf4594f4d3b" > https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/dd01947397b98e94c3f2a79d5820aaf4594f4d3b< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8273" > https://trac.ffmpeg.org/ticket/8273< / a > < br > < / details > |
| libswresample3 | CVE-2020-21688 | HIGH | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-21688" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-21688< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8186" > https://trac.ffmpeg.org/ticket/8186< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4998" > https://www.debian.org/security/2021/dsa-4998< / a > < br > < / details > |
| libswresample3 | CVE-2020-21697 | MEDIUM | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-21697" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-21697< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8188" > https://trac.ffmpeg.org/ticket/8188< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4998" > https://www.debian.org/security/2021/dsa-4998< / a > < br > < / details > |
| libswresample3 | CVE-2021-3566 | MEDIUM | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3566" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3566< / a > < br > < a href = "https://github.com/FFmpeg/FFmpeg/commit/3bce9e9b3ea35c54bacccc793d7da99ea5157532#diff-74f6b92a0541378ad15de9c29c0a2b0c69881ad9ffc71abe568b88b535e00a7f" > https://github.com/FFmpeg/FFmpeg/commit/3bce9e9b3ea35c54bacccc793d7da99ea5157532#diff-74f6b92a0541378ad15de9c29c0a2b0c69881ad9ffc71abe568b88b535e00a7f< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/08/msg00018.html" > https://lists.debian.org/debian-lts-announce/2021/08/msg00018.html< / a > < br > < / details > |
| libswresample3 | CVE-2020-20450 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-20450" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-20450< / a > < br > < a href = "https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=3865b1952e5cf993b016d83ba78fe1deb63bbfad (4.3)" > https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=3865b1952e5cf993b016d83ba78fe1deb63bbfad (4.3)< / a > < br > < a href = "https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=5400e4a50c61e53e1bc50b3e77201649bbe9c510" > https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=5400e4a50c61e53e1bc50b3e77201649bbe9c510< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/7993" > https://trac.ffmpeg.org/ticket/7993< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4998" > https://www.debian.org/security/2021/dsa-4998< / a > < br > < / details > |
| libswresample3 | CVE-2020-20451 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-20451" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-20451< / a > < br > < a href = "https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=21265f42ecb265debe9fec1dbfd0cb7de5a8aefb" > https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=21265f42ecb265debe9fec1dbfd0cb7de5a8aefb< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/11/msg00012.html" > https://lists.debian.org/debian-lts-announce/2021/11/msg00012.html< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8094" > https://trac.ffmpeg.org/ticket/8094< / a > < br > < / details > |
| libswresample3 | CVE-2020-20898 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-20898" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-20898< / a > < br > < a href = "https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/99f8d32129dd233d4eb2efa44678a0bc44869f23" > https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/99f8d32129dd233d4eb2efa44678a0bc44869f23< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8263" > https://trac.ffmpeg.org/ticket/8263< / a > < br > < / details > |
| libswresample3 | CVE-2020-22038 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22038" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22038< / a > < br > < a href = "https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=7c32e9cf93b712f8463573a59ed4e98fd10fa013" > https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=7c32e9cf93b712f8463573a59ed4e98fd10fa013< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8285" > https://trac.ffmpeg.org/ticket/8285< / a > < br > < / details > |
| libswresample3 | CVE-2020-22039 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22039" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22039< / a > < br > < a href = "https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=a581bb66ea5eb981e2e498ca301df7d1ef15a6a3" > https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=a581bb66ea5eb981e2e498ca301df7d1ef15a6a3< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8302" > https://trac.ffmpeg.org/ticket/8302< / a > < br > < / details > |
| libswresample3 | CVE-2020-22040 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22040" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22040< / a > < br > < a href = "https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=1a0c584abc9709b1d11dbafef05d22e0937d7d19" > https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=1a0c584abc9709b1d11dbafef05d22e0937d7d19< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8283" > https://trac.ffmpeg.org/ticket/8283< / a > < br > < / details > |
| libswresample3 | CVE-2020-22041 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22041" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22041< / a > < br > < a href = "https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=3488e0977c671568731afa12b811adce9d4d807f" > https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=3488e0977c671568731afa12b811adce9d4d807f< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/11/msg00012.html" > https://lists.debian.org/debian-lts-announce/2021/11/msg00012.html< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8296" > https://trac.ffmpeg.org/ticket/8296< / a > < br > < / details > |
| libswresample3 | CVE-2020-22042 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22042" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22042< / a > < br > < a href = "https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=426c16d61a9b5056a157a1a2a057a4e4d13eef84" > https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=426c16d61a9b5056a157a1a2a057a4e4d13eef84< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8267" > https://trac.ffmpeg.org/ticket/8267< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4998" > https://www.debian.org/security/2021/dsa-4998< / a > < br > < / details > |
| libswresample3 | CVE-2020-22043 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22043" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22043< / a > < br > < a href = "https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=b288a7eb3d963a175e177b6219c8271076ee8590" > https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=b288a7eb3d963a175e177b6219c8271076ee8590< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8284" > https://trac.ffmpeg.org/ticket/8284< / a > < br > < / details > |
| libswresample3 | CVE-2020-22044 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22044" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22044< / a > < br > < a href = "https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=1d479300cbe0522c233b7d51148aea2b29bd29ad" > https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=1d479300cbe0522c233b7d51148aea2b29bd29ad< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/11/msg00012.html" > https://lists.debian.org/debian-lts-announce/2021/11/msg00012.html< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8295" > https://trac.ffmpeg.org/ticket/8295< / a > < br > < / details > |
| libswresample3 | CVE-2020-22046 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22046" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22046< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/11/msg00012.html" > https://lists.debian.org/debian-lts-announce/2021/11/msg00012.html< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8294" > https://trac.ffmpeg.org/ticket/8294< / a > < br > < / details > |
| libswresample3 | CVE-2020-22048 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22048" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22048< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/11/msg00012.html" > https://lists.debian.org/debian-lts-announce/2021/11/msg00012.html< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8303" > https://trac.ffmpeg.org/ticket/8303< / a > < br > < / details > |
| libswresample3 | CVE-2020-22051 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=673fce6d40d9a594fb7a0ea17d296b7d3d9ea856" > http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=673fce6d40d9a594fb7a0ea17d296b7d3d9ea856< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22051" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22051< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8313" > https://trac.ffmpeg.org/ticket/8313< / a > < br > < / details > |
| libswresample3 | CVE-2020-22056 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22056" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22056< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8304" > https://trac.ffmpeg.org/ticket/8304< / a > < br > < / details > |
| libswresample3 | CVE-2021-38090 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-38090" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-38090< / a > < br > < a href = "https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/99f8d32129dd233d4eb2efa44678a0bc44869f23" > https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/99f8d32129dd233d4eb2efa44678a0bc44869f23< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8263" > https://trac.ffmpeg.org/ticket/8263< / a > < br > < / details > |
| libswresample3 | CVE-2021-38091 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-38091" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-38091< / a > < br > < a href = "https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/99f8d32129dd233d4eb2efa44678a0bc44869f23" > https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/99f8d32129dd233d4eb2efa44678a0bc44869f23< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8263" > https://trac.ffmpeg.org/ticket/8263< / a > < br > < / details > |
| libswresample3 | CVE-2021-38092 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-38092" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-38092< / a > < br > < a href = "https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/99f8d32129dd233d4eb2efa44678a0bc44869f23" > https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/99f8d32129dd233d4eb2efa44678a0bc44869f23< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8263" > https://trac.ffmpeg.org/ticket/8263< / a > < br > < / details > |
| libswresample3 | CVE-2021-38093 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-38093" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-38093< / a > < br > < a href = "https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/99f8d32129dd233d4eb2efa44678a0bc44869f23" > https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/99f8d32129dd233d4eb2efa44678a0bc44869f23< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8263" > https://trac.ffmpeg.org/ticket/8263< / a > < br > < / details > |
| libswresample3 | CVE-2021-38094 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-38094" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-38094< / a > < br > < a href = "https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/99f8d32129dd233d4eb2efa44678a0bc44869f23" > https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/99f8d32129dd233d4eb2efa44678a0bc44869f23< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8263" > https://trac.ffmpeg.org/ticket/8263< / a > < br > < / details > |
| libswscale5 | CVE-2020-20891 | HIGH | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-20891" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-20891< / a > < br > < a href = "https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/64a805883d7223c868a683f0030837d859edd2ab" > https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/64a805883d7223c868a683f0030837d859edd2ab< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8282" > https://trac.ffmpeg.org/ticket/8282< / a > < br > < / details > |
| libswscale5 | CVE-2020-20892 | HIGH | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "http://git.videolan.org/?p=ffmpeg.git;a=commit;h=19587c9332f5be4f6bc6d7b2b8ef3fd21dfeaa01" > http://git.videolan.org/?p=ffmpeg.git;a=commit;h=19587c9332f5be4f6bc6d7b2b8ef3fd21dfeaa01< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-20892" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-20892< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8265" > https://trac.ffmpeg.org/ticket/8265< / a > < br > < / details > |
| libswscale5 | CVE-2020-20896 | HIGH | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-20896" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-20896< / a > < br > < a href = "https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/dd01947397b98e94c3f2a79d5820aaf4594f4d3b" > https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/dd01947397b98e94c3f2a79d5820aaf4594f4d3b< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8273" > https://trac.ffmpeg.org/ticket/8273< / a > < br > < / details > |
| libswscale5 | CVE-2020-21688 | HIGH | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-21688" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-21688< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8186" > https://trac.ffmpeg.org/ticket/8186< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4998" > https://www.debian.org/security/2021/dsa-4998< / a > < br > < / details > |
| libswscale5 | CVE-2020-21697 | MEDIUM | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-21697" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-21697< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8188" > https://trac.ffmpeg.org/ticket/8188< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4998" > https://www.debian.org/security/2021/dsa-4998< / a > < br > < / details > |
| libswscale5 | CVE-2021-3566 | MEDIUM | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3566" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3566< / a > < br > < a href = "https://github.com/FFmpeg/FFmpeg/commit/3bce9e9b3ea35c54bacccc793d7da99ea5157532#diff-74f6b92a0541378ad15de9c29c0a2b0c69881ad9ffc71abe568b88b535e00a7f" > https://github.com/FFmpeg/FFmpeg/commit/3bce9e9b3ea35c54bacccc793d7da99ea5157532#diff-74f6b92a0541378ad15de9c29c0a2b0c69881ad9ffc71abe568b88b535e00a7f< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/08/msg00018.html" > https://lists.debian.org/debian-lts-announce/2021/08/msg00018.html< / a > < br > < / details > |
| libswscale5 | CVE-2020-20450 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-20450" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-20450< / a > < br > < a href = "https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=3865b1952e5cf993b016d83ba78fe1deb63bbfad (4.3)" > https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=3865b1952e5cf993b016d83ba78fe1deb63bbfad (4.3)< / a > < br > < a href = "https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=5400e4a50c61e53e1bc50b3e77201649bbe9c510" > https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=5400e4a50c61e53e1bc50b3e77201649bbe9c510< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/7993" > https://trac.ffmpeg.org/ticket/7993< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4998" > https://www.debian.org/security/2021/dsa-4998< / a > < br > < / details > |
| libswscale5 | CVE-2020-20451 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-20451" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-20451< / a > < br > < a href = "https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=21265f42ecb265debe9fec1dbfd0cb7de5a8aefb" > https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=21265f42ecb265debe9fec1dbfd0cb7de5a8aefb< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/11/msg00012.html" > https://lists.debian.org/debian-lts-announce/2021/11/msg00012.html< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8094" > https://trac.ffmpeg.org/ticket/8094< / a > < br > < / details > |
| libswscale5 | CVE-2020-20898 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-20898" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-20898< / a > < br > < a href = "https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/99f8d32129dd233d4eb2efa44678a0bc44869f23" > https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/99f8d32129dd233d4eb2efa44678a0bc44869f23< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8263" > https://trac.ffmpeg.org/ticket/8263< / a > < br > < / details > |
| libswscale5 | CVE-2020-22038 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22038" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22038< / a > < br > < a href = "https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=7c32e9cf93b712f8463573a59ed4e98fd10fa013" > https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=7c32e9cf93b712f8463573a59ed4e98fd10fa013< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8285" > https://trac.ffmpeg.org/ticket/8285< / a > < br > < / details > |
| libswscale5 | CVE-2020-22039 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22039" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22039< / a > < br > < a href = "https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=a581bb66ea5eb981e2e498ca301df7d1ef15a6a3" > https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=a581bb66ea5eb981e2e498ca301df7d1ef15a6a3< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8302" > https://trac.ffmpeg.org/ticket/8302< / a > < br > < / details > |
| libswscale5 | CVE-2020-22040 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22040" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22040< / a > < br > < a href = "https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=1a0c584abc9709b1d11dbafef05d22e0937d7d19" > https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=1a0c584abc9709b1d11dbafef05d22e0937d7d19< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8283" > https://trac.ffmpeg.org/ticket/8283< / a > < br > < / details > |
| libswscale5 | CVE-2020-22041 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22041" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22041< / a > < br > < a href = "https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=3488e0977c671568731afa12b811adce9d4d807f" > https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=3488e0977c671568731afa12b811adce9d4d807f< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/11/msg00012.html" > https://lists.debian.org/debian-lts-announce/2021/11/msg00012.html< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8296" > https://trac.ffmpeg.org/ticket/8296< / a > < br > < / details > |
| libswscale5 | CVE-2020-22042 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22042" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22042< / a > < br > < a href = "https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=426c16d61a9b5056a157a1a2a057a4e4d13eef84" > https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=426c16d61a9b5056a157a1a2a057a4e4d13eef84< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8267" > https://trac.ffmpeg.org/ticket/8267< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4998" > https://www.debian.org/security/2021/dsa-4998< / a > < br > < / details > |
| libswscale5 | CVE-2020-22043 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22043" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22043< / a > < br > < a href = "https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=b288a7eb3d963a175e177b6219c8271076ee8590" > https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=b288a7eb3d963a175e177b6219c8271076ee8590< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8284" > https://trac.ffmpeg.org/ticket/8284< / a > < br > < / details > |
| libswscale5 | CVE-2020-22044 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22044" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22044< / a > < br > < a href = "https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=1d479300cbe0522c233b7d51148aea2b29bd29ad" > https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=1d479300cbe0522c233b7d51148aea2b29bd29ad< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/11/msg00012.html" > https://lists.debian.org/debian-lts-announce/2021/11/msg00012.html< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8295" > https://trac.ffmpeg.org/ticket/8295< / a > < br > < / details > |
| libswscale5 | CVE-2020-22046 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22046" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22046< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/11/msg00012.html" > https://lists.debian.org/debian-lts-announce/2021/11/msg00012.html< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8294" > https://trac.ffmpeg.org/ticket/8294< / a > < br > < / details > |
| libswscale5 | CVE-2020-22048 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22048" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22048< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/11/msg00012.html" > https://lists.debian.org/debian-lts-announce/2021/11/msg00012.html< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8303" > https://trac.ffmpeg.org/ticket/8303< / a > < br > < / details > |
| libswscale5 | CVE-2020-22051 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=673fce6d40d9a594fb7a0ea17d296b7d3d9ea856" > http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=673fce6d40d9a594fb7a0ea17d296b7d3d9ea856< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22051" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22051< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8313" > https://trac.ffmpeg.org/ticket/8313< / a > < br > < / details > |
| libswscale5 | CVE-2020-22056 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22056" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-22056< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8304" > https://trac.ffmpeg.org/ticket/8304< / a > < br > < / details > |
| libswscale5 | CVE-2021-38090 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-38090" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-38090< / a > < br > < a href = "https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/99f8d32129dd233d4eb2efa44678a0bc44869f23" > https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/99f8d32129dd233d4eb2efa44678a0bc44869f23< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8263" > https://trac.ffmpeg.org/ticket/8263< / a > < br > < / details > |
| libswscale5 | CVE-2021-38091 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-38091" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-38091< / a > < br > < a href = "https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/99f8d32129dd233d4eb2efa44678a0bc44869f23" > https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/99f8d32129dd233d4eb2efa44678a0bc44869f23< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8263" > https://trac.ffmpeg.org/ticket/8263< / a > < br > < / details > |
| libswscale5 | CVE-2021-38092 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-38092" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-38092< / a > < br > < a href = "https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/99f8d32129dd233d4eb2efa44678a0bc44869f23" > https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/99f8d32129dd233d4eb2efa44678a0bc44869f23< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8263" > https://trac.ffmpeg.org/ticket/8263< / a > < br > < / details > |
| libswscale5 | CVE-2021-38093 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-38093" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-38093< / a > < br > < a href = "https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/99f8d32129dd233d4eb2efa44678a0bc44869f23" > https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/99f8d32129dd233d4eb2efa44678a0bc44869f23< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8263" > https://trac.ffmpeg.org/ticket/8263< / a > < br > < / details > |
| libswscale5 | CVE-2021-38094 | LOW | 7:4.1.8-0+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-38094" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-38094< / a > < br > < a href = "https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/99f8d32129dd233d4eb2efa44678a0bc44869f23" > https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/99f8d32129dd233d4eb2efa44678a0bc44869f23< / a > < br > < a href = "https://trac.ffmpeg.org/ticket/8263" > https://trac.ffmpeg.org/ticket/8263< / a > < br > < / details > |
| libsystemd0 | CVE-2019-3843 | HIGH | 247.3-6~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://www.securityfocus.com/bid/108116" > http://www.securityfocus.com/bid/108116< / 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://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 | 247.3-6~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://www.securityfocus.com/bid/108096" > http://www.securityfocus.com/bid/108096< / 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://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-3997 | MEDIUM | 247.3-6~bpo10+1 | | < details > < summary > Expand...< / summary > < 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 | 247.3-6~bpo10+1 | | < 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://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 | 247.3-6~bpo10+1 | | < 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://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://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 | 247.3-6~bpo10+1 | | < 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://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 | 247.3-6~bpo10+1 | | < details > < summary > Expand...< / summary > < 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://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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-1000654" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=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 > |
2022-03-07 17:20:53 +00:00
| libtiff5 | CVE-2022-0561 | MEDIUM | 4.1.0+git191117-2~deb10u3 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0561" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0561< / a > < br > < a href = "https://gitlab.com/freedesktop-sdk/mirrors/gitlab/libtiff/libtiff/-/commit/eecb0712f4c3a5b449f70c57988260a667ddbdef" > https://gitlab.com/freedesktop-sdk/mirrors/gitlab/libtiff/libtiff/-/commit/eecb0712f4c3a5b449f70c57988260a667ddbdef< / a > < br > < a href = "https://gitlab.com/gitlab-org/cves/-/blob/master/2022/CVE-2022-0561.json" > https://gitlab.com/gitlab-org/cves/-/blob/master/2022/CVE-2022-0561.json< / a > < br > < a href = "https://gitlab.com/libtiff/libtiff/-/issues/362" > https://gitlab.com/libtiff/libtiff/-/issues/362< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2022/03/msg00001.html" > https://lists.debian.org/debian-lts-announce/2022/03/msg00001.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DZEHZ35XVO2VBZ4HHCMM6J6TQIDSBQOM/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DZEHZ35XVO2VBZ4HHCMM6J6TQIDSBQOM/< / a > < br > < / details > |
| libtiff5 | CVE-2022-0562 | MEDIUM | 4.1.0+git191117-2~deb10u3 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0562" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0562< / a > < br > < a href = "https://gitlab.com/gitlab-org/build/omnibus-mirror/libtiff/-/commit/561599c99f987dc32ae110370cfdd7df7975586b" > https://gitlab.com/gitlab-org/build/omnibus-mirror/libtiff/-/commit/561599c99f987dc32ae110370cfdd7df7975586b< / a > < br > < a href = "https://gitlab.com/gitlab-org/cves/-/blob/master/2022/CVE-2022-0562.json" > https://gitlab.com/gitlab-org/cves/-/blob/master/2022/CVE-2022-0562.json< / a > < br > < a href = "https://gitlab.com/libtiff/libtiff/-/issues/362" > https://gitlab.com/libtiff/libtiff/-/issues/362< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2022/03/msg00001.html" > https://lists.debian.org/debian-lts-announce/2022/03/msg00001.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DZEHZ35XVO2VBZ4HHCMM6J6TQIDSBQOM/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DZEHZ35XVO2VBZ4HHCMM6J6TQIDSBQOM/< / a > < br > < / details > |
| libtiff5 | CVE-2022-22844 | MEDIUM | 4.1.0+git191117-2~deb10u3 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22844" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22844< / a > < br > < a href = "https://gitlab.com/libtiff/libtiff/-/issues/355" > https://gitlab.com/libtiff/libtiff/-/issues/355< / a > < br > < a href = "https://gitlab.com/libtiff/libtiff/-/merge_requests/287" > https://gitlab.com/libtiff/libtiff/-/merge_requests/287< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2022/03/msg00001.html" > https://lists.debian.org/debian-lts-announce/2022/03/msg00001.html< / a > < br > < / details > |
2022-03-03 23:48:24 +00:00
| libtiff5 | CVE-2014-8130 | LOW | 4.1.0+git191117-2~deb10u3 | | < details > < summary > Expand...< / summary > < a href = "http://bugzilla.maptools.org/show_bug.cgi?id=2483" > http://bugzilla.maptools.org/show_bug.cgi?id=2483< / a > < br > < a href = "http://lists.apple.com/archives/security-announce/2015/Jun/msg00001.html" > http://lists.apple.com/archives/security-announce/2015/Jun/msg00001.html< / a > < br > < a href = "http://lists.apple.com/archives/security-announce/2015/Jun/msg00002.html" > http://lists.apple.com/archives/security-announce/2015/Jun/msg00002.html< / a > < br > < a href = "http://openwall.com/lists/oss-security/2015/01/24/15" > http://openwall.com/lists/oss-security/2015/01/24/15< / a > < br > < a href = "http://rhn.redhat.com/errata/RHSA-2016-1546.html" > http://rhn.redhat.com/errata/RHSA-2016-1546.html< / a > < br > < a href = "http://rhn.redhat.com/errata/RHSA-2016-1547.html" > http://rhn.redhat.com/errata/RHSA-2016-1547.html< / a > < br > < a href = "http://support.apple.com/kb/HT204941" > http://support.apple.com/kb/HT204941< / a > < br > < a href = "http://support.apple.com/kb/HT204942" > http://support.apple.com/kb/HT204942< / a > < br > < a href = "http://www.conostix.com/pub/adv/CVE-2014-8130-LibTIFF-Division_By_Zero.txt" > http://www.conostix.com/pub/adv/CVE-2014-8130-LibTIFF-Division_By_Zero.txt< / a > < br > < a href = "http://www.securityfocus.com/bid/72353" > http://www.securityfocus.com/bid/72353< / a > < br > < a href = "http://www.securitytracker.com/id/1032760" > http://www.securitytracker.com/id/1032760< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=1185817" > https://bugzilla.redhat.com/show_bug.cgi?id=1185817< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-8130" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-8130< / a > < br > < a href = "https://github.com/vadz/libtiff/commit/3c5eb8b1be544e41d2c336191bc4936300ad7543" > https://github.com/vadz/libtiff/commit/3c5eb8b1be544e41d2c336191bc4936300ad7543< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2014-8130.html" > https://linux.oracle.com/cve/CVE-2014-8130.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2016-1547.html" > https://linux.oracle.com/errata/ELSA-2016-1547.html< / a > < br > < a href = "https://security.gentoo.org/glsa/201701-16" > https://security.gentoo.org/glsa/201701-16< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-2553-1" > https://ubuntu.com/security/notices/USN-2553-1< / a > < br > < / details > |
| libtiff5 | CVE-2017-16232 | LOW | 4.1.0+git191117-2~deb10u3 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2018-01/msg00036.html" > http://lists.opensuse.org/opensuse-security-announce/2018-01/msg00036.html< / a > < br > < a href = "http://lists.opensuse.org/opensuse-security-announce/2018-01/msg00041.html" > http://lists.opensuse.org/opensuse-security-announce/2018-01/msg00041.html< / a > < br > < a href = "http://packetstormsecurity.com/files/150896/LibTIFF-4.0.8-Memory-Leak.html" > http://packetstormsecurity.com/files/150896/LibTIFF-4.0.8-Memory-Leak.html< / a > < br > < a href = "http://seclists.org/fulldisclosure/2018/Dec/32" > http://seclists.org/fulldisclosure/2018/Dec/32< / a > < br > < a href = "http://seclists.org/fulldisclosure/2018/Dec/47" > http://seclists.org/fulldisclosure/2018/Dec/47< / 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/101696" > http://www.securityfocus.com/bid/101696< / a > < br > < / details > |
| libtiff5 | CVE-2017-17973 | LOW | 4.1.0+git191117-2~deb10u3 | | < details > < summary > Expand...< / summary > < a href = "http://bugzilla.maptools.org/show_bug.cgi?id=2769" > http://bugzilla.maptools.org/show_bug.cgi?id=2769< / a > < br > < a href = "http://www.securityfocus.com/bid/102331" > http://www.securityfocus.com/bid/102331< / a > < br > < a href = "https://bugzilla.novell.com/show_bug.cgi?id=1074318" > https://bugzilla.novell.com/show_bug.cgi?id=1074318< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=1530912" > https://bugzilla.redhat.com/show_bug.cgi?id=1530912< / a > < br > < / details > |
| libtiff5 | CVE-2017-5563 | LOW | 4.1.0+git191117-2~deb10u3 | | < details > < summary > Expand...< / summary > < a href = "http://bugzilla.maptools.org/show_bug.cgi?id=2664" > http://bugzilla.maptools.org/show_bug.cgi?id=2664< / a > < br > < a href = "http://www.securityfocus.com/bid/95705" > http://www.securityfocus.com/bid/95705< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-5563" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-5563< / a > < br > < a href = "https://security.gentoo.org/glsa/201709-27" > https://security.gentoo.org/glsa/201709-27< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-3606-1" > https://ubuntu.com/security/notices/USN-3606-1< / a > < br > < a href = "https://usn.ubuntu.com/3606-1/" > https://usn.ubuntu.com/3606-1/< / a > < br > < / details > |
| libtiff5 | CVE-2017-9117 | LOW | 4.1.0+git191117-2~deb10u3 | | < details > < summary > Expand...< / summary > < a href = "http://bugzilla.maptools.org/show_bug.cgi?id=2690" > http://bugzilla.maptools.org/show_bug.cgi?id=2690< / a > < br > < a href = "http://www.securityfocus.com/bid/98581" > http://www.securityfocus.com/bid/98581< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-9117" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-9117< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-3606-1" > https://ubuntu.com/security/notices/USN-3606-1< / a > < br > < a href = "https://usn.ubuntu.com/3606-1/" > https://usn.ubuntu.com/3606-1/< / a > < br > < / details > |
| libtiff5 | CVE-2018-10126 | LOW | 4.1.0+git191117-2~deb10u3 | | < details > < summary > Expand...< / summary > < a href = "http://bugzilla.maptools.org/show_bug.cgi?id=2786" > http://bugzilla.maptools.org/show_bug.cgi?id=2786< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-10126" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-10126< / 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 > |
| libtiff5 | CVE-2020-35521 | LOW | 4.1.0+git191117-2~deb10u3 | | < details > < summary > Expand...< / summary > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=1932034" > https://bugzilla.redhat.com/show_bug.cgi?id=1932034< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-35521.html" > https://linux.oracle.com/cve/CVE-2020-35521.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-4241.html" > https://linux.oracle.com/errata/ELSA-2021-4241.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/BMHBYFMX3D5VGR6Y3RXTTH3Q4NF4E6IG/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/BMHBYFMX3D5VGR6Y3RXTTH3Q4NF4E6IG/< / a > < br > < a href = "https://security.gentoo.org/glsa/202104-06" > https://security.gentoo.org/glsa/202104-06< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210521-0009/" > https://security.netapp.com/advisory/ntap-20210521-0009/< / a > < br > < / details > |
| libtiff5 | CVE-2020-35522 | LOW | 4.1.0+git191117-2~deb10u3 | | < details > < summary > Expand...< / summary > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=1932037" > https://bugzilla.redhat.com/show_bug.cgi?id=1932037< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-35522" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-35522< / a > < br > < a href = "https://gitlab.com/libtiff/libtiff/-/merge_requests/165" > https://gitlab.com/libtiff/libtiff/-/merge_requests/165< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-35522.html" > https://linux.oracle.com/cve/CVE-2020-35522.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-4241.html" > https://linux.oracle.com/errata/ELSA-2021-4241.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/BMHBYFMX3D5VGR6Y3RXTTH3Q4NF4E6IG/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/BMHBYFMX3D5VGR6Y3RXTTH3Q4NF4E6IG/< / a > < br > < a href = "https://security.gentoo.org/glsa/202104-06" > https://security.gentoo.org/glsa/202104-06< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210521-0009/" > https://security.netapp.com/advisory/ntap-20210521-0009/< / 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://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 > < / details > |
| libudev1 | CVE-2019-3843 | HIGH | 247.3-6~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://www.securityfocus.com/bid/108116" > http://www.securityfocus.com/bid/108116< / 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://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 | 247.3-6~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://www.securityfocus.com/bid/108096" > http://www.securityfocus.com/bid/108096< / 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://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-3997 | MEDIUM | 247.3-6~bpo10+1 | | < details > < summary > Expand...< / summary > < 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 | 247.3-6~bpo10+1 | | < 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://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 | 247.3-6~bpo10+1 | | < 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://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://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 | 247.3-6~bpo10+1 | | < 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://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 | 247.3-6~bpo10+1 | | < details > < summary > Expand...< / summary > < 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://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://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://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://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 > < / details > |
| libuv1 | CVE-2020-8252 | LOW | 1.24.1-1+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00011.html" > http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00011.html< / a > < br > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00023.html" > http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00023.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8252" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8252< / a > < br > < a href = "https://hackerone.com/reports/965914" > https://hackerone.com/reports/965914< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-8252.html" > https://linux.oracle.com/cve/CVE-2020-8252.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-0548.html" > https://linux.oracle.com/errata/ELSA-2021-0548.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://nodejs.org/en/blog/vulnerability/september-2020-security-releases/" > https://nodejs.org/en/blog/vulnerability/september-2020-security-releases/< / a > < br > < a href = "https://nodejs.org/en/blog/vulnerability/september-2020-security-releases/#fs-realpath-native-on-may-cause-buffer-overflow-medium-cve-2020-8252" > https://nodejs.org/en/blog/vulnerability/september-2020-security-releases/#fs-realpath-native-on-may-cause-buffer-overflow-medium-cve-2020-8252< / a > < br > < a href = "https://security.gentoo.org/glsa/202009-15" > https://security.gentoo.org/glsa/202009-15< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20201009-0004/" > https://security.netapp.com/advisory/ntap-20201009-0004/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4548-1" > https://ubuntu.com/security/notices/USN-4548-1< / a > < br > < a href = "https://usn.ubuntu.com/4548-1/" > https://usn.ubuntu.com/4548-1/< / a > < br > < / details > |
| libvncclient1 | CVE-2017-18922 | CRITICAL | 0.9.11+dfsg-1.3+deb10u4 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00020.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00020.html< / a > < br > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00028.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00028.html< / a > < br > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00033.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00033.html< / a > < br > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00055.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00055.html< / a > < br > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00066.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00066.html< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2020/06/30/3" > http://www.openwall.com/lists/oss-security/2020/06/30/3< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=1852356" > https://bugzilla.redhat.com/show_bug.cgi?id=1852356< / a > < br > < a href = "https://cert-portal.siemens.com/productcert/pdf/ssa-390195.pdf" > https://cert-portal.siemens.com/productcert/pdf/ssa-390195.pdf< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-18922" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-18922< / a > < br > < a href = "https://github.com/LibVNC/libvncserver/commit/aac95a9dcf4bbba87b76c72706c3221a842ca433" > https://github.com/LibVNC/libvncserver/commit/aac95a9dcf4bbba87b76c72706c3221a842ca433< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2017-18922.html" > https://linux.oracle.com/cve/CVE-2017-18922.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-3385.html" > https://linux.oracle.com/errata/ELSA-2020-3385.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4F6FUH4EFK4NAP6GT4TQRTBKWIRCZLIY/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4F6FUH4EFK4NAP6GT4TQRTBKWIRCZLIY/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NVP7TJVYJDXDFRHVQ3ENEN3H354QPXEZ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NVP7TJVYJDXDFRHVQ3ENEN3H354QPXEZ/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4407-1" > https://ubuntu.com/security/notices/USN-4407-1< / a > < br > < a href = "https://usn.ubuntu.com/4407-1/" > https://usn.ubuntu.com/4407-1/< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2020/06/30/2" > https://www.openwall.com/lists/oss-security/2020/06/30/2< / a > < br > < / details > |
| libvncclient1 | CVE-2020-14398 | HIGH | 0.9.11+dfsg-1.3+deb10u4 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00033.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00033.html< / a > < br > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00055.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00055.html< / a > < br > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00066.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00066.html< / a > < br > < a href = "https://cert-portal.siemens.com/productcert/pdf/ssa-390195.pdf" > https://cert-portal.siemens.com/productcert/pdf/ssa-390195.pdf< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14398" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14398< / a > < br > < a href = "https://github.com/LibVNC/libvncserver/commit/57433015f856cc12753378254ce4f1c78f5d9c7b" > https://github.com/LibVNC/libvncserver/commit/57433015f856cc12753378254ce4f1c78f5d9c7b< / a > < br > < a href = "https://github.com/LibVNC/libvncserver/compare/LibVNCServer-0.9.12...LibVNCServer-0.9.13" > https://github.com/LibVNC/libvncserver/compare/LibVNCServer-0.9.12...LibVNCServer-0.9.13< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4434-1" > https://ubuntu.com/security/notices/USN-4434-1< / a > < br > < a href = "https://usn.ubuntu.com/4434-1/" > https://usn.ubuntu.com/4434-1/< / a > < br > < / details > |
| libvncclient1 | CVE-2020-25708 | HIGH | 0.9.11+dfsg-1.3+deb10u4 | | < details > < summary > Expand...< / summary > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=1896739" > https://bugzilla.redhat.com/show_bug.cgi?id=1896739< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-25708" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-25708< / a > < br > < a href = "https://github.com/LibVNC/libvncserver/commit/673c07a75ed844d74676f3ccdcfdc706a7052dba" > https://github.com/LibVNC/libvncserver/commit/673c07a75ed844d74676f3ccdcfdc706a7052dba< / a > < br > < a href = "https://github.com/LibVNC/libvncserver/issues/409" > https://github.com/LibVNC/libvncserver/issues/409< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-25708.html" > https://linux.oracle.com/cve/CVE-2020-25708.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-1811.html" > https://linux.oracle.com/errata/ELSA-2021-1811.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4636-1" > https://ubuntu.com/security/notices/USN-4636-1< / a > < br > < / details > |
| libvncclient1 | CVE-2019-15680 | LOW | 0.9.11+dfsg-1.3+deb10u4 | | < details > < summary > Expand...< / summary > < a href = "https://cert-portal.siemens.com/productcert/pdf/ssa-478893.pdf" > https://cert-portal.siemens.com/productcert/pdf/ssa-478893.pdf< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-15680" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-15680< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2019/12/msg00028.html" > https://lists.debian.org/debian-lts-announce/2019/12/msg00028.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4407-1" > https://ubuntu.com/security/notices/USN-4407-1< / a > < br > < a href = "https://us-cert.cisa.gov/ics/advisories/icsa-20-343-08" > https://us-cert.cisa.gov/ics/advisories/icsa-20-343-08< / a > < br > < a href = "https://usn.ubuntu.com/4407-1/" > https://usn.ubuntu.com/4407-1/< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2018/12/10/5" > https://www.openwall.com/lists/oss-security/2018/12/10/5< / a > < br > < / details > |
| libvpx5 | CVE-2017-0641 | LOW | 1.7.0-3+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "http://www.securityfocus.com/bid/98868" > http://www.securityfocus.com/bid/98868< / a > < br > < a href = "http://www.securitytracker.com/id/1038623" > http://www.securitytracker.com/id/1038623< / a > < br > < a href = "https://android.googlesource.com/platform/external/libvpx/+/698796fc930baecf5c3fdebef17e73d5d9a58bcb" > https://android.googlesource.com/platform/external/libvpx/+/698796fc930baecf5c3fdebef17e73d5d9a58bcb< / a > < br > < a href = "https://source.android.com/security/bulletin/2017-06-01" > https://source.android.com/security/bulletin/2017-06-01< / a > < br > < / details > |
| libwavpack1 | CVE-2020-35738 | MEDIUM | 5.1.0-6 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-35738" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-35738< / a > < br > < a href = "https://github.com/dbry/WavPack/issues/91" > https://github.com/dbry/WavPack/issues/91< / a > < br > < a href = "https://github.com/dbry/WavPack/releases/tag/5.4.0" > https://github.com/dbry/WavPack/releases/tag/5.4.0< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/01/msg00013.html" > https://lists.debian.org/debian-lts-announce/2021/01/msg00013.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/2YZLKYE66EU4XRHTABV5LB2G7ZDZ422F/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/2YZLKYE66EU4XRHTABV5LB2G7ZDZ422F/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/76B7K6F74FDQATG7FECXR5KPIG52O2VL/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/76B7K6F74FDQATG7FECXR5KPIG52O2VL/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PENN4ZXRPZULEJOYTTLUZMBZ5H46QTUC/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PENN4ZXRPZULEJOYTTLUZMBZ5H46QTUC/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/VDFY4NGGDUTLVID5PNVU7LL2G2ZJLZFY/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/VDFY4NGGDUTLVID5PNVU7LL2G2ZJLZFY/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4682-1" > https://ubuntu.com/security/notices/USN-4682-1< / a > < br > < / details > |
| libwavpack1 | CVE-2019-1010317 | LOW | 5.1.0-6 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1010317" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1010317< / a > < br > < a href = "https://github.com/dbry/WavPack/commit/f68a9555b548306c5b1ee45199ccdc4a16a6101b" > https://github.com/dbry/WavPack/commit/f68a9555b548306c5b1ee45199ccdc4a16a6101b< / a > < br > < a href = "https://github.com/dbry/WavPack/issues/66" > https://github.com/dbry/WavPack/issues/66< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2019-1010317.html" > https://linux.oracle.com/cve/CVE-2019-1010317.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-1581.html" > https://linux.oracle.com/errata/ELSA-2020-1581.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/01/msg00013.html" > https://lists.debian.org/debian-lts-announce/2021/01/msg00013.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6CFFFWIWALGQPKINRDW3PRGRD5LOLGZA/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6CFFFWIWALGQPKINRDW3PRGRD5LOLGZA/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/BRWQNE3TH5UF64IKHKKHVCHJHUOVKJUH/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/BRWQNE3TH5UF64IKHKKHVCHJHUOVKJUH/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/IX3J2JML5A7KC2BLGBEFTIIZR3EM7LVJ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/IX3J2JML5A7KC2BLGBEFTIIZR3EM7LVJ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PYESOAZ6Z6IG4BQBURL6OUY6P4YB6SKS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PYESOAZ6Z6IG4BQBURL6OUY6P4YB6SKS/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4062-1" > https://ubuntu.com/security/notices/USN-4062-1< / a > < br > < a href = "https://usn.ubuntu.com/4062-1/" > https://usn.ubuntu.com/4062-1/< / a > < br > < / details > |
| libwavpack1 | CVE-2019-1010319 | LOW | 5.1.0-6 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1010319" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1010319< / a > < br > < a href = "https://github.com/dbry/WavPack/commit/33a0025d1d63ccd05d9dbaa6923d52b1446a62fe" > https://github.com/dbry/WavPack/commit/33a0025d1d63ccd05d9dbaa6923d52b1446a62fe< / a > < br > < a href = "https://github.com/dbry/WavPack/issues/68" > https://github.com/dbry/WavPack/issues/68< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2019-1010319.html" > https://linux.oracle.com/cve/CVE-2019-1010319.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-1581.html" > https://linux.oracle.com/errata/ELSA-2020-1581.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/01/msg00013.html" > https://lists.debian.org/debian-lts-announce/2021/01/msg00013.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6CFFFWIWALGQPKINRDW3PRGRD5LOLGZA/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6CFFFWIWALGQPKINRDW3PRGRD5LOLGZA/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/BRWQNE3TH5UF64IKHKKHVCHJHUOVKJUH/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/BRWQNE3TH5UF64IKHKKHVCHJHUOVKJUH/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/IX3J2JML5A7KC2BLGBEFTIIZR3EM7LVJ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/IX3J2JML5A7KC2BLGBEFTIIZR3EM7LVJ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PYESOAZ6Z6IG4BQBURL6OUY6P4YB6SKS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PYESOAZ6Z6IG4BQBURL6OUY6P4YB6SKS/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4062-1" > https://ubuntu.com/security/notices/USN-4062-1< / a > < br > < a href = "https://usn.ubuntu.com/4062-1/" > https://usn.ubuntu.com/4062-1/< / a > < br > < / details > |
| libwebp6 | CVE-2016-9085 | LOW | 0.6.1-2+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2016/10/27/3" > http://www.openwall.com/lists/oss-security/2016/10/27/3< / a > < br > < a href = "http://www.securityfocus.com/bid/93928" > http://www.securityfocus.com/bid/93928< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=1389338" > https://bugzilla.redhat.com/show_bug.cgi?id=1389338< / a > < br > < a href = "https://chromium.googlesource.com/webm/libwebp/+/e2affacc35f1df6cc3b1a9fa0ceff5ce2d0cce83" > https://chromium.googlesource.com/webm/libwebp/+/e2affacc35f1df6cc3b1a9fa0ceff5ce2d0cce83< / 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/LG5Q42J7EJDKQKWTTHCO4YZMOMP74YPQ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/LG5Q42J7EJDKQKWTTHCO4YZMOMP74YPQ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PTR2ZW67TMT7KC24RBENIF25KWUJ7VPD/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PTR2ZW67TMT7KC24RBENIF25KWUJ7VPD/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/SH6X3MWD5AHZC5JT4625PGFHAYLR7YW7/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/SH6X3MWD5AHZC5JT4625PGFHAYLR7YW7/< / a > < br > < a href = "https://security.gentoo.org/glsa/201701-61" > https://security.gentoo.org/glsa/201701-61< / a > < br > < / details > |
| libwebpmux3 | CVE-2016-9085 | LOW | 0.6.1-2+deb10u1 | | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2016/10/27/3" > http://www.openwall.com/lists/oss-security/2016/10/27/3< / a > < br > < a href = "http://www.securityfocus.com/bid/93928" > http://www.securityfocus.com/bid/93928< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=1389338" > https://bugzilla.redhat.com/show_bug.cgi?id=1389338< / a > < br > < a href = "https://chromium.googlesource.com/webm/libwebp/+/e2affacc35f1df6cc3b1a9fa0ceff5ce2d0cce83" > https://chromium.googlesource.com/webm/libwebp/+/e2affacc35f1df6cc3b1a9fa0ceff5ce2d0cce83< / 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/LG5Q42J7EJDKQKWTTHCO4YZMOMP74YPQ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/LG5Q42J7EJDKQKWTTHCO4YZMOMP74YPQ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PTR2ZW67TMT7KC24RBENIF25KWUJ7VPD/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PTR2ZW67TMT7KC24RBENIF25KWUJ7VPD/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/SH6X3MWD5AHZC5JT4625PGFHAYLR7YW7/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/SH6X3MWD5AHZC5JT4625PGFHAYLR7YW7/< / a > < br > < a href = "https://security.gentoo.org/glsa/201701-61" > https://security.gentoo.org/glsa/201701-61< / a > < br > < / details > |
| libwinpr2-2 | CVE-2020-13396 | HIGH | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13396" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13396< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/48361c411e50826cb602c7aab773a8a20e1da6bc" > https://github.com/FreeRDP/FreeRDP/commit/48361c411e50826cb602c7aab773a8a20e1da6bc< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/8fb6336a4072abcee8ce5bd6ae91104628c7bb69" > https://github.com/FreeRDP/FreeRDP/commit/8fb6336a4072abcee8ce5bd6ae91104628c7bb69< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/compare/2.1.0...2.1.1" > https://github.com/FreeRDP/FreeRDP/compare/2.1.0...2.1.1< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-13396.html" > https://linux.oracle.com/cve/CVE-2020-13396.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2020/08/msg00054.html" > https://lists.debian.org/debian-lts-announce/2020/08/msg00054.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4379-1" > https://ubuntu.com/security/notices/USN-4379-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4382-1" > https://ubuntu.com/security/notices/USN-4382-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4382-2" > https://ubuntu.com/security/notices/USN-4382-2< / a > < br > < a href = "https://usn.ubuntu.com/4379-1/" > https://usn.ubuntu.com/4379-1/< / a > < br > < a href = "https://usn.ubuntu.com/4382-1/" > https://usn.ubuntu.com/4382-1/< / a > < br > < / details > |
| libwinpr2-2 | CVE-2020-13398 | HIGH | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13398" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13398< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/8305349a943c68b1bc8c158f431dc607655aadea" > https://github.com/FreeRDP/FreeRDP/commit/8305349a943c68b1bc8c158f431dc607655aadea< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/8fb6336a4072abcee8ce5bd6ae91104628c7bb69" > https://github.com/FreeRDP/FreeRDP/commit/8fb6336a4072abcee8ce5bd6ae91104628c7bb69< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/compare/2.1.0...2.1.1" > https://github.com/FreeRDP/FreeRDP/compare/2.1.0...2.1.1< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-13398.html" > https://linux.oracle.com/cve/CVE-2020-13398.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-2407.html" > https://linux.oracle.com/errata/ELSA-2020-2407.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2020/08/msg00054.html" > https://lists.debian.org/debian-lts-announce/2020/08/msg00054.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4379-1" > https://ubuntu.com/security/notices/USN-4379-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4382-1" > https://ubuntu.com/security/notices/USN-4382-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4382-2" > https://ubuntu.com/security/notices/USN-4382-2< / a > < br > < a href = "https://usn.ubuntu.com/4379-1/" > https://usn.ubuntu.com/4379-1/< / a > < br > < a href = "https://usn.ubuntu.com/4382-1/" > https://usn.ubuntu.com/4382-1/< / a > < br > < / details > |
| libwinpr2-2 | CVE-2020-4031 | HIGH | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "http://www.freerdp.com/2020/06/22/2_1_2-released" > http://www.freerdp.com/2020/06/22/2_1_2-released< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-4031" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-4031< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/6d86e20e1e7caaab4f0c7f89e36d32914dbccc52" > https://github.com/FreeRDP/FreeRDP/commit/6d86e20e1e7caaab4f0c7f89e36d32914dbccc52< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-gwcq-hpq2-m74g" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-gwcq-hpq2-m74g< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6Y35HBHG2INICLSGCIKNAR7GCXEHQACQ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6Y35HBHG2INICLSGCIKNAR7GCXEHQACQ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOZLH35OJWIQLM7FYDXAP2EAUBDXE76V/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOZLH35OJWIQLM7FYDXAP2EAUBDXE76V/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4481-1" > https://ubuntu.com/security/notices/USN-4481-1< / a > < br > < a href = "https://usn.ubuntu.com/4481-1/" > https://usn.ubuntu.com/4481-1/< / a > < br > < / details > |
| libwinpr2-2 | CVE-2021-41159 | HIGH | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-41159" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-41159< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-vh34-m9h7-95xq" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-vh34-m9h7-95xq< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-41159.html" > https://linux.oracle.com/cve/CVE-2021-41159.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-4622.html" > https://linux.oracle.com/errata/ELSA-2021-4622.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DWJXQOWKNR7O5HM2HFJOM4GBUFPTE3RG/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DWJXQOWKNR7O5HM2HFJOM4GBUFPTE3RG/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5154-1" > https://ubuntu.com/security/notices/USN-5154-1< / a > < br > < / details > |
| libwinpr2-2 | CVE-2021-41160 | HIGH | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-41160" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-41160< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-7c9r-6r2q-93qg" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-7c9r-6r2q-93qg< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-41160.html" > https://linux.oracle.com/cve/CVE-2021-41160.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-4622.html" > https://linux.oracle.com/errata/ELSA-2021-4622.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DWJXQOWKNR7O5HM2HFJOM4GBUFPTE3RG/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DWJXQOWKNR7O5HM2HFJOM4GBUFPTE3RG/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WIZUPVRGCWUDAPDOQVUGUIYUO7UWKMXX/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WIZUPVRGCWUDAPDOQVUGUIYUO7UWKMXX/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZXCR73EDVPLI6TRWRAWJCJ7OBYDKBB74/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZXCR73EDVPLI6TRWRAWJCJ7OBYDKBB74/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5154-1" > https://ubuntu.com/security/notices/USN-5154-1< / a > < br > < / details > |
| libwinpr2-2 | CVE-2020-11017 | MEDIUM | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11017" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11017< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-q5c8-fm29-q57c" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-q5c8-fm29-q57c< / a > < br > < / details > |
| libwinpr2-2 | CVE-2020-11018 | MEDIUM | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11018" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11018< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-8cvc-vcw7-6mfw" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-8cvc-vcw7-6mfw< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11018.html" > https://linux.oracle.com/cve/CVE-2020-11018.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < / details > |
| libwinpr2-2 | CVE-2020-11019 | MEDIUM | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11019" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11019< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-wvrr-2f4r-hjvh" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-wvrr-2f4r-hjvh< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11019.html" > https://linux.oracle.com/cve/CVE-2020-11019.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < / details > |
| libwinpr2-2 | CVE-2020-11038 | MEDIUM | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11038" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11038< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-h25x-cqr6-fp6g" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-h25x-cqr6-fp6g< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11038.html" > https://linux.oracle.com/cve/CVE-2020-11038.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < / details > |
| libwinpr2-2 | CVE-2020-11039 | MEDIUM | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11039" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11039< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-mx9p-f6q8-mqwq" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-mx9p-f6q8-mqwq< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11039.html" > https://linux.oracle.com/cve/CVE-2020-11039.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < / details > |
| libwinpr2-2 | CVE-2020-11042 | MEDIUM | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11042" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11042< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/6b2bc41935e53b0034fe5948aeeab4f32e80f30f" > https://github.com/FreeRDP/FreeRDP/commit/6b2bc41935e53b0034fe5948aeeab4f32e80f30f< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/issues/6010" > https://github.com/FreeRDP/FreeRDP/issues/6010< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-9jp6-5vf2-cx2q" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-9jp6-5vf2-cx2q< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11042.html" > https://linux.oracle.com/cve/CVE-2020-11042.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2020/08/msg00054.html" > https://lists.debian.org/debian-lts-announce/2020/08/msg00054.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4379-1" > https://ubuntu.com/security/notices/USN-4379-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4382-1" > https://ubuntu.com/security/notices/USN-4382-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4382-2" > https://ubuntu.com/security/notices/USN-4382-2< / a > < br > < a href = "https://usn.ubuntu.com/4379-1/" > https://usn.ubuntu.com/4379-1/< / a > < br > < a href = "https://usn.ubuntu.com/4382-1/" > https://usn.ubuntu.com/4382-1/< / a > < br > < / details > |
| libwinpr2-2 | CVE-2020-11047 | MEDIUM | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11047" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11047< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/f5e73cc7c9cd973b516a618da877c87b80950b65" > https://github.com/FreeRDP/FreeRDP/commit/f5e73cc7c9cd973b516a618da877c87b80950b65< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/issues/6009" > https://github.com/FreeRDP/FreeRDP/issues/6009< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-9fw6-m2q8-h5pw" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-9fw6-m2q8-h5pw< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11047.html" > https://linux.oracle.com/cve/CVE-2020-11047.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4379-1" > https://ubuntu.com/security/notices/USN-4379-1< / a > < br > < a href = "https://usn.ubuntu.com/4379-1/" > https://usn.ubuntu.com/4379-1/< / a > < br > < / details > |
| libwinpr2-2 | CVE-2020-11086 | MEDIUM | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11086" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11086< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/c098f21fdaadca57ff649eee1674f6cc321a2ec4" > https://github.com/FreeRDP/FreeRDP/commit/c098f21fdaadca57ff649eee1674f6cc321a2ec4< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-fg8v-w34r-c974" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-fg8v-w34r-c974< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11086.html" > https://linux.oracle.com/cve/CVE-2020-11086.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < / details > |
| libwinpr2-2 | CVE-2020-11087 | MEDIUM | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11087" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11087< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/8241ab42fdf0cc89cf69fc574bf6360c9977a0d4" > https://github.com/FreeRDP/FreeRDP/commit/8241ab42fdf0cc89cf69fc574bf6360c9977a0d4< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-84vj-g73m-chw7" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-84vj-g73m-chw7< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11087.html" > https://linux.oracle.com/cve/CVE-2020-11087.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < / details > |
| libwinpr2-2 | CVE-2020-11088 | MEDIUM | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11088" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11088< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/8fa38359634a9910b91719818ab02f23c320dbae" > https://github.com/FreeRDP/FreeRDP/commit/8fa38359634a9910b91719818ab02f23c320dbae< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-xh4f-fh87-43hp" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-xh4f-fh87-43hp< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11088.html" > https://linux.oracle.com/cve/CVE-2020-11088.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < / details > |
| libwinpr2-2 | CVE-2020-11089 | MEDIUM | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11089" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11089< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/6b485b146a1b9d6ce72dfd7b5f36456c166e7a16" > https://github.com/FreeRDP/FreeRDP/commit/6b485b146a1b9d6ce72dfd7b5f36456c166e7a16< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/795842f4096501fcefc1a7f535ccc8132feb31d7" > https://github.com/FreeRDP/FreeRDP/commit/795842f4096501fcefc1a7f535ccc8132feb31d7< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-hfc7-c5gv-8c2h" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-hfc7-c5gv-8c2h< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11089.html" > https://linux.oracle.com/cve/CVE-2020-11089.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < / details > |
| libwinpr2-2 | CVE-2020-11095 | MEDIUM | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "http://www.freerdp.com/2020/06/22/2_1_2-released" > http://www.freerdp.com/2020/06/22/2_1_2-released< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11095" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11095< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/733ee3208306b1ea32697b356c0215180fc3f049" > https://github.com/FreeRDP/FreeRDP/commit/733ee3208306b1ea32697b356c0215180fc3f049< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-563r-pvh7-4fw2" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-563r-pvh7-4fw2< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11095.html" > https://linux.oracle.com/cve/CVE-2020-11095.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-1849.html" > https://linux.oracle.com/errata/ELSA-2021-1849.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6Y35HBHG2INICLSGCIKNAR7GCXEHQACQ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6Y35HBHG2INICLSGCIKNAR7GCXEHQACQ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOZLH35OJWIQLM7FYDXAP2EAUBDXE76V/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOZLH35OJWIQLM7FYDXAP2EAUBDXE76V/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4481-1" > https://ubuntu.com/security/notices/USN-4481-1< / a > < br > < a href = "https://usn.ubuntu.com/4481-1/" > https://usn.ubuntu.com/4481-1/< / a > < br > < / details > |
| libwinpr2-2 | CVE-2020-11096 | MEDIUM | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "http://www.freerdp.com/2020/06/22/2_1_2-released" > http://www.freerdp.com/2020/06/22/2_1_2-released< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11096" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11096< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/b8beb55913471952f92770c90c372139d78c16c0" > https://github.com/FreeRDP/FreeRDP/commit/b8beb55913471952f92770c90c372139d78c16c0< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-mjw7-3mq2-996x" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-mjw7-3mq2-996x< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11096.html" > https://linux.oracle.com/cve/CVE-2020-11096.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-1849.html" > https://linux.oracle.com/errata/ELSA-2021-1849.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6Y35HBHG2INICLSGCIKNAR7GCXEHQACQ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6Y35HBHG2INICLSGCIKNAR7GCXEHQACQ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOZLH35OJWIQLM7FYDXAP2EAUBDXE76V/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOZLH35OJWIQLM7FYDXAP2EAUBDXE76V/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4481-1" > https://ubuntu.com/security/notices/USN-4481-1< / a > < br > < a href = "https://usn.ubuntu.com/4481-1/" > https://usn.ubuntu.com/4481-1/< / a > < br > < / details > |
| libwinpr2-2 | CVE-2020-11097 | MEDIUM | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "http://www.freerdp.com/2020/06/22/2_1_2-released" > http://www.freerdp.com/2020/06/22/2_1_2-released< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11097" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11097< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/58a3122250d54de3a944c487776bcd4d1da4721e" > https://github.com/FreeRDP/FreeRDP/commit/58a3122250d54de3a944c487776bcd4d1da4721e< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-c8x2-c3c9-9r3f" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-c8x2-c3c9-9r3f< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11097.html" > https://linux.oracle.com/cve/CVE-2020-11097.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-1849.html" > https://linux.oracle.com/errata/ELSA-2021-1849.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6Y35HBHG2INICLSGCIKNAR7GCXEHQACQ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6Y35HBHG2INICLSGCIKNAR7GCXEHQACQ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOZLH35OJWIQLM7FYDXAP2EAUBDXE76V/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOZLH35OJWIQLM7FYDXAP2EAUBDXE76V/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4481-1" > https://ubuntu.com/security/notices/USN-4481-1< / a > < br > < a href = "https://usn.ubuntu.com/4481-1/" > https://usn.ubuntu.com/4481-1/< / a > < br > < / details > |
| libwinpr2-2 | CVE-2020-11098 | MEDIUM | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "http://www.freerdp.com/2020/06/22/2_1_2-released" > http://www.freerdp.com/2020/06/22/2_1_2-released< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11098" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11098< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/c0fd449ec0870b050d350d6d844b1ea6dad4bc7d" > https://github.com/FreeRDP/FreeRDP/commit/c0fd449ec0870b050d350d6d844b1ea6dad4bc7d< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-jr57-f58x-hjmv" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-jr57-f58x-hjmv< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11098.html" > https://linux.oracle.com/cve/CVE-2020-11098.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-1849.html" > https://linux.oracle.com/errata/ELSA-2021-1849.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6Y35HBHG2INICLSGCIKNAR7GCXEHQACQ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6Y35HBHG2INICLSGCIKNAR7GCXEHQACQ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOZLH35OJWIQLM7FYDXAP2EAUBDXE76V/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOZLH35OJWIQLM7FYDXAP2EAUBDXE76V/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4481-1" > https://ubuntu.com/security/notices/USN-4481-1< / a > < br > < a href = "https://usn.ubuntu.com/4481-1/" > https://usn.ubuntu.com/4481-1/< / a > < br > < / details > |
| libwinpr2-2 | CVE-2020-11099 | MEDIUM | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "http://www.freerdp.com/2020/06/22/2_1_2-released" > http://www.freerdp.com/2020/06/22/2_1_2-released< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11099" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11099< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/6ade7b4cbfd71c54b3d724e8f2d6ac76a58e879a" > https://github.com/FreeRDP/FreeRDP/commit/6ade7b4cbfd71c54b3d724e8f2d6ac76a58e879a< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-977w-866x-4v5h" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-977w-866x-4v5h< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11099.html" > https://linux.oracle.com/cve/CVE-2020-11099.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-1849.html" > https://linux.oracle.com/errata/ELSA-2021-1849.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6Y35HBHG2INICLSGCIKNAR7GCXEHQACQ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6Y35HBHG2INICLSGCIKNAR7GCXEHQACQ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOZLH35OJWIQLM7FYDXAP2EAUBDXE76V/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOZLH35OJWIQLM7FYDXAP2EAUBDXE76V/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4481-1" > https://ubuntu.com/security/notices/USN-4481-1< / a > < br > < a href = "https://usn.ubuntu.com/4481-1/" > https://usn.ubuntu.com/4481-1/< / a > < br > < / details > |
| libwinpr2-2 | CVE-2020-13397 | MEDIUM | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13397" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13397< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/8fb6336a4072abcee8ce5bd6ae91104628c7bb69" > https://github.com/FreeRDP/FreeRDP/commit/8fb6336a4072abcee8ce5bd6ae91104628c7bb69< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/d6cd14059b257318f176c0ba3ee0a348826a9ef8" > https://github.com/FreeRDP/FreeRDP/commit/d6cd14059b257318f176c0ba3ee0a348826a9ef8< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/compare/2.1.0...2.1.1" > https://github.com/FreeRDP/FreeRDP/compare/2.1.0...2.1.1< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-13397.html" > https://linux.oracle.com/cve/CVE-2020-13397.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2020/08/msg00054.html" > https://lists.debian.org/debian-lts-announce/2020/08/msg00054.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4379-1" > https://ubuntu.com/security/notices/USN-4379-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4382-1" > https://ubuntu.com/security/notices/USN-4382-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4382-2" > https://ubuntu.com/security/notices/USN-4382-2< / a > < br > < a href = "https://usn.ubuntu.com/4379-1/" > https://usn.ubuntu.com/4379-1/< / a > < br > < a href = "https://usn.ubuntu.com/4382-1/" > https://usn.ubuntu.com/4382-1/< / a > < br > < / details > |
| libwinpr2-2 | CVE-2020-4030 | MEDIUM | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "http://www.freerdp.com/2020/06/22/2_1_2-released" > http://www.freerdp.com/2020/06/22/2_1_2-released< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-4030" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-4030< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/05cd9ea2290d23931f615c1b004d4b2e69074e27" > https://github.com/FreeRDP/FreeRDP/commit/05cd9ea2290d23931f615c1b004d4b2e69074e27< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-fjr5-97f5-qq98" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-fjr5-97f5-qq98< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-4030.html" > https://linux.oracle.com/cve/CVE-2020-4030.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-1849.html" > https://linux.oracle.com/errata/ELSA-2021-1849.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6Y35HBHG2INICLSGCIKNAR7GCXEHQACQ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6Y35HBHG2INICLSGCIKNAR7GCXEHQACQ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOZLH35OJWIQLM7FYDXAP2EAUBDXE76V/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOZLH35OJWIQLM7FYDXAP2EAUBDXE76V/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4481-1" > https://ubuntu.com/security/notices/USN-4481-1< / a > < br > < a href = "https://usn.ubuntu.com/4481-1/" > https://usn.ubuntu.com/4481-1/< / a > < br > < / details > |
| libwinpr2-2 | CVE-2020-4032 | MEDIUM | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "http://www.freerdp.com/2020/06/22/2_1_2-released" > http://www.freerdp.com/2020/06/22/2_1_2-released< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-4032" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-4032< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/e7bffa64ef5ed70bac94f823e2b95262642f5296" > https://github.com/FreeRDP/FreeRDP/commit/e7bffa64ef5ed70bac94f823e2b95262642f5296< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-3898-mc89-x2vc" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-3898-mc89-x2vc< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6Y35HBHG2INICLSGCIKNAR7GCXEHQACQ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6Y35HBHG2INICLSGCIKNAR7GCXEHQACQ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOZLH35OJWIQLM7FYDXAP2EAUBDXE76V/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOZLH35OJWIQLM7FYDXAP2EAUBDXE76V/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4481-1" > https://ubuntu.com/security/notices/USN-4481-1< / a > < br > < a href = "https://usn.ubuntu.com/4481-1/" > https://usn.ubuntu.com/4481-1/< / a > < br > < / details > |
| libwinpr2-2 | CVE-2020-4033 | MEDIUM | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "http://www.freerdp.com/2020/06/22/2_1_2-released" > http://www.freerdp.com/2020/06/22/2_1_2-released< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-4033" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-4033< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/0a98c450c58ec150e44781c89aa6f8e7e0f571f5" > https://github.com/FreeRDP/FreeRDP/commit/0a98c450c58ec150e44781c89aa6f8e7e0f571f5< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-7rhj-856w-82p8" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-7rhj-856w-82p8< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-4033.html" > https://linux.oracle.com/cve/CVE-2020-4033.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-1849.html" > https://linux.oracle.com/errata/ELSA-2021-1849.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6Y35HBHG2INICLSGCIKNAR7GCXEHQACQ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6Y35HBHG2INICLSGCIKNAR7GCXEHQACQ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOZLH35OJWIQLM7FYDXAP2EAUBDXE76V/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOZLH35OJWIQLM7FYDXAP2EAUBDXE76V/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4481-1" > https://ubuntu.com/security/notices/USN-4481-1< / a > < br > < a href = "https://usn.ubuntu.com/4481-1/" > https://usn.ubuntu.com/4481-1/< / a > < br > < / details > |
| libwinpr2-2 | CVE-2020-11040 | LOW | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11040" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11040< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-x4wq-m7c9-rjgr" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-x4wq-m7c9-rjgr< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11040.html" > https://linux.oracle.com/cve/CVE-2020-11040.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < / details > |
| libwinpr2-2 | CVE-2020-11041 | LOW | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11041" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11041< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-w67c-26c4-2h9w" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-w67c-26c4-2h9w< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11041.html" > https://linux.oracle.com/cve/CVE-2020-11041.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < / details > |
| libwinpr2-2 | CVE-2020-11043 | LOW | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11043" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11043< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-5mr4-28w3-rc84" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-5mr4-28w3-rc84< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11043.html" > https://linux.oracle.com/cve/CVE-2020-11043.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < / details > |
| libwinpr2-2 | CVE-2020-11044 | LOW | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11044" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11044< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/67c2aa52b2ae0341d469071d1bc8aab91f8d2ed8" > https://github.com/FreeRDP/FreeRDP/commit/67c2aa52b2ae0341d469071d1bc8aab91f8d2ed8< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/issues/6013" > https://github.com/FreeRDP/FreeRDP/issues/6013< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-cgqh-p732-6x2w" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-cgqh-p732-6x2w< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11044.html" > https://linux.oracle.com/cve/CVE-2020-11044.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4379-1" > https://ubuntu.com/security/notices/USN-4379-1< / a > < br > < a href = "https://usn.ubuntu.com/4379-1/" > https://usn.ubuntu.com/4379-1/< / a > < br > < / details > |
| libwinpr2-2 | CVE-2020-11045 | LOW | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11045" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11045< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/f8890a645c221823ac133dbf991f8a65ae50d637" > https://github.com/FreeRDP/FreeRDP/commit/f8890a645c221823ac133dbf991f8a65ae50d637< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/issues/6005" > https://github.com/FreeRDP/FreeRDP/issues/6005< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-3x39-248q-f4q6" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-3x39-248q-f4q6< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11045.html" > https://linux.oracle.com/cve/CVE-2020-11045.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2020/08/msg00054.html" > https://lists.debian.org/debian-lts-announce/2020/08/msg00054.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4379-1" > https://ubuntu.com/security/notices/USN-4379-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4382-1" > https://ubuntu.com/security/notices/USN-4382-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4382-2" > https://ubuntu.com/security/notices/USN-4382-2< / a > < br > < a href = "https://usn.ubuntu.com/4379-1/" > https://usn.ubuntu.com/4379-1/< / a > < br > < a href = "https://usn.ubuntu.com/4382-1/" > https://usn.ubuntu.com/4382-1/< / a > < br > < / details > |
| libwinpr2-2 | CVE-2020-11046 | LOW | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11046" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11046< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/ed53cd148f43cbab905eaa0f5308c2bf3c48cc37" > https://github.com/FreeRDP/FreeRDP/commit/ed53cd148f43cbab905eaa0f5308c2bf3c48cc37< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/issues/6006" > https://github.com/FreeRDP/FreeRDP/issues/6006< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-hx48-wmmm-mr5q" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-hx48-wmmm-mr5q< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11046.html" > https://linux.oracle.com/cve/CVE-2020-11046.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2020/08/msg00054.html" > https://lists.debian.org/debian-lts-announce/2020/08/msg00054.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4379-1" > https://ubuntu.com/security/notices/USN-4379-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4382-1" > https://ubuntu.com/security/notices/USN-4382-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4382-2" > https://ubuntu.com/security/notices/USN-4382-2< / a > < br > < a href = "https://usn.ubuntu.com/4379-1/" > https://usn.ubuntu.com/4379-1/< / a > < br > < a href = "https://usn.ubuntu.com/4382-1/" > https://usn.ubuntu.com/4382-1/< / a > < br > < / details > |
| libwinpr2-2 | CVE-2020-11048 | LOW | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11048" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11048< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/9301bfe730c66180263248b74353daa99f5a969b" > https://github.com/FreeRDP/FreeRDP/commit/9301bfe730c66180263248b74353daa99f5a969b< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/issues/6007" > https://github.com/FreeRDP/FreeRDP/issues/6007< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-hv8w-f2hx-5gcv" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-hv8w-f2hx-5gcv< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11048.html" > https://linux.oracle.com/cve/CVE-2020-11048.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2020/08/msg00054.html" > https://lists.debian.org/debian-lts-announce/2020/08/msg00054.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4379-1" > https://ubuntu.com/security/notices/USN-4379-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4382-1" > https://ubuntu.com/security/notices/USN-4382-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4382-2" > https://ubuntu.com/security/notices/USN-4382-2< / a > < br > < a href = "https://usn.ubuntu.com/4379-1/" > https://usn.ubuntu.com/4379-1/< / a > < br > < a href = "https://usn.ubuntu.com/4382-1/" > https://usn.ubuntu.com/4382-1/< / a > < br > < / details > |
| libwinpr2-2 | CVE-2020-11049 | LOW | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11049" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11049< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/c367f65d42e0d2e1ca248998175180aa9c2eacd0" > https://github.com/FreeRDP/FreeRDP/commit/c367f65d42e0d2e1ca248998175180aa9c2eacd0< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/issues/6008" > https://github.com/FreeRDP/FreeRDP/issues/6008< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/pull/6019" > https://github.com/FreeRDP/FreeRDP/pull/6019< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-wwh7-r2r8-xjpr" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-wwh7-r2r8-xjpr< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11049.html" > https://linux.oracle.com/cve/CVE-2020-11049.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4379-1" > https://ubuntu.com/security/notices/USN-4379-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4382-1" > https://ubuntu.com/security/notices/USN-4382-1< / a > < br > < a href = "https://usn.ubuntu.com/4379-1/" > https://usn.ubuntu.com/4379-1/< / a > < br > < a href = "https://usn.ubuntu.com/4382-1/" > https://usn.ubuntu.com/4382-1/< / a > < br > < / details > |
| libwinpr2-2 | CVE-2020-11058 | LOW | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11058" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11058< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/3627aaf7d289315b614a584afb388f04abfb5bbf" > https://github.com/FreeRDP/FreeRDP/commit/3627aaf7d289315b614a584afb388f04abfb5bbf< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/issues/6011" > https://github.com/FreeRDP/FreeRDP/issues/6011< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-wjg2-2f82-466g" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-wjg2-2f82-466g< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11058.html" > https://linux.oracle.com/cve/CVE-2020-11058.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2020/08/msg00054.html" > https://lists.debian.org/debian-lts-announce/2020/08/msg00054.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4379-1" > https://ubuntu.com/security/notices/USN-4379-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4382-1" > https://ubuntu.com/security/notices/USN-4382-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4382-2" > https://ubuntu.com/security/notices/USN-4382-2< / a > < br > < a href = "https://usn.ubuntu.com/4379-1/" > https://usn.ubuntu.com/4379-1/< / a > < br > < a href = "https://usn.ubuntu.com/4382-1/" > https://usn.ubuntu.com/4382-1/< / a > < br > < / details > |
| libwinpr2-2 | CVE-2020-11085 | LOW | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html" > http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00080.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11085" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11085< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/commit/b73143cf7ee5fe4cdabcbf56908aa15d8a883821" > https://github.com/FreeRDP/FreeRDP/commit/b73143cf7ee5fe4cdabcbf56908aa15d8a883821< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-2j4w-v45m-95hf" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-2j4w-v45m-95hf< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-11085.html" > https://linux.oracle.com/cve/CVE-2020-11085.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-4647.html" > https://linux.oracle.com/errata/ELSA-2020-4647.html< / a > < br > < / details > |
| libwinpr2-2 | CVE-2020-15103 | LOW | 2.3.0+dfsg1-1~bpo10+1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-09/msg00010.html" > http://lists.opensuse.org/opensuse-security-announce/2020-09/msg00010.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15103" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15103< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/blob/616af2d5b86dc24c7b3e89870dbcffd841d9a535/ChangeLog#L4" > https://github.com/FreeRDP/FreeRDP/blob/616af2d5b86dc24c7b3e89870dbcffd841d9a535/ChangeLog#L4< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/pull/6381" > https://github.com/FreeRDP/FreeRDP/pull/6381< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/pull/6382" > https://github.com/FreeRDP/FreeRDP/pull/6382< / a > < br > < a href = "https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-4r38-6hq7-j3j9" > https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-4r38-6hq7-j3j9< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-15103.html" > https://linux.oracle.com/cve/CVE-2020-15103.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-1849.html" > https://linux.oracle.com/errata/ELSA-2021-1849.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6Y35HBHG2INICLSGCIKNAR7GCXEHQACQ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6Y35HBHG2INICLSGCIKNAR7GCXEHQACQ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOZLH35OJWIQLM7FYDXAP2EAUBDXE76V/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XOZLH35OJWIQLM7FYDXAP2EAUBDXE76V/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4481-1" > https://ubuntu.com/security/notices/USN-4481-1< / a > < br > < a href = "https://usn.ubuntu.com/4481-1/" > https://usn.ubuntu.com/4481-1/< / a > < br > < / details > |
| libxml2 | CVE-2017-16932 | HIGH | 2.9.4+dfsg1-7+deb10u2 | | < details > < summary > Expand...< / summary > < a href = "http://xmlsoft.org/news.html" > http://xmlsoft.org/news.html< / a > < br > < a href = "https://blog.clamav.net/2018/07/clamav-01001-has-been-released.html" > https://blog.clamav.net/2018/07/clamav-01001-has-been-released.html< / a > < br > < a href = "https://bugzilla.gnome.org/show_bug.cgi?id=759579" > https://bugzilla.gnome.org/show_bug.cgi?id=759579< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-16932" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-16932< / a > < br > < a href = "https://github.com/GNOME/libxml2/commit/899a5d9f0ed13b8e32449a08a361e0de127dd961" > https://github.com/GNOME/libxml2/commit/899a5d9f0ed13b8e32449a08a361e0de127dd961< / a > < br > < a href = "https://github.com/sparklemotion/nokogiri/issues/1714" > https://github.com/sparklemotion/nokogiri/issues/1714< / 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/2017/11/msg00041.html" > https://lists.debian.org/debian-lts-announce/2017/11/msg00041.html< / a > < br > < a href = "https://people.canonical.com/~ubuntu-security/cve/2017/CVE-2017-16932.html" > https://people.canonical.com/~ubuntu-security/cve/2017/CVE-2017-16932.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-3504-1" > https://ubuntu.com/security/notices/USN-3504-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-3504-2" > https://ubuntu.com/security/notices/USN-3504-2< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-3739-1" > https://ubuntu.com/security/notices/USN-3739-1< / a > < br > < a href = "https://usn.ubuntu.com/3739-1/" > https://usn.ubuntu.com/3739-1/< / a > < br > < a href = "https://usn.ubuntu.com/usn/usn-3504-1/" > https://usn.ubuntu.com/usn/usn-3504-1/< / a > < br > < / details > |
| libxml2 | CVE-2022-23308 | HIGH | 2.9.4+dfsg1-7+deb10u2 | | < details > < summary > Expand...< / summary > < a href = "https://github.com/GNOME/libxml2/commit/652dd12a858989b14eed4e84e453059cd3ba340e" > https://github.com/GNOME/libxml2/commit/652dd12a858989b14eed4e84e453059cd3ba340e< / a > < br > < a href = "https://gitlab.gnome.org/GNOME/libxml2/-/blob/v2.9.13/NEWS" > https://gitlab.gnome.org/GNOME/libxml2/-/blob/v2.9.13/NEWS< / a > < br > < / details > |
| libxml2 | CVE-2016-9318 | MEDIUM | 2.9.4+dfsg1-7+deb10u2 | | < details > < summary > Expand...< / summary > < a href = "http://www.securityfocus.com/bid/94347" > http://www.securityfocus.com/bid/94347< / a > < br > < a href = "https://bugzilla.gnome.org/show_bug.cgi?id=772726" > https://bugzilla.gnome.org/show_bug.cgi?id=772726< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-9318" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-9318< / a > < br > < a href = "https://github.com/lsh123/xmlsec/issues/43" > https://github.com/lsh123/xmlsec/issues/43< / a > < br > < a href = "https://security.gentoo.org/glsa/201711-01" > https://security.gentoo.org/glsa/201711-01< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-3739-1" > https://ubuntu.com/security/notices/USN-3739-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-3739-2" > https://ubuntu.com/security/notices/USN-3739-2< / a > < br > < a href = "https://usn.ubuntu.com/3739-1/" > https://usn.ubuntu.com/3739-1/< / a > < br > < a href = "https://usn.ubuntu.com/3739-2/" > https://usn.ubuntu.com/3739-2/< / 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://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://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://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://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://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://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 > < / 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://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 > < / 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://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 > < / details > |
| openssl | CVE-2021-4160 | MEDIUM | 1.1.1d-0+deb10u7 | | < details > < summary > Expand...< / summary > < 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://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+deb10u7 | | < 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://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+deb10u7 | | < 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://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://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://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://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://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://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 > |
| 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://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://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://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 > < / details > |
| util-linux | CVE-2021-37600 | LOW | 2.33.1-0.1 | | < details > < summary > Expand...< / summary > < 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://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://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 > < / details > |