<?xml version="1.0" encoding="UTF-8"?>
<cvrfdoc xmlns="http://www.icasi.org/CVRF/schema/cvrf/1.1" xmlns:cvrf="http://www.icasi.org/CVRF/schema/cvrf/1.1">
  <DocumentTitle xml:lang="en">Security update for python-tornado</DocumentTitle>
  <DocumentType>SUSE Patch</DocumentType>
  <DocumentPublisher Type="Vendor">
    <ContactDetails>security@suse.de</ContactDetails>
    <IssuingAuthority>SUSE Security Team</IssuingAuthority>
  </DocumentPublisher>
  <DocumentTracking>
    <Identification>
      <ID>SUSE-SU-2026:0623-1</ID>
    </Identification>
    <Status>Final</Status>
    <Version>1</Version>
    <RevisionHistory>
      <Revision>
        <Number>1</Number>
        <Date>2026-02-25T09:15:12Z</Date>
        <Description>current</Description>
      </Revision>
    </RevisionHistory>
    <InitialReleaseDate>2026-02-25T09:15:12Z</InitialReleaseDate>
    <CurrentReleaseDate>2026-02-25T09:15:12Z</CurrentReleaseDate>
    <Generator>
      <Engine>cve-database/bin/generate-cvrf.pl</Engine>
      <Date>2017-02-24T01:00:00Z</Date>
    </Generator>
  </DocumentTracking>
  <DocumentNotes>
    <Note Title="Topic" Type="Summary" Ordinal="1" xml:lang="en">Security update for python-tornado</Note>
    <Note Title="Details" Type="General" Ordinal="2" xml:lang="en">This update for python-tornado fixes the following issues:

- CVE-2025-67725: inefficient algorithm when parsing parameters for HTTP header values (bsc#1254905).
- CVE-2025-67726: Denial of Service (DoS) via maliciously crafted HTTP request caused by the HTTPHeaders.add method (bsc#1254904).
</Note>
    <Note Title="Terms of Use" Type="Legal Disclaimer" Ordinal="3" xml:lang="en">The CVRF data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).</Note>
    <Note Title="Patchnames" Type="Details" Ordinal="4" xml:lang="en">SUSE-2026-623,SUSE-SLE-Manager-Tools-12-2026-623</Note>
  </DocumentNotes>
  <DocumentDistribution xml:lang="en">Copyright SUSE LLC under the Creative Commons License 4.0 with Attribution (CC-BY-4.0)</DocumentDistribution>
  <DocumentReferences>
    <Reference Type="Self">
      <URL>https://www.suse.com/support/update/announcement/2026/suse-su-20260623-1/</URL>
      <Description>Link for SUSE-SU-2026:0623-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2026-February/024396.html</URL>
      <Description>E-Mail link for SUSE-SU-2026:0623-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/support/security/rating/</URL>
      <Description>SUSE Security Ratings</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1254904</URL>
      <Description>SUSE Bug 1254904</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1254905</URL>
      <Description>SUSE Bug 1254905</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2025-67725/</URL>
      <Description>SUSE CVE CVE-2025-67725 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2025-67726/</URL>
      <Description>SUSE CVE CVE-2025-67726 page</Description>
    </Reference>
  </DocumentReferences>
  <ProductTree xmlns="http://www.icasi.org/CVRF/schema/prod/1.1">
    <Branch Type="Product Family" Name="SUSE Manager Client Tools 12">
      <Branch Type="Product Name" Name="SUSE Manager Client Tools 12">
        <FullProductName ProductID="SUSE Manager Client Tools 12">SUSE Manager Client Tools 12</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Version" Name="python-tornado-4.2.1-17.13.1">
      <FullProductName ProductID="python-tornado-4.2.1-17.13.1">python-tornado-4.2.1-17.13.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-tornado-4.2.1-17.13.1">
      <FullProductName ProductID="python3-tornado-4.2.1-17.13.1">python3-tornado-4.2.1-17.13.1</FullProductName>
    </Branch>
    <Relationship ProductReference="python-tornado-4.2.1-17.13.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Client Tools 12">
      <FullProductName ProductID="SUSE Manager Client Tools 12:python-tornado-4.2.1-17.13.1">python-tornado-4.2.1-17.13.1 as a component of SUSE Manager Client Tools 12</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-tornado-4.2.1-17.13.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Client Tools 12">
      <FullProductName ProductID="SUSE Manager Client Tools 12:python3-tornado-4.2.1-17.13.1">python3-tornado-4.2.1-17.13.1 as a component of SUSE Manager Client Tools 12</FullProductName>
    </Relationship>
  </ProductTree>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="1">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">Tornado is a Python web framework and asynchronous networking library. In versions 6.5.2 and below, a single maliciously crafted HTTP request can block the server's event loop for an extended period, caused by the HTTPHeaders.add method. The function accumulates values using string concatenation when the same header name is repeated, causing a Denial of Service (DoS).  Due to Python string immutability, each concatenation copies the entire string, resulting in O(n^2) time complexity. The severity can vary from high if max_header_size has been increased from its default, to low if it has its default value of 64KB. This issue is fixed in version 6.5.3.</Note>
    </Notes>
    <CVE>CVE-2025-67725</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Manager Client Tools 12:python-tornado-4.2.1-17.13.1</ProductID>
        <ProductID>SUSE Manager Client Tools 12:python3-tornado-4.2.1-17.13.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2026/suse-su-20260623-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2025-67725.html</URL>
        <Description>CVE-2025-67725</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1254905</URL>
        <Description>SUSE Bug 1254905</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="2">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">Tornado is a Python web framework and asynchronous networking library. Versions 6.5.2 and below use an inefficient algorithm when parsing parameters for HTTP header values, potentially causing a DoS. The _parseparam function in httputil.py is used to parse specific HTTP header values, such as those in multipart/form-data and repeatedly calls string.count() within a nested loop while processing quoted semicolons. If an attacker sends a request with a large number of maliciously crafted parameters in a Content-Disposition header, the server's CPU usage increases quadratically (O(n^2)) during parsing. Due to Tornado's single event loop architecture, a single malicious request can cause the entire server to become unresponsive for an extended period. This issue is fixed in version 6.5.3.</Note>
    </Notes>
    <CVE>CVE-2025-67726</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Manager Client Tools 12:python-tornado-4.2.1-17.13.1</ProductID>
        <ProductID>SUSE Manager Client Tools 12:python3-tornado-4.2.1-17.13.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2026/suse-su-20260623-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2025-67726.html</URL>
        <Description>CVE-2025-67726</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1254904</URL>
        <Description>SUSE Bug 1254904</Description>
      </Reference>
    </References>
  </Vulnerability>
</cvrfdoc>
