id stringlengths 12 20 | language stringclasses 20
values | vulnerable_code stringlengths 30 8k | patched_code stringlengths 17 8k ⌀ | cwe stringclasses 507
values | severity stringclasses 5
values | explanation stringlengths 3 2.25k | attack_scenario stringlengths 0 1.55k ⌀ | secure_fix stringlengths 10 4.97k | source stringlengths 11 81 | source_license stringclasses 4
values | cve stringlengths 13 16 ⌀ | owasp null | cvss float64 1.8 10 ⌀ | is_vulnerable bool 2
classes | split stringclasses 1
value | fingerprint stringlengths 40 48 | added_at timestamp[s]date 2026-06-22 15:30:39 2026-06-23 09:25:49 | references listlengths 0 0 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
e32e33aaca54 | c | bool IsExperimentalInputViewEnabled() {
return base::CommandLine::ForCurrentProcess()->HasSwitch(
switches::kEnableExperimentalInputViewFeatures);
} | null | CWE-399 | high | Move smart deploy to tristate.
BUG=
Review URL: https://codereview.chromium.org/1149383006
Cr-Commit-Position: refs/heads/master@{#333058} | CVE CVE-2014-1700 vulnerability in Chrome: Move smart deploy to tristate.
BUG=
Review URL: https://codereview.chromium.org/1149383006
Cr-Commit-Position: refs/heads/master@{#333058} | Patch unavailable — see CVE: None | bigvul:cve-2014-1700 | MIT | null | null | null | true | train | db5fc2bc22390d588202fe252c5b3afc0bd6144e | 2026-06-22T19:50:24 | [] |
232f6f2e845e | c | MemoryMappedFile::MemoryMappedFile()
: file_(base::kInvalidPlatformFileValue),
data_(NULL),
length_(0) {
} | null | CWE-22 | high | Fix creating target paths in file_util_posix CopyDirectory.
BUG=167840
Review URL: https://chromiumcodereview.appspot.com/11773018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176659 0039d316-1c4b-4281-b951-d872f2087c98 | CVE CVE-2013-0895 vulnerability in Chrome: Fix creating target paths in file_util_posix CopyDirectory.
BUG=167840
Review URL: https://chromiumcodereview.appspot.com/11773018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176659 0039d316-1c4b-4281-b951-d872f2087c98 | Patch unavailable — see CVE: None | bigvul:cve-2013-0895 | MIT | null | null | null | true | train | 51ebb59ece4b5a2210178be3e351191b5c9d877b | 2026-06-22T19:50:03 | [] |
0e1d9da49348 | javascript | The Forminator Forms plugin for WordPress is vulnerable to Missing Authorization in versions up to and including 1.51.1. This is due to the `processRequest()` method in `Forminator_Admin_Module_Edit_Page` (admin/abstracts/class-admin-module-edit-page.php) dispatching sensitive module-management actions — including expo... | null | CWE-862 | medium | The Forminator Forms plugin for WordPress is vulnerable to Missing Authorization in versions up to and including 1.51.1. This is due to the `processRequest()` method in `Forminator_Admin_Module_Edit_Page` (admin/abstracts/class-admin-module-edit-page.php) dispatching sensitive module-management actions — including expo... | The Forminator Forms plugin for WordPress is vulnerable to Missing Authorization in versions up to and including 1.51.1. This is due to the `processRequest()` method in `Forminator_Admin_Module_Edit_Page` (admin/abstracts/class-admin-module-edit-page.php) dispatching sensitive module-management actions — including expo... | Apply the fix described in CVE-2026-6222 references. | nvd:cve-2026-6222 | PublicDomain | CVE-2026-6222 | null | 5.3 | true | train | 7de2e96bcda5b9ce5f2b9ecc59f5b3ca01338053 | 2026-06-22T19:50:58 | [] |
102a180e6dc8 | c | static int handle_open(FsContext *ctx, V9fsPath *fs_path,
int flags, V9fsFidOpenState *fs)
{
struct handle_data *data = (struct handle_data *)ctx->private;
fs->fd = open_by_handle(data->mountfd, fs_path->data, flags);
return fs->fd;
} | null | CWE-400 | high | BigVul entry for CVE-2016-9915 | CVE CVE-2016-9915 vulnerability in qemu: BigVul entry for CVE-2016-9915 | Patch unavailable — see CVE: None | bigvul:cve-2016-9915 | MIT | null | null | null | true | train | f9cc2f9abdeba56b778ae8271f211eabe5c1c76a | 2026-06-22T19:49:57 | [] |
9aa8ca14bd96 | c | void ping(CCCompletionEvent* completion)
{
hitThreadID = currentThread();
completion->signal();
} | null | CWE-119 | high | [chromium] Fix shutdown race when posting main thread task to CCThreadProxy and enable tests
https://bugs.webkit.org/show_bug.cgi?id=70161
Reviewed by David Levin.
Source/WebCore:
Adds a weak pointer mechanism to cancel main thread tasks posted to CCThreadProxy instances from the compositor
thread. Previously there ... | CVE CVE-2011-2881 vulnerability in Chrome: [chromium] Fix shutdown race when posting main thread task to CCThreadProxy and enable tests
https://bugs.webkit.org/show_bug.cgi?id=70161
Reviewed by David Levin.
Source/WebCore:
Adds a weak pointer mechanism to cancel main thread tasks posted to CCThreadProxy instances fr... | Patch unavailable — see CVE: None | bigvul:cve-2011-2881 | MIT | null | null | null | true | train | b84e57e0001a88a914bc7d91142dc12c567536f6 | 2026-06-22T19:50:09 | [] |
f082788fe171 | c | passphrase_callback(struct archive *a, void *_client_data)
{
struct cpio *cpio = (struct cpio *)_client_data;
(void)a; /* UNUSED */
if (cpio->ppbuff == NULL) {
cpio->ppbuff = malloc(PPBUFF_SIZE);
if (cpio->ppbuff == NULL)
lafe_errc(1, errno, "Out of memory");
}
return lafe_readpassphrase("Enter passphrase:... | null | CWE-22 | high | Add ARCHIVE_EXTRACT_SECURE_NOABSOLUTEPATHS option
This fixes a directory traversal in the cpio tool. | CVE CVE-2015-2304 vulnerability in libarchive: Add ARCHIVE_EXTRACT_SECURE_NOABSOLUTEPATHS option
This fixes a directory traversal in the cpio tool. | Patch unavailable — see CVE: None | bigvul:cve-2015-2304 | MIT | null | null | null | true | train | ffe6693f5efe72ddd46606ea62dc2a6663bdefc7 | 2026-06-22T19:50:31 | [] |
dcf767581661 | c | bool HTMLInputElement::isTextFormControlKeyboardFocusable(KeyboardEvent* event) const
{
return HTMLTextFormControlElement::isKeyboardFocusable(event);
} | null | CWE-20 | high | Setting input.x-webkit-speech should not cause focus change
In r150866, we introduced element()->focus() in destroyShadowSubtree()
to retain focus on <input> when its type attribute gets changed.
But when x-webkit-speech attribute is changed, the element is detached
before calling destroyShadowSubtree() and element()-... | CVE CVE-2013-2871 vulnerability in Chrome: Setting input.x-webkit-speech should not cause focus change
In r150866, we introduced element()->focus() in destroyShadowSubtree()
to retain focus on <input> when its type attribute gets changed.
But when x-webkit-speech attribute is changed, the element is detached
before ca... | Patch unavailable — see CVE: None | bigvul:cve-2013-2871 | MIT | null | null | null | true | train | 2b6b195f8f18394c4052e4d11cce1c40f3097f78 | 2026-06-22T19:49:56 | [] |
04e96d30c75b | python | Elixir can leak information due to weak use of crypto
Elixir prior to and including 0.7.1 uses Blowfish in CFB mode without constructing a unique initialization vector (IV), which makes it easier for context-dependent users to obtain sensitive information and decrypt the database. A patch has been [attached](https://s... | null | CWE-327 | high | Elixir can leak information due to weak use of crypto
Elixir prior to and including 0.7.1 uses Blowfish in CFB mode without constructing a unique initialization vector (IV), which makes it easier for context-dependent users to obtain sensitive information and decrypt the database. A patch has been [attached](https://s... | Elixir can leak information due to weak use of crypto | Upgrade elixir per advisory GHSA-vfcg-5ggc-3rxx | osv:ghsa-vfcg-5ggc-3rxx | CC-BY-4.0 | CVE-2012-2146 | null | null | true | train | f270f116a7761ffc03008ec8da18b52847eb7f1a | 2026-06-22T19:51:00 | [] |
652593ba4189 | c | nm_setting_vpn_remove_secret (NMSettingVPN *setting, const char *key)
{
g_return_if_fail (NM_IS_SETTING_VPN (setting));
g_hash_table_remove (NM_SETTING_VPN_GET_PRIVATE (setting)->secrets, key);
} | null | CWE-200 | high | BigVul entry for CVE-2011-1943 | CVE CVE-2011-1943 vulnerability in NetworkManager: BigVul entry for CVE-2011-1943 | Patch unavailable — see CVE: None | bigvul:cve-2011-1943 | MIT | null | null | null | true | train | 173894b86f9260de90b4e79fd4f0d58678c03890 | 2026-06-22T19:50:15 | [] |
4aecd5ba01ca | c | BSON_ASSERT_KEY_AND_VALUE (const bson_t *bson)
{
bson_iter_t iter;
ASSERT (bson_iter_init_find (&iter, bson, "key"));
ASSERT (BSON_ITER_HOLDS_UTF8 (&iter));
ASSERT_CMPSTR ("value", bson_iter_utf8 (&iter, NULL));
} | null | CWE-125 | high | Fix for CVE-2018-16790 -- Verify bounds before binary length read.
As reported here: https://jira.mongodb.org/browse/CDRIVER-2819,
a heap overread occurs due a failure to correctly verify data
bounds.
In the original check, len - o returns the data left including the
sizeof(l) we just read. Instead, the comparison sh... | CVE CVE-2018-16790 vulnerability in mongo-c-driver: Fix for CVE-2018-16790 -- Verify bounds before binary length read.
As reported here: https://jira.mongodb.org/browse/CDRIVER-2819,
a heap overread occurs due a failure to correctly verify data
bounds.
In the original check, len - o returns the data left including th... | Patch unavailable — see CVE: None | bigvul:cve-2018-16790 | MIT | null | null | null | true | train | e6f654bd35a9647aa2a6543e19da9bd4705f6cab | 2026-06-22T19:50:19 | [] |
4df7a0b29ce8 | php | Kirby vulnerable to Cross-site scripting (XSS) in the link field "Custom" type
### TL;DR
This vulnerability affects Kirby sites that use the new [link field](https://getkirby.com/docs/reference/panel/fields/link) and output the entered link without additional validation or sanitization.
The attack commonly requires ... | null | CWE-79 | medium | Kirby vulnerable to Cross-site scripting (XSS) in the link field "Custom" type
### TL;DR
This vulnerability affects Kirby sites that use the new [link field](https://getkirby.com/docs/reference/panel/fields/link) and output the entered link without additional validation or sanitization.
The attack commonly requires ... | Kirby vulnerable to Cross-site scripting (XSS) in the link field "Custom" type | Upgrade getkirby/cms per advisory GHSA-63h4-w25c-3qv4 | osv:ghsa-63h4-w25c-3qv4 | CC-BY-4.0 | CVE-2024-27087 | null | null | true | train | 62803d658fa44b1d56e60dc194af516260c7c467 | 2026-06-22T19:51:05 | [] |
a54366a56fa3 | go | package main
import (
"io"
"net/http"
"os"
"path/filepath"
)
const uploadDir = "./uploads"
func uploadHandler(w http.ResponseWriter, r *http.Request) {
if r.Method != http.MethodPost {
http.Error(w, "Method not allowed", http.StatusMethodNotAllowed)
return
}
file, header,... | null | CWE-284 | high | Web Security: (Impact: Remote code execution on thousands of servers, CVSS 9.8, critical infrastructure affected) | OWASP category: broken_access_control. | Partial fix snippet — not a complete before/after pair | securecode_web:authorization-000004 | CC-BY-4.0 | null | null | null | true | train | 36c0de3d2bbb72f1621dd82aac1347452514e570 | 2026-06-23T09:25:47 | [] |
022f2683cc85 | c | void RTCVoidRequestImpl::clear()
{
m_successCallback.clear();
m_errorCallback.clear();
} | null | CWE-20 | high | Unreviewed, rolling out r127612, r127660, and r127664.
http://trac.webkit.org/changeset/127612
http://trac.webkit.org/changeset/127660
http://trac.webkit.org/changeset/127664
https://bugs.webkit.org/show_bug.cgi?id=95920
Source/Platform:
* Platform.gypi:
* chromium/public/WebRTCPeerConnectionHandler.h:
(WebKit):
(Web... | CVE CVE-2011-2875 vulnerability in Chrome: Unreviewed, rolling out r127612, r127660, and r127664.
http://trac.webkit.org/changeset/127612
http://trac.webkit.org/changeset/127660
http://trac.webkit.org/changeset/127664
https://bugs.webkit.org/show_bug.cgi?id=95920
Source/Platform:
* Platform.gypi:
* chromium/public/We... | Patch unavailable — see CVE: None | bigvul:cve-2011-2875 | MIT | null | null | null | true | train | f49c7a37b7d7a3a71310168a9f5dfd981c38c505 | 2026-06-22T19:50:08 | [] |
2080890d1d14 | c | static unsigned long wakeup_gran(struct sched_entity *se)
{
unsigned long gran = sysctl_sched_wakeup_granularity;
/*
* Since its curr running now, convert the gran from real-time
* to virtual-time in his units.
*
* By using 'se' instead of 'curr' we penalize light tasks, so
* they get preempted easier. Tha... | null | CWE-400 | high | sched/fair: Fix infinite loop in update_blocked_averages() by reverting a9e7f6544b9c
Zhipeng Xie, Xie XiuQi and Sargun Dhillon reported lockups in the
scheduler under high loads, starting at around the v4.18 time frame,
and Zhipeng Xie tracked it down to bugs in the rq->leaf_cfs_rq_list
manipulation.
Do a (manual) re... | CVE CVE-2018-20784 vulnerability in linux: sched/fair: Fix infinite loop in update_blocked_averages() by reverting a9e7f6544b9c
Zhipeng Xie, Xie XiuQi and Sargun Dhillon reported lockups in the
scheduler under high loads, starting at around the v4.18 time frame,
and Zhipeng Xie tracked it down to bugs in the rq->leaf_... | Patch unavailable — see CVE: None | bigvul:cve-2018-20784 | MIT | null | null | null | true | train | ee3e39c41fb720655db766febf8877d7bfb8d9ba | 2026-06-22T19:50:10 | [] |
d39207ee701b | java | /*
* Copyright (c) 2014-2015 VMware, Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applic... | null | CWE-732 | high | CrossVul java vulnerable code. | Fix CWE-732 | crossvul:java:7803 | MIT | null | null | null | true | train | cccd4ea1401f86b0d6c4dc96a60624b95a362881 | 2026-06-22T20:29:42 | [] | |
d0c1c9cfed01 | c | static int core_upgrade_handler(request_rec *r)
{
conn_rec *c = r->connection;
const char *upgrade;
if (c->master) {
/* Not possible to perform an HTTP/1.1 upgrade from a slave
* connection. */
return DECLINED;
}
upgrade = apr_table_get(r->headers_in, "Upgrade");
i... | null | CWE-416 | high | core: Disallow Methods' registration at run time (.htaccess), they may be
used only if registered at init time (httpd.conf).
Calling ap_method_register() in children processes is not the right scope
since it won't be shared for all requests.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1807655 13f7... | CVE CVE-2017-9798 vulnerability in httpd: core: Disallow Methods' registration at run time (.htaccess), they may be
used only if registered at init time (httpd.conf).
Calling ap_method_register() in children processes is not the right scope
since it won't be shared for all requests.
git-svn-id: https://svn.apache.or... | Patch unavailable — see CVE: None | bigvul:cve-2017-9798 | MIT | null | null | null | true | train | 550e28bd89b4c2943dda1c8006256282b224b46a | 2026-06-22T19:49:55 | [] |
ff836d1e413c | c | static int opfucomp(RAsm *a, ut8 *data, const Opcode *op) {
int l = 0;
switch (op->operands_count) {
case 1:
if ( op->operands[0].type & OT_FPUREG & ~OT_REGALL ) {
data[l++] = 0xdd;
data[l++] = 0xe8 | op->operands[0].reg;
} else {
return -1;
}
break;
case 0:
data[l++] = 0xdd;
data[l++] = 0xe9;
... | null | CWE-125 | high | Fix #12372 and #12373 - Crash in x86 assembler (#12380)
0 ,0,[bP-bL-bP-bL-bL-r-bL-bP-bL-bL-
mov ,0,[ax+Bx-ax+Bx-ax+ax+Bx-ax+Bx--
leA ,0,[bP-bL-bL-bP-bL-bP-bL-60@bL-
leA ,0,[bP-bL-r-bP-bL-bP-bL-60@bL-
mov ,0,[ax+Bx-ax+Bx-ax+ax+Bx-ax+Bx-- | CVE CVE-2018-20456 vulnerability in radare2: Fix #12372 and #12373 - Crash in x86 assembler (#12380)
0 ,0,[bP-bL-bP-bL-bL-r-bL-bP-bL-bL-
mov ,0,[ax+Bx-ax+Bx-ax+ax+Bx-ax+Bx--
leA ,0,[bP-bL-bL-bP-bL-bP-bL-60@bL-
leA ,0,[bP-bL-r-bP-bL-bP-bL-60@bL-
mov ,0,[ax+Bx-ax+Bx-ax+ax+Bx-ax+Bx-- | Patch unavailable — see CVE: None | bigvul:cve-2018-20456 | MIT | null | null | null | true | train | 812aa91a65fa7ef5902569c90c48901ec34d6143 | 2026-06-22T19:50:20 | [] |
d2a474cb1bf3 | java | Duplicate Advisory: Keycloak vulnerable to reflected XSS via wildcard in OIDC redirect_uri
## Duplicate Advisory
This advisory has been withdrawn because it is a duplicate of GHSA-cvg2-7c3j-g36j. This link is maintained to preserve external references.
## Original Description
A flaw was found in Keycloak that prevent... | null | CWE-75 | medium | Duplicate Advisory: Keycloak vulnerable to reflected XSS via wildcard in OIDC redirect_uri
## Duplicate Advisory
This advisory has been withdrawn because it is a duplicate of GHSA-cvg2-7c3j-g36j. This link is maintained to preserve external references.
## Original Description
A flaw was found in Keycloak that prevent... | Duplicate Advisory: Keycloak vulnerable to reflected XSS via wildcard in OIDC redirect_uri | Upgrade org.keycloak:keycloak-services per advisory GHSA-5968-qw33-h47j | osv:ghsa-5968-qw33-h47j | CC-BY-4.0 | null | null | null | true | train | 4f2964fba92980dcbb22f59c4bce16a0a13ed251 | 2026-06-22T19:51:02 | [] |
448d1ab633de | c | static void Region_destructor(JNIEnv* env, jobject, jlong regionHandle) {
SkRegion* region = reinterpret_cast<SkRegion*>(regionHandle);
SkASSERT(region);
delete region;
} | null | CWE-264 | high | Check that the parcel contained the expected amount of region data. DO NOT MERGE
bug:20883006
Change-Id: Ib47a8ec8696dbc37e958b8dbceb43fcbabf6605b
| CVE CVE-2015-3849 vulnerability in Android: Check that the parcel contained the expected amount of region data. DO NOT MERGE
bug:20883006
Change-Id: Ib47a8ec8696dbc37e958b8dbceb43fcbabf6605b
| Patch unavailable — see CVE: None | bigvul:cve-2015-3849 | MIT | null | null | null | true | train | 375b939b528259a3774571d8c4eabeaaa5b18e7b | 2026-06-22T19:50:24 | [] |
02a03dc1473f | javascript | @simonsmith/cypress-image-snapshothas fix for insecure snapshot file names
### Impact
It's possible for a user to pass a relative file path for the snapshot name and reach outside of the project directory into the machine running the test. Example:
```js
cy.get('h1').matchImageSnapshot('../../../ignore-relative-dir... | null | CWE-22 | medium | @simonsmith/cypress-image-snapshothas fix for insecure snapshot file names
### Impact
It's possible for a user to pass a relative file path for the snapshot name and reach outside of the project directory into the machine running the test. Example:
```js
cy.get('h1').matchImageSnapshot('../../../ignore-relative-dir... | @simonsmith/cypress-image-snapshothas fix for insecure snapshot file names | Upgrade @simonsmith/cypress-image-snapshot per advisory GHSA-vxjg-hchx-cc4g | osv:ghsa-vxjg-hchx-cc4g | CC-BY-4.0 | CVE-2023-38695 | null | null | true | train | 8f96b3c20a6b6b4101bd6020da6af8331eb832bd | 2026-06-22T19:51:01 | [] |
0c6def68329d | c | /* (C) 1999-2001 Paul `Rusty' Russell
* (C) 2002-2004 Netfilter Core Team <coreteam@netfilter.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include <linux/types.h>
... | /* (C) 1999-2001 Paul `Rusty' Russell
* (C) 2002-2004 Netfilter Core Team <coreteam@netfilter.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include <linux/types.h>
... | CWE-254 | high | Vulnerable c code (CWE-254) | Vulnerable c code (CWE-254) | Fix CWE-254 | hitoshura25:crossvul:crossvul | MIT | null | null | null | true | train | 38d721ef00426ba71ff3169bab59ba3899d5c065 | 2026-06-23T07:49:33 | [] |
cc6489eb7afa | c | virtual int DoSwitchToSpdyTest(SocketStreamEvent* event) {
return ERR_PROTOCOL_SWITCHED;
} | null | CWE-399 | high | Revert a workaround commit for a Use-After-Free crash.
Revert a workaround commit r20158 for a Use-After-Free issue (http://crbug.com/244746) because a cleaner CL r207218 is landed.
URLRequestContext does not inherit SupportsWeakPtr now.
R=mmenke
BUG=244746
Review URL: https://chromiumcodereview.appspot.com/16870008... | CVE CVE-2013-2870 vulnerability in Chrome: Revert a workaround commit for a Use-After-Free crash.
Revert a workaround commit r20158 for a Use-After-Free issue (http://crbug.com/244746) because a cleaner CL r207218 is landed.
URLRequestContext does not inherit SupportsWeakPtr now.
R=mmenke
BUG=244746
Review URL: http... | Patch unavailable — see CVE: None | bigvul:cve-2013-2870 | MIT | null | null | null | true | train | 04d2dcc08f27cc482323df1b733763136afd23ed | 2026-06-22T19:50:00 | [] |
c5834aecd90d | javascript | In display, there is a possible memory corruption due to use after free. This could lead to local escalation of privilege if a malicious actor has already obtained the System privilege. User interaction is not needed for exploitation. Patch ID: ALPS10149882; Issue ID: MSV-4677. | null | CWE-416 | medium | In display, there is a possible memory corruption due to use after free. This could lead to local escalation of privilege if a malicious actor has already obtained the System privilege. User interaction is not needed for exploitation. Patch ID: ALPS10149882; Issue ID: MSV-4677. | In display, there is a possible memory corruption due to use after free. This could lead to local escalation of privilege if a malicious actor has already obtained the System privilege. User interaction is not needed for exploitation. Patch ID: ALPS10149882; Issue ID: MSV-4677. | Apply the fix described in CVE-2025-20785 references. | nvd:cve-2025-20785 | PublicDomain | CVE-2025-20785 | null | 6.7 | true | train | 37fd0e9120149edffb8771d75ccd5c1a101857e1 | 2026-06-22T19:50:56 | [] |
74ab3c4feca6 | c | side_get_n_unix_fds (ProxySide *side, int n_fds)
{
GList *res = NULL;
while (side->control_messages != NULL)
{
GSocketControlMessage *control_message = side->control_messages->data;
if (G_IS_UNIX_FD_MESSAGE (control_message))
{
GUnixFDMessage *fd_message = G_UNIX_FD_MESSAGE (cont... | null | CWE-436 | high | Fix vulnerability in dbus proxy
During the authentication all client data is directly forwarded
to the dbus daemon as is, until we detect the BEGIN command after
which we start filtering the binary dbus protocol.
Unfortunately the detection of the BEGIN command in the proxy
did not exactly match the detection in the ... | CVE CVE-2018-6560 vulnerability in flatpak: Fix vulnerability in dbus proxy
During the authentication all client data is directly forwarded
to the dbus daemon as is, until we detect the BEGIN command after
which we start filtering the binary dbus protocol.
Unfortunately the detection of the BEGIN command in the proxy... | Patch unavailable — see CVE: None | bigvul:cve-2018-6560 | MIT | null | null | null | true | train | 019daf15d77cecb10489d7647754b7075a776c51 | 2026-06-22T19:49:59 | [] |
f4435bd3142b | c | void StyledMarkupAccumulator::wrapWithStyleNode(StylePropertySet* style, Document* document, bool isBlock)
{
StringBuilder openTag;
appendStyleNodeOpenTag(openTag, style, document, isBlock);
m_reversedPrecedingMarkup.append(openTag.toString());
appendString(styleNodeCloseTag(isBlock));
} | null | CWE-264 | high | There are too many poorly named functions to create a fragment from markup
https://bugs.webkit.org/show_bug.cgi?id=87339
Reviewed by Eric Seidel.
Source/WebCore:
Moved all functions that create a fragment from markup to markup.h/cpp.
There should be no behavioral change.
* dom/Range.cpp:
(WebCore::Range::createCont... | CVE CVE-2011-2795 vulnerability in Chrome: There are too many poorly named functions to create a fragment from markup
https://bugs.webkit.org/show_bug.cgi?id=87339
Reviewed by Eric Seidel.
Source/WebCore:
Moved all functions that create a fragment from markup to markup.h/cpp.
There should be no behavioral change.
*... | Patch unavailable — see CVE: None | bigvul:cve-2011-2795 | MIT | null | null | null | true | train | 9dee410fe3e53d209d6f6566f4156dd009913a15 | 2026-06-22T19:50:36 | [] |
154596c844ab | c | static int dstr_printf(struct dstr *str, const char *fmt, ...)
{
va_list ap, aq;
int len;
va_start(ap, fmt);
va_copy(aq, ap);
len = vsnprintf(NULL, 0, fmt, ap);
if (dstr_ensure(str, str->used_len + len + 1) < 0) {
va_end(ap);
va_end(aq);
return -ENOMEM;
}
vsprint... | null | CWE-125 | high | jpeg: Fix another possible buffer overrun
Found via the clang libfuzzer | CVE CVE-2018-11363 vulnerability in PDFGen: jpeg: Fix another possible buffer overrun
Found via the clang libfuzzer | Patch unavailable — see CVE: None | bigvul:cve-2018-11363 | MIT | null | null | null | true | train | 5c1e4f897f82343bbbc2cb278b5f2f10510ed162 | 2026-06-22T19:49:53 | [] |
802f01eb4910 | c | void ExtensionUnloadNotificationObserver::Observe(
int type, const content::NotificationSource& source,
const content::NotificationDetails& details) {
if (type == chrome::NOTIFICATION_EXTENSION_UNLOADED) {
did_receive_unload_notification_ = true;
} else {
NOTREACHED();
}
} | null | CWE-20 | high | Remove TabContents from TabStripModelObserver::TabDetachedAt.
BUG=107201
TEST=no visible change
Review URL: https://chromiumcodereview.appspot.com/11293205
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167122 0039d316-1c4b-4281-b951-d872f2087c98 | CVE CVE-2012-5148 vulnerability in Chrome: Remove TabContents from TabStripModelObserver::TabDetachedAt.
BUG=107201
TEST=no visible change
Review URL: https://chromiumcodereview.appspot.com/11293205
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167122 0039d316-1c4b-4281-b951-d872f2087c98 | Patch unavailable — see CVE: None | bigvul:cve-2012-5148 | MIT | null | null | null | true | train | adccaa76d30a19dfdbc42cf65efc2381adb337a5 | 2026-06-22T19:50:31 | [] |
2cb63d38c40f | python | ##############################################################################
#
# Copyright (c) 2002 Zope Corporation and Contributors. All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution.
# THIS SOFT... | null | CWE-79 | high | CrossVul python vulnerable code. | Fix CWE-79 | crossvul:python:9898 | MIT | null | null | null | true | train | 5753d8fc22971956e604b8e594ab1b81c81ce487 | 2026-06-22T20:29:45 | [] | |
f3ed59722355 | c | bool WebContentsImpl::IsFullAccessibilityModeForTesting() const {
return accessibility_mode_ == kAccessibilityModeComplete;
} | null | CWE-20 | high | If JavaScript shows a dialog, cause the page to lose fullscreen.
BUG=670135, 550017, 726761, 728276
Review-Url: https://codereview.chromium.org/2906133004
Cr-Commit-Position: refs/heads/master@{#478884} | CVE CVE-2017-5093 vulnerability in Chrome: If JavaScript shows a dialog, cause the page to lose fullscreen.
BUG=670135, 550017, 726761, 728276
Review-Url: https://codereview.chromium.org/2906133004
Cr-Commit-Position: refs/heads/master@{#478884} | Patch unavailable — see CVE: None | bigvul:cve-2017-5093 | MIT | null | null | null | true | train | aaf9aa3f2e981ae09054ed1400d9ec332759cc82 | 2026-06-22T19:50:12 | [] |
26b7c8ae4449 | c | externalParEntProcessor(XML_Parser parser, const char *s, const char *end,
const char **nextPtr) {
const char *next = s;
int tok;
tok = XmlPrologTok(parser->m_encoding, s, end, &next);
if (tok <= 0) {
if (! parser->m_parsingStatus.finalBuffer && tok != XML_TOK_INVALID) {
*next... | externalParEntProcessor(XML_Parser parser, const char *s, const char *end,
const char **nextPtr) {
const char *next = s;
int tok;
tok = XmlPrologTok(parser->m_encoding, s, end, &next);
if (tok <= 0) {
if (! parser->m_parsingStatus.finalBuffer && tok != XML_TOK_INVALID) {
*next... | CWE-611 | high | xmlparse.c: Deny internal entities closing the doctype | CVE CVE-2019-15903 vulnerability in libexpat: xmlparse.c: Deny internal entities closing the doctype | externalParEntProcessor(XML_Parser parser, const char *s, const char *end,
const char **nextPtr) {
const char *next = s;
int tok;
tok = XmlPrologTok(parser->m_encoding, s, end, &next);
if (tok <= 0) {
if (! parser->m_parsingStatus.finalBuffer && tok != XML_TOK_INVALID) {
*next... | bigvul:cve-2019-15903 | MIT | null | null | null | true | train | 3b17b05f848490bf9924af21f88e5c1c1319dde4 | 2026-06-22T19:50:26 | [] |
df89ada8face | rust | quiche vulnerable to unbounded storage of information related to connection ID retirement
### Impact
Cloudflare quiche was discovered to be vulnerable to unbounded storage of information related to connection ID retirement, which could lead to excessive resource consumption. Each QUIC connection possesses a set of co... | null | CWE-400 | low | quiche vulnerable to unbounded storage of information related to connection ID retirement
### Impact
Cloudflare quiche was discovered to be vulnerable to unbounded storage of information related to connection ID retirement, which could lead to excessive resource consumption. Each QUIC connection possesses a set of co... | quiche vulnerable to unbounded storage of information related to connection ID retirement | Upgrade quiche per advisory GHSA-xhg9-xwch-vr7x | osv:ghsa-xhg9-xwch-vr7x | CC-BY-4.0 | CVE-2024-1410 | null | null | true | train | 283e77208995458a4fea9bd88ec92434457d78c2 | 2026-06-22T19:51:04 | [] |
1628177f391f | c | device_partition_table_create (Device *device,
const char *scheme,
char **options,
DBusGMethodInvocation *context)
{
daemon_local_check_auth (device->priv->daemon,
device,
... | null | CWE-200 | high | BigVul entry for CVE-2010-1149 | CVE CVE-2010-1149 vulnerability in udisks: BigVul entry for CVE-2010-1149 | Patch unavailable — see CVE: None | bigvul:cve-2010-1149 | MIT | null | null | null | true | train | 545640a281ba2073b71a385e9cb46278cf691034 | 2026-06-22T19:50:03 | [] |
aed18c6ae4b2 | php | The Advanced Database Cleaner plugin for WordPress is vulnerable to PHP Object Injection in all versions up to, and including, 3.1.3 via deserialization of untrusted input in the 'process_bulk_action' function. This makes it possible for authenticated attacker, with administrator access and above, to inject a PHP Objec... | null | CWE-502 | medium | The Advanced Database Cleaner plugin for WordPress is vulnerable to PHP Object Injection in all versions up to, and including, 3.1.3 via deserialization of untrusted input in the 'process_bulk_action' function. This makes it possible for authenticated attacker, with administrator access and above, to inject a PHP Objec... | The Advanced Database Cleaner plugin for WordPress is vulnerable to PHP Object Injection in all versions up to, and including, 3.1.3 via deserialization of untrusted input in the 'process_bulk_action' function. This makes it possible for authenticated attacker, with administrator access and above, to inject a PHP Objec... | Apply the fix described in CVE-2024-0668 references. | nvd:cve-2024-0668 | PublicDomain | CVE-2024-0668 | null | 6.6 | true | train | 815e5f1cda90000a69990148fa7f840e66a0178e | 2026-06-22T19:50:49 | [] |
19b7adcb6325 | c | static inline bool RuleMatchCandidateTxArrayHasSpace(const DetectEngineThreadCtx *det_ctx,
const uint32_t need)
{
if (det_ctx->tx_candidates_size >= need)
return 1;
return 0;
} | null | CWE-693 | high | stream: still inspect packets dropped by stream
The detect engine would bypass packets that are set as dropped. This
seems sane, as these packets are going to be dropped anyway.
However, it lead to the following corner case: stream events that
triggered the drop could not be matched on the rules. The packet
with the ... | CVE CVE-2018-6794 vulnerability in suricata: stream: still inspect packets dropped by stream
The detect engine would bypass packets that are set as dropped. This
seems sane, as these packets are going to be dropped anyway.
However, it lead to the following corner case: stream events that
triggered the drop could not ... | Patch unavailable — see CVE: None | bigvul:cve-2018-6794 | MIT | null | null | null | true | train | ad348c09e06f059716abd0a5cd78f7ea2035cd46 | 2026-06-22T19:50:26 | [] |
bac82f2e6365 | c | virtual JBIG2SegmentType getType() { return jbig2SegSymbolDict; } | null | CWE-189 | high | BigVul entry for CVE-2009-3605 | CVE CVE-2009-3605 vulnerability in poppler: BigVul entry for CVE-2009-3605 | Patch unavailable — see CVE: None | bigvul:cve-2009-3605 | MIT | null | null | null | true | train | 058e9ae822aecd199736e0ecb696287c95c77e2f | 2026-06-22T19:50:04 | [] |
ff81ec8ab4b6 | c | static void svc_rdma_free(struct svc_xprt *xprt)
{
struct svcxprt_rdma *rdma =
container_of(xprt, struct svcxprt_rdma, sc_xprt);
INIT_WORK(&rdma->sc_work, __svc_rdma_free);
queue_work(svc_rdma_wq, &rdma->sc_work);
} | null | CWE-404 | high | Merge tag 'nfsd-4.12' of git://linux-nfs.org/~bfields/linux
Pull nfsd updates from Bruce Fields:
"Another RDMA update from Chuck Lever, and a bunch of miscellaneous
bugfixes"
* tag 'nfsd-4.12' of git://linux-nfs.org/~bfields/linux: (26 commits)
nfsd: Fix up the "supattr_exclcreat" attributes
nfsd: encoders mus... | CVE CVE-2017-9059 vulnerability in linux: Merge tag 'nfsd-4.12' of git://linux-nfs.org/~bfields/linux
Pull nfsd updates from Bruce Fields:
"Another RDMA update from Chuck Lever, and a bunch of miscellaneous
bugfixes"
* tag 'nfsd-4.12' of git://linux-nfs.org/~bfields/linux: (26 commits)
nfsd: Fix up the "supattr_... | Patch unavailable — see CVE: None | bigvul:cve-2017-9059 | MIT | null | null | null | true | train | 0c145d52f10bbf5a760e651e35b64e50c87dd1b1 | 2026-06-22T19:50:21 | [] |
9ff2f2b56e04 | cpp | /*
* Copyright (c) 2017, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*
*/
#include <fo... | null | CWE-416 | high | CrossVul cpp vulnerable code. | Fix CWE-416 | crossvul:cpp:7235 | MIT | null | null | null | true | train | e9df81be5c8f687539131d2cdc8e5b37edf493a0 | 2026-06-22T20:29:40 | [] | |
0ef86ecafdbc | c | ACodec::LoadedToIdleState::LoadedToIdleState(ACodec *codec)
: BaseState(codec) {
} | null | CWE-119 | high | Fix initialization of AAC presentation struct
Otherwise the new size checks trip on this.
Bug: 27207275
Change-Id: I1f8f01097e3a88ff041b69279a6121be842f1766
| CVE CVE-2016-2476 vulnerability in Android: Fix initialization of AAC presentation struct
Otherwise the new size checks trip on this.
Bug: 27207275
Change-Id: I1f8f01097e3a88ff041b69279a6121be842f1766
| Patch unavailable — see CVE: None | bigvul:cve-2016-2476 | MIT | null | null | null | true | train | 2c9a5c1ec8e94b4ccebcd08c887db9438ba757d7 | 2026-06-22T19:50:07 | [] |
2386db4538aa | rust | Deno vulnerable to Exposure of Sensitive Information to an Unauthorized Actor
### Summary
Static imports are exempted from the network permission check. An attacker could exploit this to leak the password file on the network.
### Details
Static imports in Deno are exempted from the network permission check. This ca... | null | CWE-200 | medium | Deno vulnerable to Exposure of Sensitive Information to an Unauthorized Actor
### Summary
Static imports are exempted from the network permission check. An attacker could exploit this to leak the password file on the network.
### Details
Static imports in Deno are exempted from the network permission check. This ca... | Deno vulnerable to Exposure of Sensitive Information to an Unauthorized Actor | Upgrade deno per advisory GHSA-jv4x-jv3h-qff5 | osv:ghsa-jv4x-jv3h-qff5 | CC-BY-4.0 | CVE-2024-21486 | null | null | true | train | bb9a73e10161783b6a5b6d80a93b4b8e28aa5f06 | 2026-06-22T19:51:04 | [] |
2aa6df7626fb | c | void WebRTCAudioDeviceTest::InitializeIOThread(const char* thread_name) {
initialize_com_.reset(new ScopedCOMInitializer());
io_thread_.reset(new content::TestBrowserThread(content::BrowserThread::IO,
MessageLoop::current()));
audio_manager_.reset(AudioManager::... | null | CWE-264 | high | Allow browser to handle all WebUI navigations.
BUG=113496
TEST="Google Dashboard" link in Sync settings loads in new process.
Review URL: http://codereview.chromium.org/9663045
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126949 0039d316-1c4b-4281-b951-d872f2087c98 | CVE CVE-2011-3084 vulnerability in Chrome: Allow browser to handle all WebUI navigations.
BUG=113496
TEST="Google Dashboard" link in Sync settings loads in new process.
Review URL: http://codereview.chromium.org/9663045
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126949 0039d316-1c4b-4281-b951-d872f2087c98 | Patch unavailable — see CVE: None | bigvul:cve-2011-3084 | MIT | null | null | null | true | train | 6869b5a93d1c1b6c390a3695e596bd75f3223148 | 2026-06-22T19:50:30 | [] |
af3673a777fb | javascript | Sharp is a content management framework built for Laravel as a package. Prior to 9.11.1, a Cross-Site Scripting (XSS) vulnerability was discovered in code16/sharp when rendering content using the SharpShowTextField component. In affected versions, expressions wrapped in {{ & }} were evaluated by Vue. This allowed attac... | null | CWE-79 | medium | Sharp is a content management framework built for Laravel as a package. Prior to 9.11.1, a Cross-Site Scripting (XSS) vulnerability was discovered in code16/sharp when rendering content using the SharpShowTextField component. In affected versions, expressions wrapped in {{ & }} were evaluated by Vue. This allowed attac... | Sharp is a content management framework built for Laravel as a package. Prior to 9.11.1, a Cross-Site Scripting (XSS) vulnerability was discovered in code16/sharp when rendering content using the SharpShowTextField component. In affected versions, expressions wrapped in {{ & }} were evaluated by Vue. This allowed attac... | Apply the fix described in CVE-2025-62798 references. | nvd:cve-2025-62798 | PublicDomain | CVE-2025-62798 | null | 5.4 | true | train | acbb7e265b63239307bb6a034cb54ea78852163d | 2026-06-22T19:50:55 | [] |
a94ee5e4924f | c | doPassSearch(const TranslationTableHeader *table, const InString *input,
const TranslationTableRule *transRule, int passCharDots, int pos,
const widechar *passInstructions, int passIC, int *searchIC, int *searchPos,
TranslationTableRule *groupingRule, widechar groupingOp) {
int level = 0;
int k, kk;
int not = ... | null | CWE-125 | high | Fix a buffer overflow
Fixes #635
Thanks to HongxuChen for reporting it | CVE CVE-2018-17294 vulnerability in liblouis: Fix a buffer overflow
Fixes #635
Thanks to HongxuChen for reporting it | Patch unavailable — see CVE: None | bigvul:cve-2018-17294 | MIT | null | null | null | true | train | 8b235033b59c54a4e5e8a89a1a69e41d92429ab3 | 2026-06-22T19:50:22 | [] |
f03dd2e652cb | javascript | In gnss service, there is a possible escalation of privilege due to improper certificate validation. This could lead to remote escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation. Patch ID: ALPS08720039; Issue ID: MSV-1424. | null | CWE-295 | critical | In gnss service, there is a possible escalation of privilege due to improper certificate validation. This could lead to remote escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation. Patch ID: ALPS08720039; Issue ID: MSV-1424. | In gnss service, there is a possible escalation of privilege due to improper certificate validation. This could lead to remote escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation. Patch ID: ALPS08720039; Issue ID: MSV-1424. | Apply the fix described in CVE-2024-20080 references. | nvd:cve-2024-20080 | PublicDomain | CVE-2024-20080 | null | 9.8 | true | train | de0b1d03dbeea4ab20ed893a3c39c3d2857e36b0 | 2026-06-22T19:50:50 | [] |
bfe01d3d7b4a | c | void sctp_inq_set_th_handler(struct sctp_inq *q, work_func_t callback)
{
INIT_WORK(&q->immediate, callback);
} | null | CWE-399 | high | net: sctp: fix remote memory pressure from excessive queueing
This scenario is not limited to ASCONF, just taken as one
example triggering the issue. When receiving ASCONF probes
in the form of ...
-------------- INIT[ASCONF; ASCONF_ACK] ------------->
<----------- INIT-ACK[ASCONF; ASCONF_ACK] ------------
----... | CVE CVE-2014-3688 vulnerability in linux: net: sctp: fix remote memory pressure from excessive queueing
This scenario is not limited to ASCONF, just taken as one
example triggering the issue. When receiving ASCONF probes
in the form of ...
-------------- INIT[ASCONF; ASCONF_ACK] ------------->
<----------- INIT-A... | Patch unavailable — see CVE: None | bigvul:cve-2014-3688 | MIT | null | null | null | true | train | 985e2ad88f7d9148fd9fb67d95bb650ac40af664 | 2026-06-22T19:49:53 | [] |
f05c68a5932f | php | Magento discloses sensitive information
Magento Commerce versions 2.4.2 (and earlier), 2.4.2-p1 (and earlier) and 2.3.7 (and earlier) are affected by an improper input validation vulnerability via the `quoteId` parameter. An attacker can abuse this vulnerability to disclose sensitive information. | null | CWE-863 | medium | Magento discloses sensitive information
Magento Commerce versions 2.4.2 (and earlier), 2.4.2-p1 (and earlier) and 2.3.7 (and earlier) are affected by an improper input validation vulnerability via the `quoteId` parameter. An attacker can abuse this vulnerability to disclose sensitive information. | Magento discloses sensitive information | Upgrade magento/project-community-edition per advisory GHSA-3g7m-g8qm-x6j5 | osv:ghsa-3g7m-g8qm-x6j5 | CC-BY-4.0 | CVE-2021-36039 | null | null | true | train | bd3a9ecdca87511e26403ff501a31b5d72cb9779 | 2026-06-22T19:51:05 | [] |
6471470abb0c | c | static SERVER_CONNECT_REC *create_server_connect(void)
{
return g_malloc0(sizeof(IRC_SERVER_CONNECT_REC));
} | null | CWE-416 | high | Merge pull request #1058 from ailin-nemui/sasl-reconnect
copy sasl username and password values | CVE CVE-2019-13045 vulnerability in irssi: Merge pull request #1058 from ailin-nemui/sasl-reconnect
copy sasl username and password values | Patch unavailable — see CVE: None | bigvul:cve-2019-13045 | MIT | null | null | null | true | train | 4c778df6342f7b1abf4db9dca705da0ab9ba9dd6 | 2026-06-22T19:49:56 | [] |
7022dd81d45b | python | # -*- coding: utf-8 -*-
# Copyright (C) 2017-2018 CIRCL Computer Incident Response Center Luxembourg (smile gie)
# Copyright (C) 2017-2018 Christian Studer
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published... | null | CWE-78 | high | CrossVul python vulnerable code. | Fix CWE-78 | crossvul:python:9551 | MIT | null | null | null | true | train | 468fd99d280b863574b6e5609b332f05b2b23572 | 2026-06-22T20:29:45 | [] | |
7c74fdb8494e | python | Duplicate Advisory: FastAPI Content-Type Header ReDoS
## Duplicate Advisory
This advisory has been withdrawn because it is a duplicate of GHSA-2jv5-9r88-3w3p. This link is maintained to preserve external references.
## Original Description
### Summary
When using form data, `python-multipart` uses a Regular Expressi... | null | CWE-1333 | high | Duplicate Advisory: FastAPI Content-Type Header ReDoS
## Duplicate Advisory
This advisory has been withdrawn because it is a duplicate of GHSA-2jv5-9r88-3w3p. This link is maintained to preserve external references.
## Original Description
### Summary
When using form data, `python-multipart` uses a Regular Expressi... | Duplicate Advisory: FastAPI Content-Type Header ReDoS | Upgrade fastapi per advisory GHSA-qf9m-vfgh-m389 | osv:ghsa-qf9m-vfgh-m389 | CC-BY-4.0 | CVE-2024-24762 | null | null | true | train | a7d9334f29dd96446e5539ea3fb39717f11503ef | 2026-06-22T19:51:00 | [] |
006a06b2d2b6 | c | sysfs_get_double (const char *dir,
const char *attribute)
{
double result;
char *contents;
char *filename;
result = 0.0;
filename = g_build_filename (dir, attribute, NULL);
if (g_file_get_contents (filename, &contents, NULL, NULL))
{
result = atof (contents);
g_free (conte... | null | CWE-200 | high | BigVul entry for CVE-2010-1149 | CVE CVE-2010-1149 vulnerability in udisks: BigVul entry for CVE-2010-1149 | Patch unavailable — see CVE: None | bigvul:cve-2010-1149 | MIT | null | null | null | true | train | 59029f3821b0558ef605bf9bf9654279f7b4bf55 | 2026-06-22T19:50:33 | [] |
b088b0014ec9 | c | static void usbhid_stop(struct hid_device *hid)
{
struct usbhid_device *usbhid = hid->driver_data;
if (WARN_ON(!usbhid))
return;
if (hid->quirks & HID_QUIRK_ALWAYS_POLL) {
clear_bit(HID_IN_POLLING, &usbhid->iofl);
usbhid->intf->needs_remote_wakeup = 0;
}
clear_bit(HID_STARTED, &usbhid->iofl);
spin_lock_i... | null | CWE-125 | high | HID: usbhid: fix out-of-bounds bug
The hid descriptor identifies the length and type of subordinate
descriptors for a device. If the received hid descriptor is smaller than
the size of the struct hid_descriptor, it is possible to cause
out-of-bounds.
In addition, if bNumDescriptors of the hid descriptor have an incor... | CVE CVE-2017-16533 vulnerability in linux: HID: usbhid: fix out-of-bounds bug
The hid descriptor identifies the length and type of subordinate
descriptors for a device. If the received hid descriptor is smaller than
the size of the struct hid_descriptor, it is possible to cause
out-of-bounds.
In addition, if bNumDesc... | Patch unavailable — see CVE: None | bigvul:cve-2017-16533 | MIT | null | null | null | true | train | 868dbbbb89d0aea40b0595ecabfd59e1130c3f99 | 2026-06-22T19:50:29 | [] |
71e06273ff31 | php | Basic SEO Features (seo_basics) extension TYPO3 vulnerable to Cross-site Scripting
Cross-site scripting (XSS) vulnerability in Basic SEO Features (seo_basics) extension before 0.8.2 for TYPO3 allows remote attackers to inject arbitrary web script or HTML via unspecified vectors. | null | CWE-79 | low | Basic SEO Features (seo_basics) extension TYPO3 vulnerable to Cross-site Scripting
Cross-site scripting (XSS) vulnerability in Basic SEO Features (seo_basics) extension before 0.8.2 for TYPO3 allows remote attackers to inject arbitrary web script or HTML via unspecified vectors. | Basic SEO Features (seo_basics) extension TYPO3 vulnerable to Cross-site Scripting | Upgrade b13/seo_basics per advisory GHSA-7p53-8wjr-j8h4 | osv:ghsa-7p53-8wjr-j8h4 | CC-BY-4.0 | CVE-2012-5888 | null | null | true | train | 35b5c0151d88d1d7fdec9a6aa4f08ba23c142da8 | 2026-06-22T19:51:05 | [] |
c10ce6e3759a | c | void Huff_putBit( int bit, byte *fout, int *offset) {
bloc = *offset;
if ((bloc&7) == 0) {
fout[(bloc>>3)] = 0;
}
fout[(bloc>>3)] |= bit << (bloc&7);
bloc++;
*offset = bloc;
} | null | CWE-119 | high | Fix/improve buffer overflow in MSG_ReadBits/MSG_WriteBits
Prevent reading past end of message in MSG_ReadBits. If read past
end of msg->data buffer (16348 bytes) the engine could SEGFAULT.
Make MSG_WriteBits use an exact buffer overflow check instead of
possibly failing with a few bytes left. | CVE CVE-2017-11721 vulnerability in ioq3: Fix/improve buffer overflow in MSG_ReadBits/MSG_WriteBits
Prevent reading past end of message in MSG_ReadBits. If read past
end of msg->data buffer (16348 bytes) the engine could SEGFAULT.
Make MSG_WriteBits use an exact buffer overflow check instead of
possibly failing with a... | Patch unavailable — see CVE: None | bigvul:cve-2017-11721 | MIT | null | null | null | true | train | 1276c515e137ec9cc411e9958d548cc0e09cf0be | 2026-06-22T19:50:06 | [] |
821e53963f87 | c | CtcpHandler::CtcpHandler(CoreNetwork *parent)
: CoreBasicHandler(parent),
XDELIM("\001"),
_ignoreListManager(parent->ignoreListManager())
{
QByteArray MQUOTE = QByteArray("\020");
ctcpMDequoteHash[MQUOTE + '0'] = QByteArray(1, '\000');
ctcpMDequoteHash[MQUOTE + 'n'] = QByteArray(1, '\n');
ctcpMDequot... | null | CWE-399 | high | BigVul entry for CVE-2010-3443 | CVE CVE-2010-3443 vulnerability in quassel: BigVul entry for CVE-2010-3443 | Patch unavailable — see CVE: None | bigvul:cve-2010-3443 | MIT | null | null | null | true | train | a8ecc04f4983e6053ec77b9f8a9f732d5e015b87 | 2026-06-22T19:50:34 | [] |
11c80d1f4c2b | cpp | /*
* Copyright (C) 2004-2018 ZNC, see the NOTICE file for details.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requi... | null | CWE-20 | high | CrossVul cpp vulnerable code. | Fix CWE-20 | crossvul:cpp:4516 | MIT | null | null | null | true | train | 6ea5416b9c2f7bcb11abc9e432d9d97365d811e3 | 2026-06-22T20:29:40 | [] | |
d8e6497ab688 | c | OJPEGWriteStreamDri(TIFF* tif, void** mem, uint32* len)
{
OJPEGState* sp=(OJPEGState*)tif->tif_data;
assert(OJPEG_BUFFER>=6);
if (sp->restart_interval!=0)
{
sp->out_buffer[0]=255;
sp->out_buffer[1]=JPEG_MARKER_DRI;
sp->out_buffer[2]=0;
sp->out_buffer[3]=4;
sp->out_buffer[4]=(sp->restart_interval>>8);
sp... | null | CWE-369 | high | * libtiff/tif_ojpeg.c: make OJPEGDecode() early exit in case of failure in
OJPEGPreDecode(). This will avoid a divide by zero, and potential other issues.
Reported by Agostino Sarubbo.
Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2611 | CVE CVE-2016-10267 vulnerability in libtiff: * libtiff/tif_ojpeg.c: make OJPEGDecode() early exit in case of failure in
OJPEGPreDecode(). This will avoid a divide by zero, and potential other issues.
Reported by Agostino Sarubbo.
Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2611 | Patch unavailable — see CVE: None | bigvul:cve-2016-10267 | MIT | null | null | null | true | train | 1f269ba2941fbec854d603653b6098cf98478ab3 | 2026-06-22T19:50:03 | [] |
151d17bafdbe | c | void DocumentLoader::handleSubstituteDataLoadNow(DocumentLoaderTimer*)
{
KURL url = m_substituteData.responseURL();
if (url.isEmpty())
url = m_request.url();
ResourceResponse response(url, m_substituteData.mimeType(), m_substituteData.content()->size(), m_substituteData.textEncoding(), "");
resp... | null | CWE-399 | high | Unreviewed, rolling out r147402.
http://trac.webkit.org/changeset/147402
https://bugs.webkit.org/show_bug.cgi?id=112903
Source/WebCore:
* dom/Document.cpp:
(WebCore::Document::processHttpEquiv):
* loader/DocumentLoader.cpp:
(WebCore::DocumentLoader::responseReceived):
LayoutTests:
* http/tests/security/XFrameOpti... | CVE CVE-2012-2890 vulnerability in Chrome: Unreviewed, rolling out r147402.
http://trac.webkit.org/changeset/147402
https://bugs.webkit.org/show_bug.cgi?id=112903
Source/WebCore:
* dom/Document.cpp:
(WebCore::Document::processHttpEquiv):
* loader/DocumentLoader.cpp:
(WebCore::DocumentLoader::responseReceived):
Layo... | Patch unavailable — see CVE: None | bigvul:cve-2012-2890 | MIT | null | null | null | true | train | 9d21aa1e419e8cb6625604e3c9c3442639654614 | 2026-06-22T19:50:08 | [] |
171a60d78696 | c | sshpkt_get_u8(struct ssh *ssh, u_char *valp)
{
return sshbuf_get_u8(ssh->state->incoming_packet, valp);
} | null | CWE-119 | high | BigVul entry for CVE-2016-1907 | CVE CVE-2016-1907 vulnerability in mindrot: BigVul entry for CVE-2016-1907 | Patch unavailable — see CVE: None | bigvul:cve-2016-1907 | MIT | null | null | null | true | train | 928b86b29c4e3b9eddd4ea735d5fcf78be510954 | 2026-06-22T19:50:11 | [] |
d07661c4288b | c | static void append_buffer_info( MyString &url, const char *method, char const *path )
{
MyString buffer_list;
MyString buffer_string;
MyString dir;
MyString file;
int s,bs,ps;
int result;
filename_split(path,dir,file);
/* Do not buffer special device files, whether local or remote */
if(!strncmp(path,"/dev/"... | null | CWE-134 | high | BigVul entry for CVE-2011-4930 | CVE CVE-2011-4930 vulnerability in htcondor: BigVul entry for CVE-2011-4930 | Patch unavailable — see CVE: None | bigvul:cve-2011-4930 | MIT | null | null | null | true | train | 68231a3d412063a8658c5d863599133ea9e13c79 | 2026-06-22T19:50:16 | [] |
2afee3bead8a | php | A vulnerability, which was classified as critical, has been found in PHPGurukul Notice Board System 1.0. Affected by this issue is some unknown functionality of the file /bwdates-reports-details.php?vid=2. The manipulation of the argument fromdate/tomdate leads to sql injection. The attack may be launched remotely. The... | null | CWE-74 | high | A vulnerability, which was classified as critical, has been found in PHPGurukul Notice Board System 1.0. Affected by this issue is some unknown functionality of the file /bwdates-reports-details.php?vid=2. The manipulation of the argument fromdate/tomdate leads to sql injection. The attack may be launched remotely. The... | A vulnerability, which was classified as critical, has been found in PHPGurukul Notice Board System 1.0. Affected by this issue is some unknown functionality of the file /bwdates-reports-details.php?vid=2. The manipulation of the argument fromdate/tomdate leads to sql injection. The attack may be launched remotely. The... | Apply the fix described in CVE-2025-4266 references. | nvd:cve-2025-4266 | PublicDomain | CVE-2025-4266 | null | 7.3 | true | train | 273e5895421f139587163a0a934e2e90b7b60b8e | 2026-06-22T19:50:53 | [] |
a18543dae51f | c | Read_CVT_Stretched( EXEC_OP_ FT_ULong idx )
{
return TT_MULFIX( CUR.cvt[idx], CURRENT_Ratio() );
} | null | CWE-119 | high | BigVul entry for CVE-2010-2520 | CVE CVE-2010-2520 vulnerability in savannah: BigVul entry for CVE-2010-2520 | Patch unavailable — see CVE: None | bigvul:cve-2010-2520 | MIT | null | null | null | true | train | 4c5542f5437e8896603e4f2d12301a5b35ce9da3 | 2026-06-22T19:50:38 | [] |
41f7f875f99b | c | void AXObjectCacheImpl::handleAttributeChanged(const QualifiedName& attrName,
Element* element) {
if (attrName == roleAttr)
handleAriaRoleChanged(element);
else if (attrName == altAttr || attrName == titleAttr)
textChanged(element);
else if (attrName == forAt... | null | CWE-254 | high | Switch to equalIgnoringASCIICase throughout modules/accessibility
BUG=627682
Review-Url: https://codereview.chromium.org/2793913007
Cr-Commit-Position: refs/heads/master@{#461858} | CVE CVE-2015-1274 vulnerability in Chrome: Switch to equalIgnoringASCIICase throughout modules/accessibility
BUG=627682
Review-Url: https://codereview.chromium.org/2793913007
Cr-Commit-Position: refs/heads/master@{#461858} | Patch unavailable — see CVE: None | bigvul:cve-2015-1274 | MIT | null | null | null | true | train | 030025878f6698fb1db76a71da735a7f1a8cd0ae | 2026-06-22T19:50:02 | [] |
7faa43e4a0b2 | java | Code injection via unescaped translations in xwiki-platform
### Impact
In XWiki, every user can add translations that are only applied to the current user. This also allows overriding existing translations. Such translations are often included in privileged contexts without any escaping which allows remote code execut... | null | CWE-74 | critical | Code injection via unescaped translations in xwiki-platform
### Impact
In XWiki, every user can add translations that are only applied to the current user. This also allows overriding existing translations. Such translations are often included in privileged contexts without any escaping which allows remote code execut... | Code injection via unescaped translations in xwiki-platform | Upgrade org.xwiki.platform:xwiki-platform-administration-ui per advisory GHSA-4v38-964c-xjmw | osv:ghsa-4v38-964c-xjmw | CC-BY-4.0 | CVE-2023-29510 | null | null | true | train | 233f10859344e2bbeba6d4ee7550a9833e791676 | 2026-06-22T19:51:02 | [] |
d6b19f2e23f8 | c | static void noblock_socket(SOCKETTYPE fd)
{
#ifndef WIN32
int flags = fcntl(fd, F_GETFL, 0);
fcntl(fd, F_SETFL, O_NONBLOCK | flags);
#else
u_long flags = 1;
ioctlsocket(fd, FIONBIO, &flags);
#endif
} | null | CWE-20 | high | stratum: parse_notify(): Don't die on malformed bbversion/prev_hash/nbit/ntime.
Might have introduced a memory leak, don't have time to check. :(
Should the other hex2bin()'s be checked?
Thanks to Mick Ayzenberg <mick.dejavusecurity.com> for finding this. | CVE CVE-2014-4503 vulnerability in sgminer: stratum: parse_notify(): Don't die on malformed bbversion/prev_hash/nbit/ntime.
Might have introduced a memory leak, don't have time to check. :(
Should the other hex2bin()'s be checked?
Thanks to Mick Ayzenberg <mick.dejavusecurity.com> for finding this. | Patch unavailable — see CVE: None | bigvul:cve-2014-4503 | MIT | null | null | null | true | train | e1f30d58b5c5d8cde4eb38cabb81e761008b88c2 | 2026-06-22T19:50:05 | [] |
089cb9020be7 | c | void set_should_create_webui(bool should_create_webui) {
browser_client_.set_should_create_webui(should_create_webui);
} | null | CWE-264 | high | Allow browser to handle all WebUI navigations.
BUG=113496
TEST="Google Dashboard" link in Sync settings loads in new process.
Review URL: http://codereview.chromium.org/9663045
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126949 0039d316-1c4b-4281-b951-d872f2087c98 | CVE CVE-2011-3084 vulnerability in Chrome: Allow browser to handle all WebUI navigations.
BUG=113496
TEST="Google Dashboard" link in Sync settings loads in new process.
Review URL: http://codereview.chromium.org/9663045
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126949 0039d316-1c4b-4281-b951-d872f2087c98 | Patch unavailable — see CVE: None | bigvul:cve-2011-3084 | MIT | null | null | null | true | train | 878f78a9fa5d31688086d87890054f7309b29c66 | 2026-06-22T19:50:28 | [] |
5c4f547a9787 | java | ```c#
using System;
using System.IO;
using System.Runtime.Serialization.Formatters.Binary;
[Serializable]
public class VulnerableClass
{
public string secretData;
}
public class Program
{
static void Main(string[] args)
{
var formatter = new BinaryFormatter();
using (var stream = new FileS... | null | CWE-502 | high | Vulnerable java code (CWE-502) | Vulnerable java code (CWE-502) | Fix CWE-502 | ayshajavd:labeled_dataset | MIT | null | null | null | true | train | 873909896047362b34c9a7430285ea271c5b892a | 2026-06-23T07:30:09 | [] |
8b066c6dcc95 | c | static int i8042_controller_selftest(void)
{
unsigned char param;
int i = 0;
/*
* We try this 5 times; on some really fragile systems this does not
* take the first time...
*/
do {
if (i8042_command(¶m, I8042_CMD_CTL_TEST)) {
pr_err("i8042 controller selftest timeout\n");
return -ENODEV;
}
... | null | CWE-476 | high | Input: i8042 - fix crash at boot time
The driver checks port->exists twice in i8042_interrupt(), first when
trying to assign temporary "serio" variable, and second time when deciding
whether it should call serio_interrupt(). The value of port->exists may
change between the 2 checks, and we may end up calling serio_int... | CVE CVE-2017-18079 vulnerability in linux: Input: i8042 - fix crash at boot time
The driver checks port->exists twice in i8042_interrupt(), first when
trying to assign temporary "serio" variable, and second time when deciding
whether it should call serio_interrupt(). The value of port->exists may
change between the 2 ... | Patch unavailable — see CVE: None | bigvul:cve-2017-18079 | MIT | null | null | null | true | train | d560710f28203fe43029e677993fd6c2295ca596 | 2026-06-22T19:50:21 | [] |
b1095ebc5077 | c | isis_print_mt_port_cap_subtlv(netdissect_options *ndo,
const uint8_t *tptr, int len)
{
int stlv_type, stlv_len;
const struct isis_subtlv_spb_mcid *subtlv_spb_mcid;
int i;
while (len > 2)
{
ND_TCHECK2(*tptr, 2);
stlv_type = *(tptr++);
stlv_len = *(tptr++);
/* fi... | null | CWE-125 | high | CVE-2017-13055/IS-IS: fix an Extended IS Reachability sub-TLV
In isis_print_is_reach_subtlv() one of the case blocks did not check that
the sub-TLV "V" is actually present and could over-read the input buffer.
Add a length check to fix that and remove a useless boundary check from
a loop because the boundary is tested... | CVE CVE-2017-13055 vulnerability in tcpdump: CVE-2017-13055/IS-IS: fix an Extended IS Reachability sub-TLV
In isis_print_is_reach_subtlv() one of the case blocks did not check that
the sub-TLV "V" is actually present and could over-read the input buffer.
Add a length check to fix that and remove a useless boundary che... | Patch unavailable — see CVE: None | bigvul:cve-2017-13055 | MIT | null | null | null | true | train | fe2cb71fc881d776b3157ec0709ab5646ee78d92 | 2026-06-22T19:50:17 | [] |
12d3f3d7aed1 | c | Maybe<std::u16string> getFullyQualifiedClassName(const StringPiece16& package,
const StringPiece16& className) {
if (className.empty()) {
return {};
}
if (util::isJavaClassName(className)) {
return className.toString();
}
if (package.empty()) {
return {};
}
if (className.data()[0] != u'.') {
return {};
... | null | CWE-119 | high | Add bound checks to utf16_to_utf8
Test: ran libaapt2_tests64
Bug: 29250543
Change-Id: I1ebc017af623b6514cf0c493e8cd8e1d59ea26c3
(cherry picked from commit 4781057e78f63e0e99af109cebf3b6a78f4bfbb6)
| CVE CVE-2016-3861 vulnerability in Android: Add bound checks to utf16_to_utf8
Test: ran libaapt2_tests64
Bug: 29250543
Change-Id: I1ebc017af623b6514cf0c493e8cd8e1d59ea26c3
(cherry picked from commit 4781057e78f63e0e99af109cebf3b6a78f4bfbb6)
| Patch unavailable — see CVE: None | bigvul:cve-2016-3861 | MIT | null | null | null | true | train | 8de54af914323be94d22a2d5ed90bdf0a705464c | 2026-06-22T19:50:02 | [] |
1ad84f6b8da4 | c | static void btif_hl_proc_cch_open_ind(tBTA_HL *p_data)
{
btif_hl_mcl_cb_t *p_mcb;
UINT8 mcl_idx;
int i;
BTIF_TRACE_DEBUG("%s", __FUNCTION__);
for(i=0; i<BTA_HL_NUM_APPS; i++)
{
if (btif_hl_cb.acb[i].in_use)
{
if (!btif_hl_find_mcl_idx(i, p_data->cch_open_ind.bd_add... | null | CWE-284 | high | DO NOT MERGE Fix potential DoS caused by delivering signal to BT process
Bug: 28885210
Change-Id: I63866d894bfca47464d6e42e3fb0357c4f94d360
Conflicts:
btif/co/bta_hh_co.c
btif/src/btif_core.c
Merge conflict resolution of ag/1161415 (referencing ag/1164670)
- Directly into mnc-mr2-release
| CVE CVE-2016-3839 vulnerability in Android: DO NOT MERGE Fix potential DoS caused by delivering signal to BT process
Bug: 28885210
Change-Id: I63866d894bfca47464d6e42e3fb0357c4f94d360
Conflicts:
btif/co/bta_hh_co.c
btif/src/btif_core.c
Merge conflict resolution of ag/1161415 (referencing ag/1164670)
- Directly int... | Patch unavailable — see CVE: None | bigvul:cve-2016-3839 | MIT | null | null | null | true | train | 38850ac21719d95bbddf15d4a95629e982369b9d | 2026-06-22T19:50:38 | [] |
5d9b2c452d3a | c | PlatformSensorConfiguration PlatformSensorFusion::GetDefaultConfiguration() {
PlatformSensorConfiguration default_configuration;
for (const auto& pair : source_sensors_) {
double frequency = pair.second->GetDefaultConfiguration().frequency();
if (frequency > default_configuration.frequency())
default_... | null | CWE-732 | high | android: Fix sensors in device service.
This patch fixes a bug that prevented more than one sensor data
to be available at once when using the device motion/orientation
API.
The issue was introduced by this other patch [1] which fixed
some security-related issues in the way shared memory region
handles are managed th... | CVE CVE-2018-6057 vulnerability in Chrome: android: Fix sensors in device service.
This patch fixes a bug that prevented more than one sensor data
to be available at once when using the device motion/orientation
API.
The issue was introduced by this other patch [1] which fixed
some security-related issues in the way ... | Patch unavailable — see CVE: None | bigvul:cve-2018-6057 | MIT | null | null | null | true | train | 2f1f711a99d3d7e90272ce4f1ad26bd47b5ff97e | 2026-06-22T19:50:04 | [] |
ce455f36c66e | javascript | Open WebUI vulnerable to Stored DOM XSS via prompts when 'Insert Prompt as Rich Text' is enabled resulting in ATO/RCE
### Summary
The functionality that inserts custom prompts into the chat window is vulnerable to DOM XSS when 'Insert Prompt as Rich Text' is enabled, since the prompt body is assigned to the DOM sink ... | null | CWE-79 | high | Open WebUI vulnerable to Stored DOM XSS via prompts when 'Insert Prompt as Rich Text' is enabled resulting in ATO/RCE
### Summary
The functionality that inserts custom prompts into the chat window is vulnerable to DOM XSS when 'Insert Prompt as Rich Text' is enabled, since the prompt body is assigned to the DOM sink ... | Open WebUI vulnerable to Stored DOM XSS via prompts when 'Insert Prompt as Rich Text' is enabled resulting in ATO/RCE | Upgrade open-webui per advisory GHSA-w7xj-8fx7-wfch | osv:ghsa-w7xj-8fx7-wfch | CC-BY-4.0 | CVE-2025-64495 | null | null | true | train | 8b661839d97f30db3cc9e4219a1dfa2de7a5324d | 2026-06-22T19:51:00 | [] |
End of preview. Expand in Data Studio
RakshakAI Phase B Dataset (v2 — cleaned)
Bug-fixed version of the RakshakAI Phase B security dataset:
- Bug 1: NVD/OSV advisory text masquerading as code — source-based filter removed ~22K rows
- Bug 2: OWASP false positives labeled as vulnerable — 2,740 rows corrected to
is_vulnerable=false - Bug 3: BigVul identical before/after patches — 57,203 vuln rows nulled (whitespace normalization revealed 98% identity)
- Bug 4: Partial snippet patches (<50% of vuln lines) — 1,187 rows nulled (71% of securecode_web patches affected)
Loading
from datasets import load_dataset
# Cleaned base format (default)
ds = load_dataset("Muneerali199/RakshakAI-phase-b", "default")
# Axolotl chat format (system/user/assistant with CoT + JSON)
ds = load_dataset("Muneerali199/RakshakAI-phase-b", "axolotl")
Stats
| Split | Samples | Vuln | Clean | Ratio |
|---|---|---|---|---|
| train | 169,900 | 84,950 | 84,950 | 1:1 |
| val | 10,040 | 5,020 | 5,020 | 1:1 |
| test | 19,946 | 9,973 | 9,973 | 1:1 |
| Total | 199,886 | 99,943 | 99,943 | 1:1 |
Languages: C (71%), JavaScript (6%), Java (6%), PHP (5%), Python (4%), Go (2%), Rust (1%), C# (2%), others (3%)
Fix pairs: 13,200
- Downloads last month
- 59