The application must implement transaction recovery logs when transaction based.
Overview
| Finding ID | Version | Rule ID | IA Controls | Severity |
| V-222479 | APSC-DV-001040 | SV-222479r960909_rule | CCI-000135 | medium |
| Description | ||||
| Without required logging and access control, security issues related to data changes will not be identified. This could lead to security compromises such as data misuse, unauthorized changes, or unauthorized access. Transaction logs contain a sequential record of all changes to the database. Using a transaction log helps with maintaining application availability and aids in speedy recovery. Transactional logging should be enabled whenever the application database offers the transactional logging capability. | ||||
| STIG | Date | |||
| Application Security and Development Security Technical Implementation Guide | 2025-02-12 | |||
Related Frameworks
4 paths across 3 frameworks
Related Frameworks
NIST 800-531 mapping
AU-3(1)
1.00
- DISA · 6 · disa_xccdf · related
- DISA · 2025-01-23 · disa_cci_list · equivalent
NIST 800-1712 mappings
3.3.1
1.00
- DISA · 6 · disa_xccdf · related
- DISA · 2025-01-23 · disa_cci_list · equivalent
- NIST · Rev 2 (Feb 2020, errata Jan 2021) · nist_800_171_app_d · equivalent
3.3.2
1.00
- DISA · 6 · disa_xccdf · related
- DISA · 2025-01-23 · disa_cci_list · equivalent
- NIST · Rev 2 (Feb 2020, errata Jan 2021) · nist_800_171_app_d · equivalent
CCI1 mapping
CCI-000135
1.00
- DISA · 6 · disa_xccdf · related
Details
Check Text (C-222479r960909_chk)
Review the application documentation and interview the application administrator. Have the application administrator provide configuration settings that demonstrate transaction logging is enabled.
Review configuration settings for the location of transaction specific logs and verify transaction logs exist and the log records access and changes to the data.
If the application is not configured to utilize transaction logging, this is a finding.
Fix Text (F-24138r493346_fix)
Configure the application database to utilize transactional logging.