Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
asterisk
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Voice
asterisk
Commits
30c7925a
Commit
30c7925a
authored
10 months ago
by
Asterisk Development Team
Browse files
Options
Downloads
Patches
Plain Diff
Update for 21.4.2
parent
b4063bf7
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.version
+1
-1
1 addition, 1 deletion
.version
CHANGES.md
+1
-1
1 addition, 1 deletion
CHANGES.md
ChangeLogs/ChangeLog-21.4.2.md
+65
-0
65 additions, 0 deletions
ChangeLogs/ChangeLog-21.4.2.md
with
67 additions
and
2 deletions
.version
+
1
−
1
View file @
30c7925a
21.4.
1
21.4.
2
This diff is collapsed.
Click to expand it.
CHANGES.md
+
1
−
1
View file @
30c7925a
ChangeLogs/ChangeLog-21.4.1.md
ChangeLogs/ChangeLog-21.4.2.md
\ No newline at end of file
\ No newline at end of file
This diff is collapsed.
Click to expand it.
ChangeLogs/ChangeLog-21.4.2.md
0 → 100644
+
65
−
0
View file @
30c7925a
## Change Log for Release asterisk-21.4.2
### Links:
-
[
Full ChangeLog
](
https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-21.4.2.md
)
-
[
GitHub Diff
](
https://github.com/asterisk/asterisk/compare/21.4.1...21.4.2
)
-
[
Tarball
](
https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-21.4.2.tar.gz
)
-
[
Downloads
](
https://downloads.asterisk.org/pub/telephony/asterisk
)
### Summary:
-
Commits: 1
-
Commit Authors: 1
-
Issues Resolved: 0
-
Security Advisories Resolved: 1
-
[
GHSA-c4cg-9275-6w44
](
https://github.com/asterisk/asterisk/security/advisories/GHSA-c4cg-9275-6w44
)
: Write=originate, is sufficient permissions for code execution / System() dialplan
### User Notes:
### Upgrade Notes:
### Commit Authors:
-
George Joseph: (1)
## Issue and Commit Detail:
### Closed Issues:
-
!GHSA-c4cg-9275-6w44: Write=originate, is sufficient permissions for code execution / System() dialplan
### Commits By Author:
-
#### George Joseph (1):
-
manager.c: Add entries to Originate blacklist
### Commit List:
-
manager.c: Add entries to Originate blacklist
### Commit Details:
#### manager.c: Add entries to Originate blacklist
Author: George Joseph
Date: 2024-07-22
Added Reload and DBdeltree to the list of dialplan application that
can't be executed via the Originate manager action without also
having write SYSTEM permissions.
Added CURL, DB
*, FILE, ODBC and REALTIME*
to the list of dialplan
functions that can't be executed via the Originate manager action
without also having write SYSTEM permissions.
If the Queue application is attempted to be run by the Originate
manager action and an AGI parameter is specified in the app data,
it'll be rejected unless the manager user has either the AGI or
SYSTEM permissions.
Resolves: #GHSA-c4cg-9275-6w44
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment