Lucene search
K

293 matches found

OSV
OSV
added 2026/06/10 12:18 p.m.7 views

MAL-2026-5502 Malicious code in graphbase-js (npm)

--- -= Per source details. Do not edit below this line.=- Source: ghsa-malware bcdb883b3cbdcf4216f99f55d52d1b93db24271ddcf4a1e232f444a75709f76a Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be...

5.5AI score
Exploits0References1
OSV
OSV
added 2026/06/09 1:11 a.m.5 views

MINI-6VMF-W8PM-3Q3P

Bulletin has no description...

5.2AI score
Exploits0
RedhatCVE
RedhatCVE
added 2026/06/08 8:58 a.m.10 views

CVE-2026-11455

A vulnerability was determined in FoundationAgents MetaGPT up to 0.8.2. Affected by this issue is the function checkcmdexists of the file metagpt/utils/common.py. This manipulation of the argument mermaid.path causes command injection. The attack may be initiated remotely. A high degree of...

5CVSS5.2AI score0.00936EPSS
Exploits0References1
OSV
OSV
added 2026/06/07 3:45 p.m.4 views

MINI-23R6-GCFM-C3CC

Bulletin has no description...

6.5CVSS5.2AI score0.00196EPSS
Exploits0
ATTACKERKB
ATTACKERKB
added 2026/06/07 7:0 a.m.9 views

CVE-2026-11455

A vulnerability was determined in FoundationAgents MetaGPT up to 0.8.2. Affected by this issue is the function checkcmdexists of the file metagpt/utils/common.py. This manipulation of the argument mermaid.path causes command injection. The attack may be initiated remotely. A high degree of...

5CVSS5.2AI score0.00936EPSS
Exploits0References7Affected Software1
Positive Technologies
Positive Technologies
added 2026/06/07 12:0 a.m.13 views

PT-2026-47177

Name of the Vulnerable Software and Affected Versions FoundationAgents MetaGPT versions prior to 0.8.3 Description Command injection is possible via the mermaid.path argument in the check cmd exists function located in the metagpt/utils/common.py file. This issue allows a remote attacker to execu...

5CVSS6AI score0.00936EPSS
Exploits0References11
RedhatCVE
RedhatCVE
added 2026/06/05 7:30 p.m.7 views

CVE-2026-42885

Audiobookshelf is a self-hosted audiobook and podcast server. Prior to 2.32.2, the POST /api/filesystem/pathexists endpoint uses String.startsWith to validate that a resolved file path is within a library folder. This check fails for sibling directories whose names share a common prefix e.g.,...

4.3CVSS5.5AI score0.00236EPSS
Exploits0References1
OSV
OSV
added 2026/06/05 4:20 p.m.3 views

CGA-MPQ5-9468-45Q5

Bulletin has no description...

8.8CVSS5.2AI score0.0028EPSS
Exploits0
OSV
OSV
added 2026/06/05 10:43 a.m.4 views

MINI-CJ5J-CWWC-3J76

Bulletin has no description...

9.1CVSS5.1AI score0.00466EPSS
Exploits0
OSV
OSV
added 2026/06/04 12:22 p.m.4 views

MINI-CFM6-6RMX-76XX

Bulletin has no description...

9.1CVSS5.7AI score0.0036EPSS
Exploits0
OSV
OSV
added 2026/06/04 12:17 p.m.4 views

MINI-9JH3-25F3-8CJJ

Bulletin has no description...

5.3CVSS5.7AI score0.00313EPSS
Exploits0
OSV
OSV
added 2026/06/02 9:47 p.m.8 views

ECHO-31D2-9DC5-9987

Bulletin has no description...

5.7AI score
Exploits0References2
Tenable Nessus
Tenable Nessus
added 2026/06/01 12:0 a.m.13 views

Linux Distros Unpatched Vulnerability : CVE-2026-42250

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - bzip2 contains an offbyone error in the bzip2recover utility. When processing a specially crafted file, the application performs an outofbounds write to a globa...

4.8CVSS5.6AI score0.00126EPSS
Exploits0References4
Cvelist
Cvelist
added 2026/05/30 11:45 p.m.32 views

CVE-2026-10156 Open5GS nf-instances Endpoint nnrf-handler.c handle_amf_info resource consumption

A vulnerability was determined in Open5GS up to 2.7.7. This affects the function handleamfinfo in the library /lib/sbi/nnrf-handler.c of the component nf-instances Endpoint. Executing a manipulation of the argument nfinfopool can lead to resource consumption. The attack may be performed from...

5.3CVSS0.00277EPSS
Exploits0References5
OSV
OSV
added 2026/05/27 2:17 p.m.3 views

UBUNTU-CVE-2026-45960

In the Linux kernel, the following vulnerability has been resolved: hfsplus: return error when node already exists in hfsbnodecreate When hfsbnodecreate finds that a node is already hashed which should not happen in normal operation, it currently returns the existing node without incrementing its...

5.5CVSS5.7AI score0.00123EPSS
Exploits0References3
OSV
OSV
added 2026/05/27 2:17 p.m.7 views

UBUNTU-CVE-2026-45934

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix EEXIST abort due to non-consecutive gaps in chunk allocation I have been observing a number of systems aborting at insertdevextents in btrfscreatependingblockgroups. The following is a sample stack trace of such an abo...

5.5CVSS5.7AI score0.00166EPSS
Exploits0References3
Cvelist
Cvelist
added 2026/05/27 12:18 p.m.40 views

CVE-2026-45960 hfsplus: return error when node already exists in hfs_bnode_create

In the Linux kernel, the following vulnerability has been resolved: hfsplus: return error when node already exists in hfsbnodecreate When hfsbnodecreate finds that a node is already hashed which should not happen in normal operation, it currently returns the existing node without incrementing its...

0.00123EPSS
Exploits0References8
CVE
CVE
added 2026/05/27 12:18 p.m.18 views

CVE-2026-45960

CVE-2026-45960 concerns the Linux kernel hfsplus filesystem. The root cause is in hfs_bnode_create(): when a node is already hashed, it returns the existing node without incrementing its reference count, causing refcnt inconsistency and a kernel panic during hfs_bnode_put(). The vulnerability is ...

5.5CVSS5.8AI score0.00123EPSS
Exploits0References8Affected Software1
Positive Technologies
Positive Technologies
added 2026/05/27 12:0 a.m.10 views

PT-2026-43801

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue in the btrfs file system can lead to a transaction abort with an EEXIST error Object already exists during chunk allocation. This occurs due to non-consecutive gaps in chunk...

5.3AI score0.00166EPSS
Exploits0References12
Positive Technologies
Positive Technologies
added 2026/05/19 12:0 a.m.12 views

PT-2026-42027

Name of the Vulnerable Software and Affected Versions Kopia versions prior to 0.22.4 Description Kopia's HTTP server, when started with the --without-password flag, accepts unauthenticated requests to the '/api/v1/repo/exists' endpoint. The handler forwards a storage configuration provided by the...

9.8CVSS6.2AI score0.00109EPSS
Exploits0References12
Rows per page
Query Builder