[asterisk-bugs] [JIRA] (ASTERISK-27262) res_ari: Leaking eventfds when using ARI Dial

Thomas Wirum Larsen (JIRA) noreply at issues.asterisk.org
Fri Sep 8 08:27:07 CDT 2017


    [ https://issues.asterisk.org/jira/browse/ASTERISK-27262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=238593#comment-238593 ] 

Thomas Wirum Larsen edited comment on ASTERISK-27262 at 9/8/17 8:26 AM:
------------------------------------------------------------------------

core show channels does not equal the number of stuck eventfd's but shows the expected result.
bridge show all shows the 10 bridges we create and keep track of in our pool,- as expected.

Put differently, everything looks good and works as expected until we crash with too many open files. It was only after some troubleshooting that we noticed the leaking fd's.



was (Author: wirum):
core show channels does not equal the number of stuck eventfd's but shows the expected result.
bridge show all shows the 10 bridges we create and keep track of in our pool,- as expected.


> res_ari: Leaking eventfds when using ARI Dial
> ---------------------------------------------
>
>                 Key: ASTERISK-27262
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-27262
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Resources/res_ari
>    Affects Versions: 14.6.1
>         Environment: Ubuntu 17.04
>            Reporter: Thomas Wirum Larsen
>            Assignee: Unassigned
>
> When using ARI4Java bindings and their Dial() method, Asterisk leaks (fails to close?) an eventfd, leading to a crash once the underlying OS' ulimit is reached.
> This behavior is only seen using dial(). When using originate(), asterisk behaves correctly.
> This bug is reproducible on Asterisk 13x and 14x using Ari4Java 0.4.3 and 0.4.4 and ARI protocol version 1.7 through 1.10. We have been unsuccessful in testing 2.0.0 or 3.0.0 protocol variants, thus we cannot guarantee this behavior exists in the 2x and 3x protocol branches.
> While the actual bug may be in Ari4Java, it is arguable that a REST interface should not be allowed to cause the host to leak file descriptors as this a potential DOS attack (or worse). This is thus clearly a bug in Asterisks implementation of ARI and requires immediate attention.
> We have filed an issue with Ari4Java as well.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list