博客
关于我
MDNS的漏洞报告——mdns的最大问题是允许广域网的mdns单播查询,这会暴露设备信息,或者被利用用于dns放大攻击...
阅读量:797 次
发布时间:2023-02-08

本文共 2179 字,大约阅读时间需要 7 分钟。

Vulnerability Note VU#550620

Overview

Multicast DNS (mDNS) implementations may respond to unicast queries originating from sources outside the local link network. Such responses can disclose sensitive network device information and be exploited for denial-of-service (DoS) amplification attacks.

Description

Multicast DNS is designed to allow devices on a local link network to automatically discover services and devices. However, certain mDNS implementations may incorrectly respond to unicast queries from outside the local network (e.g., the WAN). This behavior can expose device information and facilitate DoS attacks due to the larger response size compared to the query.

Impact

A response to a unicast query from outside the local link can reveal device details like model numbers and operating systems. Additionally, the larger response size can be used for DoS amplification attacks.

Solution

  • Block Inbound and Outbound mDNS on the WAN

    If your organization does not require mDNS functionality, consider blocking UDP port 5353 for both inbound and outbound traffic on your WAN. This prevents mDNS queries from entering or leaving the local network.

  • Disable mDNS Services

    Some software and devices allow disabling mDNS services. Consult your vendor for details on how to disable mDNS in your specific setup.

  • Vendor Information

    The following vendors have been identified as potentially affected:

    Vendor Status Notified Updated
    Avahi mDNS - 31 Mar 2015
    Canon 10 Feb 2015 08 Apr 2015
    HP 10 Feb 2015 20 Mar 2015
    IBM 10 Feb 2015 31 Mar 2015
    Synology 10 Feb 2015 31 Mar 2015
    Cisco 10 Feb 2015 31 Mar 2015
    Citrix 10 Feb 2015 25 Mar 2015
    D-Link 10 Feb 2015 20 Mar 2015
    F5 10 Feb 2015 31 Mar 2015
    Microsoft 10 Feb 2015 09 Mar 2015
    Ricoh 10 Feb 2015 15 May 2015
    Apple 10 Feb 2015 10 Feb 2015
    CentOS 10 Feb 2015 10 Feb 2015
    Debian 10 Feb 2015 10 Feb 2015
    Dell 10 Feb 2015 10 Feb 2015

    CVSS Metrics

    Group Score Vector
    Base 6.4 AV:N/AC:L/Au:N/C:P/I:N/A:P
    Temporal 5.2 E:POC/RL:W/RC:UR
    Environmental 3.9 CDP:ND/TD:M/CR:ND/IR:ND/AR:ND

    References

    转载地址:http://smyfk.baihongyu.com/

    你可能感兴趣的文章
    MongoDB快速入门
    查看>>
    MongoDB快速插入1000w测试数据(Java)
    查看>>
    MongoDB性能调优
    查看>>
    MongoDB插入数据的3种方法
    查看>>
    mongoDB教程(一):数据库简介
    查看>>
    mongoDB教程(七):集合的操作
    查看>>
    mongoDB教程(三):服务开启关闭
    查看>>
    mongoDB教程(九):可视化管理工具
    查看>>
    mongoDB教程(二):下载安装
    查看>>
    mongoDB教程(五):命名规范
    查看>>
    mongoDB教程(八):管理账户
    查看>>
    mongoDB教程(六):库的添加、查看、选择、删除
    查看>>
    mongoDB教程(十一):文档的操作
    查看>>
    mongoDB教程(十三):索引
    查看>>
    mongoDB教程(十二):分页操作
    查看>>
    mongoDB教程(十四):监控工具(11个)
    查看>>
    mongoDB教程(十):导入、导出
    查看>>
    mongoDB教程(四):用户角色
    查看>>
    MongoDB数据库/集合/文档基本操作
    查看>>
    MongoDB数据库安装与连接
    查看>>