Apache Allura security advisories

Security information for Apache Allura

Reporting

Do you want disclose a potential security issue for Apache Allura? Send your report to the Apache Security Team.

Advisories

This section is experimental: it provides advisories since 2023 and may lag behind the official CVE publications. If you have any feedback on how you would like this data to be provided, you are welcome to reach out on our public mailinglist or privately on security@apache.org

Unauthenticated REST disclosure

CVE-2026-75099 [CVE] [CVE json] [OSV json]

Last updated: 2026-08-24T16:42:15.529Z

Affected

  • Apache Allura through 1.19.1

Description

Unauthenticated REST disclosure of certain content items in Apache Allura.

This issue affects Apache Allura: through 1.19.1.

Users are recommended to upgrade to version 1.20.0, which fixes the issue.

References

Credits

  • Venkatraman Kumar, securin.io (finder)

Git command injection

CVE-2026-73240 [CVE] [CVE json] [OSV json]

Last updated: 2026-08-12T16:41:16.893Z

Affected

  • Apache Allura before 1.19.1

Description

Specifically crafted inputs may lead to git argument injection in Apache Allura.

This issue affects Apache Allura: before 1.19.1.

Users are recommended to upgrade to version 1.19.1, which fixes the issue.

References

Missing permission checks IDOR

CVE-2026-73239 [CVE] [CVE json] [OSV json]

Last updated: 2026-08-12T16:41:39.780Z

Affected

  • Apache Allura before 1.19.1

Description

Insecure Direct Object Reference (IDOR) due to missing permission checks for multiple Artifact types in Apache Allura.

This issue affects Apache Allura: before 1.19.1.

Users are recommended to upgrade to version 1.19.1, which fixes the issue.

References

XSS in code display

CVE-2026-73238 [CVE] [CVE json] [OSV json]

Last updated: 2026-08-12T16:41:57.464Z

Affected

  • Apache Allura before 1.19.1

Description

XSS vulnerability in code display in Apache Allura.

This issue affects Apache Allura: before 1.19.1.

Users are recommended to upgrade to version 1.19.1, which fixes the issue.

References

XSS in markdown pipeline

CVE-2026-73237 [CVE] [CVE json] [OSV json]

Last updated: 2026-08-12T16:42:26.194Z

Affected

  • Apache Allura from 1.10.0 before 1.19.1

Description

XSS vulnerability in Markdown handling in Apache Allura.

This issue affects Apache Allura: from 1.10.0 before 1.19.1.

Users are recommended to upgrade to version 1.19.1, which fixes the issue.

References

Server-side request forgery

CVE-2026-69223 [CVE] [CVE json] [OSV json]

Last updated: 2026-08-11T17:03:03.256Z

Affected

  • Apache Allura before 1.19.1

Description

Apache Allura's webhooks are vulnerable to Server-Side Request Forgery (SSRF).

This issue affects Apache Allura: before 1.19.1.

Users are recommended to upgrade to version 1.19.1, which fixes the issue.

References

Stored authenticated XSS

CVE-2024-38379 [CVE] [CVE json] [OSV json]

Last updated: 2025-02-06T14:32:32.361Z

Affected

  • Apache Allura from 1.4.0 through 1.17.0

Description

Apache Allura's neighborhood settings are vulnerable to a stored XSS attack.  Only neighborhood admins can access these settings, so the scope of risk is limited to configurations where neighborhood admins are not fully trusted.

This issue affects Apache Allura: from 1.4.0 through 1.17.0.

Users are recommended to upgrade to version 1.17.1, which fixes the issue.

References

Credits

  • Ă–mer “WASP” Akincir (finder)

sensitive information exposure via DNS rebinding

CVE-2024-36471 [CVE] [CVE json] [OSV json]

Last updated: 2024-06-10T21:55:03.113Z

Affected

  • Apache Allura from 1.0.1 through 1.16.0

Description

Import functionality is vulnerable to DNS rebinding attacks between verification and processing of the URL.  Project administrators can run these imports, which could cause Allura to read from internal services and expose them.

This issue affects Apache Allura from 1.0.1 through 1.16.0.

Users are recommended to upgrade to version 1.17.0, which fixes the issue. If you are unable to upgrade, set "disable_entry_points.allura.importers = forge-tracker, forge-discussion" in your .ini config file.


References

Credits

sensitive information exposure via import

CVE-2023-46851 [CVE] [CVE json] [OSV json]

Last updated: 2023-11-07T08:56:30.662Z

Affected

  • Apache Allura from 1.0.1 through 1.15.0

Description

Allura Discussion and Allura Forum importing does not restrict URL values specified in attachments. Project administrators can run these imports, which could cause Allura to read local files and expose them.  Exposing internal files then can lead to other exploits, like session hijacking, or remote code execution.

This issue affects Apache Allura from 1.0.1 through 1.15.0.

Users are recommended to upgrade to version 1.16.0, which fixes the issue.  If you are unable to upgrade, set "disable_entry_points.allura.importers = forge-tracker, forge-discussion" in your .ini config file.

References

Credits

  • Stefan Schiller (Sonar) (finder)