PatchSiren

PatchSiren cyber security CVE debrief

CVE-2017-6348 Linux CVE debrief

CVE-2017-6348 affects the Linux kernel’s IrDA queue handling and can let a local user trigger a denial of service by causing a deadlock on IrDA devices. NVD records the issue as affecting Linux kernel versions through 4.9.12, with a fix available in 4.9.13. The vulnerability is rated medium severity (CVSS 5.5) and is not listed as a Known Exploited Vulnerability in the supplied data.

Vendor
Linux
Product
CVE-2017-6348
CVSS
MEDIUM 5.5
CISA KEV
Not listed in stored evidence
Original CVE published
2017-03-01
Original CVE updated
2026-05-13
Advisory published
2017-03-01
Advisory updated
2026-05-13

Who should care

Linux system administrators, distribution maintainers, and operators of systems that include IrDA support should care, especially where local users may have shell or container access on affected kernels.

Technical summary

The issue is described as improper lock-dropping in hashbin_delete() in net/irda/irqueue.c. According to the supplied NVD record, the impact is a local denial of service with availability loss only (CVSS vector AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H). The affected range is Linux kernel versions up to and including 4.9.12, and the fix is referenced in the upstream kernel commit and 4.9.13 changelog.

Defensive priority

Medium priority. Patch affected kernels to 4.9.13 or later, especially on hosts where local user access is possible and IrDA support is present or enabled.

Recommended defensive actions

  • Upgrade the Linux kernel to 4.9.13 or a later fixed release.
  • Check whether IrDA support is enabled or present on affected systems and reduce exposure where it is not needed.
  • Apply vendor kernel updates from your Linux distribution rather than relying only on mainline version numbers.
  • Verify fleet inventory for kernels at or below 4.9.12 and prioritize hosts with local-user access.
  • Track distribution advisories referenced in the record for backported fixes and package-specific guidance.

Evidence notes

The supplied NVD data identifies CVE-2017-6348 as a Linux kernel issue with vulnerability coverage through version 4.9.12 and a fix in 4.9.13. The description states that hashbin_delete() in net/irda/irqueue.c improperly manages lock dropping, enabling a local denial of service via crafted operations on IrDA devices. The CVSS vector in the source is AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H, consistent with a local availability-impact issue. References in the corpus include the upstream kernel commit, the 4.9.13 changelog, and vendor advisories from Debian and Ubuntu.

Official resources

Published by the CVE source on 2017-03-01. The supplied data was last modified on 2026-05-13. No KEV entry is present in the provided corpus.