File: rule.yml

package info (click to toggle)
scap-security-guide 0.1.78-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 114,600 kB
  • sloc: xml: 245,305; sh: 84,381; python: 33,093; makefile: 27
file content (32 lines) | stat: -rw-r--r-- 987 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
documentation_complete: true



title: 'Remove ftp Package'

description: |-
    FTP (File Transfer Protocol) is a traditional and widely used standard tool for
    transferring files between a server and clients over a network, especially where no
    authentication is necessary (permits anonymous users to connect to a server).
    <br/>
    {{{ describe_package_remove(package="ftp") }}}

rationale: |-
    FTP does not protect the confidentiality of data or authentication credentials. It
    is recommended SFTP be used if file transfer is required. Unless there is a need
    to run the system as a FTP server (for example, to allow anonymous downloads), it is
    recommended that the package be removed to reduce the potential attack surface.

severity: low

identifiers:
    cce@rhel8: CCE-90745-1
    cce@rhel9: CCE-86075-9
    cce@rhel10: CCE-86687-1

ocil: '{{{ describe_package_remove(package="ftp") }}}'

template:
    name: package_removed
    vars:
        pkgname: ftp