<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: NTP vulnerability in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/ntp-vulnerability/m-p/4918393#M1104037</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You need to create access lists that restrict queries to your switches but allow your switches to get time&amp;nbsp; from NTP servers. The following is an example:&lt;/P&gt;&lt;P&gt;ip access-list standard 10&lt;BR /&gt;permit x.x.x.x&lt;BR /&gt;permit y.y.y.y&lt;BR /&gt;ip access-list standard 20&lt;BR /&gt;deny any&lt;BR /&gt;!&lt;BR /&gt;ntp access-group peer 10&lt;BR /&gt;ntp access-group serve-only 20&lt;BR /&gt;ntp access-group query-only 20&lt;BR /&gt;ntp server x.x.x.x&lt;BR /&gt;ntp server y.y.y.y&lt;/P&gt;&lt;P&gt;Access list 10 specifies the NTP servers that are allowed to provide time to the switch. Access list 20 denies access.&lt;/P&gt;&lt;P&gt;ntp access-group peer 10 specifies that we only get time from servers defined in access list 10.&lt;/P&gt;&lt;P&gt;ntp access-group serve-only 20 specifies that we do not server time to anyone.&lt;/P&gt;&lt;P&gt;ntp access-group query-only 20 specifies that we do no allow queries from anyone.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 05 Sep 2023 23:57:41 GMT</pubDate>
    <dc:creator>johnd2310</dc:creator>
    <dc:date>2023-09-05T23:57:41Z</dc:date>
    <item>
      <title>NTP vulnerability</title>
      <link>https://community.cisco.com/t5/network-security/ntp-vulnerability/m-p/4918041#M1104012</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From the vulnerability scan, we got the below issue for NTP for Cisco Switch.&lt;/P&gt;&lt;P&gt;Threat: The NTP service running on the host allows queries of NTP variables.&lt;/P&gt;&lt;P&gt;Impact: A remote user can obtain sensitive information about the host by querying various variables. The information obtained can aid in further attacks against the system.&lt;/P&gt;&lt;P&gt;Solution: Please reconfigure NTP to restrict remote access.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could somebody please advise how to fix it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2023 12:06:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ntp-vulnerability/m-p/4918041#M1104012</guid>
      <dc:creator>fadhel Sh</dc:creator>
      <dc:date>2023-09-05T12:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: NTP vulnerability</title>
      <link>https://community.cisco.com/t5/network-security/ntp-vulnerability/m-p/4918091#M1104016</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1586415"&gt;@fadhel Sh&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Start to limit &lt;SPAN&gt;ntp updates from identified servers&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ntp access-group peer XX&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;XX&lt;/STRONG&gt; == ACL standard id with servers identified.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2023 12:47:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ntp-vulnerability/m-p/4918091#M1104016</guid>
      <dc:creator>M02@rt37</dc:creator>
      <dc:date>2023-09-05T12:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: NTP vulnerability</title>
      <link>https://community.cisco.com/t5/network-security/ntp-vulnerability/m-p/4918393#M1104037</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You need to create access lists that restrict queries to your switches but allow your switches to get time&amp;nbsp; from NTP servers. The following is an example:&lt;/P&gt;&lt;P&gt;ip access-list standard 10&lt;BR /&gt;permit x.x.x.x&lt;BR /&gt;permit y.y.y.y&lt;BR /&gt;ip access-list standard 20&lt;BR /&gt;deny any&lt;BR /&gt;!&lt;BR /&gt;ntp access-group peer 10&lt;BR /&gt;ntp access-group serve-only 20&lt;BR /&gt;ntp access-group query-only 20&lt;BR /&gt;ntp server x.x.x.x&lt;BR /&gt;ntp server y.y.y.y&lt;/P&gt;&lt;P&gt;Access list 10 specifies the NTP servers that are allowed to provide time to the switch. Access list 20 denies access.&lt;/P&gt;&lt;P&gt;ntp access-group peer 10 specifies that we only get time from servers defined in access list 10.&lt;/P&gt;&lt;P&gt;ntp access-group serve-only 20 specifies that we do not server time to anyone.&lt;/P&gt;&lt;P&gt;ntp access-group query-only 20 specifies that we do no allow queries from anyone.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2023 23:57:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ntp-vulnerability/m-p/4918393#M1104037</guid>
      <dc:creator>johnd2310</dc:creator>
      <dc:date>2023-09-05T23:57:41Z</dc:date>
    </item>
  </channel>
</rss>

