opensuse-su-2024:0119-1
Vulnerability from csaf_opensuse
Published
2024-05-10 12:42
Modified
2024-05-10 12:42
Summary
Security update for tinyproxy

Notes

Title of the patch
Security update for tinyproxy
Description of the patch
This update for tinyproxy fixes the following issues: - Update to release 1.11.2 * Fix potential use-after-free in header handling [CVE-2023-49606, boo#1223746] * Prevent junk from showing up in error page in invalid requests [CVE-2022-40468, CVE-2023-40533, boo#1223743] - Move tinyproxy program to /usr/bin. - Update to release 1.11.1 * New fnmatch based filtertype - Update to release 1.11 * Support for multiple bind directives. - update to 1.10.0: * Configuration file has moved from /etc/tinyproxy.conf to /etc/tinyproxy/tinyproxy.conf. * Add support for basic HTTP authentication * Add socks upstream support * Log to stdout if no logfile is specified * Activate reverse proxy by default * Support bind with transparent mode * Allow multiple listen statements in the configuration * Fix CVE-2017-11747: Create PID file before dropping privileges. * Fix CVE-2012-3505: algorithmic complexity DoS in hashmap * Bugfixes * BB#110: fix algorithmic complexity DoS in hashmap * BB#106: fix CONNECT requests with IPv6 literal addresses as host * BB#116: fix invalid free for GET requests to ipv6 literal address * BB#115: Drop supplementary groups * BB#109: Fix crash (infinite loop) when writing to log file fails * BB#74: Create log and pid files after we drop privs * BB#83: Use output of id instead of $USER
Patchnames
openSUSE-2024-119
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).



{
  "document": {
    "aggregate_severity": {
      "namespace": "https://www.suse.com/support/security/rating/",
      "text": "important"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright 2024 SUSE LLC. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "Security update for tinyproxy",
        "title": "Title of the patch"
      },
      {
        "category": "description",
        "text": "This update for tinyproxy fixes the following issues:\n\n- Update to release 1.11.2\n  * Fix potential use-after-free in header handling [CVE-2023-49606, boo#1223746]\n  * Prevent junk from showing up in error page in invalid requests [CVE-2022-40468, CVE-2023-40533, boo#1223743]\n\n- Move tinyproxy program to /usr/bin.\n\n- Update to release 1.11.1\n  * New fnmatch based filtertype\n\n- Update to release 1.11\n  * Support for multiple bind directives.\n\n- update to 1.10.0:\n  * Configuration file has moved from /etc/tinyproxy.conf to\n    /etc/tinyproxy/tinyproxy.conf.\n  * Add support for basic HTTP authentication\n  * Add socks upstream support\n  * Log to stdout if no logfile is specified\n  * Activate reverse proxy by default\n  * Support bind with transparent mode\n  * Allow multiple listen statements in the configuration\n  * Fix CVE-2017-11747: Create PID file before dropping privileges.\n  * Fix CVE-2012-3505: algorithmic complexity DoS in hashmap\n  * Bugfixes\n  * BB#110: fix algorithmic complexity DoS in hashmap\n  * BB#106: fix CONNECT requests with IPv6 literal addresses as host\n  * BB#116: fix invalid free for GET requests to ipv6 literal address\n  * BB#115: Drop supplementary groups\n  * BB#109: Fix crash (infinite loop) when writing to log file fails\n  * BB#74: Create log and pid files after we drop privs\n  * BB#83: Use output of id instead of $USER\n",
        "title": "Description of the patch"
      },
      {
        "category": "details",
        "text": "openSUSE-2024-119",
        "title": "Patchnames"
      },
      {
        "category": "legal_disclaimer",
        "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
        "title": "Terms of use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://www.suse.com/support/security/contact/",
      "name": "SUSE Product Security Team",
      "namespace": "https://www.suse.com/"
    },
    "references": [
      {
        "category": "external",
        "summary": "SUSE ratings",
        "url": "https://www.suse.com/support/security/rating/"
      },
      {
        "category": "self",
        "summary": "URL of this CSAF notice",
        "url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_0119-1.json"
      },
      {
        "category": "self",
        "summary": "URL for openSUSE-SU-2024:0119-1",
        "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/OM62U7F2OTTTTR4PTM6RV3UAOCUHRC75/"
      },
      {
        "category": "self",
        "summary": "E-Mail link for openSUSE-SU-2024:0119-1",
        "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/OM62U7F2OTTTTR4PTM6RV3UAOCUHRC75/"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1200028",
        "url": "https://bugzilla.suse.com/1200028"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1203553",
        "url": "https://bugzilla.suse.com/1203553"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1223743",
        "url": "https://bugzilla.suse.com/1223743"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1223746",
        "url": "https://bugzilla.suse.com/1223746"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2012-3505 page",
        "url": "https://www.suse.com/security/cve/CVE-2012-3505/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2017-11747 page",
        "url": "https://www.suse.com/security/cve/CVE-2017-11747/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2022-40468 page",
        "url": "https://www.suse.com/security/cve/CVE-2022-40468/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2023-40533 page",
        "url": "https://www.suse.com/security/cve/CVE-2023-40533/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2023-49606 page",
        "url": "https://www.suse.com/security/cve/CVE-2023-49606/"
      }
    ],
    "title": "Security update for tinyproxy",
    "tracking": {
      "current_release_date": "2024-05-10T12:42:27Z",
      "generator": {
        "date": "2024-05-10T12:42:27Z",
        "engine": {
          "name": "cve-database.git:bin/generate-csaf.pl",
          "version": "1"
        }
      },
      "id": "openSUSE-SU-2024:0119-1",
      "initial_release_date": "2024-05-10T12:42:27Z",
      "revision_history": [
        {
          "date": "2024-05-10T12:42:27Z",
          "number": "1",
          "summary": "Current version"
        }
      ],
      "status": "final",
      "version": "1"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version",
                "name": "tinyproxy-1.11.2-bp155.3.3.1.aarch64",
                "product": {
                  "name": "tinyproxy-1.11.2-bp155.3.3.1.aarch64",
                  "product_id": "tinyproxy-1.11.2-bp155.3.3.1.aarch64"
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "tinyproxy-1.11.2-bp155.3.3.1.i586",
                "product": {
                  "name": "tinyproxy-1.11.2-bp155.3.3.1.i586",
                  "product_id": "tinyproxy-1.11.2-bp155.3.3.1.i586"
                }
              }
            ],
            "category": "architecture",
            "name": "i586"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "tinyproxy-1.11.2-bp155.3.3.1.ppc64le",
                "product": {
                  "name": "tinyproxy-1.11.2-bp155.3.3.1.ppc64le",
                  "product_id": "tinyproxy-1.11.2-bp155.3.3.1.ppc64le"
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "tinyproxy-1.11.2-bp155.3.3.1.s390x",
                "product": {
                  "name": "tinyproxy-1.11.2-bp155.3.3.1.s390x",
                  "product_id": "tinyproxy-1.11.2-bp155.3.3.1.s390x"
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "tinyproxy-1.11.2-bp155.3.3.1.x86_64",
                "product": {
                  "name": "tinyproxy-1.11.2-bp155.3.3.1.x86_64",
                  "product_id": "tinyproxy-1.11.2-bp155.3.3.1.x86_64"
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_name",
                "name": "SUSE Package Hub 15 SP5",
                "product": {
                  "name": "SUSE Package Hub 15 SP5",
                  "product_id": "SUSE Package Hub 15 SP5"
                }
              },
              {
                "category": "product_name",
                "name": "openSUSE Leap 15.5",
                "product": {
                  "name": "openSUSE Leap 15.5",
                  "product_id": "openSUSE Leap 15.5",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:opensuse:leap:15.5"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "SUSE Linux Enterprise"
          }
        ],
        "category": "vendor",
        "name": "SUSE"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tinyproxy-1.11.2-bp155.3.3.1.aarch64 as component of SUSE Package Hub 15 SP5",
          "product_id": "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.aarch64"
        },
        "product_reference": "tinyproxy-1.11.2-bp155.3.3.1.aarch64",
        "relates_to_product_reference": "SUSE Package Hub 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tinyproxy-1.11.2-bp155.3.3.1.i586 as component of SUSE Package Hub 15 SP5",
          "product_id": "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.i586"
        },
        "product_reference": "tinyproxy-1.11.2-bp155.3.3.1.i586",
        "relates_to_product_reference": "SUSE Package Hub 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tinyproxy-1.11.2-bp155.3.3.1.ppc64le as component of SUSE Package Hub 15 SP5",
          "product_id": "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.ppc64le"
        },
        "product_reference": "tinyproxy-1.11.2-bp155.3.3.1.ppc64le",
        "relates_to_product_reference": "SUSE Package Hub 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tinyproxy-1.11.2-bp155.3.3.1.s390x as component of SUSE Package Hub 15 SP5",
          "product_id": "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.s390x"
        },
        "product_reference": "tinyproxy-1.11.2-bp155.3.3.1.s390x",
        "relates_to_product_reference": "SUSE Package Hub 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tinyproxy-1.11.2-bp155.3.3.1.x86_64 as component of SUSE Package Hub 15 SP5",
          "product_id": "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.x86_64"
        },
        "product_reference": "tinyproxy-1.11.2-bp155.3.3.1.x86_64",
        "relates_to_product_reference": "SUSE Package Hub 15 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tinyproxy-1.11.2-bp155.3.3.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.aarch64"
        },
        "product_reference": "tinyproxy-1.11.2-bp155.3.3.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tinyproxy-1.11.2-bp155.3.3.1.i586 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.i586"
        },
        "product_reference": "tinyproxy-1.11.2-bp155.3.3.1.i586",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tinyproxy-1.11.2-bp155.3.3.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.ppc64le"
        },
        "product_reference": "tinyproxy-1.11.2-bp155.3.3.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tinyproxy-1.11.2-bp155.3.3.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.s390x"
        },
        "product_reference": "tinyproxy-1.11.2-bp155.3.3.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tinyproxy-1.11.2-bp155.3.3.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.x86_64"
        },
        "product_reference": "tinyproxy-1.11.2-bp155.3.3.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2012-3505",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2012-3505"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "Tinyproxy 1.8.3 and earlier allows remote attackers to cause a denial of service (CPU and memory consumption) via (1) a large number of headers or (2) a large number of forged headers that trigger hash collisions predictably.  bucket.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.aarch64",
          "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.i586",
          "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.ppc64le",
          "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.s390x",
          "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.x86_64",
          "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.aarch64",
          "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.i586",
          "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.ppc64le",
          "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.s390x",
          "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2012-3505",
          "url": "https://www.suse.com/security/cve/CVE-2012-3505"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 776506 for CVE-2012-3505",
          "url": "https://bugzilla.suse.com/776506"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.aarch64",
            "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.i586",
            "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.ppc64le",
            "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.s390x",
            "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.x86_64",
            "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.aarch64",
            "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.i586",
            "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.ppc64le",
            "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.s390x",
            "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2024-05-10T12:42:27Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2012-3505"
    },
    {
      "cve": "CVE-2017-11747",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2017-11747"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "main.c in Tinyproxy 1.8.4 and earlier creates a /run/tinyproxy/tinyproxy.pid file after dropping privileges to a non-root account, which might allow local users to kill arbitrary processes by leveraging access to this non-root account for tinyproxy.pid modification before a root script executes a \"kill `cat /run/tinyproxy/tinyproxy.pid`\" command.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.aarch64",
          "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.i586",
          "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.ppc64le",
          "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.s390x",
          "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.x86_64",
          "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.aarch64",
          "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.i586",
          "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.ppc64le",
          "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.s390x",
          "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2017-11747",
          "url": "https://www.suse.com/security/cve/CVE-2017-11747"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.aarch64",
            "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.i586",
            "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.ppc64le",
            "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.s390x",
            "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.x86_64",
            "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.aarch64",
            "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.i586",
            "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.ppc64le",
            "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.s390x",
            "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 5.5,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.0"
          },
          "products": [
            "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.aarch64",
            "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.i586",
            "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.ppc64le",
            "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.s390x",
            "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.x86_64",
            "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.aarch64",
            "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.i586",
            "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.ppc64le",
            "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.s390x",
            "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2024-05-10T12:42:27Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2017-11747"
    },
    {
      "cve": "CVE-2022-40468",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2022-40468"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "Potential leak of left-over heap data if custom error page templates containing special non-standard variables are used. Tinyproxy commit 84f203f and earlier use uninitialized buffers in process_request() function.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.aarch64",
          "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.i586",
          "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.ppc64le",
          "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.s390x",
          "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.x86_64",
          "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.aarch64",
          "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.i586",
          "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.ppc64le",
          "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.s390x",
          "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2022-40468",
          "url": "https://www.suse.com/security/cve/CVE-2022-40468"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1203553 for CVE-2022-40468",
          "url": "https://bugzilla.suse.com/1203553"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.aarch64",
            "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.i586",
            "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.ppc64le",
            "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.s390x",
            "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.x86_64",
            "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.aarch64",
            "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.i586",
            "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.ppc64le",
            "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.s390x",
            "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
            "version": "3.1"
          },
          "products": [
            "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.aarch64",
            "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.i586",
            "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.ppc64le",
            "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.s390x",
            "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.x86_64",
            "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.aarch64",
            "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.i586",
            "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.ppc64le",
            "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.s390x",
            "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2024-05-10T12:42:27Z",
          "details": "important"
        }
      ],
      "title": "CVE-2022-40468"
    },
    {
      "cve": "CVE-2023-40533",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2023-40533"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "This CVE ID is a duplicate of CVE-2022-40468\n",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.aarch64",
          "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.i586",
          "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.ppc64le",
          "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.s390x",
          "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.x86_64",
          "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.aarch64",
          "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.i586",
          "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.ppc64le",
          "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.s390x",
          "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2023-40533",
          "url": "https://www.suse.com/security/cve/CVE-2023-40533"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1223743 for CVE-2023-40533",
          "url": "https://bugzilla.suse.com/1223743"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.aarch64",
            "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.i586",
            "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.ppc64le",
            "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.s390x",
            "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.x86_64",
            "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.aarch64",
            "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.i586",
            "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.ppc64le",
            "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.s390x",
            "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 5.9,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
            "version": "3.1"
          },
          "products": [
            "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.aarch64",
            "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.i586",
            "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.ppc64le",
            "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.s390x",
            "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.x86_64",
            "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.aarch64",
            "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.i586",
            "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.ppc64le",
            "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.s390x",
            "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2024-05-10T12:42:27Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2023-40533"
    },
    {
      "cve": "CVE-2023-49606",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2023-49606"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "A use-after-free vulnerability exists in the HTTP Connection Headers parsing in Tinyproxy 1.11.1 and Tinyproxy 1.10.0. A specially crafted HTTP header can trigger reuse of previously freed memory, which leads to memory corruption and could lead to remote code execution. An attacker needs to make an unauthenticated HTTP request to trigger this vulnerability.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.aarch64",
          "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.i586",
          "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.ppc64le",
          "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.s390x",
          "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.x86_64",
          "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.aarch64",
          "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.i586",
          "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.ppc64le",
          "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.s390x",
          "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2023-49606",
          "url": "https://www.suse.com/security/cve/CVE-2023-49606"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1223746 for CVE-2023-49606",
          "url": "https://bugzilla.suse.com/1223746"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.aarch64",
            "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.i586",
            "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.ppc64le",
            "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.s390x",
            "SUSE Package Hub 15 SP5:tinyproxy-1.11.2-bp155.3.3.1.x86_64",
            "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.aarch64",
            "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.i586",
            "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.ppc64le",
            "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.s390x",
            "openSUSE Leap 15.5:tinyproxy-1.11.2-bp155.3.3.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2024-05-10T12:42:27Z",
          "details": "critical"
        }
      ],
      "title": "CVE-2023-49606"
    }
  ]
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Sightings

Author Source Type Date

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
  • Confirmed: The vulnerability is confirmed from an analyst perspective.
  • Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
  • Patched: This vulnerability was successfully patched by the user reporting the sighting.
  • Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
  • Not confirmed: The user expresses doubt about the veracity of the vulnerability.
  • Not patched: This vulnerability was not successfully patched by the user reporting the sighting.


Loading…