Bug ID 1289009: PA based Hosted content does not add implicit allowed ACL

Last Modified: Jul 24, 2024

Affected Product(s):
BIG-IP APM(all modules)

Known Affected Versions:
15.1.8, 15.1.8.1, 15.1.8.2, 15.1.9, 15.1.9.1, 15.1.10, 15.1.10.2, 15.1.10.3, 15.1.10.4, 16.1.3, 16.1.3.1, 16.1.3.2, 16.1.3.3, 16.1.3.4, 16.1.3.5, 16.1.4, 16.1.4.1, 16.1.4.2, 16.1.4.3, 16.1.5, 17.1.0, 17.1.0.1, 17.1.0.2, 17.1.0.3, 17.1.1, 17.1.1.1, 17.1.1.2, 17.1.1.3

Opened: Apr 14, 2023

Severity: 3-Major

Symptoms

Unable to download the hosted content from Portal Access.

Impact

Hosted content files are denied by ACL

Conditions

ACLs with a default deny or reject rule

Workaround

Add 2 L4 ACLs similar to the rules below: apm acl /Common/allow-hostedcontent { acl-order 20 entries { { action allow dst-end-port 8080 dst-start-port 8080 dst-subnet ::1/128 log packet protocol 6 src-subnet 0.0.0.0/0 } { action allow dst-end-port 8080 dst-start-port 8080 dst-subnet 127.1.1.0/24 log packet protocol 6 src-subnet 0.0.0.0/0 } }

Fix Information

None

Behavior Change

Guides & references

K10134038: F5 Bug Tracker Filter Names and Tips