Skip to content
arrow_back
search
ISM-1272 policy ASD Information Security Manual (ISM)

Restrict Database Server Network Access to Localhost

Ensure databases only listen on the local machine if remote connections are not needed, enhancing security.

record_voice_over

Plain language

This control is about making sure your database server only talks to the computer it's installed on, unless you specifically need it to accept connections from other machines. It matters because if you leave it open to the whole network, hackers or unauthorised users could access sensitive information stored in the database.

Framework

ASD Information Security Manual (ISM)

Control effect

Preventative

Classifications

NC, OS, P, S, TS

ISM last updated

May 2025

Control Stack last updated

19 Mar 2026

E8 maturity levels

N/A

Official control statement

If only local access to a database is required, networking functionality of database management system applications are disabled or directed to listen solely to the localhost interface.
policy ASD Information Security Manual (ISM) ISM-1272
priority_high

Why it matters

Allowing database access beyond localhost can expose sensitive data to network attackers, increasing the risk of data breaches.

settings

Operational notes

Regularly confirm the DB binds only to 127.0.0.1/::1 (or networking is disabled) and that no DB port is listening on external interfaces.

Mapping detail

Mapping

Direction

Controls