2022-06-16 06:39:10 +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: senseai-server/templates/common.yaml
2022-06-16 08:00:38 +00:00
2022-06-16 06:39:10 +00:00
| Type | Misconfiguration ID | Check | Severity | Explaination | Links |
|:----------------|:------------------:|:-----------:|:------------------:|-----------------------------------------|-----------------------------------------|
2022-06-21 09:20:23 +00:00
| Kubernetes Security Check | KSV001 | Process can elevate its own privileges | MEDIUM | < details > < summary > Expand...< / summary > A program inside the container can elevate its own privileges and run as root, which might give the program control over the container and node. < br > < hr > < br > Container ' RELEASE-NAME-senseai-server' of Deployment ' RELEASE-NAME-senseai-server' should set ' securityContext.allowPrivilegeEscalation' to false < / details > | < details > < summary > Expand...< / summary > < a href = "https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted" > https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted< / a > < br > < a href = "https://avd.aquasec.com/misconfig/ksv001" > https://avd.aquasec.com/misconfig/ksv001< / a > < br > < / details > |
| Kubernetes Security Check | KSV001 | Process can elevate its own privileges | MEDIUM | < details > < summary > Expand...< / summary > A program inside the container can elevate its own privileges and run as root, which might give the program control over the container and node. < br > < hr > < br > Container ' autopermissions' of Deployment ' RELEASE-NAME-senseai-server' should set ' securityContext.allowPrivilegeEscalation' to false < / details > | < details > < summary > Expand...< / summary > < a href = "https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted" > https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted< / a > < br > < a href = "https://avd.aquasec.com/misconfig/ksv001" > https://avd.aquasec.com/misconfig/ksv001< / a > < br > < / details > |
| Kubernetes Security Check | KSV003 | Default capabilities not dropped | LOW | < details > < summary > Expand...< / summary > The container should drop all default capabilities and add only those that are needed for its execution. < br > < hr > < br > Container ' RELEASE-NAME-senseai-server' of Deployment ' RELEASE-NAME-senseai-server' should add ' ALL' to ' securityContext.capabilities.drop' < / details > | < details > < summary > Expand...< / summary > < a href = "https://kubesec.io/basics/containers-securitycontext-capabilities-drop-index-all/" > https://kubesec.io/basics/containers-securitycontext-capabilities-drop-index-all/< / a > < br > < a href = "https://avd.aquasec.com/misconfig/ksv003" > https://avd.aquasec.com/misconfig/ksv003< / a > < br > < / details > |
| Kubernetes Security Check | KSV003 | Default capabilities not dropped | LOW | < details > < summary > Expand...< / summary > The container should drop all default capabilities and add only those that are needed for its execution. < br > < hr > < br > Container ' autopermissions' of Deployment ' RELEASE-NAME-senseai-server' should add ' ALL' to ' securityContext.capabilities.drop' < / details > | < details > < summary > Expand...< / summary > < a href = "https://kubesec.io/basics/containers-securitycontext-capabilities-drop-index-all/" > https://kubesec.io/basics/containers-securitycontext-capabilities-drop-index-all/< / a > < br > < a href = "https://avd.aquasec.com/misconfig/ksv003" > https://avd.aquasec.com/misconfig/ksv003< / a > < br > < / details > |
| Kubernetes Security Check | KSV012 | Runs as root user | MEDIUM | < details > < summary > Expand...< / summary > ' runAsNonRoot' forces the running image to run as a non-root user to ensure least privileges. < br > < hr > < br > Container ' autopermissions' of Deployment ' RELEASE-NAME-senseai-server' should set ' securityContext.runAsNonRoot' to true < / details > | < details > < summary > Expand...< / summary > < a href = "https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted" > https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted< / a > < br > < a href = "https://avd.aquasec.com/misconfig/ksv012" > https://avd.aquasec.com/misconfig/ksv012< / a > < br > < / details > |
| Kubernetes Security Check | KSV014 | Root file system is not read-only | LOW | < details > < summary > Expand...< / summary > An immutable root file system prevents applications from writing to their local disk. This can limit intrusions, as attackers will not be able to tamper with the file system or write foreign executables to disk. < br > < hr > < br > Container ' autopermissions' of Deployment ' RELEASE-NAME-senseai-server' should set ' securityContext.readOnlyRootFilesystem' to true < / details > | < details > < summary > Expand...< / summary > < a href = "https://kubesec.io/basics/containers-securitycontext-readonlyrootfilesystem-true/" > https://kubesec.io/basics/containers-securitycontext-readonlyrootfilesystem-true/< / a > < br > < a href = "https://avd.aquasec.com/misconfig/ksv014" > https://avd.aquasec.com/misconfig/ksv014< / a > < br > < / details > |
| Kubernetes Security Check | KSV017 | Privileged container | HIGH | < details > < summary > Expand...< / summary > Privileged containers share namespaces with the host system and do not offer any security. They should be used exclusively for system containers that require high privileges. < br > < hr > < br > Container ' autopermissions' of Deployment ' RELEASE-NAME-senseai-server' should set ' securityContext.privileged' to false < / details > | < details > < summary > Expand...< / summary > < a href = "https://kubernetes.io/docs/concepts/security/pod-security-standards/#baseline" > https://kubernetes.io/docs/concepts/security/pod-security-standards/#baseline< / a > < br > < a href = "https://avd.aquasec.com/misconfig/ksv017" > https://avd.aquasec.com/misconfig/ksv017< / a > < br > < / details > |
| Kubernetes Security Check | KSV020 | Runs with low user ID | LOW | < details > < summary > Expand...< / summary > Force the container to run with user ID > 10000 to avoid conflicts with the host’ s user table. < br > < hr > < br > Container ' RELEASE-NAME-senseai-server' of Deployment ' RELEASE-NAME-senseai-server' should set ' securityContext.runAsUser' > 10000 < / details > | < details > < summary > Expand...< / summary > < a href = "https://kubesec.io/basics/containers-securitycontext-runasuser/" > https://kubesec.io/basics/containers-securitycontext-runasuser/< / a > < br > < a href = "https://avd.aquasec.com/misconfig/ksv020" > https://avd.aquasec.com/misconfig/ksv020< / a > < br > < / details > |
| Kubernetes Security Check | KSV020 | Runs with low user ID | LOW | < details > < summary > Expand...< / summary > Force the container to run with user ID > 10000 to avoid conflicts with the host’ s user table. < br > < hr > < br > Container ' autopermissions' of Deployment ' RELEASE-NAME-senseai-server' should set ' securityContext.runAsUser' > 10000 < / details > | < details > < summary > Expand...< / summary > < a href = "https://kubesec.io/basics/containers-securitycontext-runasuser/" > https://kubesec.io/basics/containers-securitycontext-runasuser/< / a > < br > < a href = "https://avd.aquasec.com/misconfig/ksv020" > https://avd.aquasec.com/misconfig/ksv020< / a > < br > < / details > |
| Kubernetes Security Check | KSV021 | Runs with low group ID | LOW | < details > < summary > Expand...< / summary > Force the container to run with group ID > 10000 to avoid conflicts with the host’ s user table. < br > < hr > < br > Container ' RELEASE-NAME-senseai-server' of Deployment ' RELEASE-NAME-senseai-server' should set ' securityContext.runAsGroup' > 10000 < / details > | < details > < summary > Expand...< / summary > < a href = "https://kubesec.io/basics/containers-securitycontext-runasuser/" > https://kubesec.io/basics/containers-securitycontext-runasuser/< / a > < br > < a href = "https://avd.aquasec.com/misconfig/ksv021" > https://avd.aquasec.com/misconfig/ksv021< / a > < br > < / details > |
| Kubernetes Security Check | KSV021 | Runs with low group ID | LOW | < details > < summary > Expand...< / summary > Force the container to run with group ID > 10000 to avoid conflicts with the host’ s user table. < br > < hr > < br > Container ' autopermissions' of Deployment ' RELEASE-NAME-senseai-server' should set ' securityContext.runAsGroup' > 10000 < / details > | < details > < summary > Expand...< / summary > < a href = "https://kubesec.io/basics/containers-securitycontext-runasuser/" > https://kubesec.io/basics/containers-securitycontext-runasuser/< / a > < br > < a href = "https://avd.aquasec.com/misconfig/ksv021" > https://avd.aquasec.com/misconfig/ksv021< / a > < br > < / details > |
| Kubernetes Security Check | KSV030 | Default Seccomp profile not set | LOW | < details > < summary > Expand...< / summary > The RuntimeDefault/Localhost seccomp profile must be required, or allow specific additional profiles. < br > < hr > < br > Either Pod or Container should set ' securityContext.seccompProfile.type' to ' RuntimeDefault' < / details > | < details > < summary > Expand...< / summary > < a href = "https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted" > https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted< / a > < br > < a href = "https://avd.aquasec.com/misconfig/ksv030" > https://avd.aquasec.com/misconfig/ksv030< / a > < br > < / details > |
| Kubernetes Security Check | KSV030 | Default Seccomp profile not set | LOW | < details > < summary > Expand...< / summary > The RuntimeDefault/Localhost seccomp profile must be required, or allow specific additional profiles. < br > < hr > < br > Either Pod or Container should set ' securityContext.seccompProfile.type' to ' RuntimeDefault' < / details > | < details > < summary > Expand...< / summary > < a href = "https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted" > https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted< / a > < br > < a href = "https://avd.aquasec.com/misconfig/ksv030" > https://avd.aquasec.com/misconfig/ksv030< / a > < br > < / details > |
| Kubernetes Security Check | KSV105 | Containers must not set runAsUser to 0 | LOW | < details > < summary > Expand...< / summary > Containers should be forbidden from running with a root UID. < br > < hr > < br > securityContext.runAsUser should be set to a value greater than 0 < / details > | < details > < summary > Expand...< / summary > < a href = "https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted" > https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted< / a > < br > < a href = "https://avd.aquasec.com/misconfig/ksv105" > https://avd.aquasec.com/misconfig/ksv105< / a > < br > < / details > |
| Kubernetes Security Check | KSV106 | Container capabilities must only include NET_BIND_SERVICE | LOW | < details > < summary > Expand...< / summary > Containers must drop ALL capabilities, and are only permitted to add back the NET_BIND_SERVICE capability. < br > < hr > < br > container should drop all < / details > | < details > < summary > Expand...< / summary > < a href = "https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted" > https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted< / a > < br > < a href = "https://avd.aquasec.com/misconfig/ksv106" > https://avd.aquasec.com/misconfig/ksv106< / a > < br > < / details > |
| Kubernetes Security Check | KSV106 | Container capabilities must only include NET_BIND_SERVICE | LOW | < details > < summary > Expand...< / summary > Containers must drop ALL capabilities, and are only permitted to add back the NET_BIND_SERVICE capability. < br > < hr > < br > container should drop all < / details > | < details > < summary > Expand...< / summary > < a href = "https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted" > https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted< / a > < br > < a href = "https://avd.aquasec.com/misconfig/ksv106" > https://avd.aquasec.com/misconfig/ksv106< / a > < br > < / details > |
2022-06-16 06:39:10 +00:00
## Containers
##### Detected Containers
2022-06-21 09:20:23 +00:00
tccr.io/truecharts/alpine:v3.16.0@sha256:16dc15f3d61a1e30b1df9f839e53636847b6097286b2b74c637b25fd8264f730
2022-06-16 16:56:02 +00:00
tccr.io/truecharts/senseai-server:v1.4.0@sha256:e643c56eb99edd4a84d60d9b4b4607a5759ce339bec1f0ce577d60eedc90c7e5
2022-06-16 06:39:10 +00:00
##### Scan Results
2022-06-21 09:20:23 +00:00
#### Container: tccr.io/truecharts/alpine:v3.16.0@sha256:16dc15f3d61a1e30b1df9f839e53636847b6097286b2b74c637b25fd8264f730 (alpine 3.16.0)
2022-06-16 08:00:38 +00:00
2022-06-16 06:39:10 +00:00
**alpine**
2022-06-16 08:00:38 +00:00
2022-06-21 09:20:23 +00:00
| No Vulnerabilities found |
|:---------------------------------|
2022-06-16 06:39:10 +00:00
2022-06-16 16:56:02 +00:00
#### Container: tccr.io/truecharts/senseai-server:v1.4.0@sha256:e643c56eb99edd4a84d60d9b4b4607a5759ce339bec1f0ce577d60eedc90c7e5 (ubuntu 20.04)
2022-06-16 08:00:38 +00:00
2022-06-16 06:39:10 +00:00
**ubuntu**
2022-06-16 08:00:38 +00:00
2022-06-16 06:39:10 +00:00
| Package | Vulnerability | Severity | Installed Version | Fixed Version | Links |
|:----------------|:------------------:|:-----------:|:------------------:|:-------------:|-----------------------------------------|
| binutils | CVE-2017-13716 | LOW | 2.34-6ubuntu1.3 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2017-13716" > https://access.redhat.com/security/cve/CVE-2017-13716< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13716" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13716< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=22009" > https://sourceware.org/bugzilla/show_bug.cgi?id=22009< / a > < br > < / details > |
| binutils | CVE-2018-20657 | LOW | 2.34-6ubuntu1.3 | | < details > < summary > Expand...< / summary > < a href = "http://www.securityfocus.com/bid/106444" > http://www.securityfocus.com/bid/106444< / a > < br > < a href = "https://access.redhat.com/errata/RHSA-2019:3352" > https://access.redhat.com/errata/RHSA-2019:3352< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2018-20657" > https://access.redhat.com/security/cve/CVE-2018-20657< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20657" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20657< / a > < br > < a href = "https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88539" > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88539< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2018-20657.html" > https://linux.oracle.com/cve/CVE-2018-20657.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2019-3352.html" > https://linux.oracle.com/errata/ELSA-2019-3352.html< / a > < br > < a href = "https://support.f5.com/csp/article/K62602089" > https://support.f5.com/csp/article/K62602089< / a > < br > < / details > |
| binutils | CVE-2019-1010204 | LOW | 2.34-6ubuntu1.3 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2019-1010204" > https://access.redhat.com/security/cve/CVE-2019-1010204< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1010204" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1010204< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2019-1010204.html" > https://linux.oracle.com/cve/CVE-2019-1010204.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-1797.html" > https://linux.oracle.com/errata/ELSA-2020-1797.html< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20190822-0001/" > https://security.netapp.com/advisory/ntap-20190822-0001/< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=23765" > https://sourceware.org/bugzilla/show_bug.cgi?id=23765< / a > < br > < a href = "https://support.f5.com/csp/article/K05032915?utm_source=f5support&amp;utm_medium=RSS" > https://support.f5.com/csp/article/K05032915?utm_source=f5support& amp;utm_medium=RSS< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5349-1" > https://ubuntu.com/security/notices/USN-5349-1< / a > < br > < / details > |
| binutils | CVE-2021-45078 | LOW | 2.34-6ubuntu1.3 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-45078" > https://access.redhat.com/security/cve/CVE-2021-45078< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45078" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45078< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQBH244M5PV6S6UMHUTCVCWFZDX7Y4M6/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQBH244M5PV6S6UMHUTCVCWFZDX7Y4M6/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UUHLDDT3HH7YEY6TX7IJRGPJUTNNVEL3/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UUHLDDT3HH7YEY6TX7IJRGPJUTNNVEL3/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-45078" > https://nvd.nist.gov/vuln/detail/CVE-2021-45078< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220107-0002/" > https://security.netapp.com/advisory/ntap-20220107-0002/< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=28694" > https://sourceware.org/bugzilla/show_bug.cgi?id=28694< / a > < br > < a href = "https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=161e87d12167b1e36193385485c1f6ce92f74f02" > https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=161e87d12167b1e36193385485c1f6ce92f74f02< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5341-1" > https://ubuntu.com/security/notices/USN-5341-1< / a > < br > < / details > |
| binutils-common | CVE-2017-13716 | LOW | 2.34-6ubuntu1.3 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2017-13716" > https://access.redhat.com/security/cve/CVE-2017-13716< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13716" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13716< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=22009" > https://sourceware.org/bugzilla/show_bug.cgi?id=22009< / a > < br > < / details > |
| binutils-common | CVE-2018-20657 | LOW | 2.34-6ubuntu1.3 | | < details > < summary > Expand...< / summary > < a href = "http://www.securityfocus.com/bid/106444" > http://www.securityfocus.com/bid/106444< / a > < br > < a href = "https://access.redhat.com/errata/RHSA-2019:3352" > https://access.redhat.com/errata/RHSA-2019:3352< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2018-20657" > https://access.redhat.com/security/cve/CVE-2018-20657< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20657" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20657< / a > < br > < a href = "https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88539" > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88539< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2018-20657.html" > https://linux.oracle.com/cve/CVE-2018-20657.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2019-3352.html" > https://linux.oracle.com/errata/ELSA-2019-3352.html< / a > < br > < a href = "https://support.f5.com/csp/article/K62602089" > https://support.f5.com/csp/article/K62602089< / a > < br > < / details > |
| binutils-common | CVE-2019-1010204 | LOW | 2.34-6ubuntu1.3 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2019-1010204" > https://access.redhat.com/security/cve/CVE-2019-1010204< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1010204" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1010204< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2019-1010204.html" > https://linux.oracle.com/cve/CVE-2019-1010204.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-1797.html" > https://linux.oracle.com/errata/ELSA-2020-1797.html< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20190822-0001/" > https://security.netapp.com/advisory/ntap-20190822-0001/< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=23765" > https://sourceware.org/bugzilla/show_bug.cgi?id=23765< / a > < br > < a href = "https://support.f5.com/csp/article/K05032915?utm_source=f5support&amp;utm_medium=RSS" > https://support.f5.com/csp/article/K05032915?utm_source=f5support& amp;utm_medium=RSS< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5349-1" > https://ubuntu.com/security/notices/USN-5349-1< / a > < br > < / details > |
| binutils-common | CVE-2021-45078 | LOW | 2.34-6ubuntu1.3 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-45078" > https://access.redhat.com/security/cve/CVE-2021-45078< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45078" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45078< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQBH244M5PV6S6UMHUTCVCWFZDX7Y4M6/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQBH244M5PV6S6UMHUTCVCWFZDX7Y4M6/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UUHLDDT3HH7YEY6TX7IJRGPJUTNNVEL3/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UUHLDDT3HH7YEY6TX7IJRGPJUTNNVEL3/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-45078" > https://nvd.nist.gov/vuln/detail/CVE-2021-45078< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220107-0002/" > https://security.netapp.com/advisory/ntap-20220107-0002/< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=28694" > https://sourceware.org/bugzilla/show_bug.cgi?id=28694< / a > < br > < a href = "https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=161e87d12167b1e36193385485c1f6ce92f74f02" > https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=161e87d12167b1e36193385485c1f6ce92f74f02< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5341-1" > https://ubuntu.com/security/notices/USN-5341-1< / a > < br > < / details > |
| binutils-x86-64-linux-gnu | CVE-2017-13716 | LOW | 2.34-6ubuntu1.3 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2017-13716" > https://access.redhat.com/security/cve/CVE-2017-13716< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13716" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13716< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=22009" > https://sourceware.org/bugzilla/show_bug.cgi?id=22009< / a > < br > < / details > |
| binutils-x86-64-linux-gnu | CVE-2018-20657 | LOW | 2.34-6ubuntu1.3 | | < details > < summary > Expand...< / summary > < a href = "http://www.securityfocus.com/bid/106444" > http://www.securityfocus.com/bid/106444< / a > < br > < a href = "https://access.redhat.com/errata/RHSA-2019:3352" > https://access.redhat.com/errata/RHSA-2019:3352< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2018-20657" > https://access.redhat.com/security/cve/CVE-2018-20657< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20657" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20657< / a > < br > < a href = "https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88539" > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88539< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2018-20657.html" > https://linux.oracle.com/cve/CVE-2018-20657.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2019-3352.html" > https://linux.oracle.com/errata/ELSA-2019-3352.html< / a > < br > < a href = "https://support.f5.com/csp/article/K62602089" > https://support.f5.com/csp/article/K62602089< / a > < br > < / details > |
| binutils-x86-64-linux-gnu | CVE-2019-1010204 | LOW | 2.34-6ubuntu1.3 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2019-1010204" > https://access.redhat.com/security/cve/CVE-2019-1010204< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1010204" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1010204< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2019-1010204.html" > https://linux.oracle.com/cve/CVE-2019-1010204.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-1797.html" > https://linux.oracle.com/errata/ELSA-2020-1797.html< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20190822-0001/" > https://security.netapp.com/advisory/ntap-20190822-0001/< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=23765" > https://sourceware.org/bugzilla/show_bug.cgi?id=23765< / a > < br > < a href = "https://support.f5.com/csp/article/K05032915?utm_source=f5support&amp;utm_medium=RSS" > https://support.f5.com/csp/article/K05032915?utm_source=f5support& amp;utm_medium=RSS< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5349-1" > https://ubuntu.com/security/notices/USN-5349-1< / a > < br > < / details > |
| binutils-x86-64-linux-gnu | CVE-2021-45078 | LOW | 2.34-6ubuntu1.3 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-45078" > https://access.redhat.com/security/cve/CVE-2021-45078< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45078" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45078< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQBH244M5PV6S6UMHUTCVCWFZDX7Y4M6/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQBH244M5PV6S6UMHUTCVCWFZDX7Y4M6/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UUHLDDT3HH7YEY6TX7IJRGPJUTNNVEL3/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UUHLDDT3HH7YEY6TX7IJRGPJUTNNVEL3/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-45078" > https://nvd.nist.gov/vuln/detail/CVE-2021-45078< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220107-0002/" > https://security.netapp.com/advisory/ntap-20220107-0002/< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=28694" > https://sourceware.org/bugzilla/show_bug.cgi?id=28694< / a > < br > < a href = "https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=161e87d12167b1e36193385485c1f6ce92f74f02" > https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=161e87d12167b1e36193385485c1f6ce92f74f02< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5341-1" > https://ubuntu.com/security/notices/USN-5341-1< / a > < br > < / details > |
| coreutils | CVE-2016-2781 | LOW | 8.30-3ubuntu2 | | < details > < summary > Expand...< / summary > < a href = "http://seclists.org/oss-sec/2016/q1/452" > http://seclists.org/oss-sec/2016/q1/452< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2016/02/28/2" > http://www.openwall.com/lists/oss-security/2016/02/28/2< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2016/02/28/3" > http://www.openwall.com/lists/oss-security/2016/02/28/3< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2016-2781" > https://access.redhat.com/security/cve/CVE-2016-2781< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-2781" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-2781< / a > < br > < a href = "https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E" > https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E< / a > < br > < a href = "https://lore.kernel.org/patchwork/patch/793178/" > https://lore.kernel.org/patchwork/patch/793178/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2016-2781" > https://nvd.nist.gov/vuln/detail/CVE-2016-2781< / a > < br > < / details > |
| cpp | CVE-2020-13844 | MEDIUM | 1.185.1ubuntu2 | | < details > < summary > Expand...< / summary > < a href = "http://lists.llvm.org/pipermail/llvm-dev/2020-June/142109.html" > http://lists.llvm.org/pipermail/llvm-dev/2020-June/142109.html< / a > < br > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00039.html" > http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00039.html< / a > < br > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00040.html" > http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00040.html< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2020-13844" > https://access.redhat.com/security/cve/CVE-2020-13844< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13844" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13844< / a > < br > < a href = "https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability" > https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability< / a > < br > < a href = "https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability/downloads/straight-line-speculation" > https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability/downloads/straight-line-speculation< / a > < br > < a href = "https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability/frequently-asked-questions" > https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability/frequently-asked-questions< / a > < br > < a href = "https://gcc.gnu.org/pipermail/gcc-patches/2020-June/547520.html" > https://gcc.gnu.org/pipermail/gcc-patches/2020-June/547520.html< / a > < br > < a href = "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=679db70801da9fda91d26caf13bf5b5ccc74e8e8" > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=679db70801da9fda91d26caf13bf5b5ccc74e8e8< / a > < br > < / details > |
| cpp-9 | CVE-2020-13844 | MEDIUM | 9.4.0-1ubuntu1~20.04.1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.llvm.org/pipermail/llvm-dev/2020-June/142109.html" > http://lists.llvm.org/pipermail/llvm-dev/2020-June/142109.html< / a > < br > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00039.html" > http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00039.html< / a > < br > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00040.html" > http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00040.html< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2020-13844" > https://access.redhat.com/security/cve/CVE-2020-13844< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13844" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13844< / a > < br > < a href = "https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability" > https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability< / a > < br > < a href = "https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability/downloads/straight-line-speculation" > https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability/downloads/straight-line-speculation< / a > < br > < a href = "https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability/frequently-asked-questions" > https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability/frequently-asked-questions< / a > < br > < a href = "https://gcc.gnu.org/pipermail/gcc-patches/2020-June/547520.html" > https://gcc.gnu.org/pipermail/gcc-patches/2020-June/547520.html< / a > < br > < a href = "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=679db70801da9fda91d26caf13bf5b5ccc74e8e8" > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=679db70801da9fda91d26caf13bf5b5ccc74e8e8< / a > < br > < / details > |
| dpkg | CVE-2022-1664 | MEDIUM | 1.19.7ubuntu3 | 1.19.7ubuntu3.2 | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1664" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1664< / a > < br > < a href = "https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=1f23dddc17f69c9598477098c7fb9936e15fa495" > https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=1f23dddc17f69c9598477098c7fb9936e15fa495< / a > < br > < a href = "https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=58814cacee39c4ce9e2cd0e3a3b9b57ad437eff5" > https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=58814cacee39c4ce9e2cd0e3a3b9b57ad437eff5< / a > < br > < a href = "https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=7a6c03cb34d4a09f35df2f10779cbf1b70a5200b" > https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=7a6c03cb34d4a09f35df2f10779cbf1b70a5200b< / a > < br > < a href = "https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=faa4c92debe45412bfcf8a44f26e827800bb24be" > https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=faa4c92debe45412bfcf8a44f26e827800bb24be< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2022/05/msg00033.html" > https://lists.debian.org/debian-lts-announce/2022/05/msg00033.html< / a > < br > < a href = "https://lists.debian.org/debian-security-announce/2022/msg00115.html" > https://lists.debian.org/debian-security-announce/2022/msg00115.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-1664" > https://nvd.nist.gov/vuln/detail/CVE-2022-1664< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5446-1" > https://ubuntu.com/security/notices/USN-5446-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5446-2" > https://ubuntu.com/security/notices/USN-5446-2< / a > < br > < / details > |
| dpkg-dev | CVE-2022-1664 | MEDIUM | 1.19.7ubuntu3 | 1.19.7ubuntu3.2 | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1664" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1664< / a > < br > < a href = "https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=1f23dddc17f69c9598477098c7fb9936e15fa495" > https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=1f23dddc17f69c9598477098c7fb9936e15fa495< / a > < br > < a href = "https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=58814cacee39c4ce9e2cd0e3a3b9b57ad437eff5" > https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=58814cacee39c4ce9e2cd0e3a3b9b57ad437eff5< / a > < br > < a href = "https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=7a6c03cb34d4a09f35df2f10779cbf1b70a5200b" > https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=7a6c03cb34d4a09f35df2f10779cbf1b70a5200b< / a > < br > < a href = "https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=faa4c92debe45412bfcf8a44f26e827800bb24be" > https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=faa4c92debe45412bfcf8a44f26e827800bb24be< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2022/05/msg00033.html" > https://lists.debian.org/debian-lts-announce/2022/05/msg00033.html< / a > < br > < a href = "https://lists.debian.org/debian-security-announce/2022/msg00115.html" > https://lists.debian.org/debian-security-announce/2022/msg00115.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-1664" > https://nvd.nist.gov/vuln/detail/CVE-2022-1664< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5446-1" > https://ubuntu.com/security/notices/USN-5446-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5446-2" > https://ubuntu.com/security/notices/USN-5446-2< / a > < br > < / details > |
| e2fsprogs | CVE-2022-1304 | MEDIUM | 1.45.5-2ubuntu1 | 1.45.5-2ubuntu1.1 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-1304" > https://access.redhat.com/security/cve/CVE-2022-1304< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=2069726" > https://bugzilla.redhat.com/show_bug.cgi?id=2069726< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1304" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1304< / a > < br > < a href = "https://marc.info/?l=linux-ext4&m=165056234501732&w=2" > https://marc.info/?l=linux-ext4& m=165056234501732& w=2< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-1304" > https://nvd.nist.gov/vuln/detail/CVE-2022-1304< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5464-1" > https://ubuntu.com/security/notices/USN-5464-1< / a > < br > < / details > |
| g++ | CVE-2020-13844 | MEDIUM | 1.185.1ubuntu2 | | < details > < summary > Expand...< / summary > < a href = "http://lists.llvm.org/pipermail/llvm-dev/2020-June/142109.html" > http://lists.llvm.org/pipermail/llvm-dev/2020-June/142109.html< / a > < br > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00039.html" > http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00039.html< / a > < br > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00040.html" > http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00040.html< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2020-13844" > https://access.redhat.com/security/cve/CVE-2020-13844< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13844" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13844< / a > < br > < a href = "https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability" > https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability< / a > < br > < a href = "https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability/downloads/straight-line-speculation" > https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability/downloads/straight-line-speculation< / a > < br > < a href = "https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability/frequently-asked-questions" > https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability/frequently-asked-questions< / a > < br > < a href = "https://gcc.gnu.org/pipermail/gcc-patches/2020-June/547520.html" > https://gcc.gnu.org/pipermail/gcc-patches/2020-June/547520.html< / a > < br > < a href = "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=679db70801da9fda91d26caf13bf5b5ccc74e8e8" > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=679db70801da9fda91d26caf13bf5b5ccc74e8e8< / a > < br > < / details > |
| g++-9 | CVE-2020-13844 | MEDIUM | 9.4.0-1ubuntu1~20.04.1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.llvm.org/pipermail/llvm-dev/2020-June/142109.html" > http://lists.llvm.org/pipermail/llvm-dev/2020-June/142109.html< / a > < br > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00039.html" > http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00039.html< / a > < br > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00040.html" > http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00040.html< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2020-13844" > https://access.redhat.com/security/cve/CVE-2020-13844< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13844" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13844< / a > < br > < a href = "https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability" > https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability< / a > < br > < a href = "https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability/downloads/straight-line-speculation" > https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability/downloads/straight-line-speculation< / a > < br > < a href = "https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability/frequently-asked-questions" > https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability/frequently-asked-questions< / a > < br > < a href = "https://gcc.gnu.org/pipermail/gcc-patches/2020-June/547520.html" > https://gcc.gnu.org/pipermail/gcc-patches/2020-June/547520.html< / a > < br > < a href = "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=679db70801da9fda91d26caf13bf5b5ccc74e8e8" > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=679db70801da9fda91d26caf13bf5b5ccc74e8e8< / a > < br > < / details > |
| gcc | CVE-2020-13844 | MEDIUM | 1.185.1ubuntu2 | | < details > < summary > Expand...< / summary > < a href = "http://lists.llvm.org/pipermail/llvm-dev/2020-June/142109.html" > http://lists.llvm.org/pipermail/llvm-dev/2020-June/142109.html< / a > < br > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00039.html" > http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00039.html< / a > < br > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00040.html" > http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00040.html< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2020-13844" > https://access.redhat.com/security/cve/CVE-2020-13844< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13844" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13844< / a > < br > < a href = "https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability" > https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability< / a > < br > < a href = "https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability/downloads/straight-line-speculation" > https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability/downloads/straight-line-speculation< / a > < br > < a href = "https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability/frequently-asked-questions" > https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability/frequently-asked-questions< / a > < br > < a href = "https://gcc.gnu.org/pipermail/gcc-patches/2020-June/547520.html" > https://gcc.gnu.org/pipermail/gcc-patches/2020-June/547520.html< / a > < br > < a href = "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=679db70801da9fda91d26caf13bf5b5ccc74e8e8" > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=679db70801da9fda91d26caf13bf5b5ccc74e8e8< / a > < br > < / details > |
| gcc-9 | CVE-2020-13844 | MEDIUM | 9.4.0-1ubuntu1~20.04.1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.llvm.org/pipermail/llvm-dev/2020-June/142109.html" > http://lists.llvm.org/pipermail/llvm-dev/2020-June/142109.html< / a > < br > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00039.html" > http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00039.html< / a > < br > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00040.html" > http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00040.html< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2020-13844" > https://access.redhat.com/security/cve/CVE-2020-13844< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13844" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13844< / a > < br > < a href = "https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability" > https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability< / a > < br > < a href = "https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability/downloads/straight-line-speculation" > https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability/downloads/straight-line-speculation< / a > < br > < a href = "https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability/frequently-asked-questions" > https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability/frequently-asked-questions< / a > < br > < a href = "https://gcc.gnu.org/pipermail/gcc-patches/2020-June/547520.html" > https://gcc.gnu.org/pipermail/gcc-patches/2020-June/547520.html< / a > < br > < a href = "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=679db70801da9fda91d26caf13bf5b5ccc74e8e8" > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=679db70801da9fda91d26caf13bf5b5ccc74e8e8< / a > < br > < / details > |
| gcc-9-base | CVE-2020-13844 | MEDIUM | 9.4.0-1ubuntu1~20.04.1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.llvm.org/pipermail/llvm-dev/2020-June/142109.html" > http://lists.llvm.org/pipermail/llvm-dev/2020-June/142109.html< / a > < br > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00039.html" > http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00039.html< / a > < br > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00040.html" > http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00040.html< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2020-13844" > https://access.redhat.com/security/cve/CVE-2020-13844< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13844" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13844< / a > < br > < a href = "https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability" > https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability< / a > < br > < a href = "https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability/downloads/straight-line-speculation" > https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability/downloads/straight-line-speculation< / a > < br > < a href = "https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability/frequently-asked-questions" > https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability/frequently-asked-questions< / a > < br > < a href = "https://gcc.gnu.org/pipermail/gcc-patches/2020-June/547520.html" > https://gcc.gnu.org/pipermail/gcc-patches/2020-June/547520.html< / a > < br > < a href = "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=679db70801da9fda91d26caf13bf5b5ccc74e8e8" > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=679db70801da9fda91d26caf13bf5b5ccc74e8e8< / a > < br > < / details > |
| libapparmor1 | CVE-2016-1585 | MEDIUM | 2.13.3-7ubuntu5.1 | | < details > < summary > Expand...< / summary > < a href = "https://bugs.launchpad.net/apparmor/+bug/1597017" > https://bugs.launchpad.net/apparmor/+bug/1597017< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-1585" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-1585< / 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-2016-1585" > https://nvd.nist.gov/vuln/detail/CVE-2016-1585< / a > < br > < / details > |
| libasan5 | CVE-2020-13844 | MEDIUM | 9.4.0-1ubuntu1~20.04.1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.llvm.org/pipermail/llvm-dev/2020-June/142109.html" > http://lists.llvm.org/pipermail/llvm-dev/2020-June/142109.html< / a > < br > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00039.html" > http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00039.html< / a > < br > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00040.html" > http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00040.html< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2020-13844" > https://access.redhat.com/security/cve/CVE-2020-13844< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13844" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13844< / a > < br > < a href = "https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability" > https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability< / a > < br > < a href = "https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability/downloads/straight-line-speculation" > https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability/downloads/straight-line-speculation< / a > < br > < a href = "https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability/frequently-asked-questions" > https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability/frequently-asked-questions< / a > < br > < a href = "https://gcc.gnu.org/pipermail/gcc-patches/2020-June/547520.html" > https://gcc.gnu.org/pipermail/gcc-patches/2020-June/547520.html< / a > < br > < a href = "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=679db70801da9fda91d26caf13bf5b5ccc74e8e8" > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=679db70801da9fda91d26caf13bf5b5ccc74e8e8< / a > < br > < / details > |
| libasn1-8-heimdal | CVE-2021-3671 | LOW | 7.7.0+dfsg-1ubuntu1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-3671" > https://access.redhat.com/security/cve/CVE-2021-3671< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=2013080," > https://bugzilla.redhat.com/show_bug.cgi?id=2013080,< / a > < br > < a href = "https://bugzilla.samba.org/show_bug.cgi?id=14770," > https://bugzilla.samba.org/show_bug.cgi?id=14770,< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3671" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3671< / a > < br > < a href = "https://github.com/heimdal/heimdal/commit/04171147948d0a3636bc6374181926f0fb2ec83a" > https://github.com/heimdal/heimdal/commit/04171147948d0a3636bc6374181926f0fb2ec83a< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-3671" > https://nvd.nist.gov/vuln/detail/CVE-2021-3671< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5142-1" > https://ubuntu.com/security/notices/USN-5142-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5174-1" > https://ubuntu.com/security/notices/USN-5174-1< / a > < br > < / details > |
| libbinutils | CVE-2017-13716 | LOW | 2.34-6ubuntu1.3 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2017-13716" > https://access.redhat.com/security/cve/CVE-2017-13716< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13716" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13716< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=22009" > https://sourceware.org/bugzilla/show_bug.cgi?id=22009< / a > < br > < / details > |
| libbinutils | CVE-2018-20657 | LOW | 2.34-6ubuntu1.3 | | < details > < summary > Expand...< / summary > < a href = "http://www.securityfocus.com/bid/106444" > http://www.securityfocus.com/bid/106444< / a > < br > < a href = "https://access.redhat.com/errata/RHSA-2019:3352" > https://access.redhat.com/errata/RHSA-2019:3352< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2018-20657" > https://access.redhat.com/security/cve/CVE-2018-20657< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20657" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20657< / a > < br > < a href = "https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88539" > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88539< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2018-20657.html" > https://linux.oracle.com/cve/CVE-2018-20657.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2019-3352.html" > https://linux.oracle.com/errata/ELSA-2019-3352.html< / a > < br > < a href = "https://support.f5.com/csp/article/K62602089" > https://support.f5.com/csp/article/K62602089< / a > < br > < / details > |
| libbinutils | CVE-2019-1010204 | LOW | 2.34-6ubuntu1.3 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2019-1010204" > https://access.redhat.com/security/cve/CVE-2019-1010204< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1010204" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1010204< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2019-1010204.html" > https://linux.oracle.com/cve/CVE-2019-1010204.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-1797.html" > https://linux.oracle.com/errata/ELSA-2020-1797.html< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20190822-0001/" > https://security.netapp.com/advisory/ntap-20190822-0001/< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=23765" > https://sourceware.org/bugzilla/show_bug.cgi?id=23765< / a > < br > < a href = "https://support.f5.com/csp/article/K05032915?utm_source=f5support&amp;utm_medium=RSS" > https://support.f5.com/csp/article/K05032915?utm_source=f5support& amp;utm_medium=RSS< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5349-1" > https://ubuntu.com/security/notices/USN-5349-1< / a > < br > < / details > |
| libbinutils | CVE-2021-45078 | LOW | 2.34-6ubuntu1.3 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-45078" > https://access.redhat.com/security/cve/CVE-2021-45078< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45078" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45078< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQBH244M5PV6S6UMHUTCVCWFZDX7Y4M6/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQBH244M5PV6S6UMHUTCVCWFZDX7Y4M6/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UUHLDDT3HH7YEY6TX7IJRGPJUTNNVEL3/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UUHLDDT3HH7YEY6TX7IJRGPJUTNNVEL3/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-45078" > https://nvd.nist.gov/vuln/detail/CVE-2021-45078< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220107-0002/" > https://security.netapp.com/advisory/ntap-20220107-0002/< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=28694" > https://sourceware.org/bugzilla/show_bug.cgi?id=28694< / a > < br > < a href = "https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=161e87d12167b1e36193385485c1f6ce92f74f02" > https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=161e87d12167b1e36193385485c1f6ce92f74f02< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5341-1" > https://ubuntu.com/security/notices/USN-5341-1< / a > < br > < / details > |
| libc-bin | CVE-2016-20013 | LOW | 2.31-0ubuntu9.7 | | < details > < summary > Expand...< / summary > < a href = "https://akkadia.org/drepper/SHA-crypt.txt" > https://akkadia.org/drepper/SHA-crypt.txt< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-20013" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-20013< / a > < br > < a href = "https://pthree.org/2018/05/23/do-not-use-sha256crypt-sha512crypt-theyre-dangerous/" > https://pthree.org/2018/05/23/do-not-use-sha256crypt-sha512crypt-theyre-dangerous/< / a > < br > < a href = "https://twitter.com/solardiz/status/795601240151457793" > https://twitter.com/solardiz/status/795601240151457793< / a > < br > < / details > |
| libc-dev-bin | CVE-2016-20013 | LOW | 2.31-0ubuntu9.9 | | < details > < summary > Expand...< / summary > < a href = "https://akkadia.org/drepper/SHA-crypt.txt" > https://akkadia.org/drepper/SHA-crypt.txt< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-20013" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-20013< / a > < br > < a href = "https://pthree.org/2018/05/23/do-not-use-sha256crypt-sha512crypt-theyre-dangerous/" > https://pthree.org/2018/05/23/do-not-use-sha256crypt-sha512crypt-theyre-dangerous/< / a > < br > < a href = "https://twitter.com/solardiz/status/795601240151457793" > https://twitter.com/solardiz/status/795601240151457793< / a > < br > < / details > |
| libc6 | CVE-2016-20013 | LOW | 2.31-0ubuntu9.9 | | < details > < summary > Expand...< / summary > < a href = "https://akkadia.org/drepper/SHA-crypt.txt" > https://akkadia.org/drepper/SHA-crypt.txt< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-20013" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-20013< / a > < br > < a href = "https://pthree.org/2018/05/23/do-not-use-sha256crypt-sha512crypt-theyre-dangerous/" > https://pthree.org/2018/05/23/do-not-use-sha256crypt-sha512crypt-theyre-dangerous/< / a > < br > < a href = "https://twitter.com/solardiz/status/795601240151457793" > https://twitter.com/solardiz/status/795601240151457793< / a > < br > < / details > |
| libc6-dev | CVE-2016-20013 | LOW | 2.31-0ubuntu9.9 | | < details > < summary > Expand...< / summary > < a href = "https://akkadia.org/drepper/SHA-crypt.txt" > https://akkadia.org/drepper/SHA-crypt.txt< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-20013" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-20013< / a > < br > < a href = "https://pthree.org/2018/05/23/do-not-use-sha256crypt-sha512crypt-theyre-dangerous/" > https://pthree.org/2018/05/23/do-not-use-sha256crypt-sha512crypt-theyre-dangerous/< / a > < br > < a href = "https://twitter.com/solardiz/status/795601240151457793" > https://twitter.com/solardiz/status/795601240151457793< / a > < br > < / details > |
| libcairo2 | CVE-2017-7475 | LOW | 1.16.0-4ubuntu1 | | < 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://access.redhat.com/security/cve/CVE-2017-7475" > https://access.redhat.com/security/cve/CVE-2017-7475< / 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-4ubuntu1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2018-18064" > https://access.redhat.com/security/cve/CVE-2018-18064< / a > < br > < 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-4ubuntu1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2019-6461" > https://access.redhat.com/security/cve/CVE-2019-6461< / a > < br > < 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 > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2019-6461" > https://nvd.nist.gov/vuln/detail/CVE-2019-6461< / a > < br > < / details > |
| libcom-err2 | CVE-2022-1304 | MEDIUM | 1.45.5-2ubuntu1 | 1.45.5-2ubuntu1.1 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-1304" > https://access.redhat.com/security/cve/CVE-2022-1304< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=2069726" > https://bugzilla.redhat.com/show_bug.cgi?id=2069726< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1304" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1304< / a > < br > < a href = "https://marc.info/?l=linux-ext4&m=165056234501732&w=2" > https://marc.info/?l=linux-ext4& m=165056234501732& w=2< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-1304" > https://nvd.nist.gov/vuln/detail/CVE-2022-1304< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5464-1" > https://ubuntu.com/security/notices/USN-5464-1< / a > < br > < / details > |
| libctf-nobfd0 | CVE-2017-13716 | LOW | 2.34-6ubuntu1.3 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2017-13716" > https://access.redhat.com/security/cve/CVE-2017-13716< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13716" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13716< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=22009" > https://sourceware.org/bugzilla/show_bug.cgi?id=22009< / a > < br > < / details > |
| libctf-nobfd0 | CVE-2018-20657 | LOW | 2.34-6ubuntu1.3 | | < details > < summary > Expand...< / summary > < a href = "http://www.securityfocus.com/bid/106444" > http://www.securityfocus.com/bid/106444< / a > < br > < a href = "https://access.redhat.com/errata/RHSA-2019:3352" > https://access.redhat.com/errata/RHSA-2019:3352< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2018-20657" > https://access.redhat.com/security/cve/CVE-2018-20657< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20657" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20657< / a > < br > < a href = "https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88539" > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88539< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2018-20657.html" > https://linux.oracle.com/cve/CVE-2018-20657.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2019-3352.html" > https://linux.oracle.com/errata/ELSA-2019-3352.html< / a > < br > < a href = "https://support.f5.com/csp/article/K62602089" > https://support.f5.com/csp/article/K62602089< / a > < br > < / details > |
| libctf-nobfd0 | CVE-2019-1010204 | LOW | 2.34-6ubuntu1.3 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2019-1010204" > https://access.redhat.com/security/cve/CVE-2019-1010204< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1010204" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1010204< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2019-1010204.html" > https://linux.oracle.com/cve/CVE-2019-1010204.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-1797.html" > https://linux.oracle.com/errata/ELSA-2020-1797.html< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20190822-0001/" > https://security.netapp.com/advisory/ntap-20190822-0001/< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=23765" > https://sourceware.org/bugzilla/show_bug.cgi?id=23765< / a > < br > < a href = "https://support.f5.com/csp/article/K05032915?utm_source=f5support&amp;utm_medium=RSS" > https://support.f5.com/csp/article/K05032915?utm_source=f5support& amp;utm_medium=RSS< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5349-1" > https://ubuntu.com/security/notices/USN-5349-1< / a > < br > < / details > |
| libctf-nobfd0 | CVE-2021-45078 | LOW | 2.34-6ubuntu1.3 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-45078" > https://access.redhat.com/security/cve/CVE-2021-45078< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45078" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45078< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQBH244M5PV6S6UMHUTCVCWFZDX7Y4M6/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQBH244M5PV6S6UMHUTCVCWFZDX7Y4M6/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UUHLDDT3HH7YEY6TX7IJRGPJUTNNVEL3/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UUHLDDT3HH7YEY6TX7IJRGPJUTNNVEL3/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-45078" > https://nvd.nist.gov/vuln/detail/CVE-2021-45078< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220107-0002/" > https://security.netapp.com/advisory/ntap-20220107-0002/< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=28694" > https://sourceware.org/bugzilla/show_bug.cgi?id=28694< / a > < br > < a href = "https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=161e87d12167b1e36193385485c1f6ce92f74f02" > https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=161e87d12167b1e36193385485c1f6ce92f74f02< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5341-1" > https://ubuntu.com/security/notices/USN-5341-1< / a > < br > < / details > |
| libctf0 | CVE-2017-13716 | LOW | 2.34-6ubuntu1.3 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2017-13716" > https://access.redhat.com/security/cve/CVE-2017-13716< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13716" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13716< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=22009" > https://sourceware.org/bugzilla/show_bug.cgi?id=22009< / a > < br > < / details > |
| libctf0 | CVE-2018-20657 | LOW | 2.34-6ubuntu1.3 | | < details > < summary > Expand...< / summary > < a href = "http://www.securityfocus.com/bid/106444" > http://www.securityfocus.com/bid/106444< / a > < br > < a href = "https://access.redhat.com/errata/RHSA-2019:3352" > https://access.redhat.com/errata/RHSA-2019:3352< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2018-20657" > https://access.redhat.com/security/cve/CVE-2018-20657< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20657" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20657< / a > < br > < a href = "https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88539" > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88539< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2018-20657.html" > https://linux.oracle.com/cve/CVE-2018-20657.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2019-3352.html" > https://linux.oracle.com/errata/ELSA-2019-3352.html< / a > < br > < a href = "https://support.f5.com/csp/article/K62602089" > https://support.f5.com/csp/article/K62602089< / a > < br > < / details > |
| libctf0 | CVE-2019-1010204 | LOW | 2.34-6ubuntu1.3 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2019-1010204" > https://access.redhat.com/security/cve/CVE-2019-1010204< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1010204" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1010204< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2019-1010204.html" > https://linux.oracle.com/cve/CVE-2019-1010204.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2020-1797.html" > https://linux.oracle.com/errata/ELSA-2020-1797.html< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20190822-0001/" > https://security.netapp.com/advisory/ntap-20190822-0001/< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=23765" > https://sourceware.org/bugzilla/show_bug.cgi?id=23765< / a > < br > < a href = "https://support.f5.com/csp/article/K05032915?utm_source=f5support&amp;utm_medium=RSS" > https://support.f5.com/csp/article/K05032915?utm_source=f5support& amp;utm_medium=RSS< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5349-1" > https://ubuntu.com/security/notices/USN-5349-1< / a > < br > < / details > |
| libctf0 | CVE-2021-45078 | LOW | 2.34-6ubuntu1.3 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-45078" > https://access.redhat.com/security/cve/CVE-2021-45078< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45078" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45078< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQBH244M5PV6S6UMHUTCVCWFZDX7Y4M6/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQBH244M5PV6S6UMHUTCVCWFZDX7Y4M6/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UUHLDDT3HH7YEY6TX7IJRGPJUTNNVEL3/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UUHLDDT3HH7YEY6TX7IJRGPJUTNNVEL3/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-45078" > https://nvd.nist.gov/vuln/detail/CVE-2021-45078< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220107-0002/" > https://security.netapp.com/advisory/ntap-20220107-0002/< / a > < br > < a href = "https://sourceware.org/bugzilla/show_bug.cgi?id=28694" > https://sourceware.org/bugzilla/show_bug.cgi?id=28694< / a > < br > < a href = "https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=161e87d12167b1e36193385485c1f6ce92f74f02" > https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=161e87d12167b1e36193385485c1f6ce92f74f02< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5341-1" > https://ubuntu.com/security/notices/USN-5341-1< / a > < br > < / details > |
| libdpkg-perl | CVE-2022-1664 | MEDIUM | 1.19.7ubuntu3 | 1.19.7ubuntu3.2 | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1664" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1664< / a > < br > < a href = "https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=1f23dddc17f69c9598477098c7fb9936e15fa495" > https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=1f23dddc17f69c9598477098c7fb9936e15fa495< / a > < br > < a href = "https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=58814cacee39c4ce9e2cd0e3a3b9b57ad437eff5" > https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=58814cacee39c4ce9e2cd0e3a3b9b57ad437eff5< / a > < br > < a href = "https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=7a6c03cb34d4a09f35df2f10779cbf1b70a5200b" > https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=7a6c03cb34d4a09f35df2f10779cbf1b70a5200b< / a > < br > < a href = "https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=faa4c92debe45412bfcf8a44f26e827800bb24be" > https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=faa4c92debe45412bfcf8a44f26e827800bb24be< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2022/05/msg00033.html" > https://lists.debian.org/debian-lts-announce/2022/05/msg00033.html< / a > < br > < a href = "https://lists.debian.org/debian-security-announce/2022/msg00115.html" > https://lists.debian.org/debian-security-announce/2022/msg00115.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-1664" > https://nvd.nist.gov/vuln/detail/CVE-2022-1664< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5446-1" > https://ubuntu.com/security/notices/USN-5446-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5446-2" > https://ubuntu.com/security/notices/USN-5446-2< / a > < br > < / details > |
| libext2fs2 | CVE-2022-1304 | MEDIUM | 1.45.5-2ubuntu1 | 1.45.5-2ubuntu1.1 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-1304" > https://access.redhat.com/security/cve/CVE-2022-1304< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=2069726" > https://bugzilla.redhat.com/show_bug.cgi?id=2069726< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1304" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1304< / a > < br > < a href = "https://marc.info/?l=linux-ext4&m=165056234501732&w=2" > https://marc.info/?l=linux-ext4& m=165056234501732& w=2< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-1304" > https://nvd.nist.gov/vuln/detail/CVE-2022-1304< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5464-1" > https://ubuntu.com/security/notices/USN-5464-1< / a > < br > < / details > |
| libfreetype6 | CVE-2022-27404 | MEDIUM | 2.10.1-2ubuntu0.1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-27404" > https://access.redhat.com/security/cve/CVE-2022-27404< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27404" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27404< / a > < br > < a href = "https://gitlab.freedesktop.org/freetype/freetype/-/commit/53dfdcd8198d2b3201a23c4bad9190519ba918db" > https://gitlab.freedesktop.org/freetype/freetype/-/commit/53dfdcd8198d2b3201a23c4bad9190519ba918db< / a > < br > < a href = "https://gitlab.freedesktop.org/freetype/freetype/-/issues/1138" > https://gitlab.freedesktop.org/freetype/freetype/-/issues/1138< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/EFPNRKDLCXHZVYYQLQMP44UHLU32GA6Z/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/EFPNRKDLCXHZVYYQLQMP44UHLU32GA6Z/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FDU2FOEMCEF6WVR6ZBIH5MT5O7FAK6UP/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FDU2FOEMCEF6WVR6ZBIH5MT5O7FAK6UP/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/IWQ7IB2A75MEHM63WEUXBYEC7OR5SGDY/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/IWQ7IB2A75MEHM63WEUXBYEC7OR5SGDY/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NYVC2NPKKXKP3TWJWG4ONYWNO6ZPHLA5/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NYVC2NPKKXKP3TWJWG4ONYWNO6ZPHLA5/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TCEMWCM46PKM4U5ENRASPKQD6JDOLKRU/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TCEMWCM46PKM4U5ENRASPKQD6JDOLKRU/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-27404" > https://nvd.nist.gov/vuln/detail/CVE-2022-27404< / a > < br > < / details > |
| libfreetype6 | CVE-2022-27405 | LOW | 2.10.1-2ubuntu0.1 | | < details > < summary > Expand...< / summary > < a href = "http://freetype.com" > http://freetype.com< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-27405" > https://access.redhat.com/security/cve/CVE-2022-27405< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27405" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27405< / a > < br > < a href = "https://gitlab.freedesktop.org/freetype/freetype/-/commit/22a0cccb4d9d002f33c1ba7a4b36812c7d4f46b5" > https://gitlab.freedesktop.org/freetype/freetype/-/commit/22a0cccb4d9d002f33c1ba7a4b36812c7d4f46b5< / a > < br > < a href = "https://gitlab.freedesktop.org/freetype/freetype/-/issues/1139" > https://gitlab.freedesktop.org/freetype/freetype/-/issues/1139< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/EFPNRKDLCXHZVYYQLQMP44UHLU32GA6Z/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/EFPNRKDLCXHZVYYQLQMP44UHLU32GA6Z/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FDU2FOEMCEF6WVR6ZBIH5MT5O7FAK6UP/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FDU2FOEMCEF6WVR6ZBIH5MT5O7FAK6UP/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/IWQ7IB2A75MEHM63WEUXBYEC7OR5SGDY/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/IWQ7IB2A75MEHM63WEUXBYEC7OR5SGDY/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NYVC2NPKKXKP3TWJWG4ONYWNO6ZPHLA5/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NYVC2NPKKXKP3TWJWG4ONYWNO6ZPHLA5/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TCEMWCM46PKM4U5ENRASPKQD6JDOLKRU/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TCEMWCM46PKM4U5ENRASPKQD6JDOLKRU/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-27405" > https://nvd.nist.gov/vuln/detail/CVE-2022-27405< / a > < br > < / details > |
| libfreetype6 | CVE-2022-27406 | LOW | 2.10.1-2ubuntu0.1 | | < details > < summary > Expand...< / summary > < a href = "http://freetype.com" > http://freetype.com< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-27406" > https://access.redhat.com/security/cve/CVE-2022-27406< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27406" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27406< / a > < br > < a href = "https://gitlab.freedesktop.org/freetype/freetype/-/commit/0c2bdb01a2e1d24a3e592377a6d0822856e10df2" > https://gitlab.freedesktop.org/freetype/freetype/-/commit/0c2bdb01a2e1d24a3e592377a6d0822856e10df2< / a > < br > < a href = "https://gitlab.freedesktop.org/freetype/freetype/-/issues/1140" > https://gitlab.freedesktop.org/freetype/freetype/-/issues/1140< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/EFPNRKDLCXHZVYYQLQMP44UHLU32GA6Z/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/EFPNRKDLCXHZVYYQLQMP44UHLU32GA6Z/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FDU2FOEMCEF6WVR6ZBIH5MT5O7FAK6UP/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FDU2FOEMCEF6WVR6ZBIH5MT5O7FAK6UP/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/IWQ7IB2A75MEHM63WEUXBYEC7OR5SGDY/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/IWQ7IB2A75MEHM63WEUXBYEC7OR5SGDY/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NYVC2NPKKXKP3TWJWG4ONYWNO6ZPHLA5/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NYVC2NPKKXKP3TWJWG4ONYWNO6ZPHLA5/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TCEMWCM46PKM4U5ENRASPKQD6JDOLKRU/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TCEMWCM46PKM4U5ENRASPKQD6JDOLKRU/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-27406" > https://nvd.nist.gov/vuln/detail/CVE-2022-27406< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5453-1" > https://ubuntu.com/security/notices/USN-5453-1< / a > < br > < / details > |
| libgcc-9-dev | CVE-2020-13844 | MEDIUM | 9.4.0-1ubuntu1~20.04.1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.llvm.org/pipermail/llvm-dev/2020-June/142109.html" > http://lists.llvm.org/pipermail/llvm-dev/2020-June/142109.html< / a > < br > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00039.html" > http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00039.html< / a > < br > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00040.html" > http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00040.html< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2020-13844" > https://access.redhat.com/security/cve/CVE-2020-13844< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13844" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13844< / a > < br > < a href = "https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability" > https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability< / a > < br > < a href = "https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability/downloads/straight-line-speculation" > https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability/downloads/straight-line-speculation< / a > < br > < a href = "https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability/frequently-asked-questions" > https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability/frequently-asked-questions< / a > < br > < a href = "https://gcc.gnu.org/pipermail/gcc-patches/2020-June/547520.html" > https://gcc.gnu.org/pipermail/gcc-patches/2020-June/547520.html< / a > < br > < a href = "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=679db70801da9fda91d26caf13bf5b5ccc74e8e8" > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=679db70801da9fda91d26caf13bf5b5ccc74e8e8< / a > < br > < / details > |
| libgif7 | CVE-2020-23922 | LOW | 5.1.9-1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2020-23922" > https://access.redhat.com/security/cve/CVE-2020-23922< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-23922" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-23922< / 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://sourceforge.net/p/giflib/bugs/151/" > https://sourceforge.net/p/giflib/bugs/151/< / a > < br > < / details > |
| libgif7 | CVE-2022-28506 | LOW | 5.1.9-1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-28506" > https://access.redhat.com/security/cve/CVE-2022-28506< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28506" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28506< / a > < br > < a href = "https://github.com/verf1sh/Poc/blob/master/asan_report_giflib.png" > https://github.com/verf1sh/Poc/blob/master/asan_report_giflib.png< / a > < br > < a href = "https://github.com/verf1sh/Poc/blob/master/giflib_poc" > https://github.com/verf1sh/Poc/blob/master/giflib_poc< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-28506" > https://nvd.nist.gov/vuln/detail/CVE-2022-28506< / a > < br > < a href = "https://sourceforge.net/p/giflib/bugs/159/" > https://sourceforge.net/p/giflib/bugs/159/< / a > < br > < / details > |
| libgmp10 | CVE-2021-43618 | LOW | 2:6.2.0+dfsg-4 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-43618" > https://access.redhat.com/security/cve/CVE-2021-43618< / a > < br > < a href = "https://bugs.debian.org/994405" > https://bugs.debian.org/994405< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-43618" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-43618< / a > < br > < a href = "https://gmplib.org/list-archives/gmp-bugs/2021-September/005077.html" > https://gmplib.org/list-archives/gmp-bugs/2021-September/005077.html< / a > < br > < a href = "https://gmplib.org/repo/gmp-6.2/rev/561a9c25298e" > https://gmplib.org/repo/gmp-6.2/rev/561a9c25298e< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/12/msg00001.html" > https://lists.debian.org/debian-lts-announce/2021/12/msg00001.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-43618" > https://nvd.nist.gov/vuln/detail/CVE-2021-43618< / a > < br > < / details > |
| libgssapi-krb5-2 | CVE-2021-36222 | MEDIUM | 1.17-6ubuntu4.1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-36222" > https://access.redhat.com/security/cve/CVE-2021-36222< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-36222" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-36222< / a > < br > < a href = "https://github.com/krb5/krb5/commit/fc98f520caefff2e5ee9a0026fdf5109944b3562" > https://github.com/krb5/krb5/commit/fc98f520caefff2e5ee9a0026fdf5109944b3562< / a > < br > < a href = "https://github.com/krb5/krb5/releases" > https://github.com/krb5/krb5/releases< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-36222.html" > https://linux.oracle.com/cve/CVE-2021-36222.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-3576.html" > https://linux.oracle.com/errata/ELSA-2021-3576.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-36222" > https://nvd.nist.gov/vuln/detail/CVE-2021-36222< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211022-0003/" > https://security.netapp.com/advisory/ntap-20211022-0003/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211104-0007/" > https://security.netapp.com/advisory/ntap-20211104-0007/< / a > < br > < a href = "https://web.mit.edu/kerberos/advisories/" > https://web.mit.edu/kerberos/advisories/< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4944" > https://www.debian.org/security/2021/dsa-4944< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpuoct2021.html" > https://www.oracle.com/security-alerts/cpuoct2021.html< / a > < br > < / details > |
2022-06-21 09:20:23 +00:00
| libgssapi-krb5-2 | CVE-2021-37750 | MEDIUM | 1.17-6ubuntu4.1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-37750.json" > https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-37750.json< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2021-37750" > https://access.redhat.com/security/cve/CVE-2021-37750< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-37750" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-37750< / a > < br > < a href = "https://github.com/krb5/krb5/commit/d775c95af7606a51bf79547a94fa52ddd1cb7f49" > https://github.com/krb5/krb5/commit/d775c95af7606a51bf79547a94fa52ddd1cb7f49< / a > < br > < a href = "https://github.com/krb5/krb5/releases" > https://github.com/krb5/krb5/releases< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-37750.html" > https://linux.oracle.com/cve/CVE-2021-37750.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-4788.html" > https://linux.oracle.com/errata/ELSA-2021-4788.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/09/msg00019.html" > https://lists.debian.org/debian-lts-announce/2021/09/msg00019.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MFCLW7D46E4VCREKKH453T5DA4XOLHU2/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MFCLW7D46E4VCREKKH453T5DA4XOLHU2/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-37750" > https://nvd.nist.gov/vuln/detail/CVE-2021-37750< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210923-0002/" > https://security.netapp.com/advisory/ntap-20210923-0002/< / a > < br > < a href = "https://web.mit.edu/kerberos/advisories/" > https://web.mit.edu/kerberos/advisories/< / a > < br > < / details > |
2022-06-16 06:39:10 +00:00
| libgssapi3-heimdal | CVE-2021-3671 | LOW | 7.7.0+dfsg-1ubuntu1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-3671" > https://access.redhat.com/security/cve/CVE-2021-3671< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=2013080," > https://bugzilla.redhat.com/show_bug.cgi?id=2013080,< / a > < br > < a href = "https://bugzilla.samba.org/show_bug.cgi?id=14770," > https://bugzilla.samba.org/show_bug.cgi?id=14770,< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3671" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3671< / a > < br > < a href = "https://github.com/heimdal/heimdal/commit/04171147948d0a3636bc6374181926f0fb2ec83a" > https://github.com/heimdal/heimdal/commit/04171147948d0a3636bc6374181926f0fb2ec83a< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-3671" > https://nvd.nist.gov/vuln/detail/CVE-2021-3671< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5142-1" > https://ubuntu.com/security/notices/USN-5142-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5174-1" > https://ubuntu.com/security/notices/USN-5174-1< / a > < br > < / details > |
| libhcrypto4-heimdal | CVE-2021-3671 | LOW | 7.7.0+dfsg-1ubuntu1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-3671" > https://access.redhat.com/security/cve/CVE-2021-3671< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=2013080," > https://bugzilla.redhat.com/show_bug.cgi?id=2013080,< / a > < br > < a href = "https://bugzilla.samba.org/show_bug.cgi?id=14770," > https://bugzilla.samba.org/show_bug.cgi?id=14770,< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3671" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3671< / a > < br > < a href = "https://github.com/heimdal/heimdal/commit/04171147948d0a3636bc6374181926f0fb2ec83a" > https://github.com/heimdal/heimdal/commit/04171147948d0a3636bc6374181926f0fb2ec83a< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-3671" > https://nvd.nist.gov/vuln/detail/CVE-2021-3671< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5142-1" > https://ubuntu.com/security/notices/USN-5142-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5174-1" > https://ubuntu.com/security/notices/USN-5174-1< / a > < br > < / details > |
| libheimbase1-heimdal | CVE-2021-3671 | LOW | 7.7.0+dfsg-1ubuntu1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-3671" > https://access.redhat.com/security/cve/CVE-2021-3671< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=2013080," > https://bugzilla.redhat.com/show_bug.cgi?id=2013080,< / a > < br > < a href = "https://bugzilla.samba.org/show_bug.cgi?id=14770," > https://bugzilla.samba.org/show_bug.cgi?id=14770,< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3671" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3671< / a > < br > < a href = "https://github.com/heimdal/heimdal/commit/04171147948d0a3636bc6374181926f0fb2ec83a" > https://github.com/heimdal/heimdal/commit/04171147948d0a3636bc6374181926f0fb2ec83a< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-3671" > https://nvd.nist.gov/vuln/detail/CVE-2021-3671< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5142-1" > https://ubuntu.com/security/notices/USN-5142-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5174-1" > https://ubuntu.com/security/notices/USN-5174-1< / a > < br > < / details > |
| libheimntlm0-heimdal | CVE-2021-3671 | LOW | 7.7.0+dfsg-1ubuntu1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-3671" > https://access.redhat.com/security/cve/CVE-2021-3671< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=2013080," > https://bugzilla.redhat.com/show_bug.cgi?id=2013080,< / a > < br > < a href = "https://bugzilla.samba.org/show_bug.cgi?id=14770," > https://bugzilla.samba.org/show_bug.cgi?id=14770,< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3671" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3671< / a > < br > < a href = "https://github.com/heimdal/heimdal/commit/04171147948d0a3636bc6374181926f0fb2ec83a" > https://github.com/heimdal/heimdal/commit/04171147948d0a3636bc6374181926f0fb2ec83a< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-3671" > https://nvd.nist.gov/vuln/detail/CVE-2021-3671< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5142-1" > https://ubuntu.com/security/notices/USN-5142-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5174-1" > https://ubuntu.com/security/notices/USN-5174-1< / a > < br > < / details > |
| libhx509-5-heimdal | CVE-2021-3671 | LOW | 7.7.0+dfsg-1ubuntu1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-3671" > https://access.redhat.com/security/cve/CVE-2021-3671< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=2013080," > https://bugzilla.redhat.com/show_bug.cgi?id=2013080,< / a > < br > < a href = "https://bugzilla.samba.org/show_bug.cgi?id=14770," > https://bugzilla.samba.org/show_bug.cgi?id=14770,< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3671" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3671< / a > < br > < a href = "https://github.com/heimdal/heimdal/commit/04171147948d0a3636bc6374181926f0fb2ec83a" > https://github.com/heimdal/heimdal/commit/04171147948d0a3636bc6374181926f0fb2ec83a< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-3671" > https://nvd.nist.gov/vuln/detail/CVE-2021-3671< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5142-1" > https://ubuntu.com/security/notices/USN-5142-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5174-1" > https://ubuntu.com/security/notices/USN-5174-1< / a > < br > < / details > |
| libjbig0 | CVE-2017-9937 | LOW | 2.1-3.1build1 | | < 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://access.redhat.com/security/cve/CVE-2017-9937" > https://access.redhat.com/security/cve/CVE-2017-9937< / 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 > |
| libjpeg-turbo8 | CVE-2020-17541 | LOW | 2.0.3-0ubuntu1.20.04.1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2020-17541" > https://access.redhat.com/security/cve/CVE-2020-17541< / a > < br > < 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 > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-17541" > https://nvd.nist.gov/vuln/detail/CVE-2020-17541< / a > < br > < / details > |
| libk5crypto3 | CVE-2021-36222 | MEDIUM | 1.17-6ubuntu4.1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-36222" > https://access.redhat.com/security/cve/CVE-2021-36222< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-36222" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-36222< / a > < br > < a href = "https://github.com/krb5/krb5/commit/fc98f520caefff2e5ee9a0026fdf5109944b3562" > https://github.com/krb5/krb5/commit/fc98f520caefff2e5ee9a0026fdf5109944b3562< / a > < br > < a href = "https://github.com/krb5/krb5/releases" > https://github.com/krb5/krb5/releases< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-36222.html" > https://linux.oracle.com/cve/CVE-2021-36222.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-3576.html" > https://linux.oracle.com/errata/ELSA-2021-3576.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-36222" > https://nvd.nist.gov/vuln/detail/CVE-2021-36222< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211022-0003/" > https://security.netapp.com/advisory/ntap-20211022-0003/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211104-0007/" > https://security.netapp.com/advisory/ntap-20211104-0007/< / a > < br > < a href = "https://web.mit.edu/kerberos/advisories/" > https://web.mit.edu/kerberos/advisories/< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4944" > https://www.debian.org/security/2021/dsa-4944< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpuoct2021.html" > https://www.oracle.com/security-alerts/cpuoct2021.html< / a > < br > < / details > |
2022-06-21 09:20:23 +00:00
| libk5crypto3 | CVE-2021-37750 | MEDIUM | 1.17-6ubuntu4.1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-37750.json" > https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-37750.json< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2021-37750" > https://access.redhat.com/security/cve/CVE-2021-37750< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-37750" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-37750< / a > < br > < a href = "https://github.com/krb5/krb5/commit/d775c95af7606a51bf79547a94fa52ddd1cb7f49" > https://github.com/krb5/krb5/commit/d775c95af7606a51bf79547a94fa52ddd1cb7f49< / a > < br > < a href = "https://github.com/krb5/krb5/releases" > https://github.com/krb5/krb5/releases< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-37750.html" > https://linux.oracle.com/cve/CVE-2021-37750.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-4788.html" > https://linux.oracle.com/errata/ELSA-2021-4788.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/09/msg00019.html" > https://lists.debian.org/debian-lts-announce/2021/09/msg00019.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MFCLW7D46E4VCREKKH453T5DA4XOLHU2/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MFCLW7D46E4VCREKKH453T5DA4XOLHU2/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-37750" > https://nvd.nist.gov/vuln/detail/CVE-2021-37750< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210923-0002/" > https://security.netapp.com/advisory/ntap-20210923-0002/< / a > < br > < a href = "https://web.mit.edu/kerberos/advisories/" > https://web.mit.edu/kerberos/advisories/< / a > < br > < / details > |
2022-06-16 06:39:10 +00:00
| libkrb5-26-heimdal | CVE-2021-3671 | LOW | 7.7.0+dfsg-1ubuntu1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-3671" > https://access.redhat.com/security/cve/CVE-2021-3671< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=2013080," > https://bugzilla.redhat.com/show_bug.cgi?id=2013080,< / a > < br > < a href = "https://bugzilla.samba.org/show_bug.cgi?id=14770," > https://bugzilla.samba.org/show_bug.cgi?id=14770,< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3671" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3671< / a > < br > < a href = "https://github.com/heimdal/heimdal/commit/04171147948d0a3636bc6374181926f0fb2ec83a" > https://github.com/heimdal/heimdal/commit/04171147948d0a3636bc6374181926f0fb2ec83a< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-3671" > https://nvd.nist.gov/vuln/detail/CVE-2021-3671< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5142-1" > https://ubuntu.com/security/notices/USN-5142-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5174-1" > https://ubuntu.com/security/notices/USN-5174-1< / a > < br > < / details > |
| libkrb5-3 | CVE-2021-36222 | MEDIUM | 1.17-6ubuntu4.1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-36222" > https://access.redhat.com/security/cve/CVE-2021-36222< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-36222" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-36222< / a > < br > < a href = "https://github.com/krb5/krb5/commit/fc98f520caefff2e5ee9a0026fdf5109944b3562" > https://github.com/krb5/krb5/commit/fc98f520caefff2e5ee9a0026fdf5109944b3562< / a > < br > < a href = "https://github.com/krb5/krb5/releases" > https://github.com/krb5/krb5/releases< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-36222.html" > https://linux.oracle.com/cve/CVE-2021-36222.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-3576.html" > https://linux.oracle.com/errata/ELSA-2021-3576.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-36222" > https://nvd.nist.gov/vuln/detail/CVE-2021-36222< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211022-0003/" > https://security.netapp.com/advisory/ntap-20211022-0003/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211104-0007/" > https://security.netapp.com/advisory/ntap-20211104-0007/< / a > < br > < a href = "https://web.mit.edu/kerberos/advisories/" > https://web.mit.edu/kerberos/advisories/< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4944" > https://www.debian.org/security/2021/dsa-4944< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpuoct2021.html" > https://www.oracle.com/security-alerts/cpuoct2021.html< / a > < br > < / details > |
2022-06-21 09:20:23 +00:00
| libkrb5-3 | CVE-2021-37750 | MEDIUM | 1.17-6ubuntu4.1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-37750.json" > https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-37750.json< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2021-37750" > https://access.redhat.com/security/cve/CVE-2021-37750< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-37750" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-37750< / a > < br > < a href = "https://github.com/krb5/krb5/commit/d775c95af7606a51bf79547a94fa52ddd1cb7f49" > https://github.com/krb5/krb5/commit/d775c95af7606a51bf79547a94fa52ddd1cb7f49< / a > < br > < a href = "https://github.com/krb5/krb5/releases" > https://github.com/krb5/krb5/releases< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-37750.html" > https://linux.oracle.com/cve/CVE-2021-37750.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-4788.html" > https://linux.oracle.com/errata/ELSA-2021-4788.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/09/msg00019.html" > https://lists.debian.org/debian-lts-announce/2021/09/msg00019.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MFCLW7D46E4VCREKKH453T5DA4XOLHU2/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MFCLW7D46E4VCREKKH453T5DA4XOLHU2/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-37750" > https://nvd.nist.gov/vuln/detail/CVE-2021-37750< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210923-0002/" > https://security.netapp.com/advisory/ntap-20210923-0002/< / a > < br > < a href = "https://web.mit.edu/kerberos/advisories/" > https://web.mit.edu/kerberos/advisories/< / a > < br > < / details > |
2022-06-16 06:39:10 +00:00
| libkrb5support0 | CVE-2021-36222 | MEDIUM | 1.17-6ubuntu4.1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-36222" > https://access.redhat.com/security/cve/CVE-2021-36222< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-36222" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-36222< / a > < br > < a href = "https://github.com/krb5/krb5/commit/fc98f520caefff2e5ee9a0026fdf5109944b3562" > https://github.com/krb5/krb5/commit/fc98f520caefff2e5ee9a0026fdf5109944b3562< / a > < br > < a href = "https://github.com/krb5/krb5/releases" > https://github.com/krb5/krb5/releases< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-36222.html" > https://linux.oracle.com/cve/CVE-2021-36222.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-3576.html" > https://linux.oracle.com/errata/ELSA-2021-3576.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-36222" > https://nvd.nist.gov/vuln/detail/CVE-2021-36222< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211022-0003/" > https://security.netapp.com/advisory/ntap-20211022-0003/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20211104-0007/" > https://security.netapp.com/advisory/ntap-20211104-0007/< / a > < br > < a href = "https://web.mit.edu/kerberos/advisories/" > https://web.mit.edu/kerberos/advisories/< / a > < br > < a href = "https://www.debian.org/security/2021/dsa-4944" > https://www.debian.org/security/2021/dsa-4944< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpuoct2021.html" > https://www.oracle.com/security-alerts/cpuoct2021.html< / a > < br > < / details > |
2022-06-21 09:20:23 +00:00
| libkrb5support0 | CVE-2021-37750 | MEDIUM | 1.17-6ubuntu4.1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-37750.json" > https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-37750.json< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2021-37750" > https://access.redhat.com/security/cve/CVE-2021-37750< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-37750" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-37750< / a > < br > < a href = "https://github.com/krb5/krb5/commit/d775c95af7606a51bf79547a94fa52ddd1cb7f49" > https://github.com/krb5/krb5/commit/d775c95af7606a51bf79547a94fa52ddd1cb7f49< / a > < br > < a href = "https://github.com/krb5/krb5/releases" > https://github.com/krb5/krb5/releases< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-37750.html" > https://linux.oracle.com/cve/CVE-2021-37750.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-4788.html" > https://linux.oracle.com/errata/ELSA-2021-4788.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2021/09/msg00019.html" > https://lists.debian.org/debian-lts-announce/2021/09/msg00019.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MFCLW7D46E4VCREKKH453T5DA4XOLHU2/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MFCLW7D46E4VCREKKH453T5DA4XOLHU2/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-37750" > https://nvd.nist.gov/vuln/detail/CVE-2021-37750< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210923-0002/" > https://security.netapp.com/advisory/ntap-20210923-0002/< / a > < br > < a href = "https://web.mit.edu/kerberos/advisories/" > https://web.mit.edu/kerberos/advisories/< / a > < br > < / details > |
2022-06-16 06:39:10 +00:00
| libncurses6 | CVE-2021-39537 | LOW | 6.2-0ubuntu2 | | < details > < summary > Expand...< / summary > < a href = "http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/ncurses/patches/patch-ncurses_tinfo_captoinfo.c?rev=1.1&content-type=text/x-cvsweb-markup" > http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/ncurses/patches/patch-ncurses_tinfo_captoinfo.c?rev=1.1& content-type=text/x-cvsweb-markup< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2021-39537" > https://access.redhat.com/security/cve/CVE-2021-39537< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-39537" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-39537< / a > < br > < a href = "https://lists.gnu.org/archive/html/bug-ncurses/2020-08/msg00006.html" > https://lists.gnu.org/archive/html/bug-ncurses/2020-08/msg00006.html< / a > < br > < a href = "https://lists.gnu.org/archive/html/bug-ncurses/2021-10/msg00023.html" > https://lists.gnu.org/archive/html/bug-ncurses/2021-10/msg00023.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-39537" > https://nvd.nist.gov/vuln/detail/CVE-2021-39537< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5477-1" > https://ubuntu.com/security/notices/USN-5477-1< / a > < br > < / details > |
| libncurses6 | CVE-2022-29458 | LOW | 6.2-0ubuntu2 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-29458" > https://access.redhat.com/security/cve/CVE-2022-29458< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29458" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29458< / a > < br > < a href = "https://invisible-island.net/ncurses/NEWS.html#t20220416" > https://invisible-island.net/ncurses/NEWS.html#t20220416< / a > < br > < a href = "https://lists.gnu.org/archive/html/bug-ncurses/2022-04/msg00014.html" > https://lists.gnu.org/archive/html/bug-ncurses/2022-04/msg00014.html< / a > < br > < a href = "https://lists.gnu.org/archive/html/bug-ncurses/2022-04/msg00016.html" > https://lists.gnu.org/archive/html/bug-ncurses/2022-04/msg00016.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-29458" > https://nvd.nist.gov/vuln/detail/CVE-2022-29458< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5477-1" > https://ubuntu.com/security/notices/USN-5477-1< / a > < br > < / details > |
| libncursesw6 | CVE-2021-39537 | LOW | 6.2-0ubuntu2 | | < details > < summary > Expand...< / summary > < a href = "http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/ncurses/patches/patch-ncurses_tinfo_captoinfo.c?rev=1.1&content-type=text/x-cvsweb-markup" > http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/ncurses/patches/patch-ncurses_tinfo_captoinfo.c?rev=1.1& content-type=text/x-cvsweb-markup< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2021-39537" > https://access.redhat.com/security/cve/CVE-2021-39537< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-39537" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-39537< / a > < br > < a href = "https://lists.gnu.org/archive/html/bug-ncurses/2020-08/msg00006.html" > https://lists.gnu.org/archive/html/bug-ncurses/2020-08/msg00006.html< / a > < br > < a href = "https://lists.gnu.org/archive/html/bug-ncurses/2021-10/msg00023.html" > https://lists.gnu.org/archive/html/bug-ncurses/2021-10/msg00023.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-39537" > https://nvd.nist.gov/vuln/detail/CVE-2021-39537< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5477-1" > https://ubuntu.com/security/notices/USN-5477-1< / a > < br > < / details > |
| libncursesw6 | CVE-2022-29458 | LOW | 6.2-0ubuntu2 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-29458" > https://access.redhat.com/security/cve/CVE-2022-29458< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29458" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29458< / a > < br > < a href = "https://invisible-island.net/ncurses/NEWS.html#t20220416" > https://invisible-island.net/ncurses/NEWS.html#t20220416< / a > < br > < a href = "https://lists.gnu.org/archive/html/bug-ncurses/2022-04/msg00014.html" > https://lists.gnu.org/archive/html/bug-ncurses/2022-04/msg00014.html< / a > < br > < a href = "https://lists.gnu.org/archive/html/bug-ncurses/2022-04/msg00016.html" > https://lists.gnu.org/archive/html/bug-ncurses/2022-04/msg00016.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-29458" > https://nvd.nist.gov/vuln/detail/CVE-2022-29458< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5477-1" > https://ubuntu.com/security/notices/USN-5477-1< / a > < br > < / details > |
| libpcre2-8-0 | CVE-2022-1586 | LOW | 10.34-7 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-1586" > https://access.redhat.com/security/cve/CVE-2022-1586< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=2077976," > https://bugzilla.redhat.com/show_bug.cgi?id=2077976,< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1586" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1586< / a > < br > < a href = "https://github.com/PCRE2Project/pcre2/commit/50a51cb7e67268e6ad417eb07c9de9bfea5cc55a," > https://github.com/PCRE2Project/pcre2/commit/50a51cb7e67268e6ad417eb07c9de9bfea5cc55a,< / a > < br > < a href = "https://github.com/PCRE2Project/pcre2/commit/d4fa336fbcc388f89095b184ba6d99422cfc676c" > https://github.com/PCRE2Project/pcre2/commit/d4fa336fbcc388f89095b184ba6d99422cfc676c< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DWNG2NS3GINO6LQYUVC4BZLUQPJ3DYHA/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DWNG2NS3GINO6LQYUVC4BZLUQPJ3DYHA/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/JXINO3KKI5DICQ45E2FKD6MKVMGJLEKJ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/JXINO3KKI5DICQ45E2FKD6MKVMGJLEKJ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KAX7767BCUFC7JMDGP7GOQ5GIZCAUGBB/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KAX7767BCUFC7JMDGP7GOQ5GIZCAUGBB/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/M2GLQQUEY5VFM57CFYXVIFOXN2HUZPDM/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/M2GLQQUEY5VFM57CFYXVIFOXN2HUZPDM/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-1586" > https://nvd.nist.gov/vuln/detail/CVE-2022-1586< / a > < br > < / details > |
| libpcre2-8-0 | CVE-2022-1587 | LOW | 10.34-7 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-1587" > https://access.redhat.com/security/cve/CVE-2022-1587< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=2077983," > https://bugzilla.redhat.com/show_bug.cgi?id=2077983,< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1587" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1587< / a > < br > < a href = "https://github.com/PCRE2Project/pcre2/commit/03654e751e7f0700693526b67dfcadda6b42c9d0" > https://github.com/PCRE2Project/pcre2/commit/03654e751e7f0700693526b67dfcadda6b42c9d0< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DWNG2NS3GINO6LQYUVC4BZLUQPJ3DYHA/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DWNG2NS3GINO6LQYUVC4BZLUQPJ3DYHA/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/JXINO3KKI5DICQ45E2FKD6MKVMGJLEKJ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/JXINO3KKI5DICQ45E2FKD6MKVMGJLEKJ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KAX7767BCUFC7JMDGP7GOQ5GIZCAUGBB/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KAX7767BCUFC7JMDGP7GOQ5GIZCAUGBB/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/M2GLQQUEY5VFM57CFYXVIFOXN2HUZPDM/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/M2GLQQUEY5VFM57CFYXVIFOXN2HUZPDM/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-1587" > https://nvd.nist.gov/vuln/detail/CVE-2022-1587< / a > < br > < / details > |
| libpcre3 | CVE-2017-11164 | LOW | 2:8.39-12build1 | | < details > < summary > Expand...< / summary > < a href = "http://openwall.com/lists/oss-security/2017/07/11/3" > http://openwall.com/lists/oss-security/2017/07/11/3< / a > < br > < a href = "http://www.securityfocus.com/bid/99575" > http://www.securityfocus.com/bid/99575< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2017-11164" > https://access.redhat.com/security/cve/CVE-2017-11164< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-11164" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-11164< / a > < br > < a href = "https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E" > https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E< / a > < br > < / details > |
| libpcre3 | CVE-2019-20838 | LOW | 2:8.39-12build1 | 2:8.39-12ubuntu0.1 | < details > < summary > Expand...< / summary > < a href = "http://seclists.org/fulldisclosure/2020/Dec/32" > http://seclists.org/fulldisclosure/2020/Dec/32< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/Feb/14" > http://seclists.org/fulldisclosure/2021/Feb/14< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2019-20838" > https://access.redhat.com/security/cve/CVE-2019-20838< / a > < br > < a href = "https://bugs.gentoo.org/717920" > https://bugs.gentoo.org/717920< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-20838" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-20838< / a > < br > < a href = "https://errata.almalinux.org/8/ALSA-2021-4373.html" > https://errata.almalinux.org/8/ALSA-2021-4373.html< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2019-20838.html" > https://linux.oracle.com/cve/CVE-2019-20838.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-4373.html" > https://linux.oracle.com/errata/ELSA-2021-4373.html< / a > < br > < a href = "https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E" > https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2019-20838" > https://nvd.nist.gov/vuln/detail/CVE-2019-20838< / a > < br > < a href = "https://support.apple.com/kb/HT211931" > https://support.apple.com/kb/HT211931< / a > < br > < a href = "https://support.apple.com/kb/HT212147" > https://support.apple.com/kb/HT212147< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5425-1" > https://ubuntu.com/security/notices/USN-5425-1< / a > < br > < a href = "https://www.pcre.org/original/changelog.txt" > https://www.pcre.org/original/changelog.txt< / a > < br > < / details > |
| libpcre3 | CVE-2020-14155 | LOW | 2:8.39-12build1 | 2:8.39-12ubuntu0.1 | < details > < summary > Expand...< / summary > < a href = "http://seclists.org/fulldisclosure/2020/Dec/32" > http://seclists.org/fulldisclosure/2020/Dec/32< / a > < br > < a href = "http://seclists.org/fulldisclosure/2021/Feb/14" > http://seclists.org/fulldisclosure/2021/Feb/14< / a > < br > < a href = "https://about.gitlab.com/releases/2020/07/01/security-release-13-1-2-release/" > https://about.gitlab.com/releases/2020/07/01/security-release-13-1-2-release/< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2020-14155" > https://access.redhat.com/security/cve/CVE-2020-14155< / a > < br > < a href = "https://bugs.gentoo.org/717920" > https://bugs.gentoo.org/717920< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14155" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14155< / a > < br > < a href = "https://errata.almalinux.org/8/ALSA-2021-4373.html" > https://errata.almalinux.org/8/ALSA-2021-4373.html< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-14155.html" > https://linux.oracle.com/cve/CVE-2020-14155.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-4373.html" > https://linux.oracle.com/errata/ELSA-2021-4373.html< / a > < br > < a href = "https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E" > https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-14155" > https://nvd.nist.gov/vuln/detail/CVE-2020-14155< / a > < br > < a href = "https://support.apple.com/kb/HT211931" > https://support.apple.com/kb/HT211931< / a > < br > < a href = "https://support.apple.com/kb/HT212147" > https://support.apple.com/kb/HT212147< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5425-1" > https://ubuntu.com/security/notices/USN-5425-1< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpuapr2022.html" > https://www.oracle.com/security-alerts/cpuapr2022.html< / a > < br > < a href = "https://www.pcre.org/original/changelog.txt" > https://www.pcre.org/original/changelog.txt< / a > < br > < / details > |
| libperl5.30 | CVE-2020-16156 | MEDIUM | 5.30.0-9ubuntu0.2 | | < details > < summary > Expand...< / summary > < a href = "http://blogs.perl.org/users/neilb/2021/11/addressing-cpan-vulnerabilities-related-to-checksums.html" > http://blogs.perl.org/users/neilb/2021/11/addressing-cpan-vulnerabilities-related-to-checksums.html< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2020-16156" > https://access.redhat.com/security/cve/CVE-2020-16156< / a > < br > < a href = "https://blog.hackeriet.no/cpan-signature-verification-vulnerabilities/" > https://blog.hackeriet.no/cpan-signature-verification-vulnerabilities/< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-16156" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-16156< / a > < br > < a href = "https://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 > |
| libpolkit-agent-1-0 | CVE-2016-2568 | LOW | 0.105-26ubuntu1.3 | | < details > < summary > Expand...< / summary > < a href = "http://seclists.org/oss-sec/2016/q1/443" > http://seclists.org/oss-sec/2016/q1/443< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2016/02/26/3" > http://www.openwall.com/lists/oss-security/2016/02/26/3< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2016-2568" > https://access.redhat.com/security/cve/CVE-2016-2568< / a > < br > < a href = "https://access.redhat.com/security/cve/cve-2016-2568" > https://access.redhat.com/security/cve/cve-2016-2568< / a > < br > < a href = "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=816062" > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=816062< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=1300746" > https://bugzilla.redhat.com/show_bug.cgi?id=1300746< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-2568" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-2568< / a > < br > < a href = "https://lore.kernel.org/patchwork/patch/793178/" > https://lore.kernel.org/patchwork/patch/793178/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2016-2568" > https://nvd.nist.gov/vuln/detail/CVE-2016-2568< / a > < br > < a href = "https://ubuntu.com/security/CVE-2016-2568" > https://ubuntu.com/security/CVE-2016-2568< / a > < br > < / details > |
| libpolkit-gobject-1-0 | CVE-2016-2568 | LOW | 0.105-26ubuntu1.3 | | < details > < summary > Expand...< / summary > < a href = "http://seclists.org/oss-sec/2016/q1/443" > http://seclists.org/oss-sec/2016/q1/443< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2016/02/26/3" > http://www.openwall.com/lists/oss-security/2016/02/26/3< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2016-2568" > https://access.redhat.com/security/cve/CVE-2016-2568< / a > < br > < a href = "https://access.redhat.com/security/cve/cve-2016-2568" > https://access.redhat.com/security/cve/cve-2016-2568< / a > < br > < a href = "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=816062" > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=816062< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=1300746" > https://bugzilla.redhat.com/show_bug.cgi?id=1300746< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-2568" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-2568< / a > < br > < a href = "https://lore.kernel.org/patchwork/patch/793178/" > https://lore.kernel.org/patchwork/patch/793178/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2016-2568" > https://nvd.nist.gov/vuln/detail/CVE-2016-2568< / a > < br > < a href = "https://ubuntu.com/security/CVE-2016-2568" > https://ubuntu.com/security/CVE-2016-2568< / a > < br > < / details > |
2022-06-23 02:09:03 +00:00
| libpython3.8 | CVE-2015-20107 | LOW | 3.8.10-0ubuntu1~20.04.4 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2015-20107" > https://access.redhat.com/security/cve/CVE-2015-20107< / a > < br > < a href = "https://bugs.python.org/issue24778" > https://bugs.python.org/issue24778< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-20107" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-20107< / a > < br > < a href = "https://github.com/python/cpython/issues/68966" > https://github.com/python/cpython/issues/68966< / a > < br > < a href = "https://github.com/python/cpython/pull/91542/commits/340251550897cb98ae83ad1040750d6300112e80" > https://github.com/python/cpython/pull/91542/commits/340251550897cb98ae83ad1040750d6300112e80< / a > < br > < a href = "https://github.com/python/cpython/pull/91993" > https://github.com/python/cpython/pull/91993< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/46KWPTI72SSEOF53DOYQBQOCN4QQB2GE/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/46KWPTI72SSEOF53DOYQBQOCN4QQB2GE/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ERYMM2QVDPOJLX4LYXWYIQN5FOIJLDRY/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ERYMM2QVDPOJLX4LYXWYIQN5FOIJLDRY/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FCIO2W4DUVVMI6L52QCC4TT2B3K5VWHS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FCIO2W4DUVVMI6L52QCC4TT2B3K5VWHS/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FIRUTX47BJD2HYJDLMI7JJBVCYFAPKAQ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FIRUTX47BJD2HYJDLMI7JJBVCYFAPKAQ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KAY6VBNVEFUXKJF37WFHYXUSRDEK34N3/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KAY6VBNVEFUXKJF37WFHYXUSRDEK34N3/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MYG3EMFR7ZHC46TDNM7SNWO64A3W7EUF/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MYG3EMFR7ZHC46TDNM7SNWO64A3W7EUF/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ONXSGLASNLGFL57YU6WT6Y5YURSFV43U/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ONXSGLASNLGFL57YU6WT6Y5YURSFV43U/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UIOJUZ5JMEMGSKNISTOVI4PDP36FDL5Y/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UIOJUZ5JMEMGSKNISTOVI4PDP36FDL5Y/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/W5664BGZVTA46LQDNTYX5THG6CN4FYJX/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/W5664BGZVTA46LQDNTYX5THG6CN4FYJX/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XO2H6CKWLRGTTZCGUQVELW6LUH437Q3O/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XO2H6CKWLRGTTZCGUQVELW6LUH437Q3O/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Y4E2WBEJ42CGLGDHD6ZXOLZ2W6G3YOVD/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Y4E2WBEJ42CGLGDHD6ZXOLZ2W6G3YOVD/< / a > < br > < a href = "https://mail.python.org/archives/list/security-announce@python.org/thread/QDSXNCW77UGULFG2JMDFZQ7H4DIR32LA/" > https://mail.python.org/archives/list/security-announ
| libpython3.8-dev | CVE-2015-20107 | LOW | 3.8.10-0ubuntu1~20.04.4 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2015-20107" > https://access.redhat.com/security/cve/CVE-2015-20107< / a > < br > < a href = "https://bugs.python.org/issue24778" > https://bugs.python.org/issue24778< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-20107" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-20107< / a > < br > < a href = "https://github.com/python/cpython/issues/68966" > https://github.com/python/cpython/issues/68966< / a > < br > < a href = "https://github.com/python/cpython/pull/91542/commits/340251550897cb98ae83ad1040750d6300112e80" > https://github.com/python/cpython/pull/91542/commits/340251550897cb98ae83ad1040750d6300112e80< / a > < br > < a href = "https://github.com/python/cpython/pull/91993" > https://github.com/python/cpython/pull/91993< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/46KWPTI72SSEOF53DOYQBQOCN4QQB2GE/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/46KWPTI72SSEOF53DOYQBQOCN4QQB2GE/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ERYMM2QVDPOJLX4LYXWYIQN5FOIJLDRY/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ERYMM2QVDPOJLX4LYXWYIQN5FOIJLDRY/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FCIO2W4DUVVMI6L52QCC4TT2B3K5VWHS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FCIO2W4DUVVMI6L52QCC4TT2B3K5VWHS/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FIRUTX47BJD2HYJDLMI7JJBVCYFAPKAQ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FIRUTX47BJD2HYJDLMI7JJBVCYFAPKAQ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KAY6VBNVEFUXKJF37WFHYXUSRDEK34N3/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KAY6VBNVEFUXKJF37WFHYXUSRDEK34N3/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MYG3EMFR7ZHC46TDNM7SNWO64A3W7EUF/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MYG3EMFR7ZHC46TDNM7SNWO64A3W7EUF/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ONXSGLASNLGFL57YU6WT6Y5YURSFV43U/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ONXSGLASNLGFL57YU6WT6Y5YURSFV43U/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UIOJUZ5JMEMGSKNISTOVI4PDP36FDL5Y/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UIOJUZ5JMEMGSKNISTOVI4PDP36FDL5Y/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/W5664BGZVTA46LQDNTYX5THG6CN4FYJX/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/W5664BGZVTA46LQDNTYX5THG6CN4FYJX/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XO2H6CKWLRGTTZCGUQVELW6LUH437Q3O/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XO2H6CKWLRGTTZCGUQVELW6LUH437Q3O/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Y4E2WBEJ42CGLGDHD6ZXOLZ2W6G3YOVD/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Y4E2WBEJ42CGLGDHD6ZXOLZ2W6G3YOVD/< / a > < br > < a href = "https://mail.python.org/archives/list/security-announce@python.org/thread/QDSXNCW77UGULFG2JMDFZQ7H4DIR32LA/" > https://mail.python.org/archives/list/security-an
| libpython3.8-minimal | CVE-2015-20107 | LOW | 3.8.10-0ubuntu1~20.04.4 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2015-20107" > https://access.redhat.com/security/cve/CVE-2015-20107< / a > < br > < a href = "https://bugs.python.org/issue24778" > https://bugs.python.org/issue24778< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-20107" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-20107< / a > < br > < a href = "https://github.com/python/cpython/issues/68966" > https://github.com/python/cpython/issues/68966< / a > < br > < a href = "https://github.com/python/cpython/pull/91542/commits/340251550897cb98ae83ad1040750d6300112e80" > https://github.com/python/cpython/pull/91542/commits/340251550897cb98ae83ad1040750d6300112e80< / a > < br > < a href = "https://github.com/python/cpython/pull/91993" > https://github.com/python/cpython/pull/91993< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/46KWPTI72SSEOF53DOYQBQOCN4QQB2GE/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/46KWPTI72SSEOF53DOYQBQOCN4QQB2GE/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ERYMM2QVDPOJLX4LYXWYIQN5FOIJLDRY/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ERYMM2QVDPOJLX4LYXWYIQN5FOIJLDRY/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FCIO2W4DUVVMI6L52QCC4TT2B3K5VWHS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FCIO2W4DUVVMI6L52QCC4TT2B3K5VWHS/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FIRUTX47BJD2HYJDLMI7JJBVCYFAPKAQ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FIRUTX47BJD2HYJDLMI7JJBVCYFAPKAQ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KAY6VBNVEFUXKJF37WFHYXUSRDEK34N3/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KAY6VBNVEFUXKJF37WFHYXUSRDEK34N3/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MYG3EMFR7ZHC46TDNM7SNWO64A3W7EUF/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MYG3EMFR7ZHC46TDNM7SNWO64A3W7EUF/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ONXSGLASNLGFL57YU6WT6Y5YURSFV43U/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ONXSGLASNLGFL57YU6WT6Y5YURSFV43U/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UIOJUZ5JMEMGSKNISTOVI4PDP36FDL5Y/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UIOJUZ5JMEMGSKNISTOVI4PDP36FDL5Y/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/W5664BGZVTA46LQDNTYX5THG6CN4FYJX/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/W5664BGZVTA46LQDNTYX5THG6CN4FYJX/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XO2H6CKWLRGTTZCGUQVELW6LUH437Q3O/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XO2H6CKWLRGTTZCGUQVELW6LUH437Q3O/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Y4E2WBEJ42CGLGDHD6ZXOLZ2W6G3YOVD/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Y4E2WBEJ42CGLGDHD6ZXOLZ2W6G3YOVD/< / a > < br > < a href = "https://mail.python.org/archives/list/security-announce@python.org/thread/QDSXNCW77UGULFG2JMDFZQ7H4DIR32LA/" > https://mail.python.org/archives/list/securit
| libpython3.8-stdlib | CVE-2015-20107 | LOW | 3.8.10-0ubuntu1~20.04.4 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2015-20107" > https://access.redhat.com/security/cve/CVE-2015-20107< / a > < br > < a href = "https://bugs.python.org/issue24778" > https://bugs.python.org/issue24778< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-20107" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-20107< / a > < br > < a href = "https://github.com/python/cpython/issues/68966" > https://github.com/python/cpython/issues/68966< / a > < br > < a href = "https://github.com/python/cpython/pull/91542/commits/340251550897cb98ae83ad1040750d6300112e80" > https://github.com/python/cpython/pull/91542/commits/340251550897cb98ae83ad1040750d6300112e80< / a > < br > < a href = "https://github.com/python/cpython/pull/91993" > https://github.com/python/cpython/pull/91993< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/46KWPTI72SSEOF53DOYQBQOCN4QQB2GE/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/46KWPTI72SSEOF53DOYQBQOCN4QQB2GE/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ERYMM2QVDPOJLX4LYXWYIQN5FOIJLDRY/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ERYMM2QVDPOJLX4LYXWYIQN5FOIJLDRY/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FCIO2W4DUVVMI6L52QCC4TT2B3K5VWHS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FCIO2W4DUVVMI6L52QCC4TT2B3K5VWHS/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FIRUTX47BJD2HYJDLMI7JJBVCYFAPKAQ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FIRUTX47BJD2HYJDLMI7JJBVCYFAPKAQ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KAY6VBNVEFUXKJF37WFHYXUSRDEK34N3/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KAY6VBNVEFUXKJF37WFHYXUSRDEK34N3/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MYG3EMFR7ZHC46TDNM7SNWO64A3W7EUF/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MYG3EMFR7ZHC46TDNM7SNWO64A3W7EUF/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ONXSGLASNLGFL57YU6WT6Y5YURSFV43U/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ONXSGLASNLGFL57YU6WT6Y5YURSFV43U/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UIOJUZ5JMEMGSKNISTOVI4PDP36FDL5Y/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UIOJUZ5JMEMGSKNISTOVI4PDP36FDL5Y/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/W5664BGZVTA46LQDNTYX5THG6CN4FYJX/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/W5664BGZVTA46LQDNTYX5THG6CN4FYJX/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XO2H6CKWLRGTTZCGUQVELW6LUH437Q3O/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XO2H6CKWLRGTTZCGUQVELW6LUH437Q3O/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Y4E2WBEJ42CGLGDHD6ZXOLZ2W6G3YOVD/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Y4E2WBEJ42CGLGDHD6ZXOLZ2W6G3YOVD/< / a > < br > < a href = "https://mail.python.org/archives/list/security-announce@python.org/thread/QDSXNCW77UGULFG2JMDFZQ7H4DIR32LA/" > https://mail.python.org/archives/list/security
2022-06-16 06:39:10 +00:00
| libpython3.9-minimal | CVE-2021-4189 | MEDIUM | 3.9.13-1+focal1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-4189" > https://access.redhat.com/security/cve/CVE-2021-4189< / a > < br > < a href = "https://bugs.python.org/issue43285" > https://bugs.python.org/issue43285< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=2036020" > https://bugzilla.redhat.com/show_bug.cgi?id=2036020< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-4189" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-4189< / a > < br > < a href = "https://errata.almalinux.org/8/ALSA-2022-1986.html" > https://errata.almalinux.org/8/ALSA-2022-1986.html< / a > < br > < a href = "https://github.com/python/cpython/commit/0ab152c6b5d95caa2dc1a30fa96e10258b5f188e (master)" > https://github.com/python/cpython/commit/0ab152c6b5d95caa2dc1a30fa96e10258b5f188e (master)< / a > < br > < a href = "https://github.com/python/cpython/commit/4134f154ae2f621f25c5d698cc0f1748035a1b88 (v3.6.14)" > https://github.com/python/cpython/commit/4134f154ae2f621f25c5d698cc0f1748035a1b88 (v3.6.14)< / a > < br > < a href = "https://github.com/python/cpython/commit/79373951b3eab585d42e0f0ab83718cbe1d0ee33 (v3.7.11)" > https://github.com/python/cpython/commit/79373951b3eab585d42e0f0ab83718cbe1d0ee33 (v3.7.11)< / a > < br > < a href = "https://github.com/python/cpython/commit/7dcb4baa4f0fde3aef5122a8e9f6a41853ec9335 (v3.9.3)" > https://github.com/python/cpython/commit/7dcb4baa4f0fde3aef5122a8e9f6a41853ec9335 (v3.9.3)< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-4189.html" > https://linux.oracle.com/cve/CVE-2021-4189.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-1986.html" > https://linux.oracle.com/errata/ELSA-2022-1986.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5342-1" > https://ubuntu.com/security/notices/USN-5342-1< / a > < br > < / details > |
2022-06-23 02:09:03 +00:00
| libpython3.9-minimal | CVE-2015-20107 | LOW | 3.9.13-1+focal1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2015-20107" > https://access.redhat.com/security/cve/CVE-2015-20107< / a > < br > < a href = "https://bugs.python.org/issue24778" > https://bugs.python.org/issue24778< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-20107" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-20107< / a > < br > < a href = "https://github.com/python/cpython/issues/68966" > https://github.com/python/cpython/issues/68966< / a > < br > < a href = "https://github.com/python/cpython/pull/91542/commits/340251550897cb98ae83ad1040750d6300112e80" > https://github.com/python/cpython/pull/91542/commits/340251550897cb98ae83ad1040750d6300112e80< / a > < br > < a href = "https://github.com/python/cpython/pull/91993" > https://github.com/python/cpython/pull/91993< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/46KWPTI72SSEOF53DOYQBQOCN4QQB2GE/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/46KWPTI72SSEOF53DOYQBQOCN4QQB2GE/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ERYMM2QVDPOJLX4LYXWYIQN5FOIJLDRY/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ERYMM2QVDPOJLX4LYXWYIQN5FOIJLDRY/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FCIO2W4DUVVMI6L52QCC4TT2B3K5VWHS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FCIO2W4DUVVMI6L52QCC4TT2B3K5VWHS/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FIRUTX47BJD2HYJDLMI7JJBVCYFAPKAQ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FIRUTX47BJD2HYJDLMI7JJBVCYFAPKAQ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KAY6VBNVEFUXKJF37WFHYXUSRDEK34N3/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KAY6VBNVEFUXKJF37WFHYXUSRDEK34N3/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MYG3EMFR7ZHC46TDNM7SNWO64A3W7EUF/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MYG3EMFR7ZHC46TDNM7SNWO64A3W7EUF/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ONXSGLASNLGFL57YU6WT6Y5YURSFV43U/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ONXSGLASNLGFL57YU6WT6Y5YURSFV43U/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UIOJUZ5JMEMGSKNISTOVI4PDP36FDL5Y/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UIOJUZ5JMEMGSKNISTOVI4PDP36FDL5Y/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/W5664BGZVTA46LQDNTYX5THG6CN4FYJX/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/W5664BGZVTA46LQDNTYX5THG6CN4FYJX/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XO2H6CKWLRGTTZCGUQVELW6LUH437Q3O/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XO2H6CKWLRGTTZCGUQVELW6LUH437Q3O/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Y4E2WBEJ42CGLGDHD6ZXOLZ2W6G3YOVD/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Y4E2WBEJ42CGLGDHD6ZXOLZ2W6G3YOVD/< / a > < br > < a href = "https://mail.python.org/archives/list/security-announce@python.org/thread/QDSXNCW77UGULFG2JMDFZQ7H4DIR32LA/" > https://mail.python.org/archives/list/security-announ
2022-06-16 06:39:10 +00:00
| libpython3.9-stdlib | CVE-2021-4189 | MEDIUM | 3.9.13-1+focal1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-4189" > https://access.redhat.com/security/cve/CVE-2021-4189< / a > < br > < a href = "https://bugs.python.org/issue43285" > https://bugs.python.org/issue43285< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=2036020" > https://bugzilla.redhat.com/show_bug.cgi?id=2036020< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-4189" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-4189< / a > < br > < a href = "https://errata.almalinux.org/8/ALSA-2022-1986.html" > https://errata.almalinux.org/8/ALSA-2022-1986.html< / a > < br > < a href = "https://github.com/python/cpython/commit/0ab152c6b5d95caa2dc1a30fa96e10258b5f188e (master)" > https://github.com/python/cpython/commit/0ab152c6b5d95caa2dc1a30fa96e10258b5f188e (master)< / a > < br > < a href = "https://github.com/python/cpython/commit/4134f154ae2f621f25c5d698cc0f1748035a1b88 (v3.6.14)" > https://github.com/python/cpython/commit/4134f154ae2f621f25c5d698cc0f1748035a1b88 (v3.6.14)< / a > < br > < a href = "https://github.com/python/cpython/commit/79373951b3eab585d42e0f0ab83718cbe1d0ee33 (v3.7.11)" > https://github.com/python/cpython/commit/79373951b3eab585d42e0f0ab83718cbe1d0ee33 (v3.7.11)< / a > < br > < a href = "https://github.com/python/cpython/commit/7dcb4baa4f0fde3aef5122a8e9f6a41853ec9335 (v3.9.3)" > https://github.com/python/cpython/commit/7dcb4baa4f0fde3aef5122a8e9f6a41853ec9335 (v3.9.3)< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-4189.html" > https://linux.oracle.com/cve/CVE-2021-4189.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-1986.html" > https://linux.oracle.com/errata/ELSA-2022-1986.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5342-1" > https://ubuntu.com/security/notices/USN-5342-1< / a > < br > < / details > |
2022-06-23 02:09:03 +00:00
| libpython3.9-stdlib | CVE-2015-20107 | LOW | 3.9.13-1+focal1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2015-20107" > https://access.redhat.com/security/cve/CVE-2015-20107< / a > < br > < a href = "https://bugs.python.org/issue24778" > https://bugs.python.org/issue24778< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-20107" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-20107< / a > < br > < a href = "https://github.com/python/cpython/issues/68966" > https://github.com/python/cpython/issues/68966< / a > < br > < a href = "https://github.com/python/cpython/pull/91542/commits/340251550897cb98ae83ad1040750d6300112e80" > https://github.com/python/cpython/pull/91542/commits/340251550897cb98ae83ad1040750d6300112e80< / a > < br > < a href = "https://github.com/python/cpython/pull/91993" > https://github.com/python/cpython/pull/91993< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/46KWPTI72SSEOF53DOYQBQOCN4QQB2GE/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/46KWPTI72SSEOF53DOYQBQOCN4QQB2GE/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ERYMM2QVDPOJLX4LYXWYIQN5FOIJLDRY/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ERYMM2QVDPOJLX4LYXWYIQN5FOIJLDRY/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FCIO2W4DUVVMI6L52QCC4TT2B3K5VWHS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FCIO2W4DUVVMI6L52QCC4TT2B3K5VWHS/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FIRUTX47BJD2HYJDLMI7JJBVCYFAPKAQ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FIRUTX47BJD2HYJDLMI7JJBVCYFAPKAQ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KAY6VBNVEFUXKJF37WFHYXUSRDEK34N3/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KAY6VBNVEFUXKJF37WFHYXUSRDEK34N3/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MYG3EMFR7ZHC46TDNM7SNWO64A3W7EUF/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MYG3EMFR7ZHC46TDNM7SNWO64A3W7EUF/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ONXSGLASNLGFL57YU6WT6Y5YURSFV43U/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ONXSGLASNLGFL57YU6WT6Y5YURSFV43U/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UIOJUZ5JMEMGSKNISTOVI4PDP36FDL5Y/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UIOJUZ5JMEMGSKNISTOVI4PDP36FDL5Y/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/W5664BGZVTA46LQDNTYX5THG6CN4FYJX/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/W5664BGZVTA46LQDNTYX5THG6CN4FYJX/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XO2H6CKWLRGTTZCGUQVELW6LUH437Q3O/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XO2H6CKWLRGTTZCGUQVELW6LUH437Q3O/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Y4E2WBEJ42CGLGDHD6ZXOLZ2W6G3YOVD/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Y4E2WBEJ42CGLGDHD6ZXOLZ2W6G3YOVD/< / a > < br > < a href = "https://mail.python.org/archives/list/security-announce@python.org/thread/QDSXNCW77UGULFG2JMDFZQ7H4DIR32LA/" > https://mail.python.org/archives/list/security-announc
2022-06-16 06:39:10 +00:00
| libroken18-heimdal | CVE-2021-3671 | LOW | 7.7.0+dfsg-1ubuntu1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-3671" > https://access.redhat.com/security/cve/CVE-2021-3671< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=2013080," > https://bugzilla.redhat.com/show_bug.cgi?id=2013080,< / a > < br > < a href = "https://bugzilla.samba.org/show_bug.cgi?id=14770," > https://bugzilla.samba.org/show_bug.cgi?id=14770,< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3671" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3671< / a > < br > < a href = "https://github.com/heimdal/heimdal/commit/04171147948d0a3636bc6374181926f0fb2ec83a" > https://github.com/heimdal/heimdal/commit/04171147948d0a3636bc6374181926f0fb2ec83a< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-3671" > https://nvd.nist.gov/vuln/detail/CVE-2021-3671< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5142-1" > https://ubuntu.com/security/notices/USN-5142-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5174-1" > https://ubuntu.com/security/notices/USN-5174-1< / a > < br > < / details > |
| libsepol1 | CVE-2021-36084 | LOW | 3.0-1 | 3.0-1ubuntu0.1 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-36084" > https://access.redhat.com/security/cve/CVE-2021-36084< / a > < br > < a href = "https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=31065" > https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=31065< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-36084" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-36084< / a > < br > < a href = "https://errata.almalinux.org/8/ALSA-2021-4513.html" > https://errata.almalinux.org/8/ALSA-2021-4513.html< / 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 > < a href = "https://ubuntu.com/security/notices/USN-5391-1" > https://ubuntu.com/security/notices/USN-5391-1< / a > < br > < / details > |
| libsepol1 | CVE-2021-36085 | LOW | 3.0-1 | 3.0-1ubuntu0.1 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-36085" > https://access.redhat.com/security/cve/CVE-2021-36085< / a > < br > < a href = "https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=31124" > https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=31124< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-36085" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-36085< / a > < br > < a href = "https://errata.almalinux.org/8/ALSA-2021-4513.html" > https://errata.almalinux.org/8/ALSA-2021-4513.html< / 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 > < a href = "https://ubuntu.com/security/notices/USN-5391-1" > https://ubuntu.com/security/notices/USN-5391-1< / a > < br > < / details > |
| libsepol1 | CVE-2021-36086 | LOW | 3.0-1 | 3.0-1ubuntu0.1 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-36086" > https://access.redhat.com/security/cve/CVE-2021-36086< / a > < br > < a href = "https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=32177" > https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=32177< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-36086" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-36086< / a > < br > < a href = "https://errata.almalinux.org/8/ALSA-2021-4513.html" > https://errata.almalinux.org/8/ALSA-2021-4513.html< / 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 > < a href = "https://ubuntu.com/security/notices/USN-5391-1" > https://ubuntu.com/security/notices/USN-5391-1< / a > < br > < / details > |
| libsepol1 | CVE-2021-36087 | LOW | 3.0-1 | 3.0-1ubuntu0.1 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-36087" > https://access.redhat.com/security/cve/CVE-2021-36087< / a > < br > < a href = "https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=32675" > https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=32675< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-36087" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-36087< / a > < br > < a href = "https://errata.almalinux.org/8/ALSA-2021-4513.html" > https://errata.almalinux.org/8/ALSA-2021-4513.html< / 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 > < a href = "https://ubuntu.com/security/notices/USN-5391-1" > https://ubuntu.com/security/notices/USN-5391-1< / a > < br > < / details > |
| libsqlite3-0 | CVE-2020-9794 | MEDIUM | 3.31.1-4ubuntu0.3 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-9794" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-9794< / 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/HT211168" > https://support.apple.com/HT211168< / a > < br > < a href = "https://support.apple.com/HT211170" > https://support.apple.com/HT211170< / a > < br > < a href = "https://support.apple.com/HT211171" > https://support.apple.com/HT211171< / a > < br > < a href = "https://support.apple.com/HT211175" > https://support.apple.com/HT211175< / a > < br > < a href = "https://support.apple.com/HT211178" > https://support.apple.com/HT211178< / a > < br > < a href = "https://support.apple.com/HT211179" > https://support.apple.com/HT211179< / a > < br > < a href = "https://support.apple.com/HT211181" > https://support.apple.com/HT211181< / a > < br > < a href = "https://vuldb.com/?id.155768" > https://vuldb.com/?id.155768< / a > < br > < / details > |
| libsqlite3-0 | CVE-2020-9849 | LOW | 3.31.1-4ubuntu0.3 | | < details > < summary > Expand...< / summary > < a href = "http://seclists.org/fulldisclosure/2020/Dec/32" > http://seclists.org/fulldisclosure/2020/Dec/32< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-9849" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-9849< / 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/en-us/HT211843" > https://support.apple.com/en-us/HT211843< / a > < br > < a href = "https://support.apple.com/en-us/HT211844" > https://support.apple.com/en-us/HT211844< / a > < br > < a href = "https://support.apple.com/en-us/HT211850" > https://support.apple.com/en-us/HT211850< / a > < br > < a href = "https://support.apple.com/en-us/HT211931" > https://support.apple.com/en-us/HT211931< / a > < br > < a href = "https://support.apple.com/en-us/HT211935" > https://support.apple.com/en-us/HT211935< / a > < br > < a href = "https://support.apple.com/en-us/HT211952" > https://support.apple.com/en-us/HT211952< / a > < br > < a href = "https://www.rapid7.com/db/vulnerabilities/apple-osx-sqlite-cve-2020-9849/" > https://www.rapid7.com/db/vulnerabilities/apple-osx-sqlite-cve-2020-9849/< / a > < br > < / details > |
| libsqlite3-0 | CVE-2020-9991 | LOW | 3.31.1-4ubuntu0.3 | | < details > < summary > Expand...< / summary > < a href = "http://seclists.org/fulldisclosure/2020/Dec/32" > http://seclists.org/fulldisclosure/2020/Dec/32< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-9991" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-9991< / 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/en-us/HT211843" > https://support.apple.com/en-us/HT211843< / a > < br > < a href = "https://support.apple.com/en-us/HT211844" > https://support.apple.com/en-us/HT211844< / a > < br > < a href = "https://support.apple.com/en-us/HT211847" > https://support.apple.com/en-us/HT211847< / a > < br > < a href = "https://support.apple.com/en-us/HT211850" > https://support.apple.com/en-us/HT211850< / a > < br > < a href = "https://support.apple.com/en-us/HT211931" > https://support.apple.com/en-us/HT211931< / a > < br > < a href = "https://support.apple.com/kb/HT211846" > https://support.apple.com/kb/HT211846< / a > < br > < a href = "https://www.rapid7.com/db/vulnerabilities/apple-osx-sqlite-cve-2020-9991/" > https://www.rapid7.com/db/vulnerabilities/apple-osx-sqlite-cve-2020-9991/< / a > < br > < / details > |
| libss2 | CVE-2022-1304 | MEDIUM | 1.45.5-2ubuntu1 | 1.45.5-2ubuntu1.1 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-1304" > https://access.redhat.com/security/cve/CVE-2022-1304< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=2069726" > https://bugzilla.redhat.com/show_bug.cgi?id=2069726< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1304" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1304< / a > < br > < a href = "https://marc.info/?l=linux-ext4&m=165056234501732&w=2" > https://marc.info/?l=linux-ext4& m=165056234501732& w=2< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-1304" > https://nvd.nist.gov/vuln/detail/CVE-2022-1304< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5464-1" > https://ubuntu.com/security/notices/USN-5464-1< / a > < br > < / details > |
2022-06-23 02:09:03 +00:00
| libssl1.1 | CVE-2022-2068 | MEDIUM | 1.1.1f-1ubuntu2.13 | 1.1.1f-1ubuntu2.15 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-2068" > https://access.redhat.com/security/cve/CVE-2022-2068< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2068" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2068< / a > < br > < a href = "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2c9c35870601b4a44d86ddbf512b38df38285cfa" > https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2c9c35870601b4a44d86ddbf512b38df38285cfa< / a > < br > < a href = "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=7a9c027159fe9e1bbc2cd38a8a2914bff0d5abd9" > https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=7a9c027159fe9e1bbc2cd38a8a2914bff0d5abd9< / a > < br > < a href = "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=9639817dac8bbbaa64d09efad7464ccc405527c7" > https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=9639817dac8bbbaa64d09efad7464ccc405527c7< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5488-1" > https://ubuntu.com/security/notices/USN-5488-1< / a > < br > < a href = "https://www.openssl.org/news/secadv/20220621.txt" > https://www.openssl.org/news/secadv/20220621.txt< / a > < br > < / details > |
2022-06-16 06:39:10 +00:00
| libstdc++-9-dev | CVE-2020-13844 | MEDIUM | 9.4.0-1ubuntu1~20.04.1 | | < details > < summary > Expand...< / summary > < a href = "http://lists.llvm.org/pipermail/llvm-dev/2020-June/142109.html" > http://lists.llvm.org/pipermail/llvm-dev/2020-June/142109.html< / a > < br > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00039.html" > http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00039.html< / a > < br > < a href = "http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00040.html" > http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00040.html< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2020-13844" > https://access.redhat.com/security/cve/CVE-2020-13844< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13844" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13844< / a > < br > < a href = "https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability" > https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability< / a > < br > < a href = "https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability/downloads/straight-line-speculation" > https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability/downloads/straight-line-speculation< / a > < br > < a href = "https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability/frequently-asked-questions" > https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability/frequently-asked-questions< / a > < br > < a href = "https://gcc.gnu.org/pipermail/gcc-patches/2020-June/547520.html" > https://gcc.gnu.org/pipermail/gcc-patches/2020-June/547520.html< / a > < br > < a href = "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=679db70801da9fda91d26caf13bf5b5ccc74e8e8" > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=679db70801da9fda91d26caf13bf5b5ccc74e8e8< / a > < br > < / details > |
| libtiff5 | CVE-2022-1354 | MEDIUM | 4.1.0+git191117-2ubuntu0.20.04.3 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-1354" > https://access.redhat.com/security/cve/CVE-2022-1354< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1354" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1354< / a > < br > < a href = "https://gitlab.com/libtiff/libtiff/-/issues/319" > https://gitlab.com/libtiff/libtiff/-/issues/319< / a > < br > < / details > |
| libtiff5 | CVE-2018-10126 | LOW | 4.1.0+git191117-2ubuntu0.20.04.3 | | < 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://access.redhat.com/security/cve/CVE-2018-10126" > https://access.redhat.com/security/cve/CVE-2018-10126< / 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-2022-22844 | LOW | 4.1.0+git191117-2ubuntu0.20.04.3 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-22844" > https://access.redhat.com/security/cve/CVE-2022-22844< / a > < br > < 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 > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-22844" > https://nvd.nist.gov/vuln/detail/CVE-2022-22844< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220311-0002/" > https://security.netapp.com/advisory/ntap-20220311-0002/< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5108" > https://www.debian.org/security/2022/dsa-5108< / a > < br > < / details > |
| libtinfo6 | CVE-2021-39537 | LOW | 6.2-0ubuntu2 | | < details > < summary > Expand...< / summary > < a href = "http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/ncurses/patches/patch-ncurses_tinfo_captoinfo.c?rev=1.1&content-type=text/x-cvsweb-markup" > http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/ncurses/patches/patch-ncurses_tinfo_captoinfo.c?rev=1.1& content-type=text/x-cvsweb-markup< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2021-39537" > https://access.redhat.com/security/cve/CVE-2021-39537< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-39537" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-39537< / a > < br > < a href = "https://lists.gnu.org/archive/html/bug-ncurses/2020-08/msg00006.html" > https://lists.gnu.org/archive/html/bug-ncurses/2020-08/msg00006.html< / a > < br > < a href = "https://lists.gnu.org/archive/html/bug-ncurses/2021-10/msg00023.html" > https://lists.gnu.org/archive/html/bug-ncurses/2021-10/msg00023.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-39537" > https://nvd.nist.gov/vuln/detail/CVE-2021-39537< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5477-1" > https://ubuntu.com/security/notices/USN-5477-1< / a > < br > < / details > |
| libtinfo6 | CVE-2022-29458 | LOW | 6.2-0ubuntu2 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-29458" > https://access.redhat.com/security/cve/CVE-2022-29458< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29458" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29458< / a > < br > < a href = "https://invisible-island.net/ncurses/NEWS.html#t20220416" > https://invisible-island.net/ncurses/NEWS.html#t20220416< / a > < br > < a href = "https://lists.gnu.org/archive/html/bug-ncurses/2022-04/msg00014.html" > https://lists.gnu.org/archive/html/bug-ncurses/2022-04/msg00014.html< / a > < br > < a href = "https://lists.gnu.org/archive/html/bug-ncurses/2022-04/msg00016.html" > https://lists.gnu.org/archive/html/bug-ncurses/2022-04/msg00016.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-29458" > https://nvd.nist.gov/vuln/detail/CVE-2022-29458< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5477-1" > https://ubuntu.com/security/notices/USN-5477-1< / a > < br > < / details > |
| libwind0-heimdal | CVE-2021-3671 | LOW | 7.7.0+dfsg-1ubuntu1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-3671" > https://access.redhat.com/security/cve/CVE-2021-3671< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=2013080," > https://bugzilla.redhat.com/show_bug.cgi?id=2013080,< / a > < br > < a href = "https://bugzilla.samba.org/show_bug.cgi?id=14770," > https://bugzilla.samba.org/show_bug.cgi?id=14770,< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3671" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3671< / a > < br > < a href = "https://github.com/heimdal/heimdal/commit/04171147948d0a3636bc6374181926f0fb2ec83a" > https://github.com/heimdal/heimdal/commit/04171147948d0a3636bc6374181926f0fb2ec83a< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-3671" > https://nvd.nist.gov/vuln/detail/CVE-2021-3671< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5142-1" > https://ubuntu.com/security/notices/USN-5142-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5174-1" > https://ubuntu.com/security/notices/USN-5174-1< / a > < br > < / details > |
| linux-libc-dev | CVE-2022-1116 | HIGH | 5.4.0-110.124 | 5.4.0-113.127 | < details > < summary > Expand...< / summary > < a href = "http://packetstormsecurity.com/files/167386/Kernel-Live-Patch-Security-Notice-LSN-0086-1.html" > http://packetstormsecurity.com/files/167386/Kernel-Live-Patch-Security-Notice-LSN-0086-1.html< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-1116" > https://access.redhat.com/security/cve/CVE-2022-1116< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1116" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1116< / a > < br > < a href = "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/fs/io_uring.c?h=v5.4.189&id=1a623d361ffe5cecd4244a02f449528416360038" > https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/fs/io_uring.c?h=v5.4.189& id=1a623d361ffe5cecd4244a02f449528416360038< / a > < br > < a href = "https://kernel.dance/#1a623d361ffe5cecd4244a02f449528416360038" > https://kernel.dance/#1a623d361ffe5cecd4244a02f449528416360038< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5442-1" > https://ubuntu.com/security/notices/USN-5442-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5442-2" > https://ubuntu.com/security/notices/USN-5442-2< / a > < br > < / details > |
2022-06-23 02:09:03 +00:00
| linux-libc-dev | CVE-2022-21499 | HIGH | 5.4.0-110.124 | 5.4.0-117.132 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-21499" > https://access.redhat.com/security/cve/CVE-2022-21499< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21499" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21499< / a > < br > < a href = "https://git.kernel.org/linus/eadb2f47a3ced5c64b23b90fd2a3463f63726066" > https://git.kernel.org/linus/eadb2f47a3ced5c64b23b90fd2a3463f63726066< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2022-21499.html" > https://linux.oracle.com/cve/CVE-2022-21499.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-9496.html" > https://linux.oracle.com/errata/ELSA-2022-9496.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5465-1" > https://ubuntu.com/security/notices/USN-5465-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5466-1" > https://ubuntu.com/security/notices/USN-5466-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5467-1" > https://ubuntu.com/security/notices/USN-5467-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5468-1" > https://ubuntu.com/security/notices/USN-5468-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5469-1" > https://ubuntu.com/security/notices/USN-5469-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5470-1" > https://ubuntu.com/security/notices/USN-5470-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5471-1" > https://ubuntu.com/security/notices/USN-5471-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5484-1" > https://ubuntu.com/security/notices/USN-5484-1< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5161" > https://www.debian.org/security/2022/dsa-5161< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2022/05/24/10" > https://www.openwall.com/lists/oss-security/2022/05/24/10< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2022/05/24/7" > https://www.openwall.com/lists/oss-security/2022/05/24/7< / a > < br > < / details > |
2022-06-16 06:39:10 +00:00
| linux-libc-dev | CVE-2022-29581 | HIGH | 5.4.0-110.124 | 5.4.0-113.127 | < details > < summary > Expand...< / summary > < a href = "http://packetstormsecurity.com/files/167386/Kernel-Live-Patch-Security-Notice-LSN-0086-1.html" > http://packetstormsecurity.com/files/167386/Kernel-Live-Patch-Security-Notice-LSN-0086-1.html< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2022/05/18/2" > http://www.openwall.com/lists/oss-security/2022/05/18/2< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-29581" > https://access.redhat.com/security/cve/CVE-2022-29581< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29581" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29581< / a > < br > < a href = "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=3db09e762dc79584a69c10d74a6b98f89a9979f8" > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=3db09e762dc79584a69c10d74a6b98f89a9979f8< / a > < br > < a href = "https://kernel.dance/#3db09e762dc79584a69c10d74a6b98f89a9979f8" > https://kernel.dance/#3db09e762dc79584a69c10d74a6b98f89a9979f8< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-29581" > https://nvd.nist.gov/vuln/detail/CVE-2022-29581< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5442-1" > https://ubuntu.com/security/notices/USN-5442-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5442-2" > https://ubuntu.com/security/notices/USN-5442-2< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5443-1" > https://ubuntu.com/security/notices/USN-5443-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5443-2" > https://ubuntu.com/security/notices/USN-5443-2< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5444-1" > https://ubuntu.com/security/notices/USN-5444-1< / a > < br > < / details > |
| linux-libc-dev | CVE-2013-7445 | MEDIUM | 5.4.0-110.124 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2013-7445" > https://access.redhat.com/security/cve/CVE-2013-7445< / a > < br > < a href = "https://bugzilla.kernel.org/show_bug.cgi?id=60533" > https://bugzilla.kernel.org/show_bug.cgi?id=60533< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-7445" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-7445< / a > < br > < a href = "https://lists.freedesktop.org/archives/dri-devel/2015-September/089778.html (potential start towards fixing)" > https://lists.freedesktop.org/archives/dri-devel/2015-September/089778.html (potential start towards fixing)< / a > < br > < / details > |
| linux-libc-dev | CVE-2015-8553 | MEDIUM | 5.4.0-110.124 | | < details > < summary > Expand...< / summary > < a href = "http://thread.gmane.org/gmane.linux.kernel/1924087/focus=1930758 (regression mention)" > http://thread.gmane.org/gmane.linux.kernel/1924087/focus=1930758 (regression mention)< / a > < br > < a href = "http://xenbits.xen.org/xsa/advisory-120.html" > http://xenbits.xen.org/xsa/advisory-120.html< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2015-8553" > https://access.redhat.com/security/cve/CVE-2015-8553< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-8553" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-8553< / a > < br > < a href = "https://seclists.org/bugtraq/2019/Aug/18" > https://seclists.org/bugtraq/2019/Aug/18< / a > < br > < a href = "https://www.debian.org/security/2019/dsa-4497" > https://www.debian.org/security/2019/dsa-4497< / a > < br > < / details > |
| linux-libc-dev | CVE-2016-8660 | MEDIUM | 5.4.0-110.124 | | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2016/10/13/8" > http://www.openwall.com/lists/oss-security/2016/10/13/8< / a > < br > < a href = "http://www.securityfocus.com/bid/93558" > http://www.securityfocus.com/bid/93558< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2016-8660" > https://access.redhat.com/security/cve/CVE-2016-8660< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=1384851" > https://bugzilla.redhat.com/show_bug.cgi?id=1384851< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-8660" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-8660< / a > < br > < a href = "https://lore.kernel.org/linux-xfs/895314622.769515.1476375930648.JavaMail.zimbra@redhat.com/" > https://lore.kernel.org/linux-xfs/895314622.769515.1476375930648.JavaMail.zimbra@redhat.com/< / a > < br > < a href = "https://marc.info/?l=linux-fsdevel&m=147639177409294&w=2" > https://marc.info/?l=linux-fsdevel& m=147639177409294& w=2< / a > < br > < a href = "https://marc.info/?l=linux-xfs&m=149498118228320&w=2" > https://marc.info/?l=linux-xfs& m=149498118228320& w=2< / a > < br > < / details > |
| linux-libc-dev | CVE-2018-17977 | MEDIUM | 5.4.0-110.124 | | < details > < summary > Expand...< / summary > < a href = "http://www.securityfocus.com/bid/105539" > http://www.securityfocus.com/bid/105539< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2018-17977" > https://access.redhat.com/security/cve/CVE-2018-17977< / a > < br > < a href = "https://bugzilla.suse.com/show_bug.cgi?id=1111609" > https://bugzilla.suse.com/show_bug.cgi?id=1111609< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-17977" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-17977< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2018/10/05/5" > https://www.openwall.com/lists/oss-security/2018/10/05/5< / a > < br > < / details > |
| linux-libc-dev | CVE-2020-12362 | MEDIUM | 5.4.0-110.124 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2020-12362" > https://access.redhat.com/security/cve/CVE-2020-12362< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-12362" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-12362< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-12362.html" > https://linux.oracle.com/cve/CVE-2020-12362.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-9434.html" > https://linux.oracle.com/errata/ELSA-2021-9434.html< / a > < br > < a href = "https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00438.html" > https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00438.html< / a > < br > < / details > |
| linux-libc-dev | CVE-2020-24504 | MEDIUM | 5.4.0-110.124 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2020-24504" > https://access.redhat.com/security/cve/CVE-2020-24504< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-24504" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-24504< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-24504.html" > https://linux.oracle.com/cve/CVE-2020-24504.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-4356.html" > https://linux.oracle.com/errata/ELSA-2021-4356.html< / a > < br > < a href = "https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00462.html" > https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00462.html< / a > < br > < / details > |
| linux-libc-dev | CVE-2020-27835 | MEDIUM | 5.4.0-110.124 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2020-27835" > https://access.redhat.com/security/cve/CVE-2020-27835< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=1901709" > https://bugzilla.redhat.com/show_bug.cgi?id=1901709< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-27835" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-27835< / a > < br > < a href = "https://git.kernel.org/linus/3d2a9d642512c21a12d19b9250e7a835dcb41a79" > https://git.kernel.org/linus/3d2a9d642512c21a12d19b9250e7a835dcb41a79< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-27835.html" > https://linux.oracle.com/cve/CVE-2020-27835.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-1578.html" > https://linux.oracle.com/errata/ELSA-2021-1578.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-4751-1" > https://ubuntu.com/security/notices/USN-4751-1< / a > < br > < / details > |
| linux-libc-dev | CVE-2020-36310 | MEDIUM | 5.4.0-110.124 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2020-36310" > https://access.redhat.com/security/cve/CVE-2020-36310< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=1769283#c148" > https://bugzilla.redhat.com/show_bug.cgi?id=1769283#c148< / a > < br > < a href = "https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.8" > https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.8< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36310" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36310< / a > < br > < a href = "https://git.kernel.org/linus/e72436bc3a5206f95bb384e741154166ddb3202e" > https://git.kernel.org/linus/e72436bc3a5206f95bb384e741154166ddb3202e< / a > < br > < a href = "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=e72436bc3a5206f95bb384e741154166ddb3202e" > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=e72436bc3a5206f95bb384e741154166ddb3202e< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-36310.html" > https://linux.oracle.com/cve/CVE-2020-36310.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-9307.html" > https://linux.oracle.com/errata/ELSA-2021-9307.html< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5095" > https://www.debian.org/security/2022/dsa-5095< / a > < br > < / details > |
| linux-libc-dev | CVE-2021-20320 | MEDIUM | 5.4.0-110.124 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-20320" > https://access.redhat.com/security/cve/CVE-2021-20320< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=2010090" > https://bugzilla.redhat.com/show_bug.cgi?id=2010090< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-20320" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-20320< / a > < br > < a href = "https://lore.kernel.org/bpf/20210902185229.1840281-1-johan.almbladh@anyfinetworks.com/" > https://lore.kernel.org/bpf/20210902185229.1840281-1-johan.almbladh@anyfinetworks.com/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-20320" > https://nvd.nist.gov/vuln/detail/CVE-2021-20320< / a > < br > < / details > |
| linux-libc-dev | CVE-2021-33061 | MEDIUM | 5.4.0-110.124 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-33061" > https://access.redhat.com/security/cve/CVE-2021-33061< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33061" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33061< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220210-0010/" > https://security.netapp.com/advisory/ntap-20220210-0010/< / a > < br > < a href = "https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00571.html" > https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00571.html< / a > < br > < / details > |
| linux-libc-dev | CVE-2021-3864 | MEDIUM | 5.4.0-110.124 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-3864" > https://access.redhat.com/security/cve/CVE-2021-3864< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3864" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3864< / a > < br > < a href = "https://lore.kernel.org/all/20211221021744.864115-1-longman@redhat.com" > https://lore.kernel.org/all/20211221021744.864115-1-longman@redhat.com< / a > < br > < a href = "https://lore.kernel.org/all/20211226150310.GA992@1wt.eu/" > https://lore.kernel.org/all/20211226150310.GA992@1wt.eu/< / a > < br > < a href = "https://lore.kernel.org/lkml/20211228170910.623156-1-wander@redhat.com" > https://lore.kernel.org/lkml/20211228170910.623156-1-wander@redhat.com< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2021/10/20/2" > https://www.openwall.com/lists/oss-security/2021/10/20/2< / a > < br > < / details > |
| linux-libc-dev | CVE-2021-39800 | MEDIUM | 5.4.0-110.124 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-39800" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-39800< / a > < br > < a href = "https://source.android.com/security/bulletin/2022-04-01" > https://source.android.com/security/bulletin/2022-04-01< / a > < br > < / details > |
| linux-libc-dev | CVE-2021-39801 | MEDIUM | 5.4.0-110.124 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-39801" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-39801< / a > < br > < a href = "https://source.android.com/security/bulletin/2022-04-01" > https://source.android.com/security/bulletin/2022-04-01< / a > < br > < / details > |
| linux-libc-dev | CVE-2021-39802 | MEDIUM | 5.4.0-110.124 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-39802" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-39802< / a > < br > < a href = "https://source.android.com/security/bulletin/2022-04-01" > https://source.android.com/security/bulletin/2022-04-01< / a > < br > < / details > |
| linux-libc-dev | CVE-2021-4001 | MEDIUM | 5.4.0-110.124 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-4001" > https://access.redhat.com/security/cve/CVE-2021-4001< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=2025645" > https://bugzilla.redhat.com/show_bug.cgi?id=2025645< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-4001" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-4001< / a > < br > < a href = "https://git.kernel.org/linus/353050be4c19e102178ccc05988101887c25ae53" > https://git.kernel.org/linus/353050be4c19e102178ccc05988101887c25ae53< / a > < br > < a href = "https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git/commit/?id=353050be4c19e102178ccc05988101887c25ae53" > https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git/commit/?id=353050be4c19e102178ccc05988101887c25ae53< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-4001" > https://nvd.nist.gov/vuln/detail/CVE-2021-4001< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5207-1" > https://ubuntu.com/security/notices/USN-5207-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5265-1" > https://ubuntu.com/security/notices/USN-5265-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5278-1" > https://ubuntu.com/security/notices/USN-5278-1< / a > < br > < / details > |
| linux-libc-dev | CVE-2021-4148 | MEDIUM | 5.4.0-110.124 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-4148" > https://access.redhat.com/security/cve/CVE-2021-4148< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=2026487" > https://bugzilla.redhat.com/show_bug.cgi?id=2026487< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-4148" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-4148< / a > < br > < a href = "https://lkml.org/lkml/2021/9/12/323" > https://lkml.org/lkml/2021/9/12/323< / a > < br > < a href = "https://lkml.org/lkml/2021/9/17/1037" > https://lkml.org/lkml/2021/9/17/1037< / a > < br > < a href = "https://lore.kernel.org/linux-mm/a07564a3-b2fc-9ffe-3ace-3f276075ea5c@google.com/" > https://lore.kernel.org/linux-mm/a07564a3-b2fc-9ffe-3ace-3f276075ea5c@google.com/< / a > < br > < a href = "https://lore.kernel.org/lkml/CACkBjsYwLYLRmX8GpsDpMthagWOjWWrNxqY6ZLNQVr6yx+f5vA@mail.gmail.com/" > https://lore.kernel.org/lkml/CACkBjsYwLYLRmX8GpsDpMthagWOjWWrNxqY6ZLNQVr6yx+f5vA@mail.gmail.com/< / a > < br > < a href = "https://lore.kernel.org/lkml/CAHbLzkrdGva2dzO36r62LKv_ip5trbMK0BO3vCeSBk2_7OE-zA@mail.gmail.com/" > https://lore.kernel.org/lkml/CAHbLzkrdGva2dzO36r62LKv_ip5trbMK0BO3vCeSBk2_7OE-zA@mail.gmail.com/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-4148" > https://nvd.nist.gov/vuln/detail/CVE-2021-4148< / a > < br > < / details > |
| linux-libc-dev | CVE-2021-4150 | MEDIUM | 5.4.0-110.124 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-4150" > https://access.redhat.com/security/cve/CVE-2021-4150< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=2025938" > https://bugzilla.redhat.com/show_bug.cgi?id=2025938< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-4150" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-4150< / a > < br > < a href = "https://git.kernel.org/linus/9fbfabfda25d8774c5a08634fdd2da000a924890 (5.15-rc7)" > https://git.kernel.org/linus/9fbfabfda25d8774c5a08634fdd2da000a924890 (5.15-rc7)< / a > < br > < a href = "https://lkml.org/lkml/2021/10/18/485" > https://lkml.org/lkml/2021/10/18/485< / a > < br > < a href = "https://lkml.org/lkml/2021/9/6/781" > https://lkml.org/lkml/2021/9/6/781< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-4150" > https://nvd.nist.gov/vuln/detail/CVE-2021-4150< / a > < br > < / details > |
| linux-libc-dev | CVE-2021-4159 | MEDIUM | 5.4.0-110.124 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-4159" > https://access.redhat.com/security/cve/CVE-2021-4159< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-4159" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-4159< / a > < br > < / details > |
| linux-libc-dev | CVE-2021-4197 | MEDIUM | 5.4.0-110.124 | 5.4.0-117.132 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-4197" > https://access.redhat.com/security/cve/CVE-2021-4197< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=2035652" > https://bugzilla.redhat.com/show_bug.cgi?id=2035652< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-4197" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-4197< / a > < br > < a href = "https://errata.almalinux.org/8/ALSA-2022-1988.html" > https://errata.almalinux.org/8/ALSA-2022-1988.html< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-4197.html" > https://linux.oracle.com/cve/CVE-2021-4197.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-9480.html" > https://linux.oracle.com/errata/ELSA-2022-9480.html< / a > < br > < a href = "https://lore.kernel.org/lkml/20211209214707.805617-1-tj@kernel.org/T/" > https://lore.kernel.org/lkml/20211209214707.805617-1-tj@kernel.org/T/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-4197" > https://nvd.nist.gov/vuln/detail/CVE-2021-4197< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220602-0006/" > https://security.netapp.com/advisory/ntap-20220602-0006/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5278-1" > https://ubuntu.com/security/notices/USN-5278-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5337-1" > https://ubuntu.com/security/notices/USN-5337-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5368-1" > https://ubuntu.com/security/notices/USN-5368-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5467-1" > https://ubuntu.com/security/notices/USN-5467-1< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5127" > https://www.debian.org/security/2022/dsa-5127< / a > < br > < / details > |
| linux-libc-dev | CVE-2021-4218 | MEDIUM | 5.4.0-110.124 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-4218" > https://access.redhat.com/security/cve/CVE-2021-4218< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-4218" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-4218< / a > < br > < / details > |
| linux-libc-dev | CVE-2021-44879 | MEDIUM | 5.4.0-110.124 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-44879" > https://access.redhat.com/security/cve/CVE-2021-44879< / a > < br > < a href = "https://bugzilla.kernel.org/show_bug.cgi?id=215231" > https://bugzilla.kernel.org/show_bug.cgi?id=215231< / a > < br > < a href = "https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.16.3" > https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.16.3< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44879" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44879< / a > < br > < a href = "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=9056d6489f5a41cfbb67f719d2c0ce61ead72d9f" > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=9056d6489f5a41cfbb67f719d2c0ce61ead72d9f< / a > < br > < a href = "https://lkml.org/lkml/2022/1/24/4067" > https://lkml.org/lkml/2022/1/24/4067< / a > < br > < a href = "https://lore.kernel.org/linux-f2fs-devel/20211206144421.3735-3-chao@kernel.org/T/" > https://lore.kernel.org/linux-f2fs-devel/20211206144421.3735-3-chao@kernel.org/T/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-44879" > https://nvd.nist.gov/vuln/detail/CVE-2021-44879< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5302-1" > https://ubuntu.com/security/notices/USN-5302-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5383-1" > https://ubuntu.com/security/notices/USN-5383-1< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2022/02/12/1" > https://www.openwall.com/lists/oss-security/2022/02/12/1< / a > < br > < / details > |
| linux-libc-dev | CVE-2022-0168 | MEDIUM | 5.4.0-110.124 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-0168" > https://access.redhat.com/security/cve/CVE-2022-0168< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0168" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0168< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5469-1" > https://ubuntu.com/security/notices/USN-5469-1< / a > < br > < / details > |
| linux-libc-dev | CVE-2022-0382 | MEDIUM | 5.4.0-110.124 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-0382" > https://access.redhat.com/security/cve/CVE-2022-0382< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0382" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0382< / a > < br > < a href = "https://github.com/torvalds/linux/commit/d6d86830705f173fca6087a3e67ceaf68db80523" > https://github.com/torvalds/linux/commit/d6d86830705f173fca6087a3e67ceaf68db80523< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-0382" > https://nvd.nist.gov/vuln/detail/CVE-2022-0382< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5278-1" > https://ubuntu.com/security/notices/USN-5278-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5337-1" > https://ubuntu.com/security/notices/USN-5337-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5368-1" > https://ubuntu.com/security/notices/USN-5368-1< / a > < br > < / details > |
| linux-libc-dev | CVE-2022-0400 | MEDIUM | 5.4.0-110.124 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-0400" > https://access.redhat.com/security/cve/CVE-2022-0400< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=2040604" > https://bugzilla.redhat.com/show_bug.cgi?id=2040604< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=2040604 (not public)" > https://bugzilla.redhat.com/show_bug.cgi?id=2040604 (not public)< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=2044575" > https://bugzilla.redhat.com/show_bug.cgi?id=2044575< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0400" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0400< / a > < br > < / details > |
| linux-libc-dev | CVE-2022-0480 | MEDIUM | 5.4.0-110.124 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-0480" > https://access.redhat.com/security/cve/CVE-2022-0480< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=2049700" > https://bugzilla.redhat.com/show_bug.cgi?id=2049700< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0480" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0480< / a > < br > < a href = "https://git.kernel.org/linus/0f12156dff2862ac54235fc72703f18770769042 (5.15-rc1)" > https://git.kernel.org/linus/0f12156dff2862ac54235fc72703f18770769042 (5.15-rc1)< / a > < br > < a href = "https://github.com/kata-containers/kata-containers/issues/3373" > https://github.com/kata-containers/kata-containers/issues/3373< / a > < br > < a href = "https://lore.kernel.org/linux-mm/20210902215519.AWcuVc3li%25akpm@linux-foundation.org/" > https://lore.kernel.org/linux-mm/20210902215519.AWcuVc3li%25akpm@linux-foundation.org/< / a > < br > < / details > |
| linux-libc-dev | CVE-2022-0494 | MEDIUM | 5.4.0-110.124 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-0494" > https://access.redhat.com/security/cve/CVE-2022-0494< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=2039448" > https://bugzilla.redhat.com/show_bug.cgi?id=2039448< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0494" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0494< / a > < br > < a href = "https://git.kernel.org/linus/cc8f7fe1f5eab010191aa4570f27641876fa1267 (5.17-rc5)" > https://git.kernel.org/linus/cc8f7fe1f5eab010191aa4570f27641876fa1267 (5.17-rc5)< / a > < br > < a href = "https://lore.kernel.org/all/20220216084038.15635-1-tcs.kernel@gmail.com/" > https://lore.kernel.org/all/20220216084038.15635-1-tcs.kernel@gmail.com/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-0494" > https://nvd.nist.gov/vuln/detail/CVE-2022-0494< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5381-1" > https://ubuntu.com/security/notices/USN-5381-1< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5161" > https://www.debian.org/security/2022/dsa-5161< / a > < br > < / details > |
| linux-libc-dev | CVE-2022-0998 | MEDIUM | 5.4.0-110.124 | | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2022/04/02/1" > http://www.openwall.com/lists/oss-security/2022/04/02/1< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-0998" > https://access.redhat.com/security/cve/CVE-2022-0998< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2022-0998" > https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2022-0998< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0998" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0998< / a > < br > < a href = "https://git.kernel.org/linus/870aaff92e959e29d40f9cfdb5ed06ba2fc2dae0 (5.17-rc1)" > https://git.kernel.org/linus/870aaff92e959e29d40f9cfdb5ed06ba2fc2dae0 (5.17-rc1)< / a > < br > < a href = "https://lore.kernel.org/netdev/20220123001216.2460383-13-sashal@kernel.org/" > https://lore.kernel.org/netdev/20220123001216.2460383-13-sashal@kernel.org/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-0998" > https://nvd.nist.gov/vuln/detail/CVE-2022-0998< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220513-0003/" > https://security.netapp.com/advisory/ntap-20220513-0003/< / a > < br > < / details > |
| linux-libc-dev | CVE-2022-1011 | MEDIUM | 5.4.0-110.124 | 5.4.0-117.132 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-1011" > https://access.redhat.com/security/cve/CVE-2022-1011< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=2064855" > https://bugzilla.redhat.com/show_bug.cgi?id=2064855< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1011" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1011< / a > < br > < a href = "https://errata.almalinux.org/8/ALSA-2022-1988.html" > https://errata.almalinux.org/8/ALSA-2022-1988.html< / a > < br > < a href = "https://git.kernel.org/linus/0c4bcfdecb1ac0967619ee7ff44871d93c08c909 (5.17-rc8)" > https://git.kernel.org/linus/0c4bcfdecb1ac0967619ee7ff44871d93c08c909 (5.17-rc8)< / a > < br > < a href = "https://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git/commit/?h=for-next" > https://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git/commit/?h=for-next< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2022-1011.html" > https://linux.oracle.com/cve/CVE-2022-1011.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-1988.html" > https://linux.oracle.com/errata/ELSA-2022-1988.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/BG4J46EMFPDD5QHYXDUI3PJCZQ7HQAZR/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/BG4J46EMFPDD5QHYXDUI3PJCZQ7HQAZR/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/C5AUUDGSDLGYU7SZSK4PFAN22NISQZBT/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/C5AUUDGSDLGYU7SZSK4PFAN22NISQZBT/< / a > < br > < a href = "https://lore.kernel.org/lkml/20220414110839.241541230@linuxfoundation.org/" > https://lore.kernel.org/lkml/20220414110839.241541230@linuxfoundation.org/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-1011" > https://nvd.nist.gov/vuln/detail/CVE-2022-1011< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5381-1" > https://ubuntu.com/security/notices/USN-5381-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5467-1" > https://ubuntu.com/security/notices/USN-5467-1< / a > < br > < / details > |
| linux-libc-dev | CVE-2022-1012 | MEDIUM | 5.4.0-110.124 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-1012" > https://access.redhat.com/security/cve/CVE-2022-1012< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1012" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1012< / a > < br > < a href = "https://git.kernel.org/linus/b2d057560b8107c633b39aabe517ff9d93f285e3 (5.18-rc6)" > https://git.kernel.org/linus/b2d057560b8107c633b39aabe517ff9d93f285e3 (5.18-rc6)< / a > < br > < a href = "https://kernel.googlesource.com/pub/scm/linux/kernel/git/jkirsher/net-queue/+/b2d057560b8107c633b39aabe517ff9d93f285e3%5E%21/" > https://kernel.googlesource.com/pub/scm/linux/kernel/git/jkirsher/net-queue/+/b2d057560b8107c633b39aabe517ff9d93f285e3%5E%21/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5471-1" > https://ubuntu.com/security/notices/USN-5471-1< / a > < br > < / details > |
| linux-libc-dev | CVE-2022-1048 | MEDIUM | 5.4.0-110.124 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-1048" > https://access.redhat.com/security/cve/CVE-2022-1048< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=2066706" > https://bugzilla.redhat.com/show_bug.cgi?id=2066706< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1048" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1048< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2022-1048.html" > https://linux.oracle.com/cve/CVE-2022-1048.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-9480.html" > https://linux.oracle.com/errata/ELSA-2022-9480.html< / a > < br > < a href = "https://lore.kernel.org/lkml/20220322170720.3529-5-tiwai@suse.de/T/#m1d3b791b815556012c6be92f1c4a7086b854f7f3" > https://lore.kernel.org/lkml/20220322170720.3529-5-tiwai@suse.de/T/#m1d3b791b815556012c6be92f1c4a7086b854f7f3< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-1048" > https://nvd.nist.gov/vuln/detail/CVE-2022-1048< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5381-1" > https://ubuntu.com/security/notices/USN-5381-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5469-1" > https://ubuntu.com/security/notices/USN-5469-1< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5127" > https://www.debian.org/security/2022/dsa-5127< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2022/03/28/4" > https://www.openwall.com/lists/oss-security/2022/03/28/4< / a > < br > < / details > |
| linux-libc-dev | CVE-2022-1158 | MEDIUM | 5.4.0-110.124 | 5.4.0-117.132 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-1158" > https://access.redhat.com/security/cve/CVE-2022-1158< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1158" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1158< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2022-1158.html" > https://linux.oracle.com/cve/CVE-2022-1158.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-9368.html" > https://linux.oracle.com/errata/ELSA-2022-9368.html< / a > < br > < a href = "https://seclists.org/oss-sec/2022/q2/22" > https://seclists.org/oss-sec/2022/q2/22< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5416-1" > https://ubuntu.com/security/notices/USN-5416-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5467-1" > https://ubuntu.com/security/notices/USN-5467-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5468-1" > https://ubuntu.com/security/notices/USN-5468-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5469-1" > https://ubuntu.com/security/notices/USN-5469-1< / a > < br > < / details > |
| linux-libc-dev | CVE-2022-1195 | MEDIUM | 5.4.0-110.124 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-1195" > https://access.redhat.com/security/cve/CVE-2022-1195< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=2056381" > https://bugzilla.redhat.com/show_bug.cgi?id=2056381< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1195" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1195< / a > < br > < a href = "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=0b9111922b1f399aba6ed1e1b8f2079c3da1aed8" > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=0b9111922b1f399aba6ed1e1b8f2079c3da1aed8< / a > < br > < a href = "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=3e0588c291d6ce225f2b891753ca41d45ba42469" > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=3e0588c291d6ce225f2b891753ca41d45ba42469< / a > < br > < a href = "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=81b1d548d00bcd028303c4f3150fa753b9b8aa71" > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=81b1d548d00bcd028303c4f3150fa753b9b8aa71< / a > < br > < a href = "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=b2f37aead1b82a770c48b5d583f35ec22aabb61e" > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=b2f37aead1b82a770c48b5d583f35ec22aabb61e< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-1195" > https://nvd.nist.gov/vuln/detail/CVE-2022-1195< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5469-1" > https://ubuntu.com/security/notices/USN-5469-1< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5127" > https://www.debian.org/security/2022/dsa-5127< / a > < br > < / details > |
| linux-libc-dev | CVE-2022-1198 | MEDIUM | 5.4.0-110.124 | 5.4.0-117.132 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-1198" > https://access.redhat.com/security/cve/CVE-2022-1198< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1198" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1198< / a > < br > < a href = "https://github.com/torvalds/linux/commit/efe4186e6a1b54bf38b9e05450d43b0da1fd7739" > https://github.com/torvalds/linux/commit/efe4186e6a1b54bf38b9e05450d43b0da1fd7739< / a > < br > < a href = "https://marc.info/?i=c012878.3292f.17fe9417790.Coremail.duoming@zju.edu.cn" > https://marc.info/?i=c012878.3292f.17fe9417790.Coremail.duoming@zju.edu.cn< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5467-1" > https://ubuntu.com/security/notices/USN-5467-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5469-1" > https://ubuntu.com/security/notices/USN-5469-1< / a > < br > < / details > |
| linux-libc-dev | CVE-2022-1263 | MEDIUM | 5.4.0-110.124 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-1263" > https://access.redhat.com/security/cve/CVE-2022-1263< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1263" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1263< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5469-1" > https://ubuntu.com/security/notices/USN-5469-1< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2022/04/07/1" > https://www.openwall.com/lists/oss-security/2022/04/07/1< / a > < br > < a href = "https://www.spinics.net/lists/kvm/msg273052.html" > https://www.spinics.net/lists/kvm/msg273052.html< / a > < br > < / details > |
| linux-libc-dev | CVE-2022-1353 | MEDIUM | 5.4.0-110.124 | 5.4.0-117.132 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-1353" > https://access.redhat.com/security/cve/CVE-2022-1353< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=2066819" > https://bugzilla.redhat.com/show_bug.cgi?id=2066819< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1353" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1353< / a > < br > < a href = "https://git.kernel.org/linus/9a564bccb78a76740ea9d75a259942df8143d02c (5.17)" > https://git.kernel.org/linus/9a564bccb78a76740ea9d75a259942df8143d02c (5.17)< / a > < br > < a href = "https://github.com/torvalds/linux/commit/9a564bccb78a76740ea9d75a259942df8143d02c" > https://github.com/torvalds/linux/commit/9a564bccb78a76740ea9d75a259942df8143d02c< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2022-1353.html" > https://linux.oracle.com/cve/CVE-2022-1353.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-9480.html" > https://linux.oracle.com/errata/ELSA-2022-9480.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-1353" > https://nvd.nist.gov/vuln/detail/CVE-2022-1353< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5467-1" > https://ubuntu.com/security/notices/USN-5467-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5469-1" > https://ubuntu.com/security/notices/USN-5469-1< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5127" > https://www.debian.org/security/2022/dsa-5127< / a > < br > < / details > |
| linux-libc-dev | CVE-2022-1508 | MEDIUM | 5.4.0-110.124 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-1508" > https://access.redhat.com/security/cve/CVE-2022-1508< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1508" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1508< / a > < br > < a href = "https://git.kernel.org/linus/89c2b3b74918200e46699338d7bcc19b1ea12110 (5.15-rc1)" > https://git.kernel.org/linus/89c2b3b74918200e46699338d7bcc19b1ea12110 (5.15-rc1)< / a > < br > < a href = "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=89c2b3b74918200e46699338d7bcc19b1ea12110" > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=89c2b3b74918200e46699338d7bcc19b1ea12110< / a > < br > < / details > |
2022-06-21 09:20:23 +00:00
| linux-libc-dev | CVE-2022-1516 | MEDIUM | 5.4.0-110.124 | 5.4.0-117.132 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2022/06/19/1" > http://www.openwall.com/lists/oss-security/2022/06/19/1< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-1516" > https://access.redhat.com/security/cve/CVE-2022-1516< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1516" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1516< / a > < br > < a href = "https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/commit/?id=7781607938c8" > https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/commit/?id=7781607938c8< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5416-1" > https://ubuntu.com/security/notices/USN-5416-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5467-1" > https://ubuntu.com/security/notices/USN-5467-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5469-1" > https://ubuntu.com/security/notices/USN-5469-1< / a > < br > < / details > |
2022-06-16 06:39:10 +00:00
| linux-libc-dev | CVE-2022-1652 | MEDIUM | 5.4.0-110.124 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-1652" > https://access.redhat.com/security/cve/CVE-2022-1652< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=1832397" > https://bugzilla.redhat.com/show_bug.cgi?id=1832397< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=2084458" > https://bugzilla.redhat.com/show_bug.cgi?id=2084458< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1652" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1652< / a > < br > < a href = "https://francozappa.github.io/about-bias/" > https://francozappa.github.io/about-bias/< / a > < br > < a href = "https://kb.cert.org/vuls/id/647177/" > https://kb.cert.org/vuls/id/647177/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-1652" > https://nvd.nist.gov/vuln/detail/CVE-2022-1652< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2022/05/10/1" > https://www.openwall.com/lists/oss-security/2022/05/10/1< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2022/05/10/2" > https://www.openwall.com/lists/oss-security/2022/05/10/2< / a > < br > < / details > |
| linux-libc-dev | CVE-2022-1734 | MEDIUM | 5.4.0-110.124 | | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2022/06/05/4" > http://www.openwall.com/lists/oss-security/2022/06/05/4< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2022/06/09/1" > http://www.openwall.com/lists/oss-security/2022/06/09/1< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-1734" > https://access.redhat.com/security/cve/CVE-2022-1734< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1734" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1734< / a > < br > < a href = "https://git.kernel.org/linus/d270453a0d9ec10bb8a802a142fb1b3601a83098 (5.18-rc6)" > https://git.kernel.org/linus/d270453a0d9ec10bb8a802a142fb1b3601a83098 (5.18-rc6)< / a > < br > < a href = "https://github.com/torvalds/linux/commit/d270453a0d9ec10bb8a802a142fb1b3601a83098" > https://github.com/torvalds/linux/commit/d270453a0d9ec10bb8a802a142fb1b3601a83098< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-1734" > https://nvd.nist.gov/vuln/detail/CVE-2022-1734< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5471-1" > https://ubuntu.com/security/notices/USN-5471-1< / a > < br > < / details > |
2022-06-21 09:20:23 +00:00
| linux-libc-dev | CVE-2022-21123 | MEDIUM | 5.4.0-110.124 | 5.4.0-120.136 | < details > < summary > Expand...< / summary > < a href = "INTEL-TA-00615" > INTEL-TA-00615< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2022/06/16/1" > http://www.openwall.com/lists/oss-security/2022/06/16/1< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-21123" > https://access.redhat.com/security/cve/CVE-2022-21123< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21123" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21123< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2022-21123.html" > https://linux.oracle.com/cve/CVE-2022-21123.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-9486.html" > https://linux.oracle.com/errata/ELSA-2022-9486.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FHTEW3RXU2GW6S3RCPQG4VNCZGI3TOSV/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FHTEW3RXU2GW6S3RCPQG4VNCZGI3TOSV/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/T4P2KJYL74KGLHE4JZETVW7PZH6ZIABA/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/T4P2KJYL74KGLHE4JZETVW7PZH6ZIABA/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5484-1" > https://ubuntu.com/security/notices/USN-5484-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5485-1" > https://ubuntu.com/security/notices/USN-5485-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5486-1" > https://ubuntu.com/security/notices/USN-5486-1< / a > < br > < a href = "https://www.intel.com/content/www/us/en/developer/articles/technical/software-security-guidance/technical-documentation/processor-mmio-stale-data-vulnerabilities.html" > https://www.intel.com/content/www/us/en/developer/articles/technical/software-security-guidance/technical-documentation/processor-mmio-stale-data-vulnerabilities.html< / a > < br > < a href = "https://www.intel.com/content/www/us/en/developer/articles/technical/software-security-guidance/technical-documentation/processor-mmio-stale-data-vulnerabilities.html#SBDR" > https://www.intel.com/content/www/us/en/developer/articles/technical/software-security-guidance/technical-documentation/processor-mmio-stale-data-vulnerabilities.html#SBDR< / a > < br > < a href = "https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00615.html" > https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00615.html< / a > < br > < a href = "https://xenbits.xen.org/xsa/advisory-404.html" > https://xenbits.xen.org/xsa/advisory-404.html< / a > < br > < / details > |
| linux-libc-dev | CVE-2022-21125 | MEDIUM | 5.4.0-110.124 | 5.4.0-120.136 | < details > < summary > Expand...< / summary > < a href = "INTEL-TA-00615" > INTEL-TA-00615< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2022/06/16/1" > http://www.openwall.com/lists/oss-security/2022/06/16/1< / a > < br > < a href = "http://xenbits.xen.org/xsa/advisory-404.html" > http://xenbits.xen.org/xsa/advisory-404.html< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-21125" > https://access.redhat.com/security/cve/CVE-2022-21125< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21125" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21125< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2022-21125.html" > https://linux.oracle.com/cve/CVE-2022-21125.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-9486.html" > https://linux.oracle.com/errata/ELSA-2022-9486.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FHTEW3RXU2GW6S3RCPQG4VNCZGI3TOSV/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FHTEW3RXU2GW6S3RCPQG4VNCZGI3TOSV/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/T4P2KJYL74KGLHE4JZETVW7PZH6ZIABA/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/T4P2KJYL74KGLHE4JZETVW7PZH6ZIABA/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5484-1" > https://ubuntu.com/security/notices/USN-5484-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5485-1" > https://ubuntu.com/security/notices/USN-5485-1< / a > < br > < a href = "https://www.intel.com/content/www/us/en/developer/articles/technical/software-security-guidance/technical-documentation/processor-mmio-stale-data-vulnerabilities.html" > https://www.intel.com/content/www/us/en/developer/articles/technical/software-security-guidance/technical-documentation/processor-mmio-stale-data-vulnerabilities.html< / a > < br > < a href = "https://www.intel.com/content/www/us/en/developer/articles/technical/software-security-guidance/technical-documentation/processor-mmio-stale-data-vulnerabilities.html#SBDS" > https://www.intel.com/content/www/us/en/developer/articles/technical/software-security-guidance/technical-documentation/processor-mmio-stale-data-vulnerabilities.html#SBDS< / a > < br > < a href = "https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00615.html" > https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00615.html< / a > < br > < a href = "https://xenbits.xen.org/xsa/advisory-404.html" > https://xenbits.xen.org/xsa/advisory-404.html< / a > < br > < / details > |
| linux-libc-dev | CVE-2022-21166 | MEDIUM | 5.4.0-110.124 | 5.4.0-120.136 | < details > < summary > Expand...< / summary > < a href = "INTEL-TA-00615" > INTEL-TA-00615< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2022/06/16/1" > http://www.openwall.com/lists/oss-security/2022/06/16/1< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-21166" > https://access.redhat.com/security/cve/CVE-2022-21166< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21166" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21166< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2022-21166.html" > https://linux.oracle.com/cve/CVE-2022-21166.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-9486.html" > https://linux.oracle.com/errata/ELSA-2022-9486.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FHTEW3RXU2GW6S3RCPQG4VNCZGI3TOSV/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FHTEW3RXU2GW6S3RCPQG4VNCZGI3TOSV/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/T4P2KJYL74KGLHE4JZETVW7PZH6ZIABA/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/T4P2KJYL74KGLHE4JZETVW7PZH6ZIABA/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5484-1" > https://ubuntu.com/security/notices/USN-5484-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5485-1" > https://ubuntu.com/security/notices/USN-5485-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5486-1" > https://ubuntu.com/security/notices/USN-5486-1< / a > < br > < a href = "https://www.intel.com/content/www/us/en/developer/articles/technical/software-security-guidance/technical-documentation/processor-mmio-stale-data-vulnerabilities.html" > https://www.intel.com/content/www/us/en/developer/articles/technical/software-security-guidance/technical-documentation/processor-mmio-stale-data-vulnerabilities.html< / a > < br > < a href = "https://www.intel.com/content/www/us/en/developer/articles/technical/software-security-guidance/technical-documentation/processor-mmio-stale-data-vulnerabilities.html#DRPW" > https://www.intel.com/content/www/us/en/developer/articles/technical/software-security-guidance/technical-documentation/processor-mmio-stale-data-vulnerabilities.html#DRPW< / a > < br > < a href = "https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00615.html" > https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00615.html< / a > < br > < a href = "https://xenbits.xen.org/xsa/advisory-404.html" > https://xenbits.xen.org/xsa/advisory-404.html< / a > < br > < / details > |
2022-06-16 06:39:10 +00:00
| linux-libc-dev | CVE-2022-23036 | MEDIUM | 5.4.0-110.124 | 5.4.0-117.132 | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23036" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23036< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2022-23036.html" > https://linux.oracle.com/cve/CVE-2022-23036.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-9480.html" > https://linux.oracle.com/errata/ELSA-2022-9480.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5418-1" > https://ubuntu.com/security/notices/USN-5418-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5467-1" > https://ubuntu.com/security/notices/USN-5467-1< / a > < br > < a href = "https://xenbits.xen.org/xsa/advisory-396.html" > https://xenbits.xen.org/xsa/advisory-396.html< / a > < br > < a href = "https://xenbits.xenproject.org/xsa/advisory-396.txt" > https://xenbits.xenproject.org/xsa/advisory-396.txt< / a > < br > < / details > |
| linux-libc-dev | CVE-2022-23037 | MEDIUM | 5.4.0-110.124 | 5.4.0-117.132 | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23037" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23037< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2022-23037.html" > https://linux.oracle.com/cve/CVE-2022-23037.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-9480.html" > https://linux.oracle.com/errata/ELSA-2022-9480.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5418-1" > https://ubuntu.com/security/notices/USN-5418-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5467-1" > https://ubuntu.com/security/notices/USN-5467-1< / a > < br > < a href = "https://xenbits.xen.org/xsa/advisory-396.html" > https://xenbits.xen.org/xsa/advisory-396.html< / a > < br > < a href = "https://xenbits.xenproject.org/xsa/advisory-396.txt" > https://xenbits.xenproject.org/xsa/advisory-396.txt< / a > < br > < / details > |
| linux-libc-dev | CVE-2022-23038 | MEDIUM | 5.4.0-110.124 | 5.4.0-117.132 | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23038" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23038< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2022-23038.html" > https://linux.oracle.com/cve/CVE-2022-23038.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-9480.html" > https://linux.oracle.com/errata/ELSA-2022-9480.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5418-1" > https://ubuntu.com/security/notices/USN-5418-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5467-1" > https://ubuntu.com/security/notices/USN-5467-1< / a > < br > < a href = "https://xenbits.xen.org/xsa/advisory-396.html" > https://xenbits.xen.org/xsa/advisory-396.html< / a > < br > < a href = "https://xenbits.xenproject.org/xsa/advisory-396.txt" > https://xenbits.xenproject.org/xsa/advisory-396.txt< / a > < br > < / details > |
| linux-libc-dev | CVE-2022-23039 | MEDIUM | 5.4.0-110.124 | 5.4.0-117.132 | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23039" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23039< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2022-23039.html" > https://linux.oracle.com/cve/CVE-2022-23039.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-9480.html" > https://linux.oracle.com/errata/ELSA-2022-9480.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5418-1" > https://ubuntu.com/security/notices/USN-5418-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5467-1" > https://ubuntu.com/security/notices/USN-5467-1< / a > < br > < a href = "https://xenbits.xen.org/xsa/advisory-396.html" > https://xenbits.xen.org/xsa/advisory-396.html< / a > < br > < a href = "https://xenbits.xenproject.org/xsa/advisory-396.txt" > https://xenbits.xenproject.org/xsa/advisory-396.txt< / a > < br > < / details > |
| linux-libc-dev | CVE-2022-23040 | MEDIUM | 5.4.0-110.124 | 5.4.0-117.132 | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23040" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23040< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2022-23040.html" > https://linux.oracle.com/cve/CVE-2022-23040.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-9480.html" > https://linux.oracle.com/errata/ELSA-2022-9480.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5418-1" > https://ubuntu.com/security/notices/USN-5418-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5467-1" > https://ubuntu.com/security/notices/USN-5467-1< / a > < br > < a href = "https://xenbits.xen.org/xsa/advisory-396.html" > https://xenbits.xen.org/xsa/advisory-396.html< / a > < br > < a href = "https://xenbits.xenproject.org/xsa/advisory-396.txt" > https://xenbits.xenproject.org/xsa/advisory-396.txt< / a > < br > < / details > |
| linux-libc-dev | CVE-2022-23041 | MEDIUM | 5.4.0-110.124 | 5.4.0-117.132 | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23041" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23041< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2022-23041.html" > https://linux.oracle.com/cve/CVE-2022-23041.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-9480.html" > https://linux.oracle.com/errata/ELSA-2022-9480.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5467-1" > https://ubuntu.com/security/notices/USN-5467-1< / a > < br > < a href = "https://xenbits.xen.org/xsa/advisory-396.html" > https://xenbits.xen.org/xsa/advisory-396.html< / a > < br > < a href = "https://xenbits.xenproject.org/xsa/advisory-396.txt" > https://xenbits.xenproject.org/xsa/advisory-396.txt< / a > < br > < / details > |
| linux-libc-dev | CVE-2022-23042 | MEDIUM | 5.4.0-110.124 | 5.4.0-117.132 | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23042" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23042< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2022-23042.html" > https://linux.oracle.com/cve/CVE-2022-23042.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-9480.html" > https://linux.oracle.com/errata/ELSA-2022-9480.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5418-1" > https://ubuntu.com/security/notices/USN-5418-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5467-1" > https://ubuntu.com/security/notices/USN-5467-1< / a > < br > < a href = "https://xenbits.xen.org/xsa/advisory-396.html" > https://xenbits.xen.org/xsa/advisory-396.html< / a > < br > < a href = "https://xenbits.xenproject.org/xsa/advisory-396.txt" > https://xenbits.xenproject.org/xsa/advisory-396.txt< / a > < br > < / details > |
| linux-libc-dev | CVE-2022-24958 | MEDIUM | 5.4.0-110.124 | 5.4.0-117.132 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-24958" > https://access.redhat.com/security/cve/CVE-2022-24958< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24958" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24958< / a > < br > < a href = "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=501e38a5531efbd77d5c73c0ba838a889bfc1d74" > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=501e38a5531efbd77d5c73c0ba838a889bfc1d74< / a > < br > < a href = "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=89f3594d0de58e8a57d92d497dea9fee3d4b9cda" > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=89f3594d0de58e8a57d92d497dea9fee3d4b9cda< / a > < br > < a href = "https://github.com/torvalds/linux/commit/501e38a5531efbd77d5c73c0ba838a889bfc1d74" > https://github.com/torvalds/linux/commit/501e38a5531efbd77d5c73c0ba838a889bfc1d74< / a > < br > < a href = "https://github.com/torvalds/linux/commit/89f3594d0de58e8a57d92d497dea9fee3d4b9cda" > https://github.com/torvalds/linux/commit/89f3594d0de58e8a57d92d497dea9fee3d4b9cda< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/SUVZA2YVOQJBJTDIDQ5HF5TAU2C6WP6H/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/SUVZA2YVOQJBJTDIDQ5HF5TAU2C6WP6H/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TCW2KZYJ2H6BKZE3CVLHRIXYDGNYYC5P/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TCW2KZYJ2H6BKZE3CVLHRIXYDGNYYC5P/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-24958" > https://nvd.nist.gov/vuln/detail/CVE-2022-24958< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220225-0008/" > https://security.netapp.com/advisory/ntap-20220225-0008/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5381-1" > https://ubuntu.com/security/notices/USN-5381-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5418-1" > https://ubuntu.com/security/notices/USN-5418-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5467-1" > https://ubuntu.com/security/notices/USN-5467-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5468-1" > https://ubuntu.com/security/notices/USN-5468-1< / a > < br > < / details > |
| linux-libc-dev | CVE-2022-26966 | MEDIUM | 5.4.0-110.124 | 5.4.0-117.132 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-26966" > https://access.redhat.com/security/cve/CVE-2022-26966< / a > < br > < a href = "https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.16.10" > https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.16.10< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-26966" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-26966< / a > < br > < a href = "https://git.kernel.org/linus/e9da0b56fe27206b49f39805f7dcda8a89379062 (5.17-rc6)" > https://git.kernel.org/linus/e9da0b56fe27206b49f39805f7dcda8a89379062 (5.17-rc6)< / a > < br > < a href = "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=e9da0b56fe27206b49f39805f7dcda8a89379062" > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=e9da0b56fe27206b49f39805f7dcda8a89379062< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2022-26966.html" > https://linux.oracle.com/cve/CVE-2022-26966.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-9314.html" > https://linux.oracle.com/errata/ELSA-2022-9314.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-26966" > https://nvd.nist.gov/vuln/detail/CVE-2022-26966< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220419-0001/" > https://security.netapp.com/advisory/ntap-20220419-0001/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5381-1" > https://ubuntu.com/security/notices/USN-5381-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5417-1" > https://ubuntu.com/security/notices/USN-5417-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5418-1" > https://ubuntu.com/security/notices/USN-5418-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5467-1" > https://ubuntu.com/security/notices/USN-5467-1< / a > < br > < / details > |
| linux-libc-dev | CVE-2022-28389 | MEDIUM | 5.4.0-110.124 | 5.4.0-117.132 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-28389" > https://access.redhat.com/security/cve/CVE-2022-28389< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28389" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28389< / a > < br > < a href = "https://git.kernel.org/linus/04c9b00ba83594a29813d6b1fb8fdc93a3915174 (5.18-rc1)" > https://git.kernel.org/linus/04c9b00ba83594a29813d6b1fb8fdc93a3915174 (5.18-rc1)< / a > < br > < a href = "https://github.com/torvalds/linux/commit/04c9b00ba83594a29813d6b1fb8fdc93a3915174" > https://github.com/torvalds/linux/commit/04c9b00ba83594a29813d6b1fb8fdc93a3915174< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6IHHC455LMSJNG4CSZ5CEAHYWY2DE5YW/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6IHHC455LMSJNG4CSZ5CEAHYWY2DE5YW/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/LAWC35TO642FOP3UCA3C6IF7NAUFOVZ6/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/LAWC35TO642FOP3UCA3C6IF7NAUFOVZ6/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XFMPUI3WI4U2F7ONHRW36WDY4ZE7LGGT/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XFMPUI3WI4U2F7ONHRW36WDY4ZE7LGGT/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-28389" > https://nvd.nist.gov/vuln/detail/CVE-2022-28389< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220513-0001/" > https://security.netapp.com/advisory/ntap-20220513-0001/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5416-1" > https://ubuntu.com/security/notices/USN-5416-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5467-1" > https://ubuntu.com/security/notices/USN-5467-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5469-1" > https://ubuntu.com/security/notices/USN-5469-1< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5127" > https://www.debian.org/security/2022/dsa-5127< / a > < br > < / details > |
| linux-libc-dev | CVE-2022-28390 | MEDIUM | 5.4.0-110.124 | 5.4.0-117.132 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-28390" > https://access.redhat.com/security/cve/CVE-2022-28390< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28390" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28390< / a > < br > < a href = "https://git.kernel.org/linus/c70222752228a62135cee3409dccefd494a24646 (5.18-rc1)" > https://git.kernel.org/linus/c70222752228a62135cee3409dccefd494a24646 (5.18-rc1)< / a > < br > < a href = "https://github.com/torvalds/linux/commit/c70222752228a62135cee3409dccefd494a24646" > https://github.com/torvalds/linux/commit/c70222752228a62135cee3409dccefd494a24646< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6IHHC455LMSJNG4CSZ5CEAHYWY2DE5YW/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6IHHC455LMSJNG4CSZ5CEAHYWY2DE5YW/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/LAWC35TO642FOP3UCA3C6IF7NAUFOVZ6/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/LAWC35TO642FOP3UCA3C6IF7NAUFOVZ6/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XFMPUI3WI4U2F7ONHRW36WDY4ZE7LGGT/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XFMPUI3WI4U2F7ONHRW36WDY4ZE7LGGT/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-28390" > https://nvd.nist.gov/vuln/detail/CVE-2022-28390< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220513-0001/" > https://security.netapp.com/advisory/ntap-20220513-0001/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5413-1" > https://ubuntu.com/security/notices/USN-5413-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5416-1" > https://ubuntu.com/security/notices/USN-5416-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5466-1" > https://ubuntu.com/security/notices/USN-5466-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5467-1" > https://ubuntu.com/security/notices/USN-5467-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5468-1" > https://ubuntu.com/security/notices/USN-5468-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5469-1" > https://ubuntu.com/security/notices/USN-5469-1< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5127" > https://www.debian.org/security/2022/dsa-5127< / a > < br > < / details > |
| linux-libc-dev | CVE-2022-28893 | MEDIUM | 5.4.0-110.124 | | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2022/04/11/3" > http://www.openwall.com/lists/oss-security/2022/04/11/3< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2022/04/11/4" > http://www.openwall.com/lists/oss-security/2022/04/11/4< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2022/04/11/5" > http://www.openwall.com/lists/oss-security/2022/04/11/5< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-28893" > https://access.redhat.com/security/cve/CVE-2022-28893< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28893" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28893< / a > < br > < a href = "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=1a3b1bba7c7a5eb8a11513cf88427cb9d77bc60a" > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=1a3b1bba7c7a5eb8a11513cf88427cb9d77bc60a< / a > < br > < a href = "https://github.com/torvalds/linux/commit/f00432063db1a0db484e85193eccc6845435b80e" > https://github.com/torvalds/linux/commit/f00432063db1a0db484e85193eccc6845435b80e< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-28893" > https://nvd.nist.gov/vuln/detail/CVE-2022-28893< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220526-0002/" > https://security.netapp.com/advisory/ntap-20220526-0002/< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5161" > https://www.debian.org/security/2022/dsa-5161< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2022/04/11/3" > https://www.openwall.com/lists/oss-security/2022/04/11/3< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2022/04/11/5" > https://www.openwall.com/lists/oss-security/2022/04/11/5< / a > < br > < / details > |
| linux-libc-dev | CVE-2022-30594 | MEDIUM | 5.4.0-110.124 | 5.4.0-113.127 | < details > < summary > Expand...< / summary > < a href = "http://packetstormsecurity.com/files/167386/Kernel-Live-Patch-Security-Notice-LSN-0086-1.html" > http://packetstormsecurity.com/files/167386/Kernel-Live-Patch-Security-Notice-LSN-0086-1.html< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-30594" > https://access.redhat.com/security/cve/CVE-2022-30594< / a > < br > < a href = "https://bugs.chromium.org/p/project-zero/issues/detail?id=2276" > https://bugs.chromium.org/p/project-zero/issues/detail?id=2276< / a > < br > < a href = "https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.17.2" > https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.17.2< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-30594" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-30594< / a > < br > < a href = "https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=ee1fee900537b5d9560e9f937402de5ddc8412f3" > https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=ee1fee900537b5d9560e9f937402de5ddc8412f3< / a > < br > < a href = "https://git.kernel.org/linus/ee1fee900537b5d9560e9f937402de5ddc8412f3 (5.18-rc1)" > https://git.kernel.org/linus/ee1fee900537b5d9560e9f937402de5ddc8412f3 (5.18-rc1)< / a > < br > < a href = "https://github.com/torvalds/linux/commit/ee1fee900537b5d9560e9f937402de5ddc8412f3" > https://github.com/torvalds/linux/commit/ee1fee900537b5d9560e9f937402de5ddc8412f3< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-30594" > https://nvd.nist.gov/vuln/detail/CVE-2022-30594< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5442-1" > https://ubuntu.com/security/notices/USN-5442-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5442-2" > https://ubuntu.com/security/notices/USN-5442-2< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5443-1" > https://ubuntu.com/security/notices/USN-5443-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5443-2" > https://ubuntu.com/security/notices/USN-5443-2< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5465-1" > https://ubuntu.com/security/notices/USN-5465-1< / a > < br > < / details > |
| linux-libc-dev | CVE-2017-0537 | LOW | 5.4.0-110.124 | | < details > < summary > Expand...< / summary > < a href = "http://www.securityfocus.com/bid/96831" > http://www.securityfocus.com/bid/96831< / a > < br > < a href = "http://www.securitytracker.com/id/1037968" > http://www.securitytracker.com/id/1037968< / a > < br > < a href = "https://android.googlesource.com/kernel/tegra.git/+/389b185cb2f17fff994dbdf8d4bac003d4b2b6b3%5E%21/#F0" > https://android.googlesource.com/kernel/tegra.git/+/389b185cb2f17fff994dbdf8d4bac003d4b2b6b3%5E%21/#F0< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-0537" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-0537< / a > < br > < a href = "https://lore.kernel.org/lkml/1484647168-30135-1-git-send-email-jilin@nvidia.com/#t" > https://lore.kernel.org/lkml/1484647168-30135-1-git-send-email-jilin@nvidia.com/#t< / a > < br > < a href = "https://source.android.com/security/bulletin/2017-01-01.html" > https://source.android.com/security/bulletin/2017-01-01.html< / a > < br > < a href = "https://source.android.com/security/bulletin/2017-03-01" > https://source.android.com/security/bulletin/2017-03-01< / a > < br > < a href = "https://source.android.com/security/bulletin/2017-03-01.html" > https://source.android.com/security/bulletin/2017-03-01.html< / a > < br > < / details > |
| linux-libc-dev | CVE-2017-13165 | LOW | 5.4.0-110.124 | | < details > < summary > Expand...< / summary > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13165" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13165< / a > < br > < a href = "https://github.com/aosp-mirror/platform_system_core/commit/15ffc53f6d57a46e3041453865311035a18e047a" > https://github.com/aosp-mirror/platform_system_core/commit/15ffc53f6d57a46e3041453865311035a18e047a< / a > < br > < a href = "https://source.android.com/security/bulletin/pixel/2017-12-01" > https://source.android.com/security/bulletin/pixel/2017-12-01< / a > < br > < / details > |
| linux-libc-dev | CVE-2017-13693 | LOW | 5.4.0-110.124 | | < details > < summary > Expand...< / summary > < a href = "http://www.securityfocus.com/bid/100502" > http://www.securityfocus.com/bid/100502< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2017-13693" > https://access.redhat.com/security/cve/CVE-2017-13693< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13693" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13693< / a > < br > < a href = "https://github.com/acpica/acpica/pull/295/commits/987a3b5cf7175916e2a4b6ea5b8e70f830dfe732" > https://github.com/acpica/acpica/pull/295/commits/987a3b5cf7175916e2a4b6ea5b8e70f830dfe732< / a > < br > < a href = "https://patchwork.kernel.org/patch/9919053/" > https://patchwork.kernel.org/patch/9919053/< / a > < br > < / details > |
| linux-libc-dev | CVE-2018-1121 | LOW | 5.4.0-110.124 | | < details > < summary > Expand...< / summary > < a href = "http://seclists.org/oss-sec/2018/q2/122" > http://seclists.org/oss-sec/2018/q2/122< / a > < br > < a href = "http://www.securityfocus.com/bid/104214" > http://www.securityfocus.com/bid/104214< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2018-1121" > https://access.redhat.com/security/cve/CVE-2018-1121< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-1121" > https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-1121< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-1121" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-1121< / a > < br > < a href = "https://www.exploit-db.com/exploits/44806/" > https://www.exploit-db.com/exploits/44806/< / a > < br > < a href = "https://www.qualys.com/2018/05/17/procps-ng-audit-report-advisory.txt" > https://www.qualys.com/2018/05/17/procps-ng-audit-report-advisory.txt< / a > < br > < / details > |
| linux-libc-dev | CVE-2018-12928 | LOW | 5.4.0-110.124 | | < details > < summary > Expand...< / summary > < a href = "http://www.securityfocus.com/bid/104593" > http://www.securityfocus.com/bid/104593< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2018-12928" > https://access.redhat.com/security/cve/CVE-2018-12928< / a > < br > < a href = "https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1763384" > https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1763384< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-12928" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-12928< / a > < br > < a href = "https://groups.google.com/forum/#!msg/syzkaller-bugs/9SgQk_6tSZ4/zLhTm4r1AwAJ" > https://groups.google.com/forum/#!msg/syzkaller-bugs/9SgQk_6tSZ4/zLhTm4r1AwAJ< / a > < br > < a href = "https://lore.kernel.org/linux-fsdevel/20180418173028.GA30953@bombadil.infradead.org/" > https://lore.kernel.org/linux-fsdevel/20180418173028.GA30953@bombadil.infradead.org/< / a > < br > < a href = "https://marc.info/?l=linux-fsdevel&m=152407263325766&w=2" > https://marc.info/?l=linux-fsdevel& m=152407263325766& w=2< / a > < br > < / details > |
| linux-libc-dev | CVE-2018-12929 | LOW | 5.4.0-110.124 | | < details > < summary > Expand...< / summary > < a href = "http://www.securityfocus.com/bid/104588" > http://www.securityfocus.com/bid/104588< / a > < br > < a href = "https://access.redhat.com/errata/RHSA-2019:0641" > https://access.redhat.com/errata/RHSA-2019:0641< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2018-12929" > https://access.redhat.com/security/cve/CVE-2018-12929< / a > < br > < a href = "https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1763403" > https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1763403< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-12929" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-12929< / a > < br > < a href = "https://marc.info/?l=linux-ntfs-dev&m=152413769810234&w=2" > https://marc.info/?l=linux-ntfs-dev& m=152413769810234& w=2< / a > < br > < / details > |
| linux-libc-dev | CVE-2018-12930 | LOW | 5.4.0-110.124 | | < details > < summary > Expand...< / summary > < a href = "http://www.securityfocus.com/bid/104588" > http://www.securityfocus.com/bid/104588< / a > < br > < a href = "https://access.redhat.com/errata/RHSA-2019:0641" > https://access.redhat.com/errata/RHSA-2019:0641< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2018-12930" > https://access.redhat.com/security/cve/CVE-2018-12930< / a > < br > < a href = "https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1763403" > https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1763403< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-12930" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-12930< / a > < br > < a href = "https://marc.info/?l=linux-ntfs-dev&m=152413769810234&w=2" > https://marc.info/?l=linux-ntfs-dev& m=152413769810234& w=2< / a > < br > < / details > |
| linux-libc-dev | CVE-2018-12931 | LOW | 5.4.0-110.124 | | < details > < summary > Expand...< / summary > < a href = "http://www.securityfocus.com/bid/104588" > http://www.securityfocus.com/bid/104588< / a > < br > < a href = "https://access.redhat.com/errata/RHSA-2019:0641" > https://access.redhat.com/errata/RHSA-2019:0641< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2018-12931" > https://access.redhat.com/security/cve/CVE-2018-12931< / a > < br > < a href = "https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1763403" > https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1763403< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-12931" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-12931< / a > < br > < a href = "https://marc.info/?l=linux-ntfs-dev&m=152413769810234&w=2" > https://marc.info/?l=linux-ntfs-dev& m=152413769810234& w=2< / a > < br > < / details > |
| linux-libc-dev | CVE-2019-14899 | LOW | 5.4.0-110.124 | | < 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/2020/Jul/23" > http://seclists.org/fulldisclosure/2020/Jul/23< / a > < br > < a href = "http://seclists.org/fulldisclosure/2020/Jul/24" > http://seclists.org/fulldisclosure/2020/Jul/24< / a > < br > < a href = "http://seclists.org/fulldisclosure/2020/Jul/25" > http://seclists.org/fulldisclosure/2020/Jul/25< / a > < br > < a href = "http://seclists.org/fulldisclosure/2020/Nov/20" > http://seclists.org/fulldisclosure/2020/Nov/20< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2020/08/13/2" > http://www.openwall.com/lists/oss-security/2020/08/13/2< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2020/10/07/3" > http://www.openwall.com/lists/oss-security/2020/10/07/3< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2019-14899" > https://access.redhat.com/security/cve/CVE-2019-14899< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-14899" > https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-14899< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-14899" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-14899< / a > < br > < a href = "https://openvpn.net/security-advisory/no-flaws-found-in-openvpn-software/" > https://openvpn.net/security-advisory/no-flaws-found-in-openvpn-software/< / a > < br > < a href = "https://support.apple.com/kb/HT211288" > https://support.apple.com/kb/HT211288< / a > < br > < a href = "https://support.apple.com/kb/HT211289" > https://support.apple.com/kb/HT211289< / a > < br > < a href = "https://support.apple.com/kb/HT211290" > https://support.apple.com/kb/HT211290< / a > < br > < a href = "https://support.apple.com/kb/HT211850" > https://support.apple.com/kb/HT211850< / a > < br > < a href = "https://support.apple.com/kb/HT211931" > https://support.apple.com/kb/HT211931< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2019/12/05/1" > https://www.openwall.com/lists/oss-security/2019/12/05/1< / a > < br > < / details > |
| linux-libc-dev | CVE-2019-15213 | LOW | 5.4.0-110.124 | | < details > < summary > Expand...< / summary > < a href = "http://lists.opensuse.org/opensuse-security-announce/2019-12/msg00029.html" > http://lists.opensuse.org/opensuse-security-announce/2019-12/msg00029.html< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2019/08/20/2" > http://www.openwall.com/lists/oss-security/2019/08/20/2< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2019-15213" > https://access.redhat.com/security/cve/CVE-2019-15213< / a > < br > < a href = "https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.2.3" > https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.2.3< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-15213" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-15213< / a > < br > < a href = "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=6cf97230cd5f36b7665099083272595c55d72be7" > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=6cf97230cd5f36b7665099083272595c55d72be7< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2019-15213.html" > https://linux.oracle.com/cve/CVE-2019-15213.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2019-4872.html" > https://linux.oracle.com/errata/ELSA-2019-4872.html< / a > < br > < a href = "https://lore.kernel.org/linux-media/fe983331d14442a96db3f71066ca0488a8921840.camel@decadent.org.uk/" > https://lore.kernel.org/linux-media/fe983331d14442a96db3f71066ca0488a8921840.camel@decadent.org.uk/< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20190905-0002/" > https://security.netapp.com/advisory/ntap-20190905-0002/< / a > < br > < a href = "https://syzkaller.appspot.com/bug?id=a53c9c9dd2981bfdbfbcbc1ddbd35595eda8bced" > https://syzkaller.appspot.com/bug?id=a53c9c9dd2981bfdbfbcbc1ddbd35595eda8bced< / a > < br > < / details > |
| linux-libc-dev | CVE-2019-16230 | LOW | 5.4.0-110.124 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2019-16230" > https://access.redhat.com/security/cve/CVE-2019-16230< / a > < br > < a href = "https://bugzilla.suse.com/show_bug.cgi?id=1150468" > https://bugzilla.suse.com/show_bug.cgi?id=1150468< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16230" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16230< / a > < br > < a href = "https://lkml.org/lkml/2019/9/9/487" > https://lkml.org/lkml/2019/9/9/487< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20191004-0001/" > https://security.netapp.com/advisory/ntap-20191004-0001/< / a > < br > < / details > |
| linux-libc-dev | CVE-2019-19378 | LOW | 5.4.0-110.124 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2019-19378" > https://access.redhat.com/security/cve/CVE-2019-19378< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19378" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19378< / a > < br > < a href = "https://github.com/bobfuzzer/CVE/tree/master/CVE-2019-19378" > https://github.com/bobfuzzer/CVE/tree/master/CVE-2019-19378< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20200103-0001/" > https://security.netapp.com/advisory/ntap-20200103-0001/< / a > < br > < / details > |
| linux-libc-dev | CVE-2019-19814 | LOW | 5.4.0-110.124 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2019-19814" > https://access.redhat.com/security/cve/CVE-2019-19814< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19814" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19814< / a > < br > < a href = "https://github.com/bobfuzzer/CVE/tree/master/CVE-2019-19814" > https://github.com/bobfuzzer/CVE/tree/master/CVE-2019-19814< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20200103-0001/" > https://security.netapp.com/advisory/ntap-20200103-0001/< / a > < br > < / details > |
| linux-libc-dev | CVE-2020-11725 | LOW | 5.4.0-110.124 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2020-11725" > https://access.redhat.com/security/cve/CVE-2020-11725< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11725" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11725< / a > < br > < a href = "https://github.com/torvalds/linux/blob/3b2549a3740efb8af0150415737067d87e466c5b/sound/core/control.c#L1434-L1474" > https://github.com/torvalds/linux/blob/3b2549a3740efb8af0150415737067d87e466c5b/sound/core/control.c#L1434-L1474< / a > < br > < a href = "https://lore.kernel.org/alsa-devel/s5h4ktmlfpx.wl-tiwai@suse.de/" > https://lore.kernel.org/alsa-devel/s5h4ktmlfpx.wl-tiwai@suse.de/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-11725" > https://nvd.nist.gov/vuln/detail/CVE-2020-11725< / a > < br > < a href = "https://twitter.com/yabbadabbadrew/status/1248632267028582400" > https://twitter.com/yabbadabbadrew/status/1248632267028582400< / a > < br > < / details > |
| linux-libc-dev | CVE-2020-12363 | LOW | 5.4.0-110.124 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2020-12363" > https://access.redhat.com/security/cve/CVE-2020-12363< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-12363" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-12363< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-12363.html" > https://linux.oracle.com/cve/CVE-2020-12363.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-2314.html" > https://linux.oracle.com/errata/ELSA-2021-2314.html< / a > < br > < a href = "https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00438.html" > https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00438.html< / a > < br > < / details > |
| linux-libc-dev | CVE-2020-12364 | LOW | 5.4.0-110.124 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2020-12364" > https://access.redhat.com/security/cve/CVE-2020-12364< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-12364" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-12364< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-12364.html" > https://linux.oracle.com/cve/CVE-2020-12364.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-2314.html" > https://linux.oracle.com/errata/ELSA-2021-2314.html< / a > < br > < a href = "https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00438.html" > https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00438.html< / a > < br > < / details > |
| linux-libc-dev | CVE-2020-14304 | LOW | 5.4.0-110.124 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2020-14304" > https://access.redhat.com/security/cve/CVE-2020-14304< / a > < br > < a href = "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=960702" > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=960702< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-14304" > https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-14304< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14304" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14304< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2020-14304.html" > https://linux.oracle.com/cve/CVE-2020-14304.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-9410.html" > https://linux.oracle.com/errata/ELSA-2021-9410.html< / a > < br > < a href = "https://lore.kernel.org/netdev/20200517172053.GA734488@decadent.org.uk/T/" > https://lore.kernel.org/netdev/20200517172053.GA734488@decadent.org.uk/T/< / a > < br > < / details > |
| linux-libc-dev | CVE-2020-35501 | LOW | 5.4.0-110.124 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2020-35501" > https://access.redhat.com/security/cve/CVE-2020-35501< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=1908577" > https://bugzilla.redhat.com/show_bug.cgi?id=1908577< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-35501" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-35501< / a > < br > < a href = "https://listman.redhat.com/archives/linux-audit/2018-July/msg00041.html" > https://listman.redhat.com/archives/linux-audit/2018-July/msg00041.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2020-35501" > https://nvd.nist.gov/vuln/detail/CVE-2020-35501< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2021/02/18/1" > https://www.openwall.com/lists/oss-security/2021/02/18/1< / a > < br > < / details > |
| linux-libc-dev | CVE-2021-26934 | LOW | 5.4.0-110.124 | | < details > < summary > Expand...< / summary > < a href = "http://xenbits.xen.org/xsa/advisory-363.html" > http://xenbits.xen.org/xsa/advisory-363.html< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-26934" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-26934< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4GELN5E6MDR5KQBJF5M5COUUED3YFZTD/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4GELN5E6MDR5KQBJF5M5COUUED3YFZTD/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/EOAJBVAVR6RSCUCHNXPVSNRPSFM7INMP/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/EOAJBVAVR6RSCUCHNXPVSNRPSFM7INMP/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-26934" > https://nvd.nist.gov/vuln/detail/CVE-2021-26934< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210326-0001/" > https://security.netapp.com/advisory/ntap-20210326-0001/< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2021/02/16/2" > https://www.openwall.com/lists/oss-security/2021/02/16/2< / a > < br > < a href = "https://xenbits.xen.org/xsa/advisory-363.html" > https://xenbits.xen.org/xsa/advisory-363.html< / a > < br > < / details > |
| linux-libc-dev | CVE-2021-32078 | LOW | 5.4.0-110.124 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-32078" > https://access.redhat.com/security/cve/CVE-2021-32078< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-32078" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-32078< / a > < br > < a href = "https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=298a58e165e447ccfaae35fe9f651f9d7e15166f" > https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=298a58e165e447ccfaae35fe9f651f9d7e15166f< / a > < br > < a href = "https://git.kernel.org/linus/298a58e165e447ccfaae35fe9f651f9d7e15166f (5.13-rc1)" > https://git.kernel.org/linus/298a58e165e447ccfaae35fe9f651f9d7e15166f (5.13-rc1)< / a > < br > < a href = "https://github.com/torvalds/linux/commit/298a58e165e447ccfaae35fe9f651f9d7e15166f" > https://github.com/torvalds/linux/commit/298a58e165e447ccfaae35fe9f651f9d7e15166f< / a > < br > < a href = "https://kirtikumarar.com/CVE-2021-32078.txt" > https://kirtikumarar.com/CVE-2021-32078.txt< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-32078" > https://nvd.nist.gov/vuln/detail/CVE-2021-32078< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20210813-0002/" > https://security.netapp.com/advisory/ntap-20210813-0002/< / a > < br > < / details > |
| linux-libc-dev | CVE-2021-34981 | LOW | 5.4.0-110.124 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-34981" > https://access.redhat.com/security/cve/CVE-2021-34981< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-34981" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-34981< / a > < br > < a href = "https://git.kernel.org/linus/3cfdf8fcaafa62a4123f92eb0f4a72650da3a479 (5.14-rc1)" > https://git.kernel.org/linus/3cfdf8fcaafa62a4123f92eb0f4a72650da3a479 (5.14-rc1)< / a > < br > < a href = "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=3cfdf8fcaafa62a4123f92eb0f4a72650da3a479" > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=3cfdf8fcaafa62a4123f92eb0f4a72650da3a479< / a > < br > < a href = "https://www.zerodayinitiative.com/advisories/ZDI-21-1223/" > https://www.zerodayinitiative.com/advisories/ZDI-21-1223/< / a > < br > < / details > |
| linux-libc-dev | CVE-2021-3669 | LOW | 5.4.0-110.124 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-21781.json" > https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-21781.json< / a > < br > < a href = "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-3612.json" > https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-3612.json< / a > < br > < a href = "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-3669.json" > https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-3669.json< / a > < br > < a href = "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-3752.json" > https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-3752.json< / a > < br > < a href = "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-3772.json" > https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-3772.json< / a > < br > < a href = "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-3773.json" > https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-3773.json< / a > < br > < a href = "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-4002.json" > https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-4002.json< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2021-3669" > https://access.redhat.com/security/cve/CVE-2021-3669< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3669" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3669< / a > < br > < a href = "https://errata.almalinux.org/8/ALSA-2022-1988.html" > https://errata.almalinux.org/8/ALSA-2022-1988.html< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-3669.html" > https://linux.oracle.com/cve/CVE-2021-3669.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-1988.html" > https://linux.oracle.com/errata/ELSA-2022-1988.html< / a > < br > < a href = "https://lore.kernel.org/all/20210809203554.1562989-1-aquini@redhat.com/" > https://lore.kernel.org/all/20210809203554.1562989-1-aquini@redhat.com/< / a > < br > < / details > |
| linux-libc-dev | CVE-2021-3772 | LOW | 5.4.0-110.124 | 5.4.0-117.132 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-21781.json" > https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-21781.json< / a > < br > < a href = "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-3612.json" > https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-3612.json< / a > < br > < a href = "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-3669.json" > https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-3669.json< / a > < br > < a href = "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-3752.json" > https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-3752.json< / a > < br > < a href = "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-3772.json" > https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-3772.json< / a > < br > < a href = "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-3773.json" > https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-3773.json< / a > < br > < a href = "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-4002.json" > https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-4002.json< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2021-3772" > https://access.redhat.com/security/cve/CVE-2021-3772< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=2000694" > https://bugzilla.redhat.com/show_bug.cgi?id=2000694< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3772" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3772< / a > < br > < a href = "https://errata.almalinux.org/8/ALSA-2022-1988.html" > https://errata.almalinux.org/8/ALSA-2022-1988.html< / a > < br > < a href = "https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/commit/?id=32f8807a48ae55be0e76880cfe8607a18b5bb0df" > https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/commit/?id=32f8807a48ae55be0e76880cfe8607a18b5bb0df< / a > < br > < a href = "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=32f8807a48ae55be0e76880cfe8607a18b5bb0df" > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=32f8807a48ae55be0e76880cfe8607a18b5bb0df< / a > < br > < a href = "https://github.com/torvalds/linux/commit/32f8807a48ae55be0e76880cfe8607a18b5bb0df" > https://github.com/torvalds/linux/commit/32f8807a48ae55be0e76880cfe8607a18b5bb0df< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-3772.html" > https://linux.oracle.com/cve/CVE-2021-3772.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-9260.html" > https://linux.oracle.com/errata/ELSA-2022-9260.html< / a > < br > < a href = "https://lists.debian.org/debian-lts-announce/2022/03/msg00012.html" > https://lists.debian.org/debian-lts-announce/2022/03/msg00012.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-3772" > https://nvd.nist.gov/vuln/detail/CVE-2021-3772< / a > < br > < a href = "https://ubuntu.com/security/CVE-2021-3772" > https://ubuntu.com/security/CVE-2021-3772< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5165-1" > https://ubuntu.com/security/notices/USN-5165-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5265-1" > https://ubuntu.com/security/notices/USN-5265-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5466-1" > https://ubuntu.com/security/notices/USN-5466-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5467-1" > https://ubuntu.com/security/notices/USN-5467-1< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5096" > https://www.debian.org/security/2022/dsa-5096< / a > < br > < / details > |
| linux-libc-dev | CVE-2022-0854 | LOW | 5.4.0-110.124 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-0854" > https://access.redhat.com/security/cve/CVE-2022-0854< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0854" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0854< / a > < br > < a href = "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/kernel/dma/swiotlb.c?h=v5.17-rc8&id=aa6f8dcbab473f3a3c7454b74caa46d36cdc5d13" > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/kernel/dma/swiotlb.c?h=v5.17-rc8& id=aa6f8dcbab473f3a3c7454b74caa46d36cdc5d13< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-0854" > https://nvd.nist.gov/vuln/detail/CVE-2022-0854< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5381-1" > https://ubuntu.com/security/notices/USN-5381-1< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5161" > https://www.debian.org/security/2022/dsa-5161< / a > < br > < / details > |
| linux-libc-dev | CVE-2022-1729 | LOW | 5.4.0-110.124 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-1729" > https://access.redhat.com/security/cve/CVE-2022-1729< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1729" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1729< / a > < br > < a href = "https://github.com/torvalds/linux/commit/3ac6487e584a1eb54071dbe1212e05b884136704" > https://github.com/torvalds/linux/commit/3ac6487e584a1eb54071dbe1212e05b884136704< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2022-1729.html" > https://linux.oracle.com/cve/CVE-2022-1729.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-9413.html" > https://linux.oracle.com/errata/ELSA-2022-9413.html< / a > < br > < a href = "https://lore.kernel.org/all/20220520183806.GV2578@worktop.programming.kicks-ass.net/T/#u" > https://lore.kernel.org/all/20220520183806.GV2578@worktop.programming.kicks-ass.net/T/#u< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2022/05/20/2" > https://www.openwall.com/lists/oss-security/2022/05/20/2< / a > < br > < / details > |
2022-06-23 02:09:03 +00:00
| linux-libc-dev | CVE-2022-28356 | LOW | 5.4.0-110.124 | 5.4.0-117.132 | < details > < summary > Expand...< / summary > < a href = "http://www.openwall.com/lists/oss-security/2022/04/06/1" > http://www.openwall.com/lists/oss-security/2022/04/06/1< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2022-28356" > https://access.redhat.com/security/cve/CVE-2022-28356< / a > < br > < a href = "https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.17.1" > https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.17.1< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28356" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28356< / a > < br > < a href = "https://git.kernel.org/linus/764f4eb6846f5475f1244767d24d25dd86528a4a" > https://git.kernel.org/linus/764f4eb6846f5475f1244767d24d25dd86528a4a< / a > < br > < a href = "https://github.com/torvalds/linux/commit/764f4eb6846f5475f1244767d24d25dd86528a4a" > https://github.com/torvalds/linux/commit/764f4eb6846f5475f1244767d24d25dd86528a4a< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-28356" > https://nvd.nist.gov/vuln/detail/CVE-2022-28356< / a > < br > < a href = "https://security.netapp.com/advisory/ntap-20220506-0006/" > https://security.netapp.com/advisory/ntap-20220506-0006/< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5381-1" > https://ubuntu.com/security/notices/USN-5381-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5466-1" > https://ubuntu.com/security/notices/USN-5466-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5467-1" > https://ubuntu.com/security/notices/USN-5467-1< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5469-1" > https://ubuntu.com/security/notices/USN-5469-1< / a > < br > < a href = "https://www.debian.org/security/2022/dsa-5127" > https://www.debian.org/security/2022/dsa-5127< / a > < br > < a href = "https://www.openwall.com/lists/oss-security/2022/04/06/1" > https://www.openwall.com/lists/oss-security/2022/04/06/1< / a > < br > < / details > |
2022-06-16 06:39:10 +00:00
| login | CVE-2013-4235 | LOW | 1:4.8.1-1ubuntu5.20.04.1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2013-4235" > https://access.redhat.com/security/cve/CVE-2013-4235< / a > < br > < a href = "https://access.redhat.com/security/cve/cve-2013-4235" > https://access.redhat.com/security/cve/cve-2013-4235< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2013-4235" > https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2013-4235< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4235" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4235< / a > < br > < a href = "https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E" > https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E< / a > < br > < a href = "https://security-tracker.debian.org/tracker/CVE-2013-4235" > https://security-tracker.debian.org/tracker/CVE-2013-4235< / a > < br > < / details > |
| logsave | CVE-2022-1304 | MEDIUM | 1.45.5-2ubuntu1 | 1.45.5-2ubuntu1.1 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-1304" > https://access.redhat.com/security/cve/CVE-2022-1304< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=2069726" > https://bugzilla.redhat.com/show_bug.cgi?id=2069726< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1304" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1304< / a > < br > < a href = "https://marc.info/?l=linux-ext4&m=165056234501732&w=2" > https://marc.info/?l=linux-ext4& m=165056234501732& w=2< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-1304" > https://nvd.nist.gov/vuln/detail/CVE-2022-1304< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5464-1" > https://ubuntu.com/security/notices/USN-5464-1< / a > < br > < / details > |
| ncurses-base | CVE-2021-39537 | LOW | 6.2-0ubuntu2 | | < details > < summary > Expand...< / summary > < a href = "http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/ncurses/patches/patch-ncurses_tinfo_captoinfo.c?rev=1.1&content-type=text/x-cvsweb-markup" > http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/ncurses/patches/patch-ncurses_tinfo_captoinfo.c?rev=1.1& content-type=text/x-cvsweb-markup< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2021-39537" > https://access.redhat.com/security/cve/CVE-2021-39537< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-39537" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-39537< / a > < br > < a href = "https://lists.gnu.org/archive/html/bug-ncurses/2020-08/msg00006.html" > https://lists.gnu.org/archive/html/bug-ncurses/2020-08/msg00006.html< / a > < br > < a href = "https://lists.gnu.org/archive/html/bug-ncurses/2021-10/msg00023.html" > https://lists.gnu.org/archive/html/bug-ncurses/2021-10/msg00023.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-39537" > https://nvd.nist.gov/vuln/detail/CVE-2021-39537< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5477-1" > https://ubuntu.com/security/notices/USN-5477-1< / a > < br > < / details > |
| ncurses-base | CVE-2022-29458 | LOW | 6.2-0ubuntu2 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-29458" > https://access.redhat.com/security/cve/CVE-2022-29458< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29458" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29458< / a > < br > < a href = "https://invisible-island.net/ncurses/NEWS.html#t20220416" > https://invisible-island.net/ncurses/NEWS.html#t20220416< / a > < br > < a href = "https://lists.gnu.org/archive/html/bug-ncurses/2022-04/msg00014.html" > https://lists.gnu.org/archive/html/bug-ncurses/2022-04/msg00014.html< / a > < br > < a href = "https://lists.gnu.org/archive/html/bug-ncurses/2022-04/msg00016.html" > https://lists.gnu.org/archive/html/bug-ncurses/2022-04/msg00016.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-29458" > https://nvd.nist.gov/vuln/detail/CVE-2022-29458< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5477-1" > https://ubuntu.com/security/notices/USN-5477-1< / a > < br > < / details > |
| ncurses-bin | CVE-2021-39537 | LOW | 6.2-0ubuntu2 | | < details > < summary > Expand...< / summary > < a href = "http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/ncurses/patches/patch-ncurses_tinfo_captoinfo.c?rev=1.1&content-type=text/x-cvsweb-markup" > http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/ncurses/patches/patch-ncurses_tinfo_captoinfo.c?rev=1.1& content-type=text/x-cvsweb-markup< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2021-39537" > https://access.redhat.com/security/cve/CVE-2021-39537< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-39537" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-39537< / a > < br > < a href = "https://lists.gnu.org/archive/html/bug-ncurses/2020-08/msg00006.html" > https://lists.gnu.org/archive/html/bug-ncurses/2020-08/msg00006.html< / a > < br > < a href = "https://lists.gnu.org/archive/html/bug-ncurses/2021-10/msg00023.html" > https://lists.gnu.org/archive/html/bug-ncurses/2021-10/msg00023.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-39537" > https://nvd.nist.gov/vuln/detail/CVE-2021-39537< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5477-1" > https://ubuntu.com/security/notices/USN-5477-1< / a > < br > < / details > |
| ncurses-bin | CVE-2022-29458 | LOW | 6.2-0ubuntu2 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-29458" > https://access.redhat.com/security/cve/CVE-2022-29458< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29458" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29458< / a > < br > < a href = "https://invisible-island.net/ncurses/NEWS.html#t20220416" > https://invisible-island.net/ncurses/NEWS.html#t20220416< / a > < br > < a href = "https://lists.gnu.org/archive/html/bug-ncurses/2022-04/msg00014.html" > https://lists.gnu.org/archive/html/bug-ncurses/2022-04/msg00014.html< / a > < br > < a href = "https://lists.gnu.org/archive/html/bug-ncurses/2022-04/msg00016.html" > https://lists.gnu.org/archive/html/bug-ncurses/2022-04/msg00016.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2022-29458" > https://nvd.nist.gov/vuln/detail/CVE-2022-29458< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5477-1" > https://ubuntu.com/security/notices/USN-5477-1< / a > < br > < / details > |
2022-06-23 02:09:03 +00:00
| openssl | CVE-2022-2068 | MEDIUM | 1.1.1f-1ubuntu2.13 | 1.1.1f-1ubuntu2.15 | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2022-2068" > https://access.redhat.com/security/cve/CVE-2022-2068< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2068" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2068< / a > < br > < a href = "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2c9c35870601b4a44d86ddbf512b38df38285cfa" > https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2c9c35870601b4a44d86ddbf512b38df38285cfa< / a > < br > < a href = "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=7a9c027159fe9e1bbc2cd38a8a2914bff0d5abd9" > https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=7a9c027159fe9e1bbc2cd38a8a2914bff0d5abd9< / a > < br > < a href = "https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=9639817dac8bbbaa64d09efad7464ccc405527c7" > https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=9639817dac8bbbaa64d09efad7464ccc405527c7< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5488-1" > https://ubuntu.com/security/notices/USN-5488-1< / a > < br > < a href = "https://www.openssl.org/news/secadv/20220621.txt" > https://www.openssl.org/news/secadv/20220621.txt< / a > < br > < / details > |
2022-06-16 06:39:10 +00:00
| passwd | CVE-2013-4235 | LOW | 1:4.8.1-1ubuntu5.20.04.1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2013-4235" > https://access.redhat.com/security/cve/CVE-2013-4235< / a > < br > < a href = "https://access.redhat.com/security/cve/cve-2013-4235" > https://access.redhat.com/security/cve/cve-2013-4235< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2013-4235" > https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2013-4235< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4235" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4235< / a > < br > < a href = "https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E" > https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E< / a > < br > < a href = "https://security-tracker.debian.org/tracker/CVE-2013-4235" > https://security-tracker.debian.org/tracker/CVE-2013-4235< / a > < br > < / details > |
| patch | CVE-2018-6952 | LOW | 2.7.6-6 | | < details > < summary > Expand...< / summary > < a href = "http://www.securityfocus.com/bid/103047" > http://www.securityfocus.com/bid/103047< / a > < br > < a href = "https://access.redhat.com/errata/RHSA-2019:2033" > https://access.redhat.com/errata/RHSA-2019:2033< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2018-6952" > https://access.redhat.com/security/cve/CVE-2018-6952< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-6952" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-6952< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2018-6952.html" > https://linux.oracle.com/cve/CVE-2018-6952.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2019-2033.html" > https://linux.oracle.com/errata/ELSA-2019-2033.html< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2018-6952" > https://nvd.nist.gov/vuln/detail/CVE-2018-6952< / a > < br > < a href = "https://savannah.gnu.org/bugs/index.php?53133" > https://savannah.gnu.org/bugs/index.php?53133< / a > < br > < a href = "https://security.gentoo.org/glsa/201904-17" > https://security.gentoo.org/glsa/201904-17< / a > < br > < / details > |
| patch | CVE-2021-45261 | LOW | 2.7.6-6 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-45261" > https://access.redhat.com/security/cve/CVE-2021-45261< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45261" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45261< / a > < br > < a href = "https://savannah.gnu.org/bugs/?61685" > https://savannah.gnu.org/bugs/?61685< / a > < br > < / details > |
| perl | CVE-2020-16156 | MEDIUM | 5.30.0-9ubuntu0.2 | | < details > < summary > Expand...< / summary > < a href = "http://blogs.perl.org/users/neilb/2021/11/addressing-cpan-vulnerabilities-related-to-checksums.html" > http://blogs.perl.org/users/neilb/2021/11/addressing-cpan-vulnerabilities-related-to-checksums.html< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2020-16156" > https://access.redhat.com/security/cve/CVE-2020-16156< / a > < br > < a href = "https://blog.hackeriet.no/cpan-signature-verification-vulnerabilities/" > https://blog.hackeriet.no/cpan-signature-verification-vulnerabilities/< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-16156" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-16156< / a > < br > < a href = "https://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-2020-16156 | MEDIUM | 5.30.0-9ubuntu0.2 | | < details > < summary > Expand...< / summary > < a href = "http://blogs.perl.org/users/neilb/2021/11/addressing-cpan-vulnerabilities-related-to-checksums.html" > http://blogs.perl.org/users/neilb/2021/11/addressing-cpan-vulnerabilities-related-to-checksums.html< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2020-16156" > https://access.redhat.com/security/cve/CVE-2020-16156< / a > < br > < a href = "https://blog.hackeriet.no/cpan-signature-verification-vulnerabilities/" > https://blog.hackeriet.no/cpan-signature-verification-vulnerabilities/< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-16156" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-16156< / a > < br > < a href = "https://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-modules-5.30 | CVE-2020-16156 | MEDIUM | 5.30.0-9ubuntu0.2 | | < details > < summary > Expand...< / summary > < a href = "http://blogs.perl.org/users/neilb/2021/11/addressing-cpan-vulnerabilities-related-to-checksums.html" > http://blogs.perl.org/users/neilb/2021/11/addressing-cpan-vulnerabilities-related-to-checksums.html< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2020-16156" > https://access.redhat.com/security/cve/CVE-2020-16156< / a > < br > < a href = "https://blog.hackeriet.no/cpan-signature-verification-vulnerabilities/" > https://blog.hackeriet.no/cpan-signature-verification-vulnerabilities/< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-16156" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-16156< / a > < br > < a href = "https://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 > |
| policykit-1 | CVE-2016-2568 | LOW | 0.105-26ubuntu1.3 | | < details > < summary > Expand...< / summary > < a href = "http://seclists.org/oss-sec/2016/q1/443" > http://seclists.org/oss-sec/2016/q1/443< / a > < br > < a href = "http://www.openwall.com/lists/oss-security/2016/02/26/3" > http://www.openwall.com/lists/oss-security/2016/02/26/3< / a > < br > < a href = "https://access.redhat.com/security/cve/CVE-2016-2568" > https://access.redhat.com/security/cve/CVE-2016-2568< / a > < br > < a href = "https://access.redhat.com/security/cve/cve-2016-2568" > https://access.redhat.com/security/cve/cve-2016-2568< / a > < br > < a href = "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=816062" > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=816062< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=1300746" > https://bugzilla.redhat.com/show_bug.cgi?id=1300746< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-2568" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-2568< / a > < br > < a href = "https://lore.kernel.org/patchwork/patch/793178/" > https://lore.kernel.org/patchwork/patch/793178/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2016-2568" > https://nvd.nist.gov/vuln/detail/CVE-2016-2568< / a > < br > < a href = "https://ubuntu.com/security/CVE-2016-2568" > https://ubuntu.com/security/CVE-2016-2568< / a > < br > < / details > |
| python-pip-whl | CVE-2021-33503 | LOW | 20.0.2-5ubuntu1.6 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-33503" > https://access.redhat.com/security/cve/CVE-2021-33503< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33503" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33503< / a > < br > < a href = "https://errata.almalinux.org/8/ALSA-2021-4162.html" > https://errata.almalinux.org/8/ALSA-2021-4162.html< / a > < br > < a href = "https://github.com/advisories/GHSA-q2q7-5pp4-w6pg" > https://github.com/advisories/GHSA-q2q7-5pp4-w6pg< / a > < br > < a href = "https://github.com/urllib3/urllib3/commit/2d4a3fee6de2fa45eb82169361918f759269b4ec" > https://github.com/urllib3/urllib3/commit/2d4a3fee6de2fa45eb82169361918f759269b4ec< / a > < br > < a href = "https://github.com/urllib3/urllib3/security/advisories/GHSA-q2q7-5pp4-w6pg" > https://github.com/urllib3/urllib3/security/advisories/GHSA-q2q7-5pp4-w6pg< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-33503.html" > https://linux.oracle.com/cve/CVE-2021-33503.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-4162.html" > https://linux.oracle.com/errata/ELSA-2021-4162.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6SCV7ZNAHS3E6PBFLJGENCDRDRWRZZ6W/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6SCV7ZNAHS3E6PBFLJGENCDRDRWRZZ6W/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FMUGWEAUYGGHTPPXT6YBD53WYXQGVV73/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FMUGWEAUYGGHTPPXT6YBD53WYXQGVV73/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-33503" > https://nvd.nist.gov/vuln/detail/CVE-2021-33503< / a > < br > < a href = "https://security.gentoo.org/glsa/202107-36" > https://security.gentoo.org/glsa/202107-36< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpuoct2021.html" > https://www.oracle.com/security-alerts/cpuoct2021.html< / a > < br > < / details > |
| python3-pip | CVE-2021-33503 | LOW | 20.0.2-5ubuntu1.6 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-33503" > https://access.redhat.com/security/cve/CVE-2021-33503< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33503" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33503< / a > < br > < a href = "https://errata.almalinux.org/8/ALSA-2021-4162.html" > https://errata.almalinux.org/8/ALSA-2021-4162.html< / a > < br > < a href = "https://github.com/advisories/GHSA-q2q7-5pp4-w6pg" > https://github.com/advisories/GHSA-q2q7-5pp4-w6pg< / a > < br > < a href = "https://github.com/urllib3/urllib3/commit/2d4a3fee6de2fa45eb82169361918f759269b4ec" > https://github.com/urllib3/urllib3/commit/2d4a3fee6de2fa45eb82169361918f759269b4ec< / a > < br > < a href = "https://github.com/urllib3/urllib3/security/advisories/GHSA-q2q7-5pp4-w6pg" > https://github.com/urllib3/urllib3/security/advisories/GHSA-q2q7-5pp4-w6pg< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-33503.html" > https://linux.oracle.com/cve/CVE-2021-33503.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-4162.html" > https://linux.oracle.com/errata/ELSA-2021-4162.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6SCV7ZNAHS3E6PBFLJGENCDRDRWRZZ6W/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6SCV7ZNAHS3E6PBFLJGENCDRDRWRZZ6W/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FMUGWEAUYGGHTPPXT6YBD53WYXQGVV73/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FMUGWEAUYGGHTPPXT6YBD53WYXQGVV73/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-33503" > https://nvd.nist.gov/vuln/detail/CVE-2021-33503< / a > < br > < a href = "https://security.gentoo.org/glsa/202107-36" > https://security.gentoo.org/glsa/202107-36< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpuoct2021.html" > https://www.oracle.com/security-alerts/cpuoct2021.html< / a > < br > < / details > |
| python3-urllib3 | CVE-2021-33503 | LOW | 1.25.8-2ubuntu0.1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-33503" > https://access.redhat.com/security/cve/CVE-2021-33503< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33503" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33503< / a > < br > < a href = "https://errata.almalinux.org/8/ALSA-2021-4162.html" > https://errata.almalinux.org/8/ALSA-2021-4162.html< / a > < br > < a href = "https://github.com/advisories/GHSA-q2q7-5pp4-w6pg" > https://github.com/advisories/GHSA-q2q7-5pp4-w6pg< / a > < br > < a href = "https://github.com/urllib3/urllib3/commit/2d4a3fee6de2fa45eb82169361918f759269b4ec" > https://github.com/urllib3/urllib3/commit/2d4a3fee6de2fa45eb82169361918f759269b4ec< / a > < br > < a href = "https://github.com/urllib3/urllib3/security/advisories/GHSA-q2q7-5pp4-w6pg" > https://github.com/urllib3/urllib3/security/advisories/GHSA-q2q7-5pp4-w6pg< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-33503.html" > https://linux.oracle.com/cve/CVE-2021-33503.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2021-4162.html" > https://linux.oracle.com/errata/ELSA-2021-4162.html< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6SCV7ZNAHS3E6PBFLJGENCDRDRWRZZ6W/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6SCV7ZNAHS3E6PBFLJGENCDRDRWRZZ6W/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FMUGWEAUYGGHTPPXT6YBD53WYXQGVV73/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FMUGWEAUYGGHTPPXT6YBD53WYXQGVV73/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-33503" > https://nvd.nist.gov/vuln/detail/CVE-2021-33503< / a > < br > < a href = "https://security.gentoo.org/glsa/202107-36" > https://security.gentoo.org/glsa/202107-36< / a > < br > < a href = "https://www.oracle.com/security-alerts/cpuoct2021.html" > https://www.oracle.com/security-alerts/cpuoct2021.html< / a > < br > < / details > |
2022-06-23 02:09:03 +00:00
| python3.8 | CVE-2015-20107 | LOW | 3.8.10-0ubuntu1~20.04.4 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2015-20107" > https://access.redhat.com/security/cve/CVE-2015-20107< / a > < br > < a href = "https://bugs.python.org/issue24778" > https://bugs.python.org/issue24778< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-20107" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-20107< / a > < br > < a href = "https://github.com/python/cpython/issues/68966" > https://github.com/python/cpython/issues/68966< / a > < br > < a href = "https://github.com/python/cpython/pull/91542/commits/340251550897cb98ae83ad1040750d6300112e80" > https://github.com/python/cpython/pull/91542/commits/340251550897cb98ae83ad1040750d6300112e80< / a > < br > < a href = "https://github.com/python/cpython/pull/91993" > https://github.com/python/cpython/pull/91993< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/46KWPTI72SSEOF53DOYQBQOCN4QQB2GE/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/46KWPTI72SSEOF53DOYQBQOCN4QQB2GE/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ERYMM2QVDPOJLX4LYXWYIQN5FOIJLDRY/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ERYMM2QVDPOJLX4LYXWYIQN5FOIJLDRY/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FCIO2W4DUVVMI6L52QCC4TT2B3K5VWHS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FCIO2W4DUVVMI6L52QCC4TT2B3K5VWHS/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FIRUTX47BJD2HYJDLMI7JJBVCYFAPKAQ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FIRUTX47BJD2HYJDLMI7JJBVCYFAPKAQ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KAY6VBNVEFUXKJF37WFHYXUSRDEK34N3/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KAY6VBNVEFUXKJF37WFHYXUSRDEK34N3/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MYG3EMFR7ZHC46TDNM7SNWO64A3W7EUF/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MYG3EMFR7ZHC46TDNM7SNWO64A3W7EUF/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ONXSGLASNLGFL57YU6WT6Y5YURSFV43U/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ONXSGLASNLGFL57YU6WT6Y5YURSFV43U/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UIOJUZ5JMEMGSKNISTOVI4PDP36FDL5Y/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UIOJUZ5JMEMGSKNISTOVI4PDP36FDL5Y/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/W5664BGZVTA46LQDNTYX5THG6CN4FYJX/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/W5664BGZVTA46LQDNTYX5THG6CN4FYJX/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XO2H6CKWLRGTTZCGUQVELW6LUH437Q3O/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XO2H6CKWLRGTTZCGUQVELW6LUH437Q3O/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Y4E2WBEJ42CGLGDHD6ZXOLZ2W6G3YOVD/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Y4E2WBEJ42CGLGDHD6ZXOLZ2W6G3YOVD/< / a > < br > < a href = "https://mail.python.org/archives/list/security-announce@python.org/thread/QDSXNCW77UGULFG2JMDFZQ7H4DIR32LA/" > https://mail.python.org/archives/list/security-announce@
| python3.8-dev | CVE-2015-20107 | LOW | 3.8.10-0ubuntu1~20.04.4 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2015-20107" > https://access.redhat.com/security/cve/CVE-2015-20107< / a > < br > < a href = "https://bugs.python.org/issue24778" > https://bugs.python.org/issue24778< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-20107" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-20107< / a > < br > < a href = "https://github.com/python/cpython/issues/68966" > https://github.com/python/cpython/issues/68966< / a > < br > < a href = "https://github.com/python/cpython/pull/91542/commits/340251550897cb98ae83ad1040750d6300112e80" > https://github.com/python/cpython/pull/91542/commits/340251550897cb98ae83ad1040750d6300112e80< / a > < br > < a href = "https://github.com/python/cpython/pull/91993" > https://github.com/python/cpython/pull/91993< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/46KWPTI72SSEOF53DOYQBQOCN4QQB2GE/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/46KWPTI72SSEOF53DOYQBQOCN4QQB2GE/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ERYMM2QVDPOJLX4LYXWYIQN5FOIJLDRY/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ERYMM2QVDPOJLX4LYXWYIQN5FOIJLDRY/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FCIO2W4DUVVMI6L52QCC4TT2B3K5VWHS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FCIO2W4DUVVMI6L52QCC4TT2B3K5VWHS/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FIRUTX47BJD2HYJDLMI7JJBVCYFAPKAQ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FIRUTX47BJD2HYJDLMI7JJBVCYFAPKAQ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KAY6VBNVEFUXKJF37WFHYXUSRDEK34N3/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KAY6VBNVEFUXKJF37WFHYXUSRDEK34N3/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MYG3EMFR7ZHC46TDNM7SNWO64A3W7EUF/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MYG3EMFR7ZHC46TDNM7SNWO64A3W7EUF/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ONXSGLASNLGFL57YU6WT6Y5YURSFV43U/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ONXSGLASNLGFL57YU6WT6Y5YURSFV43U/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UIOJUZ5JMEMGSKNISTOVI4PDP36FDL5Y/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UIOJUZ5JMEMGSKNISTOVI4PDP36FDL5Y/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/W5664BGZVTA46LQDNTYX5THG6CN4FYJX/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/W5664BGZVTA46LQDNTYX5THG6CN4FYJX/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XO2H6CKWLRGTTZCGUQVELW6LUH437Q3O/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XO2H6CKWLRGTTZCGUQVELW6LUH437Q3O/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Y4E2WBEJ42CGLGDHD6ZXOLZ2W6G3YOVD/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Y4E2WBEJ42CGLGDHD6ZXOLZ2W6G3YOVD/< / a > < br > < a href = "https://mail.python.org/archives/list/security-announce@python.org/thread/QDSXNCW77UGULFG2JMDFZQ7H4DIR32LA/" > https://mail.python.org/archives/list/security-annou
| python3.8-minimal | CVE-2015-20107 | LOW | 3.8.10-0ubuntu1~20.04.4 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2015-20107" > https://access.redhat.com/security/cve/CVE-2015-20107< / a > < br > < a href = "https://bugs.python.org/issue24778" > https://bugs.python.org/issue24778< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-20107" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-20107< / a > < br > < a href = "https://github.com/python/cpython/issues/68966" > https://github.com/python/cpython/issues/68966< / a > < br > < a href = "https://github.com/python/cpython/pull/91542/commits/340251550897cb98ae83ad1040750d6300112e80" > https://github.com/python/cpython/pull/91542/commits/340251550897cb98ae83ad1040750d6300112e80< / a > < br > < a href = "https://github.com/python/cpython/pull/91993" > https://github.com/python/cpython/pull/91993< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/46KWPTI72SSEOF53DOYQBQOCN4QQB2GE/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/46KWPTI72SSEOF53DOYQBQOCN4QQB2GE/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ERYMM2QVDPOJLX4LYXWYIQN5FOIJLDRY/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ERYMM2QVDPOJLX4LYXWYIQN5FOIJLDRY/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FCIO2W4DUVVMI6L52QCC4TT2B3K5VWHS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FCIO2W4DUVVMI6L52QCC4TT2B3K5VWHS/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FIRUTX47BJD2HYJDLMI7JJBVCYFAPKAQ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FIRUTX47BJD2HYJDLMI7JJBVCYFAPKAQ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KAY6VBNVEFUXKJF37WFHYXUSRDEK34N3/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KAY6VBNVEFUXKJF37WFHYXUSRDEK34N3/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MYG3EMFR7ZHC46TDNM7SNWO64A3W7EUF/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MYG3EMFR7ZHC46TDNM7SNWO64A3W7EUF/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ONXSGLASNLGFL57YU6WT6Y5YURSFV43U/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ONXSGLASNLGFL57YU6WT6Y5YURSFV43U/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UIOJUZ5JMEMGSKNISTOVI4PDP36FDL5Y/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UIOJUZ5JMEMGSKNISTOVI4PDP36FDL5Y/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/W5664BGZVTA46LQDNTYX5THG6CN4FYJX/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/W5664BGZVTA46LQDNTYX5THG6CN4FYJX/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XO2H6CKWLRGTTZCGUQVELW6LUH437Q3O/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XO2H6CKWLRGTTZCGUQVELW6LUH437Q3O/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Y4E2WBEJ42CGLGDHD6ZXOLZ2W6G3YOVD/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Y4E2WBEJ42CGLGDHD6ZXOLZ2W6G3YOVD/< / a > < br > < a href = "https://mail.python.org/archives/list/security-announce@python.org/thread/QDSXNCW77UGULFG2JMDFZQ7H4DIR32LA/" > https://mail.python.org/archives/list/security-a
2022-06-16 06:39:10 +00:00
| python3.9 | CVE-2021-4189 | MEDIUM | 3.9.13-1+focal1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-4189" > https://access.redhat.com/security/cve/CVE-2021-4189< / a > < br > < a href = "https://bugs.python.org/issue43285" > https://bugs.python.org/issue43285< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=2036020" > https://bugzilla.redhat.com/show_bug.cgi?id=2036020< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-4189" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-4189< / a > < br > < a href = "https://errata.almalinux.org/8/ALSA-2022-1986.html" > https://errata.almalinux.org/8/ALSA-2022-1986.html< / a > < br > < a href = "https://github.com/python/cpython/commit/0ab152c6b5d95caa2dc1a30fa96e10258b5f188e (master)" > https://github.com/python/cpython/commit/0ab152c6b5d95caa2dc1a30fa96e10258b5f188e (master)< / a > < br > < a href = "https://github.com/python/cpython/commit/4134f154ae2f621f25c5d698cc0f1748035a1b88 (v3.6.14)" > https://github.com/python/cpython/commit/4134f154ae2f621f25c5d698cc0f1748035a1b88 (v3.6.14)< / a > < br > < a href = "https://github.com/python/cpython/commit/79373951b3eab585d42e0f0ab83718cbe1d0ee33 (v3.7.11)" > https://github.com/python/cpython/commit/79373951b3eab585d42e0f0ab83718cbe1d0ee33 (v3.7.11)< / a > < br > < a href = "https://github.com/python/cpython/commit/7dcb4baa4f0fde3aef5122a8e9f6a41853ec9335 (v3.9.3)" > https://github.com/python/cpython/commit/7dcb4baa4f0fde3aef5122a8e9f6a41853ec9335 (v3.9.3)< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-4189.html" > https://linux.oracle.com/cve/CVE-2021-4189.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-1986.html" > https://linux.oracle.com/errata/ELSA-2022-1986.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5342-1" > https://ubuntu.com/security/notices/USN-5342-1< / a > < br > < / details > |
2022-06-23 02:09:03 +00:00
| python3.9 | CVE-2015-20107 | LOW | 3.9.13-1+focal1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2015-20107" > https://access.redhat.com/security/cve/CVE-2015-20107< / a > < br > < a href = "https://bugs.python.org/issue24778" > https://bugs.python.org/issue24778< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-20107" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-20107< / a > < br > < a href = "https://github.com/python/cpython/issues/68966" > https://github.com/python/cpython/issues/68966< / a > < br > < a href = "https://github.com/python/cpython/pull/91542/commits/340251550897cb98ae83ad1040750d6300112e80" > https://github.com/python/cpython/pull/91542/commits/340251550897cb98ae83ad1040750d6300112e80< / a > < br > < a href = "https://github.com/python/cpython/pull/91993" > https://github.com/python/cpython/pull/91993< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/46KWPTI72SSEOF53DOYQBQOCN4QQB2GE/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/46KWPTI72SSEOF53DOYQBQOCN4QQB2GE/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ERYMM2QVDPOJLX4LYXWYIQN5FOIJLDRY/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ERYMM2QVDPOJLX4LYXWYIQN5FOIJLDRY/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FCIO2W4DUVVMI6L52QCC4TT2B3K5VWHS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FCIO2W4DUVVMI6L52QCC4TT2B3K5VWHS/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FIRUTX47BJD2HYJDLMI7JJBVCYFAPKAQ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FIRUTX47BJD2HYJDLMI7JJBVCYFAPKAQ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KAY6VBNVEFUXKJF37WFHYXUSRDEK34N3/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KAY6VBNVEFUXKJF37WFHYXUSRDEK34N3/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MYG3EMFR7ZHC46TDNM7SNWO64A3W7EUF/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MYG3EMFR7ZHC46TDNM7SNWO64A3W7EUF/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ONXSGLASNLGFL57YU6WT6Y5YURSFV43U/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ONXSGLASNLGFL57YU6WT6Y5YURSFV43U/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UIOJUZ5JMEMGSKNISTOVI4PDP36FDL5Y/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UIOJUZ5JMEMGSKNISTOVI4PDP36FDL5Y/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/W5664BGZVTA46LQDNTYX5THG6CN4FYJX/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/W5664BGZVTA46LQDNTYX5THG6CN4FYJX/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XO2H6CKWLRGTTZCGUQVELW6LUH437Q3O/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XO2H6CKWLRGTTZCGUQVELW6LUH437Q3O/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Y4E2WBEJ42CGLGDHD6ZXOLZ2W6G3YOVD/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Y4E2WBEJ42CGLGDHD6ZXOLZ2W6G3YOVD/< / a > < br > < a href = "https://mail.python.org/archives/list/security-announce@python.org/thread/QDSXNCW77UGULFG2JMDFZQ7H4DIR32LA/" > https://mail.python.org/archives/list/security-announce@python.o
2022-06-16 06:39:10 +00:00
| python3.9-minimal | CVE-2021-4189 | MEDIUM | 3.9.13-1+focal1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2021-4189" > https://access.redhat.com/security/cve/CVE-2021-4189< / a > < br > < a href = "https://bugs.python.org/issue43285" > https://bugs.python.org/issue43285< / a > < br > < a href = "https://bugzilla.redhat.com/show_bug.cgi?id=2036020" > https://bugzilla.redhat.com/show_bug.cgi?id=2036020< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-4189" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-4189< / a > < br > < a href = "https://errata.almalinux.org/8/ALSA-2022-1986.html" > https://errata.almalinux.org/8/ALSA-2022-1986.html< / a > < br > < a href = "https://github.com/python/cpython/commit/0ab152c6b5d95caa2dc1a30fa96e10258b5f188e (master)" > https://github.com/python/cpython/commit/0ab152c6b5d95caa2dc1a30fa96e10258b5f188e (master)< / a > < br > < a href = "https://github.com/python/cpython/commit/4134f154ae2f621f25c5d698cc0f1748035a1b88 (v3.6.14)" > https://github.com/python/cpython/commit/4134f154ae2f621f25c5d698cc0f1748035a1b88 (v3.6.14)< / a > < br > < a href = "https://github.com/python/cpython/commit/79373951b3eab585d42e0f0ab83718cbe1d0ee33 (v3.7.11)" > https://github.com/python/cpython/commit/79373951b3eab585d42e0f0ab83718cbe1d0ee33 (v3.7.11)< / a > < br > < a href = "https://github.com/python/cpython/commit/7dcb4baa4f0fde3aef5122a8e9f6a41853ec9335 (v3.9.3)" > https://github.com/python/cpython/commit/7dcb4baa4f0fde3aef5122a8e9f6a41853ec9335 (v3.9.3)< / a > < br > < a href = "https://linux.oracle.com/cve/CVE-2021-4189.html" > https://linux.oracle.com/cve/CVE-2021-4189.html< / a > < br > < a href = "https://linux.oracle.com/errata/ELSA-2022-1986.html" > https://linux.oracle.com/errata/ELSA-2022-1986.html< / a > < br > < a href = "https://ubuntu.com/security/notices/USN-5342-1" > https://ubuntu.com/security/notices/USN-5342-1< / a > < br > < / details > |
2022-06-23 02:09:03 +00:00
| python3.9-minimal | CVE-2015-20107 | LOW | 3.9.13-1+focal1 | | < details > < summary > Expand...< / summary > < a href = "https://access.redhat.com/security/cve/CVE-2015-20107" > https://access.redhat.com/security/cve/CVE-2015-20107< / a > < br > < a href = "https://bugs.python.org/issue24778" > https://bugs.python.org/issue24778< / a > < br > < a href = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-20107" > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-20107< / a > < br > < a href = "https://github.com/python/cpython/issues/68966" > https://github.com/python/cpython/issues/68966< / a > < br > < a href = "https://github.com/python/cpython/pull/91542/commits/340251550897cb98ae83ad1040750d6300112e80" > https://github.com/python/cpython/pull/91542/commits/340251550897cb98ae83ad1040750d6300112e80< / a > < br > < a href = "https://github.com/python/cpython/pull/91993" > https://github.com/python/cpython/pull/91993< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/46KWPTI72SSEOF53DOYQBQOCN4QQB2GE/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/46KWPTI72SSEOF53DOYQBQOCN4QQB2GE/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ERYMM2QVDPOJLX4LYXWYIQN5FOIJLDRY/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ERYMM2QVDPOJLX4LYXWYIQN5FOIJLDRY/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FCIO2W4DUVVMI6L52QCC4TT2B3K5VWHS/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FCIO2W4DUVVMI6L52QCC4TT2B3K5VWHS/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FIRUTX47BJD2HYJDLMI7JJBVCYFAPKAQ/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FIRUTX47BJD2HYJDLMI7JJBVCYFAPKAQ/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KAY6VBNVEFUXKJF37WFHYXUSRDEK34N3/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KAY6VBNVEFUXKJF37WFHYXUSRDEK34N3/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MYG3EMFR7ZHC46TDNM7SNWO64A3W7EUF/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MYG3EMFR7ZHC46TDNM7SNWO64A3W7EUF/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ONXSGLASNLGFL57YU6WT6Y5YURSFV43U/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ONXSGLASNLGFL57YU6WT6Y5YURSFV43U/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UIOJUZ5JMEMGSKNISTOVI4PDP36FDL5Y/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UIOJUZ5JMEMGSKNISTOVI4PDP36FDL5Y/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/W5664BGZVTA46LQDNTYX5THG6CN4FYJX/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/W5664BGZVTA46LQDNTYX5THG6CN4FYJX/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XO2H6CKWLRGTTZCGUQVELW6LUH437Q3O/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XO2H6CKWLRGTTZCGUQVELW6LUH437Q3O/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Y4E2WBEJ42CGLGDHD6ZXOLZ2W6G3YOVD/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Y4E2WBEJ42CGLGDHD6ZXOLZ2W6G3YOVD/< / a > < br > < a href = "https://mail.python.org/archives/list/security-announce@python.org/thread/QDSXNCW77UGULFG2JMDFZQ7H4DIR32LA/" > https://mail.python.org/archives/list/security-announce@
2022-06-16 06:39:10 +00:00
**python-pkg**
2022-06-16 08:00:38 +00:00
2022-06-16 06:39:10 +00:00
| Package | Vulnerability | Severity | Installed Version | Fixed Version | Links |
|:----------------|:------------------:|:-----------:|:------------------:|:-------------:|-----------------------------------------|
| mpmath | CVE-2021-29063 | HIGH | 1.2.1 | | < details > < summary > Expand...< / summary > < a href = "https://github.com/advisories/GHSA-f865-m6cq-j9vx" > https://github.com/advisories/GHSA-f865-m6cq-j9vx< / a > < br > < a href = "https://github.com/fredrik-johansson/mpmath/commit/46d44c3c8f3244017fe1eb102d564eb4ab8ef750" > https://github.com/fredrik-johansson/mpmath/commit/46d44c3c8f3244017fe1eb102d564eb4ab8ef750< / a > < br > < a href = "https://github.com/fredrik-johansson/mpmath/commit/c811b37c65a4372a7ce613111d2a508c204f9833" > https://github.com/fredrik-johansson/mpmath/commit/c811b37c65a4372a7ce613111d2a508c204f9833< / a > < br > < a href = "https://github.com/fredrik-johansson/mpmath/issues/548" > https://github.com/fredrik-johansson/mpmath/issues/548< / a > < br > < a href = "https://github.com/npm/hosted-git-info/pull/76" > https://github.com/npm/hosted-git-info/pull/76< / a > < br > < a href = "https://github.com/yetingli/PoCs/blob/main/CVE-2021-29063/Mpmath.md" > https://github.com/yetingli/PoCs/blob/main/CVE-2021-29063/Mpmath.md< / a > < br > < a href = "https://github.com/yetingli/SaveResults/blob/main/js/hosted-git-info.js" > https://github.com/yetingli/SaveResults/blob/main/js/hosted-git-info.js< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/3M5O55E7VUDMXCPQR6MQTOIFDKHP36AA/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/3M5O55E7VUDMXCPQR6MQTOIFDKHP36AA/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/EIUX3XWY2K3MSO7QXMZXQQYAURARSPC5/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/EIUX3XWY2K3MSO7QXMZXQQYAURARSPC5/< / a > < br > < a href = "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MS2U6GLXQSRZJE2HVUAUMVFR2DWQLCZG/" > https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MS2U6GLXQSRZJE2HVUAUMVFR2DWQLCZG/< / a > < br > < a href = "https://nvd.nist.gov/vuln/detail/CVE-2021-29063" > https://nvd.nist.gov/vuln/detail/CVE-2021-29063< / a > < br > < a href = "https://www.npmjs.com/package/hosted-git-info" > https://www.npmjs.com/package/hosted-git-info< / a > < br > < / details > |