Home / Vulnerability Database / COBOL : Unsafe subprogram access control
COBOL

COBOL : Unsafe subprogram access control

Overview

The COBOL language supports the construction of calling and executing a subprogram. This construction is as follows:

...
PROCEDURE DIVISION.
    BEGIN.
    ...
    CALL WS-PGM-BAD.
    ...
    STOP RUN.

An attacker may try to access the subprogram or compromise it. As a result, the security code will be compromised.

Broken Access Control take the fifth place in the “OWASP Top 10 2017” web application vulnerabilities ranking.

MEDIUM

DerScanner Severity Score

Do you want to fix COBOL : Unsafe subprogram access control in your application?

See also

COBOL

COBOL : Weak hashing algorithm

COBOL

COBOL : HTTP usage

COBOL

COBOL : Hardcoded password