STIGhubSTIGhub
STIGsSearchCompare

STIGhub

A free tool to search and browse the entire DISA STIG library. Saves up to 75% in security compliance research time.

Navigation

  • Browse STIGs
  • Search
  • Compare Versions

Resources

  • About
  • Release Notes
  • VPAT
  • DISA STIG Library
STIGs updated 5 hours ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to Juniper Router NDM Security Technical Implementation Guide

V-217319

CAT II (Medium)

The Juniper router must be configured to limit privileges to change the software resident within software libraries.

Rule ID

SV-217319r960960_rule

STIG

Juniper Router NDM Security Technical Implementation Guide

Version

V3R2

CCIs

CCI-001499

Discussion

Changes to any software components of the network device can have significant effects on the overall security of the network. Therefore, only qualified and authorized individuals should be allowed administrative access to the network device for implementing any changes or upgrades. If the network device were to enable non-authorized users to make changes to software libraries, those changes could be implemented without undergoing testing, validation, and approval.

Check Content

Review the router configuration to verify that it is compliant with this requirement. The configuration example below depicts a class JR_ENGINEER that is not permitted to add, change, or delete software installed on the router.

login {
    class JR_ENGINEER {
        permissions all;
        deny-commands "request system software";
    }

Note: The following are the options under request system software:

abort    - Abort software upgrade
add      - Add extension or upgrade package
delete   - Remove extension or upgrade package
rollback - Roll back to previous set of packages
validate - Verify package compatibility with current configuration

If the router is not configured to limit privileges to change the software resident within software libraries, this is a finding.

Fix Text

Configure one or more classes as shown in the example below whose users will not be permitted to add, change, or delete software installed on the router.

[edit system]
set login class JR_ENGINEER permissions all 
set login class JR_ENGINEER deny-commands “(request system software)”

Note: The predefined classes "operator" and "Read-only" do not have permissions to install or delete software.