2022-03-29 13:51:32 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
|
|
<style>
|
|
|
|
* {
|
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
|
|
}
|
|
|
|
h1 {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.group-header th {
|
|
|
|
font-size: 200%;
|
|
|
|
}
|
|
|
|
.sub-header th {
|
|
|
|
font-size: 150%;
|
|
|
|
}
|
|
|
|
table, th, td {
|
|
|
|
border: 1px solid black;
|
|
|
|
border-collapse: collapse;
|
|
|
|
white-space: nowrap;
|
|
|
|
padding: .3em;
|
|
|
|
}
|
|
|
|
table {
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
.severity {
|
|
|
|
text-align: center;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #fafafa;
|
|
|
|
}
|
|
|
|
.severity-LOW .severity { background-color: #5fbb31; }
|
|
|
|
.severity-MEDIUM .severity { background-color: #e9c600; }
|
|
|
|
.severity-HIGH .severity { background-color: #ff8800; }
|
|
|
|
.severity-CRITICAL .severity { background-color: #e40000; }
|
|
|
|
.severity-UNKNOWN .severity { background-color: #747474; }
|
|
|
|
.severity-LOW { background-color: #5fbb3160; }
|
|
|
|
.severity-MEDIUM { background-color: #e9c60060; }
|
|
|
|
.severity-HIGH { background-color: #ff880060; }
|
|
|
|
.severity-CRITICAL { background-color: #e4000060; }
|
|
|
|
.severity-UNKNOWN { background-color: #74747460; }
|
|
|
|
table tr td:first-of-type {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.links a,
|
|
|
|
.links[data-more-links=on] a {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.links[data-more-links=off] a:nth-of-type(1n+5) {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
a.toggle-more-links { cursor: pointer; }
|
|
|
|
</style>
|
2022-09-07 13:16:56 +00:00
|
|
|
<title>docker.io/rockylinux/rockylinux:8 (rocky 8.6) - Trivy Report - 2022-09-07 13:16:55.42205655 +0000 UTC m=+1.587040488 </title>
|
2022-03-29 13:51:32 +00:00
|
|
|
<script>
|
|
|
|
window.onload = function() {
|
|
|
|
document.querySelectorAll('td.links').forEach(function(linkCell) {
|
|
|
|
var links = [].concat.apply([], linkCell.querySelectorAll('a'));
|
|
|
|
[].sort.apply(links, function(a, b) {
|
|
|
|
return a.href > b.href ? 1 : -1;
|
|
|
|
});
|
|
|
|
links.forEach(function(link, idx) {
|
|
|
|
if (links.length > 3 && 3 === idx) {
|
|
|
|
var toggleLink = document.createElement('a');
|
|
|
|
toggleLink.innerText = "Toggle more links";
|
|
|
|
toggleLink.href = "#toggleMore";
|
|
|
|
toggleLink.setAttribute("class", "toggle-more-links");
|
|
|
|
linkCell.appendChild(toggleLink);
|
|
|
|
}
|
|
|
|
linkCell.appendChild(link);
|
|
|
|
});
|
|
|
|
});
|
|
|
|
document.querySelectorAll('a.toggle-more-links').forEach(function(toggleLink) {
|
|
|
|
toggleLink.onclick = function() {
|
|
|
|
var expanded = toggleLink.parentElement.getAttribute("data-more-links");
|
|
|
|
toggleLink.parentElement.setAttribute("data-more-links", "on" === expanded ? "off" : "on");
|
|
|
|
return false;
|
|
|
|
};
|
|
|
|
});
|
|
|
|
};
|
|
|
|
</script>
|
|
|
|
</head>
|
|
|
|
<body>
|
2022-09-07 13:16:56 +00:00
|
|
|
<h1>docker.io/rockylinux/rockylinux:8 (rocky 8.6) - Trivy Report - 2022-09-07 13:16:55.42208595 +0000 UTC m=+1.587069888</h1>
|
2022-03-29 13:51:32 +00:00
|
|
|
<table>
|
|
|
|
<tr class="group-header"><th colspan="6">rocky</th></tr>
|
2022-08-16 13:09:46 +00:00
|
|
|
<tr class="sub-header">
|
|
|
|
<th>Package</th>
|
|
|
|
<th>Vulnerability ID</th>
|
|
|
|
<th>Severity</th>
|
|
|
|
<th>Installed Version</th>
|
|
|
|
<th>Fixed Version</th>
|
|
|
|
<th>Links</th>
|
|
|
|
</tr>
|
2022-08-30 13:15:33 +00:00
|
|
|
<tr class="severity-MEDIUM">
|
|
|
|
<td class="pkg-name">curl</td>
|
|
|
|
<td>CVE-2022-32206</td>
|
|
|
|
<td class="severity">MEDIUM</td>
|
|
|
|
<td class="pkg-version">7.61.1-22.el8_6.3</td>
|
|
|
|
<td>7.61.1-22.el8_6.4</td>
|
|
|
|
<td class="links" data-more-links="off">
|
2022-09-01 13:13:53 +00:00
|
|
|
<a href="https://access.redhat.com/errata/RHSA-2022:6157">https://access.redhat.com/errata/RHSA-2022:6157</a>
|
2022-08-30 13:15:33 +00:00
|
|
|
<a href="https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2022-32206.json">https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2022-32206.json</a>
|
|
|
|
<a href="https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2022-32208.json">https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2022-32208.json</a>
|
|
|
|
<a href="https://access.redhat.com/security/cve/CVE-2022-32206">https://access.redhat.com/security/cve/CVE-2022-32206</a>
|
2022-09-01 13:13:53 +00:00
|
|
|
<a href="https://bugzilla.redhat.com/2099300">https://bugzilla.redhat.com/2099300</a>
|
|
|
|
<a href="https://bugzilla.redhat.com/2099305">https://bugzilla.redhat.com/2099305</a>
|
|
|
|
<a href="https://bugzilla.redhat.com/2099306">https://bugzilla.redhat.com/2099306</a>
|
2022-08-30 13:15:33 +00:00
|
|
|
<a href="https://curl.se/docs/CVE-2022-32206.html">https://curl.se/docs/CVE-2022-32206.html</a>
|
|
|
|
<a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32206">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32206</a>
|
2022-09-01 13:13:53 +00:00
|
|
|
<a href="https://errata.almalinux.org/9/ALSA-2022-6157.html">https://errata.almalinux.org/9/ALSA-2022-6157.html</a>
|
2022-08-30 13:15:33 +00:00
|
|
|
<a href="https://hackerone.com/reports/1570651">https://hackerone.com/reports/1570651</a>
|
|
|
|
<a href="https://linux.oracle.com/cve/CVE-2022-32206.html">https://linux.oracle.com/cve/CVE-2022-32206.html</a>
|
|
|
|
<a href="https://linux.oracle.com/errata/ELSA-2022-6159.html">https://linux.oracle.com/errata/ELSA-2022-6159.html</a>
|
|
|
|
<a href="https://lists.debian.org/debian-lts-announce/2022/08/msg00017.html">https://lists.debian.org/debian-lts-announce/2022/08/msg00017.html</a>
|
|
|
|
<a href="https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/BEV6BR4MTI3CEWK2YU2HQZUW5FAS3FEY/">https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/BEV6BR4MTI3CEWK2YU2HQZUW5FAS3FEY/</a>
|
|
|
|
<a href="https://nvd.nist.gov/vuln/detail/CVE-2022-32206">https://nvd.nist.gov/vuln/detail/CVE-2022-32206</a>
|
|
|
|
<a href="https://ubuntu.com/security/notices/USN-5495-1">https://ubuntu.com/security/notices/USN-5495-1</a>
|
|
|
|
<a href="https://www.debian.org/security/2022/dsa-5197">https://www.debian.org/security/2022/dsa-5197</a>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr class="severity-MEDIUM">
|
|
|
|
<td class="pkg-name">curl</td>
|
|
|
|
<td>CVE-2022-32208</td>
|
|
|
|
<td class="severity">MEDIUM</td>
|
|
|
|
<td class="pkg-version">7.61.1-22.el8_6.3</td>
|
|
|
|
<td>7.61.1-22.el8_6.4</td>
|
|
|
|
<td class="links" data-more-links="off">
|
2022-09-01 13:13:53 +00:00
|
|
|
<a href="https://access.redhat.com/errata/RHSA-2022:6157">https://access.redhat.com/errata/RHSA-2022:6157</a>
|
2022-08-30 13:15:33 +00:00
|
|
|
<a href="https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2022-32206.json">https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2022-32206.json</a>
|
|
|
|
<a href="https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2022-32208.json">https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2022-32208.json</a>
|
|
|
|
<a href="https://access.redhat.com/security/cve/CVE-2022-32208">https://access.redhat.com/security/cve/CVE-2022-32208</a>
|
2022-09-01 13:13:53 +00:00
|
|
|
<a href="https://bugzilla.redhat.com/2099300">https://bugzilla.redhat.com/2099300</a>
|
|
|
|
<a href="https://bugzilla.redhat.com/2099305">https://bugzilla.redhat.com/2099305</a>
|
|
|
|
<a href="https://bugzilla.redhat.com/2099306">https://bugzilla.redhat.com/2099306</a>
|
2022-08-30 13:15:33 +00:00
|
|
|
<a href="https://curl.se/docs/CVE-2022-32208.html">https://curl.se/docs/CVE-2022-32208.html</a>
|
|
|
|
<a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32208">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32208</a>
|
2022-09-01 13:13:53 +00:00
|
|
|
<a href="https://errata.almalinux.org/9/ALSA-2022-6157.html">https://errata.almalinux.org/9/ALSA-2022-6157.html</a>
|
2022-08-30 13:15:33 +00:00
|
|
|
<a href="https://hackerone.com/reports/1590071">https://hackerone.com/reports/1590071</a>
|
|
|
|
<a href="https://linux.oracle.com/cve/CVE-2022-32208.html">https://linux.oracle.com/cve/CVE-2022-32208.html</a>
|
|
|
|
<a href="https://linux.oracle.com/errata/ELSA-2022-6159.html">https://linux.oracle.com/errata/ELSA-2022-6159.html</a>
|
|
|
|
<a href="https://lists.debian.org/debian-lts-announce/2022/08/msg00017.html">https://lists.debian.org/debian-lts-announce/2022/08/msg00017.html</a>
|
|
|
|
<a href="https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/BEV6BR4MTI3CEWK2YU2HQZUW5FAS3FEY/">https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/BEV6BR4MTI3CEWK2YU2HQZUW5FAS3FEY/</a>
|
|
|
|
<a href="https://nvd.nist.gov/vuln/detail/CVE-2022-32208">https://nvd.nist.gov/vuln/detail/CVE-2022-32208</a>
|
|
|
|
<a href="https://ubuntu.com/security/notices/USN-5495-1">https://ubuntu.com/security/notices/USN-5495-1</a>
|
|
|
|
<a href="https://ubuntu.com/security/notices/USN-5499-1">https://ubuntu.com/security/notices/USN-5499-1</a>
|
|
|
|
<a href="https://www.debian.org/security/2022/dsa-5197">https://www.debian.org/security/2022/dsa-5197</a>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr class="severity-MEDIUM">
|
|
|
|
<td class="pkg-name">libcurl-minimal</td>
|
|
|
|
<td>CVE-2022-32206</td>
|
|
|
|
<td class="severity">MEDIUM</td>
|
|
|
|
<td class="pkg-version">7.61.1-22.el8_6.3</td>
|
|
|
|
<td>7.61.1-22.el8_6.4</td>
|
|
|
|
<td class="links" data-more-links="off">
|
2022-09-01 13:13:53 +00:00
|
|
|
<a href="https://access.redhat.com/errata/RHSA-2022:6157">https://access.redhat.com/errata/RHSA-2022:6157</a>
|
2022-08-30 13:15:33 +00:00
|
|
|
<a href="https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2022-32206.json">https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2022-32206.json</a>
|
|
|
|
<a href="https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2022-32208.json">https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2022-32208.json</a>
|
|
|
|
<a href="https://access.redhat.com/security/cve/CVE-2022-32206">https://access.redhat.com/security/cve/CVE-2022-32206</a>
|
2022-09-01 13:13:53 +00:00
|
|
|
<a href="https://bugzilla.redhat.com/2099300">https://bugzilla.redhat.com/2099300</a>
|
|
|
|
<a href="https://bugzilla.redhat.com/2099305">https://bugzilla.redhat.com/2099305</a>
|
|
|
|
<a href="https://bugzilla.redhat.com/2099306">https://bugzilla.redhat.com/2099306</a>
|
2022-08-30 13:15:33 +00:00
|
|
|
<a href="https://curl.se/docs/CVE-2022-32206.html">https://curl.se/docs/CVE-2022-32206.html</a>
|
|
|
|
<a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32206">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32206</a>
|
2022-09-01 13:13:53 +00:00
|
|
|
<a href="https://errata.almalinux.org/9/ALSA-2022-6157.html">https://errata.almalinux.org/9/ALSA-2022-6157.html</a>
|
2022-08-30 13:15:33 +00:00
|
|
|
<a href="https://hackerone.com/reports/1570651">https://hackerone.com/reports/1570651</a>
|
|
|
|
<a href="https://linux.oracle.com/cve/CVE-2022-32206.html">https://linux.oracle.com/cve/CVE-2022-32206.html</a>
|
|
|
|
<a href="https://linux.oracle.com/errata/ELSA-2022-6159.html">https://linux.oracle.com/errata/ELSA-2022-6159.html</a>
|
|
|
|
<a href="https://lists.debian.org/debian-lts-announce/2022/08/msg00017.html">https://lists.debian.org/debian-lts-announce/2022/08/msg00017.html</a>
|
|
|
|
<a href="https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/BEV6BR4MTI3CEWK2YU2HQZUW5FAS3FEY/">https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/BEV6BR4MTI3CEWK2YU2HQZUW5FAS3FEY/</a>
|
|
|
|
<a href="https://nvd.nist.gov/vuln/detail/CVE-2022-32206">https://nvd.nist.gov/vuln/detail/CVE-2022-32206</a>
|
|
|
|
<a href="https://ubuntu.com/security/notices/USN-5495-1">https://ubuntu.com/security/notices/USN-5495-1</a>
|
|
|
|
<a href="https://www.debian.org/security/2022/dsa-5197">https://www.debian.org/security/2022/dsa-5197</a>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr class="severity-MEDIUM">
|
|
|
|
<td class="pkg-name">libcurl-minimal</td>
|
|
|
|
<td>CVE-2022-32208</td>
|
|
|
|
<td class="severity">MEDIUM</td>
|
|
|
|
<td class="pkg-version">7.61.1-22.el8_6.3</td>
|
|
|
|
<td>7.61.1-22.el8_6.4</td>
|
|
|
|
<td class="links" data-more-links="off">
|
2022-09-01 13:13:53 +00:00
|
|
|
<a href="https://access.redhat.com/errata/RHSA-2022:6157">https://access.redhat.com/errata/RHSA-2022:6157</a>
|
2022-08-30 13:15:33 +00:00
|
|
|
<a href="https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2022-32206.json">https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2022-32206.json</a>
|
|
|
|
<a href="https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2022-32208.json">https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2022-32208.json</a>
|
|
|
|
<a href="https://access.redhat.com/security/cve/CVE-2022-32208">https://access.redhat.com/security/cve/CVE-2022-32208</a>
|
2022-09-01 13:13:53 +00:00
|
|
|
<a href="https://bugzilla.redhat.com/2099300">https://bugzilla.redhat.com/2099300</a>
|
|
|
|
<a href="https://bugzilla.redhat.com/2099305">https://bugzilla.redhat.com/2099305</a>
|
|
|
|
<a href="https://bugzilla.redhat.com/2099306">https://bugzilla.redhat.com/2099306</a>
|
2022-08-30 13:15:33 +00:00
|
|
|
<a href="https://curl.se/docs/CVE-2022-32208.html">https://curl.se/docs/CVE-2022-32208.html</a>
|
|
|
|
<a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32208">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32208</a>
|
2022-09-01 13:13:53 +00:00
|
|
|
<a href="https://errata.almalinux.org/9/ALSA-2022-6157.html">https://errata.almalinux.org/9/ALSA-2022-6157.html</a>
|
2022-08-30 13:15:33 +00:00
|
|
|
<a href="https://hackerone.com/reports/1590071">https://hackerone.com/reports/1590071</a>
|
|
|
|
<a href="https://linux.oracle.com/cve/CVE-2022-32208.html">https://linux.oracle.com/cve/CVE-2022-32208.html</a>
|
|
|
|
<a href="https://linux.oracle.com/errata/ELSA-2022-6159.html">https://linux.oracle.com/errata/ELSA-2022-6159.html</a>
|
|
|
|
<a href="https://lists.debian.org/debian-lts-announce/2022/08/msg00017.html">https://lists.debian.org/debian-lts-announce/2022/08/msg00017.html</a>
|
|
|
|
<a href="https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/BEV6BR4MTI3CEWK2YU2HQZUW5FAS3FEY/">https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/BEV6BR4MTI3CEWK2YU2HQZUW5FAS3FEY/</a>
|
|
|
|
<a href="https://nvd.nist.gov/vuln/detail/CVE-2022-32208">https://nvd.nist.gov/vuln/detail/CVE-2022-32208</a>
|
|
|
|
<a href="https://ubuntu.com/security/notices/USN-5495-1">https://ubuntu.com/security/notices/USN-5495-1</a>
|
|
|
|
<a href="https://ubuntu.com/security/notices/USN-5499-1">https://ubuntu.com/security/notices/USN-5499-1</a>
|
|
|
|
<a href="https://www.debian.org/security/2022/dsa-5197">https://www.debian.org/security/2022/dsa-5197</a>
|
|
|
|
</td>
|
|
|
|
</tr>
|
2022-09-03 13:08:42 +00:00
|
|
|
<tr class="severity-HIGH">
|
|
|
|
<td class="pkg-name">systemd</td>
|
|
|
|
<td>CVE-2022-2526</td>
|
|
|
|
<td class="severity">HIGH</td>
|
|
|
|
<td class="pkg-version">239-58.el8</td>
|
|
|
|
<td>239-58.el8_6.4</td>
|
|
|
|
<td class="links" data-more-links="off">
|
|
|
|
<a href="https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2022-2526.json">https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2022-2526.json</a>
|
|
|
|
<a href="https://access.redhat.com/security/cve/CVE-2022-2526">https://access.redhat.com/security/cve/CVE-2022-2526</a>
|
|
|
|
<a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2526">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2526</a>
|
|
|
|
<a href="https://linux.oracle.com/cve/CVE-2022-2526.html">https://linux.oracle.com/cve/CVE-2022-2526.html</a>
|
|
|
|
<a href="https://linux.oracle.com/errata/ELSA-2022-6206.html">https://linux.oracle.com/errata/ELSA-2022-6206.html</a>
|
|
|
|
<a href="https://ubuntu.com/security/notices/USN-5583-1">https://ubuntu.com/security/notices/USN-5583-1</a>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr class="severity-HIGH">
|
|
|
|
<td class="pkg-name">systemd-libs</td>
|
|
|
|
<td>CVE-2022-2526</td>
|
|
|
|
<td class="severity">HIGH</td>
|
|
|
|
<td class="pkg-version">239-58.el8</td>
|
|
|
|
<td>239-58.el8_6.4</td>
|
|
|
|
<td class="links" data-more-links="off">
|
|
|
|
<a href="https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2022-2526.json">https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2022-2526.json</a>
|
|
|
|
<a href="https://access.redhat.com/security/cve/CVE-2022-2526">https://access.redhat.com/security/cve/CVE-2022-2526</a>
|
|
|
|
<a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2526">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2526</a>
|
|
|
|
<a href="https://linux.oracle.com/cve/CVE-2022-2526.html">https://linux.oracle.com/cve/CVE-2022-2526.html</a>
|
|
|
|
<a href="https://linux.oracle.com/errata/ELSA-2022-6206.html">https://linux.oracle.com/errata/ELSA-2022-6206.html</a>
|
|
|
|
<a href="https://ubuntu.com/security/notices/USN-5583-1">https://ubuntu.com/security/notices/USN-5583-1</a>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr class="severity-HIGH">
|
|
|
|
<td class="pkg-name">systemd-pam</td>
|
|
|
|
<td>CVE-2022-2526</td>
|
|
|
|
<td class="severity">HIGH</td>
|
|
|
|
<td class="pkg-version">239-58.el8</td>
|
|
|
|
<td>239-58.el8_6.4</td>
|
|
|
|
<td class="links" data-more-links="off">
|
|
|
|
<a href="https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2022-2526.json">https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2022-2526.json</a>
|
|
|
|
<a href="https://access.redhat.com/security/cve/CVE-2022-2526">https://access.redhat.com/security/cve/CVE-2022-2526</a>
|
|
|
|
<a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2526">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2526</a>
|
|
|
|
<a href="https://linux.oracle.com/cve/CVE-2022-2526.html">https://linux.oracle.com/cve/CVE-2022-2526.html</a>
|
|
|
|
<a href="https://linux.oracle.com/errata/ELSA-2022-6206.html">https://linux.oracle.com/errata/ELSA-2022-6206.html</a>
|
|
|
|
<a href="https://ubuntu.com/security/notices/USN-5583-1">https://ubuntu.com/security/notices/USN-5583-1</a>
|
|
|
|
</td>
|
|
|
|
</tr>
|
2022-08-16 13:09:46 +00:00
|
|
|
<tr class="severity-MEDIUM">
|
|
|
|
<td class="pkg-name">vim-minimal</td>
|
|
|
|
<td>CVE-2022-1785</td>
|
|
|
|
<td class="severity">MEDIUM</td>
|
|
|
|
<td class="pkg-version">2:8.0.1763-19.el8_6.2</td>
|
|
|
|
<td>2:8.0.1763-19.el8_6.4</td>
|
|
|
|
<td class="links" data-more-links="off">
|
2022-08-20 13:08:21 +00:00
|
|
|
<a href="https://access.redhat.com/errata/RHSA-2022:5942">https://access.redhat.com/errata/RHSA-2022:5942</a>
|
2022-08-16 13:09:46 +00:00
|
|
|
<a href="https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2022-1785.json">https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2022-1785.json</a>
|
|
|
|
<a href="https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2022-1897.json">https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2022-1897.json</a>
|
|
|
|
<a href="https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2022-1927.json">https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2022-1927.json</a>
|
|
|
|
<a href="https://access.redhat.com/security/cve/CVE-2022-1785">https://access.redhat.com/security/cve/CVE-2022-1785</a>
|
|
|
|
<a href="https://bugzilla.redhat.com/2088689">https://bugzilla.redhat.com/2088689</a>
|
|
|
|
<a href="https://bugzilla.redhat.com/2091682">https://bugzilla.redhat.com/2091682</a>
|
|
|
|
<a href="https://bugzilla.redhat.com/2091687">https://bugzilla.redhat.com/2091687</a>
|
|
|
|
<a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1785">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1785</a>
|
2022-08-20 13:08:21 +00:00
|
|
|
<a href="https://errata.almalinux.org/9/ALSA-2022-5942.html">https://errata.almalinux.org/9/ALSA-2022-5942.html</a>
|
2022-08-16 13:09:46 +00:00
|
|
|
<a href="https://github.com/vim/vim/commit/e2bd8600b873d2cd1f9d667c28cba8b1dba18839">https://github.com/vim/vim/commit/e2bd8600b873d2cd1f9d667c28cba8b1dba18839</a>
|
|
|
|
<a href="https://huntr.dev/bounties/8c969cba-eef2-4943-b44a-4e3089599109">https://huntr.dev/bounties/8c969cba-eef2-4943-b44a-4e3089599109</a>
|
|
|
|
<a href="https://linux.oracle.com/cve/CVE-2022-1785.html">https://linux.oracle.com/cve/CVE-2022-1785.html</a>
|
|
|
|
<a href="https://linux.oracle.com/errata/ELSA-2022-5942.html">https://linux.oracle.com/errata/ELSA-2022-5942.html</a>
|
|
|
|
<a href="https://nvd.nist.gov/vuln/detail/CVE-2022-1785">https://nvd.nist.gov/vuln/detail/CVE-2022-1785</a>
|
2022-08-23 13:12:55 +00:00
|
|
|
<a href="https://security.gentoo.org/glsa/202208-32">https://security.gentoo.org/glsa/202208-32</a>
|
2022-08-16 13:09:46 +00:00
|
|
|
<a href="https://ubuntu.com/security/notices/USN-5498-1">https://ubuntu.com/security/notices/USN-5498-1</a>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr class="severity-MEDIUM">
|
|
|
|
<td class="pkg-name">vim-minimal</td>
|
|
|
|
<td>CVE-2022-1897</td>
|
|
|
|
<td class="severity">MEDIUM</td>
|
|
|
|
<td class="pkg-version">2:8.0.1763-19.el8_6.2</td>
|
|
|
|
<td>2:8.0.1763-19.el8_6.4</td>
|
|
|
|
<td class="links" data-more-links="off">
|
2022-08-20 13:08:21 +00:00
|
|
|
<a href="https://access.redhat.com/errata/RHSA-2022:5942">https://access.redhat.com/errata/RHSA-2022:5942</a>
|
2022-08-16 13:09:46 +00:00
|
|
|
<a href="https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2022-1785.json">https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2022-1785.json</a>
|
|
|
|
<a href="https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2022-1897.json">https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2022-1897.json</a>
|
|
|
|
<a href="https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2022-1927.json">https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2022-1927.json</a>
|
|
|
|
<a href="https://access.redhat.com/security/cve/CVE-2022-1897">https://access.redhat.com/security/cve/CVE-2022-1897</a>
|
|
|
|
<a href="https://bugzilla.redhat.com/2088689">https://bugzilla.redhat.com/2088689</a>
|
|
|
|
<a href="https://bugzilla.redhat.com/2091682">https://bugzilla.redhat.com/2091682</a>
|
|
|
|
<a href="https://bugzilla.redhat.com/2091687">https://bugzilla.redhat.com/2091687</a>
|
|
|
|
<a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1897">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1897</a>
|
2022-08-20 13:08:21 +00:00
|
|
|
<a href="https://errata.almalinux.org/9/ALSA-2022-5942.html">https://errata.almalinux.org/9/ALSA-2022-5942.html</a>
|
2022-08-16 13:09:46 +00:00
|
|
|
<a href="https://github.com/vim/vim/commit/338f1fc0ee3ca929387448fe464579d6113fa76a">https://github.com/vim/vim/commit/338f1fc0ee3ca929387448fe464579d6113fa76a</a>
|
|
|
|
<a href="https://github.com/vim/vim/commit/338f1fc0ee3ca929387448fe464579d6113fa76a (v8.2.5023)">https://github.com/vim/vim/commit/338f1fc0ee3ca929387448fe464579d6113fa76a (v8.2.5023)</a>
|
|
|
|
<a href="https://huntr.dev/bounties/82c12151-c283-40cf-aa05-2e39efa89118">https://huntr.dev/bounties/82c12151-c283-40cf-aa05-2e39efa89118</a>
|
|
|
|
<a href="https://linux.oracle.com/cve/CVE-2022-1897.html">https://linux.oracle.com/cve/CVE-2022-1897.html</a>
|
|
|
|
<a href="https://linux.oracle.com/errata/ELSA-2022-5942.html">https://linux.oracle.com/errata/ELSA-2022-5942.html</a>
|
|
|
|
<a href="https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/OZSLFIKFYU5Y2KM5EJKQNYHWRUBDQ4GJ/">https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/OZSLFIKFYU5Y2KM5EJKQNYHWRUBDQ4GJ/</a>
|
|
|
|
<a href="https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QMFHBC5OQXDPV2SDYA2JUQGVCPYASTJB/">https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QMFHBC5OQXDPV2SDYA2JUQGVCPYASTJB/</a>
|
|
|
|
<a href="https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TYNK6SDCMOLQJOI3B4AOE66P2G2IH4ZM/">https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TYNK6SDCMOLQJOI3B4AOE66P2G2IH4ZM/</a>
|
2022-08-23 13:12:55 +00:00
|
|
|
<a href="https://security.gentoo.org/glsa/202208-32">https://security.gentoo.org/glsa/202208-32</a>
|
2022-08-16 13:09:46 +00:00
|
|
|
<a href="https://ubuntu.com/security/notices/USN-5507-1">https://ubuntu.com/security/notices/USN-5507-1</a>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr class="severity-MEDIUM">
|
|
|
|
<td class="pkg-name">vim-minimal</td>
|
|
|
|
<td>CVE-2022-1927</td>
|
|
|
|
<td class="severity">MEDIUM</td>
|
|
|
|
<td class="pkg-version">2:8.0.1763-19.el8_6.2</td>
|
|
|
|
<td>2:8.0.1763-19.el8_6.4</td>
|
|
|
|
<td class="links" data-more-links="off">
|
2022-08-20 13:08:21 +00:00
|
|
|
<a href="https://access.redhat.com/errata/RHSA-2022:5942">https://access.redhat.com/errata/RHSA-2022:5942</a>
|
2022-08-16 13:09:46 +00:00
|
|
|
<a href="https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2022-1785.json">https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2022-1785.json</a>
|
|
|
|
<a href="https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2022-1897.json">https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2022-1897.json</a>
|
|
|
|
<a href="https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2022-1927.json">https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2022-1927.json</a>
|
|
|
|
<a href="https://access.redhat.com/security/cve/CVE-2022-1927">https://access.redhat.com/security/cve/CVE-2022-1927</a>
|
|
|
|
<a href="https://bugzilla.redhat.com/2088689">https://bugzilla.redhat.com/2088689</a>
|
|
|
|
<a href="https://bugzilla.redhat.com/2091682">https://bugzilla.redhat.com/2091682</a>
|
|
|
|
<a href="https://bugzilla.redhat.com/2091687">https://bugzilla.redhat.com/2091687</a>
|
|
|
|
<a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1927">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1927</a>
|
2022-08-20 13:08:21 +00:00
|
|
|
<a href="https://errata.almalinux.org/9/ALSA-2022-5942.html">https://errata.almalinux.org/9/ALSA-2022-5942.html</a>
|
2022-08-16 13:09:46 +00:00
|
|
|
<a href="https://github.com/vim/vim/commit/4d97a565ae8be0d4debba04ebd2ac3e75a0c8010">https://github.com/vim/vim/commit/4d97a565ae8be0d4debba04ebd2ac3e75a0c8010</a>
|
|
|
|
<a href="https://github.com/vim/vim/commit/4d97a565ae8be0d4debba04ebd2ac3e75a0c8010 (v8.2.5037)">https://github.com/vim/vim/commit/4d97a565ae8be0d4debba04ebd2ac3e75a0c8010 (v8.2.5037)</a>
|
|
|
|
<a href="https://huntr.dev/bounties/945107ef-0b27-41c7-a03c-db99def0e777">https://huntr.dev/bounties/945107ef-0b27-41c7-a03c-db99def0e777</a>
|
|
|
|
<a href="https://linux.oracle.com/cve/CVE-2022-1927.html">https://linux.oracle.com/cve/CVE-2022-1927.html</a>
|
|
|
|
<a href="https://linux.oracle.com/errata/ELSA-2022-5942.html">https://linux.oracle.com/errata/ELSA-2022-5942.html</a>
|
|
|
|
<a href="https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/OZSLFIKFYU5Y2KM5EJKQNYHWRUBDQ4GJ/">https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/OZSLFIKFYU5Y2KM5EJKQNYHWRUBDQ4GJ/</a>
|
|
|
|
<a href="https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QMFHBC5OQXDPV2SDYA2JUQGVCPYASTJB/">https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QMFHBC5OQXDPV2SDYA2JUQGVCPYASTJB/</a>
|
|
|
|
<a href="https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TYNK6SDCMOLQJOI3B4AOE66P2G2IH4ZM/">https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TYNK6SDCMOLQJOI3B4AOE66P2G2IH4ZM/</a>
|
2022-08-23 13:12:55 +00:00
|
|
|
<a href="https://security.gentoo.org/glsa/202208-32">https://security.gentoo.org/glsa/202208-32</a>
|
2022-08-16 13:09:46 +00:00
|
|
|
</td>
|
|
|
|
</tr>
|
2022-03-29 13:51:32 +00:00
|
|
|
<tr><th colspan="6">No Misconfigurations found</th></tr>
|
|
|
|
</table>
|
|
|
|
</body>
|
|
|
|
</html>
|