Package Instance
Lookup for vulnerable packages by Package URL.
GET /api/packages/41374?format=api
{ "url": "http://public2.vulnerablecode.io/api/packages/41374?format=api", "purl": "pkg:pypi/lollms@2.1.0", "type": "pypi", "namespace": "", "name": "lollms", "version": "2.1.0", "qualifiers": {}, "subpath": "", "is_vulnerable": true, "next_non_vulnerable_version": "5.9.0", "latest_non_vulnerable_version": "5.9.0", "affected_by_vulnerabilities": [ { "url": "http://public2.vulnerablecode.io/api/vulnerabilities/36810?format=api", "vulnerability_id": "VCID-7hsf-qwdg-77ch", "summary": "A path traversal vulnerability exists in the parisneo/lollms application, affecting version 9.4.0 and potentially earlier versions, but fixed in version 5.9.0. The vulnerability arises due to improper validation of file paths between Windows and Linux environments, allowing attackers to traverse beyond the intended directory and read any file on the Windows system. Specifically, the application fails to adequately sanitize file paths containing backslashes (`\\`), which can be exploited to access the root directory and read, or even delete, sensitive files. This issue was discovered in the context of the `/user_infos` endpoint, where a crafted request using backslashes to reference a file (e.g., `\\windows\\win.ini`) could result in unauthorized file access. The impact of this vulnerability includes the potential for attackers to access sensitive information such as environment variables, database files, and configuration files, which could lead to further compromise of the system.", "references": [ { "reference_url": "https://github.com/parisneo/lollms/commit/95ad36eeffc6a6be3e3f35ed35a384d768f0ecf6", "reference_id": "", "reference_type": "", "scores": [ { "value": "7.5", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], "url": "https://github.com/parisneo/lollms/commit/95ad36eeffc6a6be3e3f35ed35a384d768f0ecf6" }, { "reference_url": "https://huntr.com/bounties/94f7f901-80b0-4cf5-b545-ac5c1e7635e9", "reference_id": "", "reference_type": "", "scores": [ { "value": "7.5", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], "url": "https://huntr.com/bounties/94f7f901-80b0-4cf5-b545-ac5c1e7635e9" } ], "fixed_packages": [ { "url": "http://public2.vulnerablecode.io/api/packages/41494?format=api", "purl": "pkg:pypi/lollms@5.9.0", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/lollms@5.9.0" } ], "aliases": [ "CVE-2024-4881", "PYSEC-2024-108" ], "risk_score": null, "exploitability": null, "weighted_severity": null, "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-7hsf-qwdg-77ch" }, { "url": "http://public2.vulnerablecode.io/api/vulnerabilities/36901?format=api", "vulnerability_id": "VCID-v123-jq2f-ufcw", "summary": "A path traversal vulnerability exists in the api open_personality_folder endpoint of parisneo/lollms-webui. This vulnerability allows an attacker to read any folder in the personality_folder on the victim's computer, even though sanitize_path is set. The issue arises due to improper sanitization of the personality_folder parameter, which can be exploited to traverse directories and access arbitrary files.", "references": [ { "reference_url": "https://github.com/parisneo/lollms/commit/28ee567a9a120967215ff19b96ab7515ce469620", "reference_id": "", "reference_type": "", "scores": [ { "value": "4.4", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N" } ], "url": "https://github.com/parisneo/lollms/commit/28ee567a9a120967215ff19b96ab7515ce469620" }, { "reference_url": "https://huntr.com/bounties/79c11579-47d8-4e68-8466-b47c3bf5ef6a", "reference_id": "", "reference_type": "", "scores": [ { "value": "4.4", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N" } ], "url": "https://huntr.com/bounties/79c11579-47d8-4e68-8466-b47c3bf5ef6a" } ], "fixed_packages": [ { "url": "http://public2.vulnerablecode.io/api/packages/41494?format=api", "purl": "pkg:pypi/lollms@5.9.0", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/lollms@5.9.0" } ], "aliases": [ "CVE-2024-6985", "PYSEC-2024-122" ], "risk_score": null, "exploitability": null, "weighted_severity": null, "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-v123-jq2f-ufcw" } ], "fixing_vulnerabilities": [ { "url": "http://public2.vulnerablecode.io/api/vulnerabilities/49922?format=api", "vulnerability_id": "VCID-qsgf-y1xx-pfc4", "summary": "Lollms has an Improper Access Control vulnerability\nA vulnerability in the `lollms_generation_events.py` component of parisneo/lollms version 5.9.0 allows unauthenticated access to sensitive Socket.IO events. The `add_events` function registers event handlers such as `generate_text`, `cancel_generation`, `generate_msg`, and `generate_msg_from` without implementing authentication or authorization checks. This allows unauthenticated clients to execute resource-intensive or state-altering operations, leading to potential denial of service, state corruption, and race conditions. Additionally, the use of global flags (`lollmsElfServer.busy`, `lollmsElfServer.cancel_gen`) for state management in a multi-client environment introduces further vulnerabilities, enabling one client's actions to affect the server's state and other clients' operations. The lack of proper access control and reliance on insecure global state management significantly impacts the availability and integrity of the service.", "references": [ { "reference_url": "https://github.com/parisneo/lollms", "reference_id": "", "reference_type": "", "scores": [], "url": "https://github.com/parisneo/lollms" }, { "reference_url": "https://github.com/parisneo/lollms/commit/36a5b513dfefe9c2913bf9b618457b4fea603e3b", "reference_id": "", "reference_type": "", "scores": [], "url": "https://github.com/parisneo/lollms/commit/36a5b513dfefe9c2913bf9b618457b4fea603e3b" }, { "reference_url": "https://huntr.com/bounties/d2846a7f-0140-4105-b1bb-5ef64ec8b829", "reference_id": "", "reference_type": "", "scores": [], "url": "https://huntr.com/bounties/d2846a7f-0140-4105-b1bb-5ef64ec8b829" }, { "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1117", "reference_id": "CVE-2026-1117", "reference_type": "", "scores": [], "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1117" }, { "reference_url": "https://github.com/advisories/GHSA-82fw-ch24-j34w", "reference_id": "GHSA-82fw-ch24-j34w", "reference_type": "", "scores": [], "url": "https://github.com/advisories/GHSA-82fw-ch24-j34w" } ], "fixed_packages": [ { "url": "http://public2.vulnerablecode.io/api/packages/41374?format=api", "purl": "pkg:pypi/lollms@2.1.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-7hsf-qwdg-77ch" }, { "vulnerability": "VCID-v123-jq2f-ufcw" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/lollms@2.1.0" } ], "aliases": [ "CVE-2026-1117", "GHSA-82fw-ch24-j34w" ], "risk_score": null, "exploitability": null, "weighted_severity": null, "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-qsgf-y1xx-pfc4" } ], "risk_score": null, "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/lollms@2.1.0" }