Ignore:
Timestamp:
10/09/2024 08:21:04 PM (3 days ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
trunk
Children:
657c8a0
Parents:
1f7aca6
Message:

Fix a chain of remote code execution vulnerabilities in CUPS (#20456).

These include the following CVE numbers:

  • CVE-2024-47176
  • CVE-2024-47076
  • CVE-2024-47175
  • CVE-2024-47177
  • CVE-2024-47850
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/printing/cups-browsed.xml

    r1f7aca6 r23dd524  
    9494  <sect2 role="installation">
    9595    <title>Installation of cups-browsed</title>
     96
     97    <para>
     98      First, fix a security vulnerability that can be allow for remote code
     99      execution:
     100      <!-- Mitigates the issue by removing the affected support like other
     101      distros are doing -->
     102    </para>
     103
     104<screen><userinput remap="pre">sed -i '188 s/dnssd cups/dnssd/' configure.ac &amp;&amp;
     105autoreconf -fiv</userinput></screen>
    96106
    97107    <para>
Note: See TracChangeset for help on using the changeset viewer.