Package Instance
Lookup for vulnerable packages by Package URL.
GET /api/packages/35539?format=api
{ "url": "http://public2.vulnerablecode.io/api/packages/35539?format=api", "purl": "pkg:deb/debian/coturn@4.5.2-3?distro=trixie", "type": "deb", "namespace": "debian", "name": "coturn", "version": "4.5.2-3", "qualifiers": { "distro": "trixie" }, "subpath": "", "is_vulnerable": true, "next_non_vulnerable_version": "4.12.0-1", "latest_non_vulnerable_version": "4.12.0-1", "affected_by_vulnerabilities": [ { "url": "http://public2.vulnerablecode.io/api/vulnerabilities/84346?format=api", "vulnerability_id": "VCID-uhuv-w5us-yybz", "summary": "Coturn is a free open source implementation of TURN and STUN Server. Prior to 4.10.0, the STUN/TURN attribute parsing functions in coturn perform unsafe pointer casts from uint8_t * to uint16_t * without alignment checks. When processing a crafted STUN message with odd-aligned attribute boundaries, this results in misaligned memory reads at ns_turn_msg.c. On ARM64 architectures (AArch64) with strict alignment enforcement, this causes a SIGBUS signal that immediately kills the turnserver process. An unauthenticated remote attacker can crash any ARM64 coturn deployment by sending a single crafted UDP packet. This vulnerability is fixed in 4.10.0.", "references": [ { "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2026-40613", "reference_id": "", "reference_type": "", "scores": [ { "value": "0.00283", "scoring_system": "epss", "scoring_elements": "0.52068", "published_at": "2026-06-11T12:55:00Z" } ], "url": "https://api.first.org/data/v1/epss?cve=CVE-2026-40613" }, { "reference_url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2026-40613", "reference_id": "", "reference_type": "", "scores": [], "url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2026-40613" }, { "reference_url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1134577", "reference_id": "1134577", "reference_type": "", "scores": [], "url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1134577" }, { "reference_url": "https://github.com/coturn/coturn/security/advisories/GHSA-j662-9wcj-mf36", "reference_id": "GHSA-j662-9wcj-mf36", "reference_type": "", "scores": [ { "value": "7.5", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" }, { "value": "Track", "scoring_system": "ssvc", "scoring_elements": "SSVCv2/E:P/A:Y/T:P/P:M/B:A/M:M/D:T/2026-04-21T19:54:32Z/" } ], "url": "https://github.com/coturn/coturn/security/advisories/GHSA-j662-9wcj-mf36" } ], "fixed_packages": [ { "url": "http://public2.vulnerablecode.io/api/packages/35540?format=api", "purl": "pkg:deb/debian/coturn@4.12.0-1?distro=trixie", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/coturn@4.12.0-1%3Fdistro=trixie" } ], "aliases": [ "CVE-2026-40613" ], "risk_score": 3.4, "exploitability": "0.5", "weighted_severity": "6.8", "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-uhuv-w5us-yybz" }, { "url": "http://public2.vulnerablecode.io/api/vulnerabilities/211483?format=api", "vulnerability_id": "VCID-vyte-pfkt-rbaw", "summary": "Coturn is a free open source implementation of TURN and STUN Server. Coturn is commonly configured to block loopback and internal ranges using \"denied-peer-ip\" and/or default loopback restrictions. CVE-2020-26262 addressed bypasses involving \"0.0.0.0\", \"[::1]\" and \"[::]\", but IPv4-mapped IPv6 is not covered. When sending a \"CreatePermission\" or \"ChannelBind\" request with the \"XOR-PEER-ADDRESS\" value of \"::ffff:127.0.0.1\", a successful response is received, even though \"127.0.0.0/8\" is blocked via \"denied-peer-ip\". The root cause is that, prior to the updated fix implemented in version 4.9.0, three functions in \"src/client/ns_turn_ioaddr.c\" do not check \"IN6_IS_ADDR_V4MAPPED\". \"ioa_addr_is_loopback()\" checks \"127.x.x.x\" (AF_INET) and \"::1\" (AF_INET6), but not \"::ffff:127.0.0.1.\" \"ioa_addr_is_zero()\" checks \"0.0.0.0\" and \"::\", but not \"::ffff:0.0.0.0.\" \"addr_less_eq()\" used by \"ioa_addr_in_range()\" for \"denied-peer-ip\" matching: when the range is AF_INET and the peer is AF_INET6, the comparison returns 0 without extracting the embedded IPv4. Version 4.9.0 contains an updated fix to address the bypass of the fix for CVE-2020-26262.", "references": [ { "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2026-27624", "reference_id": "", "reference_type": "", "scores": [ { "value": "0.00053", "scoring_system": "epss", "scoring_elements": "0.17096", "published_at": "2026-06-11T12:55:00Z" } ], "url": "https://api.first.org/data/v1/epss?cve=CVE-2026-27624" }, { "reference_url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2026-27624", "reference_id": "", "reference_type": "", "scores": [], "url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2026-27624" }, { "reference_url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1129267", "reference_id": "1129267", "reference_type": "", "scores": [], "url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1129267" } ], "fixed_packages": [ { "url": "http://public2.vulnerablecode.io/api/packages/35540?format=api", "purl": "pkg:deb/debian/coturn@4.12.0-1?distro=trixie", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/coturn@4.12.0-1%3Fdistro=trixie" } ], "aliases": [ "CVE-2026-27624" ], "risk_score": null, "exploitability": "0.5", "weighted_severity": "0.0", "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-vyte-pfkt-rbaw" } ], "fixing_vulnerabilities": [ { "url": "http://public2.vulnerablecode.io/api/vulnerabilities/175737?format=api", "vulnerability_id": "VCID-3jrr-bpka-7yat", "summary": "security update", "references": [ { "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2018-4056", "reference_id": "", "reference_type": "", "scores": [ { "value": "0.00487", "scoring_system": "epss", "scoring_elements": "0.65858", "published_at": "2026-06-11T12:55:00Z" } ], "url": "https://api.first.org/data/v1/epss?cve=CVE-2018-4056" }, { "reference_url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-4056", "reference_id": "", "reference_type": "", "scores": [], "url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-4056" }, { "reference_url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-4058", "reference_id": "", "reference_type": "", "scores": [], "url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-4058" }, { "reference_url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-4059", "reference_id": "", "reference_type": "", "scores": [], "url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-4059" } ], "fixed_packages": [ { "url": "http://public2.vulnerablecode.io/api/packages/35538?format=api", "purl": "pkg:deb/debian/coturn@4.5.1.0-1?distro=trixie", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/coturn@4.5.1.0-1%3Fdistro=trixie" }, { "url": "http://public2.vulnerablecode.io/api/packages/35539?format=api", "purl": "pkg:deb/debian/coturn@4.5.2-3?distro=trixie", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-uhuv-w5us-yybz" }, { "vulnerability": "VCID-vyte-pfkt-rbaw" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/coturn@4.5.2-3%3Fdistro=trixie" }, { "url": "http://public2.vulnerablecode.io/api/packages/35536?format=api", "purl": "pkg:deb/debian/coturn@4.6.1-1?distro=trixie", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-uhuv-w5us-yybz" }, { "vulnerability": "VCID-vyte-pfkt-rbaw" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/coturn@4.6.1-1%3Fdistro=trixie" }, { "url": "http://public2.vulnerablecode.io/api/packages/35541?format=api", "purl": "pkg:deb/debian/coturn@4.6.1-2?distro=trixie", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-uhuv-w5us-yybz" }, { "vulnerability": "VCID-vyte-pfkt-rbaw" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/coturn@4.6.1-2%3Fdistro=trixie" }, { "url": "http://public2.vulnerablecode.io/api/packages/35540?format=api", "purl": "pkg:deb/debian/coturn@4.12.0-1?distro=trixie", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/coturn@4.12.0-1%3Fdistro=trixie" } ], "aliases": [ "CVE-2018-4056" ], "risk_score": null, "exploitability": null, "weighted_severity": null, "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-3jrr-bpka-7yat" }, { "url": "http://public2.vulnerablecode.io/api/vulnerabilities/175739?format=api", "vulnerability_id": "VCID-3uz6-s93t-3fbr", "summary": "security update", "references": [ { "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2018-4059", "reference_id": "", "reference_type": "", "scores": [ { "value": "0.00609", "scoring_system": "epss", "scoring_elements": "0.70215", "published_at": "2026-06-11T12:55:00Z" } ], "url": "https://api.first.org/data/v1/epss?cve=CVE-2018-4059" }, { "reference_url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-4056", "reference_id": "", "reference_type": "", "scores": [], "url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-4056" }, { "reference_url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-4058", "reference_id": "", "reference_type": "", "scores": [], "url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-4058" }, { "reference_url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-4059", "reference_id": "", "reference_type": "", "scores": [], "url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-4059" } ], "fixed_packages": [ { "url": "http://public2.vulnerablecode.io/api/packages/35538?format=api", "purl": "pkg:deb/debian/coturn@4.5.1.0-1?distro=trixie", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/coturn@4.5.1.0-1%3Fdistro=trixie" }, { "url": "http://public2.vulnerablecode.io/api/packages/35539?format=api", "purl": "pkg:deb/debian/coturn@4.5.2-3?distro=trixie", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-uhuv-w5us-yybz" }, { "vulnerability": "VCID-vyte-pfkt-rbaw" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/coturn@4.5.2-3%3Fdistro=trixie" }, { "url": "http://public2.vulnerablecode.io/api/packages/35536?format=api", "purl": "pkg:deb/debian/coturn@4.6.1-1?distro=trixie", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-uhuv-w5us-yybz" }, { "vulnerability": "VCID-vyte-pfkt-rbaw" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/coturn@4.6.1-1%3Fdistro=trixie" }, { "url": "http://public2.vulnerablecode.io/api/packages/35541?format=api", "purl": "pkg:deb/debian/coturn@4.6.1-2?distro=trixie", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-uhuv-w5us-yybz" }, { "vulnerability": "VCID-vyte-pfkt-rbaw" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/coturn@4.6.1-2%3Fdistro=trixie" }, { "url": "http://public2.vulnerablecode.io/api/packages/35540?format=api", "purl": "pkg:deb/debian/coturn@4.12.0-1?distro=trixie", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/coturn@4.12.0-1%3Fdistro=trixie" } ], "aliases": [ "CVE-2018-4059" ], "risk_score": null, "exploitability": null, "weighted_severity": null, "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-3uz6-s93t-3fbr" }, { "url": "http://public2.vulnerablecode.io/api/vulnerabilities/179789?format=api", "vulnerability_id": "VCID-5k3a-82hm-kbg4", "summary": "security update", "references": [ { "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2020-6062", "reference_id": "", "reference_type": "", "scores": [ { "value": "0.08329", "scoring_system": "epss", "scoring_elements": "0.92468", "published_at": "2026-06-11T12:55:00Z" } ], "url": "https://api.first.org/data/v1/epss?cve=CVE-2020-6062" }, { "reference_url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-4067", "reference_id": "", "reference_type": "", "scores": [], "url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-4067" }, { "reference_url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-6061", "reference_id": "", "reference_type": "", "scores": [], "url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-6061" }, { "reference_url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-6062", "reference_id": "", "reference_type": "", "scores": [], "url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-6062" }, { "reference_url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=951876", "reference_id": "951876", "reference_type": "", "scores": [], "url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=951876" }, { "reference_url": "https://usn.ubuntu.com/4415-1/", "reference_id": "USN-4415-1", "reference_type": "", "scores": [], "url": "https://usn.ubuntu.com/4415-1/" } ], "fixed_packages": [ { "url": "http://public2.vulnerablecode.io/api/packages/35554?format=api", "purl": "pkg:deb/debian/coturn@4.5.1.1-1.2?distro=trixie", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/coturn@4.5.1.1-1.2%3Fdistro=trixie" }, { "url": "http://public2.vulnerablecode.io/api/packages/35539?format=api", "purl": "pkg:deb/debian/coturn@4.5.2-3?distro=trixie", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-uhuv-w5us-yybz" }, { "vulnerability": "VCID-vyte-pfkt-rbaw" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/coturn@4.5.2-3%3Fdistro=trixie" }, { "url": "http://public2.vulnerablecode.io/api/packages/35536?format=api", "purl": "pkg:deb/debian/coturn@4.6.1-1?distro=trixie", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-uhuv-w5us-yybz" }, { "vulnerability": "VCID-vyte-pfkt-rbaw" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/coturn@4.6.1-1%3Fdistro=trixie" }, { "url": "http://public2.vulnerablecode.io/api/packages/35541?format=api", "purl": "pkg:deb/debian/coturn@4.6.1-2?distro=trixie", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-uhuv-w5us-yybz" }, { "vulnerability": "VCID-vyte-pfkt-rbaw" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/coturn@4.6.1-2%3Fdistro=trixie" }, { "url": "http://public2.vulnerablecode.io/api/packages/35540?format=api", "purl": "pkg:deb/debian/coturn@4.12.0-1?distro=trixie", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/coturn@4.12.0-1%3Fdistro=trixie" } ], "aliases": [ "CVE-2020-6062" ], "risk_score": null, "exploitability": null, "weighted_severity": null, "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-5k3a-82hm-kbg4" }, { "url": "http://public2.vulnerablecode.io/api/vulnerabilities/195308?format=api", "vulnerability_id": "VCID-982p-rgau-9bgn", "summary": "security update", "references": [ { "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2020-26262", "reference_id": "", "reference_type": "", "scores": [ { "value": "0.00267", "scoring_system": "epss", "scoring_elements": "0.50446", "published_at": "2026-06-11T12:55:00Z" } ], "url": "https://api.first.org/data/v1/epss?cve=CVE-2020-26262" }, { "reference_url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-26262", "reference_id": "", "reference_type": "", "scores": [], "url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-26262" }, { "reference_url": "https://security.archlinux.org/ASA-202101-21", "reference_id": "ASA-202101-21", "reference_type": "", "scores": [], "url": "https://security.archlinux.org/ASA-202101-21" }, { "reference_url": "https://security.archlinux.org/AVG-1430", "reference_id": "AVG-1430", "reference_type": "", "scores": [ { "value": "High", "scoring_system": "archlinux", "scoring_elements": "" } ], "url": "https://security.archlinux.org/AVG-1430" }, { "reference_url": "https://usn.ubuntu.com/4690-1/", "reference_id": "USN-4690-1", "reference_type": "", "scores": [], "url": "https://usn.ubuntu.com/4690-1/" } ], "fixed_packages": [ { "url": "http://public2.vulnerablecode.io/api/packages/35546?format=api", "purl": "pkg:deb/debian/coturn@4.5.2-1?distro=trixie", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/coturn@4.5.2-1%3Fdistro=trixie" }, { "url": "http://public2.vulnerablecode.io/api/packages/35539?format=api", "purl": "pkg:deb/debian/coturn@4.5.2-3?distro=trixie", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-uhuv-w5us-yybz" }, { "vulnerability": "VCID-vyte-pfkt-rbaw" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/coturn@4.5.2-3%3Fdistro=trixie" }, { "url": "http://public2.vulnerablecode.io/api/packages/35536?format=api", "purl": "pkg:deb/debian/coturn@4.6.1-1?distro=trixie", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-uhuv-w5us-yybz" }, { "vulnerability": "VCID-vyte-pfkt-rbaw" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/coturn@4.6.1-1%3Fdistro=trixie" }, { "url": "http://public2.vulnerablecode.io/api/packages/35541?format=api", "purl": "pkg:deb/debian/coturn@4.6.1-2?distro=trixie", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-uhuv-w5us-yybz" }, { "vulnerability": "VCID-vyte-pfkt-rbaw" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/coturn@4.6.1-2%3Fdistro=trixie" }, { "url": "http://public2.vulnerablecode.io/api/packages/35540?format=api", "purl": "pkg:deb/debian/coturn@4.12.0-1?distro=trixie", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/coturn@4.12.0-1%3Fdistro=trixie" } ], "aliases": [ "CVE-2020-26262" ], "risk_score": 4.0, "exploitability": "0.5", "weighted_severity": "8.0", "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-982p-rgau-9bgn" }, { "url": "http://public2.vulnerablecode.io/api/vulnerabilities/179787?format=api", "vulnerability_id": "VCID-exbg-nfqe-k7af", "summary": "security update", "references": [ { "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2020-4067", "reference_id": "", "reference_type": "", "scores": [ { "value": "0.00873", "scoring_system": "epss", "scoring_elements": "0.75672", "published_at": "2026-06-11T12:55:00Z" } ], "url": "https://api.first.org/data/v1/epss?cve=CVE-2020-4067" }, { "reference_url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-4067", "reference_id": "", "reference_type": "", "scores": [], "url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-4067" }, { "reference_url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-6061", "reference_id": "", "reference_type": "", "scores": [], "url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-6061" }, { "reference_url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-6062", "reference_id": "", "reference_type": "", "scores": [], "url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-6062" }, { "reference_url": "https://usn.ubuntu.com/4415-1/", "reference_id": "USN-4415-1", "reference_type": "", "scores": [], "url": "https://usn.ubuntu.com/4415-1/" } ], "fixed_packages": [ { "url": "http://public2.vulnerablecode.io/api/packages/35549?format=api", "purl": "pkg:deb/debian/coturn@4.5.1.3-1?distro=trixie", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/coturn@4.5.1.3-1%3Fdistro=trixie" }, { "url": "http://public2.vulnerablecode.io/api/packages/35539?format=api", "purl": "pkg:deb/debian/coturn@4.5.2-3?distro=trixie", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-uhuv-w5us-yybz" }, { "vulnerability": "VCID-vyte-pfkt-rbaw" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/coturn@4.5.2-3%3Fdistro=trixie" }, { "url": "http://public2.vulnerablecode.io/api/packages/35536?format=api", "purl": "pkg:deb/debian/coturn@4.6.1-1?distro=trixie", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-uhuv-w5us-yybz" }, { "vulnerability": "VCID-vyte-pfkt-rbaw" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/coturn@4.6.1-1%3Fdistro=trixie" }, { "url": "http://public2.vulnerablecode.io/api/packages/35541?format=api", "purl": "pkg:deb/debian/coturn@4.6.1-2?distro=trixie", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-uhuv-w5us-yybz" }, { "vulnerability": "VCID-vyte-pfkt-rbaw" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/coturn@4.6.1-2%3Fdistro=trixie" }, { "url": "http://public2.vulnerablecode.io/api/packages/35540?format=api", "purl": "pkg:deb/debian/coturn@4.12.0-1?distro=trixie", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/coturn@4.12.0-1%3Fdistro=trixie" } ], "aliases": [ "CVE-2020-4067" ], "risk_score": null, "exploitability": null, "weighted_severity": null, "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-exbg-nfqe-k7af" }, { "url": "http://public2.vulnerablecode.io/api/vulnerabilities/26249?format=api", "vulnerability_id": "VCID-rd2t-w3eg-mfed", "summary": "", "references": [ { "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2025-69217", "reference_id": "", "reference_type": "", "scores": [ { "value": "0.00089", "scoring_system": "epss", "scoring_elements": "0.25264", "published_at": "2026-06-11T12:55:00Z" } ], "url": "https://api.first.org/data/v1/epss?cve=CVE-2025-69217" }, { "reference_url": "https://ftp.suse.com/pub/projects/security/yaml/suse-cvss-scores.yaml", "reference_id": "", "reference_type": "", "scores": [ { "value": "7.7", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H" } ], "url": "https://ftp.suse.com/pub/projects/security/yaml/suse-cvss-scores.yaml" }, { "reference_url": "https://github.com/coturn/coturn/commit/11fc465f4bba70bb0ad8aae17d6c4a63a29917d9", "reference_id": "11fc465f4bba70bb0ad8aae17d6c4a63a29917d9", "reference_type": "", "scores": [ { "value": "7.7", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H" }, { "value": "Track", "scoring_system": "ssvc", "scoring_elements": "SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2025-12-30T13:57:12Z/" } ], "url": "https://github.com/coturn/coturn/commit/11fc465f4bba70bb0ad8aae17d6c4a63a29917d9" }, { "reference_url": "https://github.com/coturn/coturn/commit/88ced471385869d7e7fbbc4766e78ef521b36af6", "reference_id": "88ced471385869d7e7fbbc4766e78ef521b36af6", "reference_type": "", "scores": [ { "value": "7.7", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H" }, { "value": "Track", "scoring_system": "ssvc", "scoring_elements": "SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2025-12-30T13:57:12Z/" } ], "url": "https://github.com/coturn/coturn/commit/88ced471385869d7e7fbbc4766e78ef521b36af6" }, { "reference_url": "https://github.com/coturn/coturn/security/advisories/GHSA-fvj6-9jhg-9j84", "reference_id": "GHSA-fvj6-9jhg-9j84", "reference_type": "", "scores": [ { "value": "7.7", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H" }, { "value": "Track", "scoring_system": "ssvc", "scoring_elements": "SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2025-12-30T13:57:12Z/" } ], "url": "https://github.com/coturn/coturn/security/advisories/GHSA-fvj6-9jhg-9j84" } ], "fixed_packages": [ { "url": "http://public2.vulnerablecode.io/api/packages/35559?format=api", "purl": "pkg:deb/debian/coturn@0?distro=trixie", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/coturn@0%3Fdistro=trixie" }, { "url": "http://public2.vulnerablecode.io/api/packages/35539?format=api", "purl": "pkg:deb/debian/coturn@4.5.2-3?distro=trixie", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-uhuv-w5us-yybz" }, { "vulnerability": "VCID-vyte-pfkt-rbaw" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/coturn@4.5.2-3%3Fdistro=trixie" }, { "url": "http://public2.vulnerablecode.io/api/packages/35536?format=api", "purl": "pkg:deb/debian/coturn@4.6.1-1?distro=trixie", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-uhuv-w5us-yybz" }, { "vulnerability": "VCID-vyte-pfkt-rbaw" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/coturn@4.6.1-1%3Fdistro=trixie" }, { "url": "http://public2.vulnerablecode.io/api/packages/35541?format=api", "purl": "pkg:deb/debian/coturn@4.6.1-2?distro=trixie", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-uhuv-w5us-yybz" }, { "vulnerability": "VCID-vyte-pfkt-rbaw" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/coturn@4.6.1-2%3Fdistro=trixie" }, { "url": "http://public2.vulnerablecode.io/api/packages/35540?format=api", "purl": "pkg:deb/debian/coturn@4.12.0-1?distro=trixie", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/coturn@4.12.0-1%3Fdistro=trixie" } ], "aliases": [ "CVE-2025-69217" ], "risk_score": null, "exploitability": null, "weighted_severity": null, "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-rd2t-w3eg-mfed" }, { "url": "http://public2.vulnerablecode.io/api/vulnerabilities/179788?format=api", "vulnerability_id": "VCID-smnr-g2pa-5fft", "summary": "security update", "references": [ { "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2020-6061", "reference_id": "", "reference_type": "", "scores": [ { "value": "0.01772", "scoring_system": "epss", "scoring_elements": "0.83065", "published_at": "2026-06-11T12:55:00Z" } ], "url": "https://api.first.org/data/v1/epss?cve=CVE-2020-6061" }, { "reference_url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-4067", "reference_id": "", "reference_type": "", "scores": [], "url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-4067" }, { "reference_url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-6061", "reference_id": "", "reference_type": "", "scores": [], "url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-6061" }, { "reference_url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-6062", "reference_id": "", "reference_type": "", "scores": [], "url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-6062" }, { "reference_url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=951876", "reference_id": "951876", "reference_type": "", "scores": [], "url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=951876" }, { "reference_url": "https://usn.ubuntu.com/4415-1/", "reference_id": "USN-4415-1", "reference_type": "", "scores": [], "url": "https://usn.ubuntu.com/4415-1/" } ], "fixed_packages": [ { "url": "http://public2.vulnerablecode.io/api/packages/35554?format=api", "purl": "pkg:deb/debian/coturn@4.5.1.1-1.2?distro=trixie", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/coturn@4.5.1.1-1.2%3Fdistro=trixie" }, { "url": "http://public2.vulnerablecode.io/api/packages/35539?format=api", "purl": "pkg:deb/debian/coturn@4.5.2-3?distro=trixie", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-uhuv-w5us-yybz" }, { "vulnerability": "VCID-vyte-pfkt-rbaw" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/coturn@4.5.2-3%3Fdistro=trixie" }, { "url": "http://public2.vulnerablecode.io/api/packages/35536?format=api", "purl": "pkg:deb/debian/coturn@4.6.1-1?distro=trixie", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-uhuv-w5us-yybz" }, { "vulnerability": "VCID-vyte-pfkt-rbaw" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/coturn@4.6.1-1%3Fdistro=trixie" }, { "url": "http://public2.vulnerablecode.io/api/packages/35541?format=api", "purl": "pkg:deb/debian/coturn@4.6.1-2?distro=trixie", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-uhuv-w5us-yybz" }, { "vulnerability": "VCID-vyte-pfkt-rbaw" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/coturn@4.6.1-2%3Fdistro=trixie" }, { "url": "http://public2.vulnerablecode.io/api/packages/35540?format=api", "purl": "pkg:deb/debian/coturn@4.12.0-1?distro=trixie", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/coturn@4.12.0-1%3Fdistro=trixie" } ], "aliases": [ "CVE-2020-6061" ], "risk_score": null, "exploitability": null, "weighted_severity": null, "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-smnr-g2pa-5fft" }, { "url": "http://public2.vulnerablecode.io/api/vulnerabilities/175738?format=api", "vulnerability_id": "VCID-y9js-nfnd-1kh7", "summary": "security update", "references": [ { "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2018-4058", "reference_id": "", "reference_type": "", "scores": [ { "value": "0.00175", "scoring_system": "epss", "scoring_elements": "0.38846", "published_at": "2026-06-11T12:55:00Z" } ], "url": "https://api.first.org/data/v1/epss?cve=CVE-2018-4058" }, { "reference_url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-4056", "reference_id": "", "reference_type": "", "scores": [], "url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-4056" }, { "reference_url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-4058", "reference_id": "", "reference_type": "", "scores": [], "url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-4058" }, { "reference_url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-4059", "reference_id": "", "reference_type": "", "scores": [], "url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-4059" } ], "fixed_packages": [ { "url": "http://public2.vulnerablecode.io/api/packages/35538?format=api", "purl": "pkg:deb/debian/coturn@4.5.1.0-1?distro=trixie", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/coturn@4.5.1.0-1%3Fdistro=trixie" }, { "url": "http://public2.vulnerablecode.io/api/packages/35539?format=api", "purl": "pkg:deb/debian/coturn@4.5.2-3?distro=trixie", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-uhuv-w5us-yybz" }, { "vulnerability": "VCID-vyte-pfkt-rbaw" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/coturn@4.5.2-3%3Fdistro=trixie" }, { "url": "http://public2.vulnerablecode.io/api/packages/35536?format=api", "purl": "pkg:deb/debian/coturn@4.6.1-1?distro=trixie", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-uhuv-w5us-yybz" }, { "vulnerability": "VCID-vyte-pfkt-rbaw" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/coturn@4.6.1-1%3Fdistro=trixie" }, { "url": "http://public2.vulnerablecode.io/api/packages/35541?format=api", "purl": "pkg:deb/debian/coturn@4.6.1-2?distro=trixie", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-uhuv-w5us-yybz" }, { "vulnerability": "VCID-vyte-pfkt-rbaw" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/coturn@4.6.1-2%3Fdistro=trixie" }, { "url": "http://public2.vulnerablecode.io/api/packages/35540?format=api", "purl": "pkg:deb/debian/coturn@4.12.0-1?distro=trixie", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/coturn@4.12.0-1%3Fdistro=trixie" } ], "aliases": [ "CVE-2018-4058" ], "risk_score": null, "exploitability": null, "weighted_severity": null, "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-y9js-nfnd-1kh7" } ], "risk_score": "3.4", "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/coturn@4.5.2-3%3Fdistro=trixie" }