Files
blue-team-tools/rules/web/web_apache_threading_error.yml
T

19 lines
662 B
YAML
Raw Normal View History

2019-01-22 08:49:10 +01:00
title: Apache Threading Error
2019-11-12 23:12:27 +01:00
id: e9a2b582-3f6a-48ac-b4a1-6849cdc50b3c
2021-11-27 11:33:14 +01:00
status: test
2019-01-22 08:49:10 +01:00
description: Detects an issue in apache logs that reports threading related errors
references:
2022-07-11 14:11:53 +01:00
- https://github.com/hannob/apache-uaf/blob/da40f2be3684c8095ec6066fa68eb5c07a086233/README.md
2022-10-25 10:08:58 +02:00
author: Florian Roth
2021-11-27 11:33:14 +01:00
date: 2019/01/22
modified: 2021/11/27
2019-01-22 08:49:10 +01:00
logsource:
2022-07-11 14:11:53 +01:00
service: apache
2019-01-22 08:49:10 +01:00
detection:
2022-07-11 14:11:53 +01:00
keywords:
- '__pthread_tpp_change_priority: Assertion `new_prio == -1 || (new_prio >= fifo_min_prio && new_prio <= fifo_max_prio)'
condition: keywords
2019-01-22 08:49:10 +01:00
falsepositives:
2022-07-11 14:11:53 +01:00
- 3rd party apache modules - https://bz.apache.org/bugzilla/show_bug.cgi?id=46185
2019-01-22 08:49:10 +01:00
level: medium