func
string
target
int64
cwe
list
project
string
commit_id
string
hash
float64
size
int64
message
string
e_ews_connection_sync_folder_hierarchy_finish (EEwsConnection *cnc, GAsyncResult *result, gchar **sync_state, gboolean *includes_last_folder, ...
0
[ "CWE-295" ]
evolution-ews
915226eca9454b8b3e5adb6f2fff9698451778de
287,068,940,447,162,580,000,000,000,000,000,000,000
32
I#27 - SSL Certificates are not validated This depends on https://gitlab.gnome.org/GNOME/evolution-data-server/commit/6672b8236139bd6ef41ecb915f4c72e2a052dba5 too. Closes https://gitlab.gnome.org/GNOME/evolution-ews/issues/27
static void perf_event_free_bpf_handler(struct perf_event *event) { }
0
[ "CWE-362", "CWE-125" ]
linux
321027c1fe77f892f4ea07846aeae08cefbbb290
229,754,959,106,048,000,000,000,000,000,000,000,000
3
perf/core: Fix concurrent sys_perf_event_open() vs. 'move_group' race Di Shen reported a race between two concurrent sys_perf_event_open() calls where both try and move the same pre-existing software group into a hardware context. The problem is exactly that described in commit: f63a8daa5812 ("perf: Fix event->ctx...
unsigned short key() const { return be::peek<W>(_e) + _n; }
0
[ "CWE-476" ]
graphite
db132b4731a9b4c9534144ba3a18e65b390e9ff6
245,275,474,135,082,540,000,000,000,000,000,000,000
1
Deprecate and make ineffective gr_face_dumbRendering
struct tevent_req *sdap_get_initgr_send(TALLOC_CTX *memctx, struct tevent_context *ev, struct sdap_domain *sdom, struct sdap_handle *sh, struct sdap_id_ctx *id_...
0
[ "CWE-264" ]
sssd
0b6b4b7669b46d3d0b0ebefbc0e1621965444717
78,826,934,574,781,400,000,000,000,000,000,000,000
106
IPA: process non-posix nested groups Do not expect objectClass to be posixGroup but rather more general groupofnames. Resolves: https://fedorahosted.org/sssd/ticket/2343 Reviewed-by: Michal Židek <mzidek@redhat.com> (cherry picked from commit bc8c93ffe881271043492c938c626a9be948000e)
static GCObject **correctgraylist (GCObject **p) { GCObject *curr; while ((curr = *p) != NULL) { switch (curr->tt) { case LUA_VTABLE: case LUA_VUSERDATA: { GCObject **next = getgclist(curr); if (getage(curr) == G_TOUCHED1) { /* touched in this cycle? */ lua_assert(isgray(curr));...
0
[ "CWE-763" ]
lua
a6da1472c0c5e05ff249325f979531ad51533110
320,812,772,610,004,900,000,000,000,000,000,000,000
38
Fixed bug: barriers cannot be active during sweep Barriers cannot be active during sweep, even in generational mode. (Although gen. mode is not incremental, it can hit a barrier when deleting a thread and closing its upvalues.) The colors of objects are being changed during sweep and, therefore, cannot be trusted.
static int __init blk_scsi_ioctl_init(void) { blk_set_cmd_filter_defaults(&blk_default_cmd_filter); return 0; }
0
[ "CWE-284", "CWE-264" ]
linux
0bfc96cb77224736dfa35c3c555d37b3646ef35e
89,871,128,868,532,530,000,000,000,000,000,000,000
5
block: fail SCSI passthrough ioctls on partition devices Linux allows executing the SG_IO ioctl on a partition or LVM volume, and will pass the command to the underlying block device. This is well-known, but it is also a large security problem when (via Unix permissions, ACLs, SELinux or a combination thereof) a prog...
static void encode_state_run(Encoder *encoder, CommonState *state, unsigned int runlen) { int hits = 0; while (runlen >= state->melcorder) { hits++; runlen -= state->melcorder; if (state->melcstate < MELCSTATES - 1) { state->melclen = J[++state->melcstate]; state...
0
[]
spice-common
762e0abae36033ccde658fd52d3235887b60862d
109,065,104,537,558,640,000,000,000,000,000,000,000
28
quic: Check we have some data to start decoding quic image All paths already pass some data to quic_decode_begin but for the test check it, it's not that expensive test. Checking for not 0 is enough, all other words will potentially be read calling more_io_words but we need one to avoid a potential initial buffer over...
int jbd2_journal_inode_add_write(handle_t *handle, struct jbd2_inode *jinode) { return jbd2_journal_file_inode(handle, jinode, JI_WRITE_DATA | JI_WAIT_DATA); }
0
[ "CWE-787" ]
linux
e09463f220ca9a1a1ecfda84fcda658f99a1f12a
319,100,203,554,126,550,000,000,000,000,000,000,000
5
jbd2: don't mark block as modified if the handle is out of credits Do not set the b_modified flag in block's journal head should not until after we're sure that jbd2_journal_dirty_metadat() will not abort with an error due to there not being enough space reserved in the jbd2 handle. Otherwise, future attempts to modi...
WasmVm* wasmVm() const { return wasm_vm_.get(); }
0
[ "CWE-476" ]
envoy
8788a3cf255b647fd14e6b5e2585abaaedb28153
320,514,533,682,352,740,000,000,000,000,000,000,000
1
1.4 - Do not call into the VM unless the VM Context has been created. (#24) * Ensure that the in VM Context is created before onDone is called. Signed-off-by: John Plevyak <jplevyak@gmail.com> * Update as per offline discussion. Signed-off-by: John Plevyak <jplevyak@gmail.com> * Set in_vm_context_created_ in onNet...
void LineBitmapRequester::EncodeRegion(const RectAngle<LONG> &region) { class ColorTrafo *ctrafo = ColorTrafoOf(true,false); int i; if (m_bSubsampling) { RectAngle<LONG> r; ULONG minx = region.ra_MinX >> 3; ULONG maxx = region.ra_MaxX >> 3; ULONG miny = region.ra_MinY >> 3; ULONG max...
0
[ "CWE-476" ]
libjpeg
51c3241b6da39df30f016b63f43f31c4011222c7
39,152,784,096,174,110,000,000,000,000,000,000,000
113
Fixed a NULL-pointer access in the line-based reconstruction process in case no valid scan was found and no data is present.
static ssize_t show_tabletStylusLower(struct device *dev, struct device_attribute *attr, char *buf) { struct aiptek *aiptek = dev_get_drvdata(dev); return snprintf(buf, PAGE_SIZE, "%s\n", map_val_to_str(stylus_button_map, aiptek->curSetting.stylusButtonLower)); }
0
[ "CWE-476", "CWE-401" ]
linux
8e20cf2bce122ce9262d6034ee5d5b76fbb92f96
88,682,093,451,762,840,000,000,000,000,000,000,000
8
Input: aiptek - fix crash on detecting device without endpoints The aiptek driver crashes in aiptek_probe() when a specially crafted USB device without endpoints is detected. This fix adds a check that the device has proper configuration expected by the driver. Also an error return value is changed to more matching on...
static u16 cgroup_calc_subtree_ss_mask(u16 subtree_control, u16 this_ss_mask) { u16 cur_ss_mask = subtree_control; struct cgroup_subsys *ss; int ssid; lockdep_assert_held(&cgroup_mutex); cur_ss_mask |= cgrp_dfl_implicit_ss_mask; while (true) { u16 new_ss_mask = cur_ss_mask; do_each_subsys_mask(ss, ssid, c...
0
[ "CWE-416" ]
linux
a06247c6804f1a7c86a2e5398a4c1f1db1471848
93,107,939,878,193,050,000,000,000,000,000,000,000
31
psi: Fix uaf issue when psi trigger is destroyed while being polled With write operation on psi files replacing old trigger with a new one, the lifetime of its waitqueue is totally arbitrary. Overwriting an existing trigger causes its waitqueue to be freed and pending poll() will stumble on trigger->event_wait which w...
gdImagePtr gdImageScaleTwoPass(const gdImagePtr src, const unsigned int src_width, const unsigned int src_height, const unsigned int new_width, const unsigned int new_height) { gdImagePtr tmp_im; gdImagePtr dst; /* Convert to truecolor if it isn't; this code requires it. */ if (!src->trueColor) { gdImagePaletteT...
0
[ "CWE-399" ]
php-src
1a4722a89ee85be74af5086a7027b3ad1e0a55e8
267,213,355,110,360,850,000,000,000,000,000,000,000
28
Fix #70064: imagescale(..., IMG_BICUBIC) leaks memory A temporary image (tmp_im) is created with gdImageTrueColor() and freed with gdFree() instead of gdImageDestroy(). Let's fix that.
fuzzy_match( char_u *str, char_u *pat_arg, int matchseq, int *outScore, int_u *matches, int maxMatches) { int recursionCount = 0; int len = MB_CHARLEN(str); char_u *save_pat; char_u *pat; char_u *p; int complete = FALSE; int score = 0; int numMatches = 0; int matchC...
0
[ "CWE-416" ]
vim
409510c588b1eec1ae33511ae97a21eb8e110895
9,171,181,865,684,086,000,000,000,000,000,000,000
75
patch 8.2.5050: using freed memory when searching for pattern in path Problem: Using freed memory when searching for pattern in path. Solution: Make a copy of the line.
static int ZEND_FASTCALL ZEND_JMP_SET_SPEC_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) { zend_op *opline = EX(opline); zval *value = _get_zval_ptr_cv(&opline->op1, EX(Ts), BP_VAR_R TSRMLS_CC); if (i_zend_is_true(value)) { EX_T(opline->result.u.var).tmp_var = *value; zendi_zval_copy_ctor(EX_T(opline->result.u.var).tm...
0
[]
php-src
ce96fd6b0761d98353761bf78d5bfb55291179fd
260,476,196,739,120,660,000,000,000,000,000,000,000
18
- fix #39863, do not accept paths with NULL in them. See http://news.php.net/php.internals/50191, trunk will have the patch later (adding a macro and/or changing (some) APIs. Patch by Rasmus
TEST_F(LoaderTest, SessionCreationFailure) { SavedModelBundle bundle; // Use invalid SessionOptions to cause session creation to fail. Default // options work, so provide an invalid value for the target field. SessionOptions session_options; constexpr char kInvalidTarget[] = "invalid target"; session_optio...
0
[ "CWE-20", "CWE-703" ]
tensorflow
adf095206f25471e864a8e63a0f1caef53a0e3a6
28,645,879,364,391,580,000,000,000,000,000,000,000
17
Validate `NodeDef`s from `FunctionDefLibrary` of a `GraphDef`. We already validated `NodeDef`s from a `GraphDef` but missed validating those from the `FunctionDefLibrary`. Thus, some maliciously crafted models could evade detection and cause denial of service due to a `CHECK`-fail. PiperOrigin-RevId: 332536309 Change...
TEST_F(HttpConnectionManagerImplTest, ResponseBeforeRequestComplete) { InSequence s; setup(false, "envoy-server-test"); EXPECT_CALL(*codec_, dispatch(_)).WillOnce(Invoke([&](Buffer::Instance&) -> Http::Status { RequestDecoder* decoder = &conn_manager_->newStream(response_encoder_); RequestHeaderMapPtr he...
0
[ "CWE-400" ]
envoy
0e49a495826ea9e29134c1bd54fdeb31a034f40c
99,961,354,399,111,030,000,000,000,000,000,000,000
32
http/2: add stats and stream flush timeout (#139) This commit adds a new stream flush timeout to guard against a remote server that does not open window once an entire stream has been buffered for flushing. Additional stats have also been added to better understand the codecs view of active streams as well as amount o...
readscreen(void) { unsigned char buf[7]; fread(buf,1,7,infile); global = buf[4] & 0x80; if (global) { globalbits = (buf[4] & 0x07) + 1; fread(globalmap,3,((size_t)1)<<globalbits,infile); } }
0
[ "CWE-119", "CWE-787" ]
libtiff
ce6841d9e41d621ba23cf18b190ee6a23b2cc833
244,535,091,425,580,440,000,000,000,000,000,000,000
11
fix possible OOB write in gif2tiff.c
PHP_FUNCTION(openssl_spki_export) { int spkstr_len; char *spkstr = NULL, * spkstr_cleaned = NULL, * s = NULL; EVP_PKEY *pkey = NULL; NETSCAPE_SPKI *spki = NULL; BIO *out = NULL; if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &spkstr, &spkstr_len) == FAILURE) { return; } RETVAL_FALSE; if (spkstr...
0
[ "CWE-754" ]
php-src
89637c6b41b510c20d262c17483f582f115c66d6
326,057,092,482,776,600,000,000,000,000,000,000,000
61
Fix bug #74651 - check EVP_SealInit as it can return -1
init_uncompress( compress_filter_context_t *zfx, z_stream *zs ) { int rc; /**************** * PGP uses a windowsize of 13 bits. Using a negative value for * it forces zlib not to expect a zlib header. This is a * undocumented feature Peter Gutmann told me about. * * We must use 15 bit...
0
[ "CWE-20" ]
gnupg
11fdfcf82bd8d2b5bc38292a29876e10770f4b0a
186,585,928,422,963,030,000,000,000,000,000,000,000
26
gpg: Avoid infinite loop in uncompressing garbled packets. * g10/compress.c (do_uncompress): Limit the number of extra FF bytes. -- A packet like (a3 01 5b ff) leads to an infinite loop. Using --max-output won't help if it is a partial packet. This patch actually fixes a regression introduced on 1999-05-31 (c34c676...
void CLASS kodak_radc_load_raw() { #ifdef LIBRAW_LIBRARY_BUILD // All kodak radc images are 768x512 if (width > 768 || raw_width > 768 || height > 512 || raw_height > 512) throw LIBRAW_EXCEPTION_IO_CORRUPT; #endif static const signed char src[] = { 1, 1, 2, 3, 3, 4, 4, 2, 5, 7, 6, 5, 7, 6, ...
0
[ "CWE-703", "CWE-835" ]
LibRaw
e47384546b43d0fd536e933249047bc397a4d88b
272,678,944,238,508,850,000,000,000,000,000,000,000
112
Secunia Advisory SA83050: possible infinite loop in parse_minolta()
pk_transaction_speed_cb (PkBackendJob *job, guint speed, PkTransaction *transaction) { /* emit */ transaction->priv->speed = speed; pk_transaction_emit_property_changed (transaction, "Speed", g_variant_new_uint32 (speed)); }
0
[ "CWE-287" ]
PackageKit
7e8a7905ea9abbd1f384f05f36a4458682cd4697
339,848,400,952,287,500,000,000,000,000,000,000,000
10
Do not set JUST_REINSTALL on any kind of auth failure If we try to continue the auth queue when it has been cancelled (or failed) then we fall upon the obscure JUST_REINSTALL transaction flag which only the DNF backend actually verifies. Many thanks to Matthias Gerstner <mgerstner@suse.de> for spotting the problem.
rsvg_filter_primitive_diffuse_lighting_set_atts (RsvgNode *node, gpointer impl, RsvgHandle *handle, RsvgPropertyBag *atts) { RsvgFilterPrimitiveDiffuseLighting *filter = impl; const char *value; RsvgState *state; if ((value = rsvg_property_bag_lookup (atts, "in"))) g_string_assign (filter->supe...
0
[ "CWE-369" ]
librsvg
ecf9267a24b2c3c0cd211dbdfa9ef2232511972a
48,236,003,493,003,830,000,000,000,000,000,000,000
50
bgo#783835 - Don't divide by zero in box_blur_line() for gaussian blurs We were making the decision to use box blurs, instead of a true Gaussian kernel, based on the size of *both* x and y dimensions. Do them individually instead.
static void php_session_decode(const char *val, int vallen TSRMLS_DC) /* {{{ */ { if (!PS(serializer)) { php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown session.serialize_handler. Failed to decode session object"); return; } if (PS(serializer)->decode(val, vallen TSRMLS_CC) == FAILURE) { php_session_destr...
1
[]
php-src
df4bf28f9f104ca3ef78ed94b497859f15b004e5
159,146,018,976,023,360,000,000,000,000,000,000,000
11
Fix bug #70219 (Use after free vulnerability in session deserializer)
SPL_METHOD(SplMinHeap, compare) { zval *a, *b; if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "zz", &a, &b) == FAILURE) { return; } RETURN_LONG(spl_ptr_heap_zval_min_cmp(a, b, NULL TSRMLS_CC)); }
0
[]
php-src
1cbd25ca15383394ffa9ee8601c5de4c0f2f90e1
189,609,410,229,766,000,000,000,000,000,000,000,000
10
Fix bug #69737 - Segfault when SplMinHeap::compare produces fatal error
xmlParsePI(xmlParserCtxtPtr ctxt) { xmlChar *buf = NULL; size_t len = 0; size_t size = XML_PARSER_BUFFER_SIZE; int cur, l; const xmlChar *target; xmlParserInputState state; int count = 0; if ((RAW == '<') && (NXT(1) == '?')) { int inputid = ctxt->input->id; state = ctxt->instate; ...
0
[ "CWE-703", "CWE-835" ]
libxml2
899a5d9f0ed13b8e32449a08a361e0de127dd961
10,022,413,807,247,993,000,000,000,000,000,000,000
144
Detect infinite recursion in parameter entities When expanding a parameter entity in a DTD, infinite recursion could lead to an infinite loop or memory exhaustion. Thanks to Wei Lei for the first of many reports. Fixes bug 759579.
static void ldapsrv_post_fork(struct task_server *task, struct process_details *pd) { struct ldapsrv_service *ldap_service = talloc_get_type_abort(task->private_data, struct ldapsrv_service); ldap_service->sam_ctx = samdb_connect(ldap_service, ldap_service->task->event_ctx, ldap_service->task...
0
[ "CWE-703" ]
samba
f9b2267c6eb8138fc94df7a138ad5d87526f1d79
220,480,445,140,988,250,000,000,000,000,000,000,000
17
CVE-2021-3670 ldap_server: Ensure value of MaxQueryDuration is greater than zero BUG: https://bugzilla.samba.org/show_bug.cgi?id=14694 Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> (cherry picked from commit e1ab0c43629686d1d2c0b0b2bcdc90057...
switch_application (app_t app, int enable_sigg) { gpg_error_t err; if (((app->app_local->sigg_active && enable_sigg) || (!app->app_local->sigg_active && !enable_sigg)) && !app->app_local->need_app_select) return 0; /* Already switched. */ log_info ("app-nks: switching to %s\n", enable_sigg? "...
0
[ "CWE-20" ]
gnupg
2183683bd633818dd031b090b5530951de76f392
209,004,400,420,778,470,000,000,000,000,000,000,000
54
Use inline functions to convert buffer data to scalars. * common/host2net.h (buf16_to_ulong, buf16_to_uint): New. (buf16_to_ushort, buf16_to_u16): New. (buf32_to_size_t, buf32_to_ulong, buf32_to_uint, buf32_to_u32): New. -- Commit 91b826a38880fd8a989318585eb502582636ddd8 was not enough to avoid all sign extension on ...
TEST_F(Http1ClientConnectionImplTest, 204ResponseWithContentLength0) { { initialize(); NiceMock<MockResponseDecoder> response_decoder; Http::RequestEncoder& request_encoder = codec_->newStream(response_decoder); TestRequestHeaderMapImpl headers{{":method", "GET"}, {":path", "/"}, {":authority", "host...
0
[ "CWE-770" ]
envoy
7ca28ff7d46454ae930e193d97b7d08156b1ba59
38,949,912,607,518,357,000,000,000,000,000,000,000
32
[http1] Include request URL in request header size computation, and reject partial headers that exceed configured limits (#145) Signed-off-by: antonio <avd@google.com>
static void f2fs_read_end_io(struct bio *bio) { struct bio_vec *bvec; int i; #ifdef CONFIG_F2FS_FAULT_INJECTION if (time_to_inject(F2FS_P_SB(bio->bi_io_vec->bv_page), FAULT_IO)) bio->bi_error = -EIO; #endif if (f2fs_bio_encrypted(bio)) { if (bio->bi_error) { fscrypt_release_ctx(bio->bi_private); } else {...
0
[ "CWE-190" ]
linux
b86e33075ed1909d8002745b56ecf73b833db143
241,696,904,544,508,450,000,000,000,000,000,000,000
33
f2fs: fix a dead loop in f2fs_fiemap() A dead loop can be triggered in f2fs_fiemap() using the test case as below: ... fd = open(); fallocate(fd, 0, 0, 4294967296); ioctl(fd, FS_IOC_FIEMAP, fiemap_buf); ... It's caused by an overflow in __get_data_block(): ... bh->b_size = map.m_len << inode->i_blkbits; ... ...
MenuCacheItem* menu_cache_item_from_path( MenuCache* cache, const char* path ) { char** names = g_strsplit( path + 1, "/", -1 ); int i; MenuCacheDir* dir; MenuCacheItem* item = NULL; if( !names ) return NULL; if( G_UNLIKELY(!names[0]) ) { g_strfreev(names); return N...
0
[ "CWE-20" ]
menu-cache
56f66684592abf257c4004e6e1fff041c64a12ce
297,420,942,822,473,800,000,000,000,000,000,000,000
50
Fix potential access violation, use runtime user dir instead of tmp dir. Note: it limits libmenu-cache compatibility to menu-cached >= 0.7.0.
int EVP_DigestUpdate(EVP_MD_CTX *ctx, const void *data, size_t count) { #ifdef OPENSSL_FIPS return FIPS_digestupdate(ctx, data, count); #else return ctx->update(ctx,data,count); #endif }
0
[]
openssl
a6c62f0c25a756c263a80ce52afbae888028e986
145,444,185,373,003,380,000,000,000,000,000,000,000
8
Ignore NULL parameter in EVP_MD_CTX_destroy.
void cursor_get_mono_image(QEMUCursor *c, int foreground, uint8_t *image) { uint32_t *data = c->data; uint8_t bit; int x,y,bpl; bpl = cursor_get_mono_bpl(c); memset(image, 0, bpl * c->height); for (y = 0; y < c->height; y++) { bit = 0x80; for (x = 0; x < c->width; x++, data++) {...
0
[]
qemu
fa892e9abb728e76afcf27323ab29c57fb0fe7aa
123,824,686,508,023,880,000,000,000,000,000,000,000
23
ui/cursor: fix integer overflow in cursor_alloc (CVE-2021-4206) Prevent potential integer overflow by limiting 'width' and 'height' to 512x512. Also change 'datasize' type to size_t. Refer to security advisory https://starlabs.sg/advisories/22-4206/ for more information. Fixes: CVE-2021-4206 Signed-off-by: Mauro Matt...
static bool tcp_rcv_fastopen_synack(struct sock *sk, struct sk_buff *synack, struct tcp_fastopen_cookie *cookie) { struct tcp_sock *tp = tcp_sk(sk); struct sk_buff *data = tp->syn_data ? tcp_rtx_queue_head(sk) : NULL; u16 mss = tp->rx_opt.mss_clamp, try_exp = 0; bool syn_drop = false; if (mss == tp->rx_op...
0
[ "CWE-190" ]
net
3b4929f65b0d8249f19a50245cd88ed1a2f78cff
34,098,005,143,599,012,000,000,000,000,000,000,000
60
tcp: limit payload size of sacked skbs Jonathan Looney reported that TCP can trigger the following crash in tcp_shifted_skb() : BUG_ON(tcp_skb_pcount(skb) < pcount); This can happen if the remote peer has advertized the smallest MSS that linux TCP accepts : 48 An skb can hold 17 fragments, and each fragment can ho...
parse_ipsecrequests(struct xfrm_policy *xp, struct sadb_x_policy *pol) { int err; int len = pol->sadb_x_policy_len*8 - sizeof(struct sadb_x_policy); struct sadb_x_ipsecrequest *rq = (void*)(pol+1); if (pol->sadb_x_policy_len * 8 < sizeof(struct sadb_x_policy)) return -EINVAL; while (len >= sizeof(struct sadb_x...
1
[]
linux
096f41d3a8fcbb8dde7f71379b1ca85fe213eded
131,526,613,992,537,890,000,000,000,000,000,000,000
17
af_key: Fix sadb_x_ipsecrequest parsing The parsing of sadb_x_ipsecrequest is broken in a number of ways. First of all we're not verifying sadb_x_ipsecrequest_len. This is needed when the structure carries addresses at the end. Worse we don't even look at the length when we parse those optional addresses. The migra...
static void xen_free_ldt(struct desc_struct *ldt, unsigned entries) { const unsigned entries_per_page = PAGE_SIZE / LDT_ENTRY_SIZE; int i; for (i = 0; i < entries; i += entries_per_page) set_aliased_prot(ldt + i, PAGE_KERNEL); }
0
[ "CWE-703" ]
linux
96e8fc5818686d4a1591bb6907e7fdb64ef29884
97,325,239,687,503,530,000,000,000,000,000,000,000
8
x86/xen: Use clear_bss() for Xen PV guests Instead of clearing the bss area in assembly code, use the clear_bss() function. This requires to pass the start_info address as parameter to xen_start_kernel() in order to avoid the xen_start_info being zeroed again. Signed-off-by: Juergen Gross <jgross@suse.com> Signed-of...
bitmap_store(struct mddev *mddev, const char *buf, size_t len) { char *end; unsigned long chunk, end_chunk; int err; err = mddev_lock(mddev); if (err) return err; if (!mddev->bitmap) goto out; /* buf should be <chunk> <chunk> ... or <chunk>-<chunk> ... (range) */ while (*buf) { chunk = end_chunk = simple...
0
[ "CWE-200" ]
linux
b6878d9e03043695dbf3fa1caa6dfc09db225b16
181,198,278,381,172,780,000,000,000,000,000,000,000
29
md: use kzalloc() when bitmap is disabled In drivers/md/md.c get_bitmap_file() uses kmalloc() for creating a mdu_bitmap_file_t called "file". 5769 file = kmalloc(sizeof(*file), GFP_NOIO); 5770 if (!file) 5771 return -ENOMEM; This structure is copied to user space at the end of the fun...
int r_jwe_generate_iv(jwe_t * jwe) { int ret; struct _o_datum dat = {0, NULL}; if (jwe != NULL && jwe->enc != R_JWA_ENC_UNKNOWN) { o_free(jwe->iv_b64url); jwe->iv_b64url = NULL; jwe->iv_len = gnutls_cipher_get_iv_size(_r_get_alg_from_enc(jwe->enc)); o_free(jwe->iv); jwe->iv = NULL; if (jw...
0
[ "CWE-703" ]
rhonabwy
dd528b3aabd13863f855a68e76966e4e019fc399
207,565,275,555,480,300,000,000,000,000,000,000,000
38
Fix rsa oaep key length check before decryption
int selinux_audit_rule_known(struct audit_krule *rule) { int i; for (i = 0; i < rule->field_count; i++) { struct audit_field *f = &rule->fields[i]; switch (f->type) { case AUDIT_SUBJ_USER: case AUDIT_SUBJ_ROLE: case AUDIT_SUBJ_TYPE: case AUDIT_SUBJ_SEN: case AUDIT_SUBJ_CLR: case AUDIT_OBJ_USER: cas...
0
[ "CWE-20" ]
linux
2172fa709ab32ca60e86179dc67d0857be8e2c98
149,673,263,618,181,400,000,000,000,000,000,000,000
23
SELinux: Fix kernel BUG on empty security contexts. Setting an empty security context (length=0) on a file will lead to incorrectly dereferencing the type and other fields of the security context structure, yielding a kernel BUG. As a zero-length security context is never valid, just reject all such security contexts...
test_gui_tabline_event(dict_T *args UNUSED) { # ifdef FEAT_GUI_TABLINE int tabnr; if (!dict_has_key(args, "tabnr")) return FALSE; tabnr = (int)dict_get_number(args, "tabnr"); return send_tabline_event(tabnr); # else return FALSE; # endif }
0
[ "CWE-416" ]
vim
249e1b903a9c0460d618f6dcc59aeb8c03b24b20
317,908,447,828,049,940,000,000,000,000,000,000,000
15
patch 9.0.0213: using freed memory with error in assert argument Problem: Using freed memory with error in assert argument. Solution: Make a copy of the error.
TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { const TfLiteTensor* input = GetInput(context, node, kInputTensor); TfLiteTensor* output = GetOutput(context, node, kOutputTensor); const int num_elements = NumElements(input); TF_LITE_ENSURE_EQ(context, num_elements, NumElements(output)); switch (i...
1
[ "CWE-125", "CWE-787" ]
tensorflow
1970c2158b1ffa416d159d03c3370b9a462aee35
299,338,144,205,618,640,000,000,000,000,000,000,000
27
[tflite]: Insert `nullptr` checks when obtaining tensors. As part of ongoing refactoring, `tflite::GetInput`, `tflite::GetOutput`, `tflite::GetTemporary` and `tflite::GetIntermediates` will return `nullptr` in some cases. Hence, we insert the `nullptr` checks on all usages. We also insert `nullptr` checks on usages o...
gst_rtsp_source_dispatch_read_get_channel (GPollableInputStream * stream, GstRTSPWatch * watch) { gssize count; guint8 buffer[1024]; GError *error = NULL; /* try to read in order to be able to detect errors, we read 1k in case some * client actually decides to send data on the GET channel */ count = g...
0
[]
gst-plugins-base
f672277509705c4034bc92a141eefee4524d15aa
75,384,826,811,358,740,000,000,000,000,000,000,000
54
gstrtspconnection: Security loophole making heap overflow The former code allowed an attacker to create a heap overflow by sending a longer than allowed session id in a response and including a semicolon to change the maximum length. With this change, the parser will never go beyond 512 bytes.
Sets the time. */ PHP_FUNCTION(date_time_set) { zval *object; long h, i, s = 0; if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Oll|l", &object, date_ce_date, &h, &i, &s) == FAILURE) { RETURN_FALSE; } php_date_time_set(object, h, i, s, return_value TSRMLS_CC);
0
[]
php-src
bb057498f7457e8b2eba98332a3bad434de4cf12
288,527,747,941,186,100,000,000,000,000,000,000,000
13
Fix #70277: new DateTimeZone($foo) is ignoring text after null byte The DateTimeZone constructors are not binary safe. They're parsing the timezone as string, but discard the length when calling timezone_initialize(). This patch adds a tz_len parameter and a respective check to timezone_initialize().
static inline ut16 r_read_be16(const void *src) { const ut8 *s = (const ut8*)src; return (((ut16)s[0]) << 8) | (((ut16)s[1]) << 0); }
0
[ "CWE-476" ]
radare2
1ea23bd6040441a21fbcfba69dce9a01af03f989
57,514,129,315,726,740,000,000,000,000,000,000,000
4
Fix #6816 - null deref in r_read_*
onig_new_deluxe(regex_t** reg, const UChar* pattern, const UChar* pattern_end, OnigCompileInfo* ci, OnigErrorInfo* einfo) { int r; UChar *cpat, *cpat_end; if (IS_NOT_NULL(einfo)) einfo->par = (UChar* )NULL; if (ci->pattern_enc != ci->target_enc) { return ONIGERR_NOT_SUPPORTED_ENCODING_COMB...
0
[ "CWE-416", "CWE-200" ]
oniguruma
0f7f61ed1b7b697e283e37bd2d731d0bd57adb55
56,255,506,379,564,210,000,000,000,000,000,000,000
38
Fix CVE-2019-13224: don't allow different encodings for onig_new_deluxe()
static inline int IRQ_testbit(IRQQueue *q, int n_IRQ) { return test_bit(n_IRQ, q->queue); }
0
[ "CWE-119" ]
qemu
73d963c0a75cb99c6aaa3f6f25e427aa0b35a02e
25,028,501,370,998,020,000,000,000,000,000,000,000
4
openpic: avoid buffer overrun on incoming migration CVE-2013-4534 opp->nb_cpus is read from the wire and used to determine how many IRQDest elements to read into opp->dst[]. If the value exceeds the length of opp->dst[], MAX_CPU, opp->dst[] can be overrun with arbitrary data from the wire. Fix this by failing migrat...
static int hidpp_touchpad_fw_items_set(struct hidpp_device *hidpp, u8 feature_index, struct hidpp_touchpad_fw_items *items) { struct hidpp_report response; int ret; u8 *params = (u8 *)response.fap.params; ret = hidpp_send_fap_command_sync(hidpp, feature_index, CMD_TOUCHPAD_FW_ITEMS_SET, &it...
0
[ "CWE-787" ]
linux
d9d4b1e46d9543a82c23f6df03f4ad697dab361b
263,353,999,532,266,700,000,000,000,000,000,000,000
26
HID: Fix assumption that devices have inputs The syzbot fuzzer found a slab-out-of-bounds write bug in the hid-gaff driver. The problem is caused by the driver's assumption that the device must have an input report. While this will be true for all normal HID input devices, a suitably malicious device can violate the...
pkcs11rsa_fromdns(dst_key_t *key, isc_buffer_t *data) { pk11_object_t *rsa; isc_region_t r; unsigned int e_bytes, mod_bytes; CK_BYTE *exponent = NULL, *modulus = NULL; CK_ATTRIBUTE *attr; unsigned int length; isc_buffer_remainingregion(data, &r); if (r.length == 0) return (ISC_R_SUCCESS); length = r.length;...
1
[ "CWE-617" ]
bind9
8d807cc21655eaa6e6a08afafeec3682c0f3f2ab
142,991,996,427,877,680,000,000,000,000,000,000,000
98
Fix crash in pk11_numbits() when native-pkcs11 is used When pk11_numbits() is passed a user provided input that contains all zeroes (via crafted DNS message), it would crash with assertion failure. Fix that by properly handling such input.
FragmentedSampleReader::ReadSample(AP4_Sample& sample, AP4_DataBuffer& sample_data) { return m_FragmentReader.ReadNextSample(m_TrackId, sample, sample_data); }
0
[ "CWE-703" ]
Bento4
33331ce2d35d45d855af7441db6116b4a9e2b70f
66,126,118,776,406,910,000,000,000,000,000,000,000
4
fix #691
static void cmd_post(char *msgid, int mode) { char *mboxname; FILE *f = NULL; message_data_t *msg; int r = 0; /* check if we want this article */ if (msgid && find_msgid(msgid, &mboxname, NULL)) { /* already have it */ syslog(LOG_INFO, "dupelim: news article id %s already present in m...
0
[ "CWE-287" ]
cyrus-imapd
77903669e04c9788460561dd0560b9c916519594
258,735,904,078,176,340,000,000,000,000,000,000,000
124
Secunia SA46093 - make sure nntp authentication completes Discovered by Stefan Cornelius, Secunia Research The vulnerability is caused due to the access restriction for certain commands only checking whether or not variable "nntp_userid" is non-NULL, without performing additional checks to verify that a complete, suc...
evbuffer_chain_free(struct evbuffer_chain *chain) { if (CHAIN_PINNED(chain)) { chain->flags |= EVBUFFER_DANGLING; return; } if (chain->flags & (EVBUFFER_MMAP|EVBUFFER_SENDFILE| EVBUFFER_REFERENCE)) { if (chain->flags & EVBUFFER_REFERENCE) { struct evbuffer_chain_reference *info = EVBUFFER_CHAIN_EXT...
0
[ "CWE-189" ]
libevent
20d6d4458bee5d88bda1511c225c25b2d3198d6c
129,851,016,015,298,860,000,000,000,000,000,000,000
44
Fix CVE-2014-6272 in Libevent 2.0 For this fix, we need to make sure that passing too-large inputs to the evbuffer functions can't make us do bad things with the heap. Also, lower the maximum chunk size to the lower of off_t, size_t maximum. This is necessary since otherwise we could get into an infinite loop if we ...
static void textview_show_ertf(TextView *textview, FILE *fp, CodeConverter *conv) { ERTFParser *parser; gchar *str; gint lines = 0; parser = ertf_parser_new(fp, conv); cm_return_if_fail(parser != NULL); account_sigsep_matchlist_create(); while ((str = ertf_parse(parser)) != NULL) { textview_write_...
0
[ "CWE-601" ]
claws
ac286a71ed78429e16c612161251b9ea90ccd431
148,298,765,949,169,270,000,000,000,000,000,000,000
27
harden link checker before accepting click
bit_write_RD (Bit_Chain *dat, double value) { int i; unsigned char *val; // TODO: I think it might not work on big-endian platforms: val = (unsigned char *)&value; for (i = 0; i < 8; i++) bit_write_RC (dat, val[i]); }
0
[ "CWE-703", "CWE-125" ]
libredwg
95cc9300430d35feb05b06a9badf678419463dbe
199,241,344,495,709,560,000,000,000,000,000,000,000
11
encode: protect from stack under-flow From GH #178 fuzzing
int fuse_fs_mkdir(struct fuse_fs *fs, const char *path, mode_t mode) { fuse_get_context()->private_data = fs->user_data; if (fs->op.mkdir) return fs->op.mkdir(path, mode); else return -ENOSYS; }
0
[]
ntfs-3g
fb28eef6f1c26170566187c1ab7dc913a13ea43c
153,505,213,693,390,020,000,000,000,000,000,000,000
8
Hardened the checking of directory offset requested by a readdir When asked for the next directory entries, make sure the chunk offset is within valid values, otherwise return no more entries in chunk.
enum dc_status resource_map_phy_clock_resources( const struct dc *dc, struct dc_state *context, struct dc_stream_state *stream) { /* acquire new resources */ struct pipe_ctx *pipe_ctx = resource_get_head_pipe_for_stream( &context->res_ctx, stream); if (!pipe_ctx) return DC_ERROR_UNEXPECTED; if (dc_is_...
0
[ "CWE-400", "CWE-401" ]
linux
104c307147ad379617472dd91a5bcb368d72bd6d
202,654,874,822,346,000,000,000,000,000,000,000,000
32
drm/amd/display: prevent memory leak In dcn*_create_resource_pool the allocated memory should be released if construct pool fails. Reviewed-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Navid Emamdoost <navid.emamdoost@gmail.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
OPJ_BOOL opj_j2k_read_header(opj_stream_private_t *p_stream, opj_j2k_t* p_j2k, opj_image_t** p_image, opj_event_mgr_t* p_manager) { /* preconditions */ assert(p_j2k != 00); assert(p_stream != 00); assert(p_manager != ...
0
[ "CWE-416", "CWE-787" ]
openjpeg
4241ae6fbbf1de9658764a80944dc8108f2b4154
61,109,975,650,105,480,000,000,000,000,000,000,000
59
Fix assertion in debug mode / heap-based buffer overflow in opj_write_bytes_LE for Cinema profiles with numresolutions = 1 (#985)
tabURL0(TabBuffer * tab, char *prompt, int relative) { Buffer *buf; if (tab == CurrentTab) { goURL0(prompt, relative); return; } _newT(); buf = Currentbuf; goURL0(prompt, relative); if (tab == NULL) { if (buf != Currentbuf) delBuffer(buf); else deleteTab(CurrentTab); } ...
0
[ "CWE-59", "CWE-241" ]
w3m
18dcbadf2771cdb0c18509b14e4e73505b242753
57,426,859,669,811,780,000,000,000,000,000,000,000
34
Make temporary directory safely when ~/.w3m is unwritable
static int ehci_state_execute(EHCIQueue *q) { EHCIPacket *p = QTAILQ_FIRST(&q->packets); int again = 0; assert(p != NULL); assert(p->qtdaddr == q->qtdaddr); if (ehci_qh_do_overlay(q) != 0) { return -1; } // TODO verify enough time remains in the uframe as in 4.4.1.1 // TODO wr...
0
[]
qemu
791f97758e223de3290592d169f8e6339c281714
173,798,569,613,921,500,000,000,000,000,000,000,000
49
usb: ehci: fix memory leak in ehci_init_transfer In ehci_init_transfer function, if the 'cpage' is bigger than 4, it doesn't free the 'p->sgl' once allocated previously thus leading a memory leak issue. This patch avoid this. Signed-off-by: Li Qiang <liqiang6-s@360.cn> Message-id: 5821c0f4.091c6b0a.e0c92.e811@mx.goog...
long ext4_fallocate(struct file *file, int mode, loff_t offset, loff_t len) { struct inode *inode = file_inode(file); loff_t new_size = 0; unsigned int max_blocks; int ret = 0; int flags; ext4_lblk_t lblk; unsigned int blkbits = inode->i_blkbits; /* * Encrypted inodes can't handle collapse range or insert ...
0
[ "CWE-362" ]
linux
17048e8a083fec7ad841d88ef0812707fbc7e39f
42,438,915,676,704,030,000,000,000,000,000,000,000
97
ext4: move unlocked dio protection from ext4_alloc_file_blocks() Currently ext4_alloc_file_blocks() was handling protection against unlocked DIO. However we now need to sometimes call it under i_mmap_sem and sometimes not and DIO protection ranks above it (although strictly speaking this cannot currently create any de...
static int packet_notifier(struct notifier_block *this, unsigned long msg, void *ptr) { struct sock *sk; struct net_device *dev = netdev_notifier_info_to_dev(ptr); struct net *net = dev_net(dev); rcu_read_lock(); sk_for_each_rcu(sk, &net->packet.sklist) { struct packet_sock *po = pkt_sk(sk); switch (ms...
1
[ "CWE-362" ]
linux
2bd624b4611ffee36422782d16e1c944d1351e98
151,571,633,983,185,080,000,000,000,000,000,000,000
50
packet: Do not call fanout_release from atomic contexts Commit 6664498280cf ("packet: call fanout_release, while UNREGISTERING a netdev"), unfortunately, introduced the following issues. 1. calling mutex_lock(&fanout_mutex) (fanout_release()) from inside rcu_read-side critical section. rcu_read_lock disables preempti...
static void tw5864_buf_queue(struct vb2_buffer *vb) { struct vb2_v4l2_buffer *vbuf = to_vb2_v4l2_buffer(vb); struct vb2_queue *vq = vb->vb2_queue; struct tw5864_input *dev = vb2_get_drv_priv(vq); struct tw5864_buf *buf = container_of(vbuf, struct tw5864_buf, vb); unsigned long flags; spin_lock_irqsave(&dev->sloc...
0
[ "CWE-476" ]
linux
2e7682ebfc750177a4944eeb56e97a3f05734528
271,501,900,747,008,600,000,000,000,000,000,000,000
12
media: tw5864: Fix possible NULL pointer dereference in tw5864_handle_frame 'vb' null check should be done before dereferencing it in tw5864_handle_frame, otherwise a NULL pointer dereference may occur. Fixes: 34d1324edd31 ("[media] pci: Add tw5864 driver") Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-of...
static int io_provide_buffers(struct io_kiocb *req, bool force_nonblock, struct io_comp_state *cs) { struct io_provide_buf *p = &req->pbuf; struct io_ring_ctx *ctx = req->ctx; struct io_buffer *head, *list; int ret = 0; io_ring_submit_lock(ctx, !force_nonblock); lockdep_assert_held(&ctx->uring_lock); ...
0
[]
linux
0f2122045b946241a9e549c2a76cea54fa58a7ff
216,123,479,791,478,360,000,000,000,000,000,000,000
33
io_uring: don't rely on weak ->files references Grab actual references to the files_struct. To avoid circular references issues due to this, we add a per-task note that keeps track of what io_uring contexts a task has used. When the tasks execs or exits its assigned files, we cancel requests based on this tracking. W...
WaitXLogInsertionsToFinish(XLogRecPtr upto) { uint64 bytepos; XLogRecPtr reservedUpto; XLogRecPtr finishedUpto; volatile XLogCtlInsert *Insert = &XLogCtl->Insert; int i; if (MyProc == NULL) elog(PANIC, "cannot wait without a PGPROC structure"); /* Read the current insert position */ SpinLockAcquire(&Inse...
0
[ "CWE-119" ]
postgres
01824385aead50e557ca1af28640460fa9877d51
164,859,187,285,876,640,000,000,000,000,000,000,000
110
Prevent potential overruns of fixed-size buffers. Coverity identified a number of places in which it couldn't prove that a string being copied into a fixed-size buffer would fit. We believe that most, perhaps all of these are in fact safe, or are copying data that is coming from a trusted source so that any overrun i...
method_encode_signature (MonoDynamicImage *assembly, MonoMethodSignature *sig) { SigBuffer buf; int i; guint32 nparams = sig->param_count; guint32 idx; if (!assembly->save) return 0; sigbuffer_init (&buf, 32); /* * FIXME: vararg, explicit_this, differenc call_conv values... */ idx = sig->call_conventio...
0
[ "CWE-20" ]
mono
4905ef1130feb26c3150b28b97e4a96752e0d399
230,213,453,851,398,220,000,000,000,000,000,000,000
33
Handle invalid instantiation of generic methods. * verify.c: Add new function to internal verifier API to check method instantiations. * reflection.c (mono_reflection_bind_generic_method_parameters): Check the instantiation before returning it. Fixes #655847
void Sys_ListFilteredFiles( const char *basedir, char *subdirs, char *filter, char **list, int *numfiles ) { char search[MAX_OSPATH], newsubdirs[MAX_OSPATH]; char filename[MAX_OSPATH]; DIR *fdir; struct dirent *d; struct stat st; if ( *numfiles >= MAX_FOUND_FILES - 1 ) { return; ...
0
[ "CWE-59" ]
ioq3
b5acc31a4da72cc3a4a6d88facb15b6214d745c6
28,449,981,580,445,120,000,000,000,000,000,000,000
51
CVE-2012-3345
int smb_vfs_call_unlink(struct vfs_handle_struct *handle, const struct smb_filename *smb_fname) { VFS_FIND(unlink); return handle->fns->unlink_fn(handle, smb_fname); }
0
[ "CWE-264" ]
samba
4278ef25f64d5fdbf432ff1534e275416ec9561e
259,949,875,464,076,350,000,000,000,000,000,000,000
6
CVE-2015-5252: s3: smbd: Fix symlink verification (file access outside the share). Ensure matching component ends in '/' or '\0'. BUG: https://bugzilla.samba.org/show_bug.cgi?id=11395 Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
static void f_midi_in_trigger(struct snd_rawmidi_substream *substream, int up) { struct f_midi *midi = substream->rmidi->private_data; if (substream->number >= midi->in_ports) return; VDBG(midi, "%s() %d\n", __func__, up); midi->in_ports_array[substream->number].active = up; if (up) tasklet_hi_schedule(&midi...
0
[ "CWE-415" ]
linux
7fafcfdf6377b18b2a726ea554d6e593ba44349f
225,509,521,791,684,930,000,000,000,000,000,000,000
12
USB: gadget: f_midi: fixing a possible double-free in f_midi It looks like there is a possibility of a double-free vulnerability on an error path of the f_midi_set_alt function in the f_midi driver. If the path is feasible then free_ep_req gets called twice: req->complete = f_midi_complete; err = us...
static int dnxhd_find_frame_end(DNXHDParserContext *dctx, const uint8_t *buf, int buf_size) { ParseContext *pc = &dctx->pc; uint64_t state = pc->state64; int pic_found = pc->frame_start_found; int i = 0; if (!pic_found) { for (i = 0; i < buf_size; i++) { ...
0
[ "CWE-476" ]
FFmpeg
0a709e2a10b8288a0cc383547924ecfe285cef89
297,901,019,084,652,400,000,000,000,000,000,000,000
76
avcodec/dnxhd_parser: Do not return invalid value from dnxhd_find_frame_end() on error Fixes: Null pointer dereference Fixes: CVE-2017-9608 Found-by: Yihan Lian Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> (cherry picked from commit 611b35627488a8d0763e75c25ee0875c5b7987dd) Signed-off-by: Michael Niede...
static int dccp_setsockopt_ccid(struct sock *sk, int type, char __user *optval, unsigned int optlen) { u8 *val; int rc = 0; if (optlen < 1 || optlen > DCCP_FEAT_MAX_SP_VALS) return -EINVAL; val = memdup_user(optval, optlen); if (IS_ERR(val)) return PTR_ERR(val); lock_sock(sk); if (type == DCCP_SOCKOPT...
0
[ "CWE-416" ]
linux
69c64866ce072dea1d1e59a0d61e0f66c0dffb76
224,556,977,718,610,680,000,000,000,000,000,000,000
24
dccp: CVE-2017-8824: use-after-free in DCCP code Whenever the sock object is in DCCP_CLOSED state, dccp_disconnect() must free dccps_hc_tx_ccid and dccps_hc_rx_ccid and set to NULL. Signed-off-by: Mohamed Ghannam <simo.ghannam@gmail.com> Reviewed-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <...
static inline void trace_create_eval_file(struct dentry *d_tracer) { }
0
[ "CWE-415" ]
linux
4397f04575c44e1440ec2e49b6302785c95fd2f8
230,201,478,444,164,900,000,000,000,000,000,000,000
1
tracing: Fix possible double free on failure of allocating trace buffer Jing Xia and Chunyan Zhang reported that on failing to allocate part of the tracing buffer, memory is freed, but the pointers that point to them are not initialized back to NULL, and later paths may try to free the freed memory again. Jing and Chu...
void Http2IntegrationTest::simultaneousRequest(int32_t request1_bytes, int32_t request2_bytes) { FakeHttpConnectionPtr fake_upstream_connection1; FakeHttpConnectionPtr fake_upstream_connection2; Http::RequestEncoder* encoder1; Http::RequestEncoder* encoder2; FakeStreamPtr upstream_request1; FakeStreamPtr up...
0
[ "CWE-400" ]
envoy
0e49a495826ea9e29134c1bd54fdeb31a034f40c
83,794,966,563,988,940,000,000,000,000,000,000,000
68
http/2: add stats and stream flush timeout (#139) This commit adds a new stream flush timeout to guard against a remote server that does not open window once an entire stream has been buffered for flushing. Additional stats have also been added to better understand the codecs view of active streams as well as amount o...
int hfsplus_cat_case_cmp_key(const hfsplus_btree_key *k1, const hfsplus_btree_key *k2) { __be32 k1p, k2p; k1p = k1->cat.parent; k2p = k2->cat.parent; if (k1p != k2p) return be32_to_cpu(k1p) < be32_to_cpu(k2p) ? -1 : 1; return hfsplus_strcasecmp(&k1->cat.name, &k2->cat.name); }
0
[ "CWE-119" ]
linux-2.6
efc7ffcb4237f8cb9938909041c4ed38f6e1bf40
277,439,996,094,613,050,000,000,000,000,000,000,000
12
hfsplus: fix Buffer overflow with a corrupted image When an hfsplus image gets corrupted it might happen that the catalog namelength field gets b0rked. If we mount such an image the memcpy() in hfsplus_cat_build_key_uni() writes more than the 255 that fit in the name field. Depending on the size of the overwritten d...
static int listen_stop(struct iwch_listen_ep *ep) { struct sk_buff *skb; struct cpl_close_listserv_req *req; PDBG("%s ep %p\n", __func__, ep); skb = get_skb(NULL, sizeof(*req), GFP_KERNEL); if (!skb) { printk(KERN_ERR MOD "%s - failed to alloc skb\n", __func__); return -ENOMEM; } req = (struct cpl_close_lis...
0
[ "CWE-703" ]
linux
67f1aee6f45059fd6b0f5b0ecb2c97ad0451f6b3
189,803,894,093,868,800,000,000,000,000,000,000,000
18
iw_cxgb3: Fix incorrectly returning error on success The cxgb3_*_send() functions return NET_XMIT_ values, which are positive integers values. So don't treat positive return values as an error. Signed-off-by: Steve Wise <swise@opengridcomputing.com> Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com> Signed-off...
static inline int node_match(struct page *page, int node) { #ifdef CONFIG_NUMA if (node != NUMA_NO_NODE && page_to_nid(page) != node) return 0; #endif return 1; }
0
[]
linux
fd4d9c7d0c71866ec0c2825189ebd2ce35bd95b8
318,225,718,203,498,000,000,000,000,000,000,000,000
8
mm: slub: add missing TID bump in kmem_cache_alloc_bulk() When kmem_cache_alloc_bulk() attempts to allocate N objects from a percpu freelist of length M, and N > M > 0, it will first remove the M elements from the percpu freelist, then call ___slab_alloc() to allocate the next element and repopulate the percpu freelis...
void esp_command_complete(SCSIRequest *req, uint32_t status, size_t resid) { ESPState *s = req->hba_private; trace_esp_command_complete(); if (s->ti_size != 0) { trace_esp_command_complete_unexpected(); } s->ti_size = 0; s->dma_left = 0; s->async_len...
0
[ "CWE-787" ]
qemu
926cde5f3e4d2504ed161ed0cb771ac7cad6fd11
288,857,979,771,492,600,000,000,000,000,000,000,000
24
scsi: esp: make cmdbuf big enough for maximum CDB size While doing DMA read into ESP command buffer 's->cmdbuf', it could write past the 's->cmdbuf' area, if it was transferring more than 16 bytes. Increase the command buffer size to 32, which is maximum when 's->do_cmd' is set, and add a check on 'len' to avoid OOB ...
static int __init crypto_algapi_init(void) { crypto_init_proc(); return 0; }
0
[ "CWE-284", "CWE-264", "CWE-269" ]
linux
4943ba16bbc2db05115707b3ff7b4874e9e3c560
243,021,092,375,900,020,000,000,000,000,000,000,000
5
crypto: include crypto- module prefix in template This adds the module loading prefix "crypto-" to the template lookup as well. For example, attempting to load 'vfat(blowfish)' via AF_ALG now correctly includes the "crypto-" prefix at every level, correctly rejecting "vfat": net-pf-38 algif-hash crypto-vfat(blowf...
static void trace_cachehdr(const char *name, const char *contents, const char *raw, void *rock) { struct buf *buf = (struct buf *) rock; const char **hdr, *sensitive[] = { "authorization", "cookie", "proxy-authorization", NULL }; /* Ignore private headers in our cache */ if (name[0] == ':') ret...
0
[]
cyrus-imapd
602f12ed2af0a49ac4a58affbfea57d0fc23dea5
71,008,762,321,366,100,000,000,000,000,000,000,000
17
httpd.c: only allow reuse of auth creds on a persistent connection against a backend server in a Murder
void lftp_ssl_gnutls_instance::LoadCA() { // free CA first for(unsigned i=0; i<ca_list_size; i++) gnutls_x509_crt_deinit(ca_list[i]); xfree(ca_list); ca_list=0; ca_list_size=0; const char *ca_file=ResMgr::Query("ssl:ca-file",0); if(!ca_file || !ca_file[0]) return; gnutls_datum_t ca...
0
[ "CWE-310" ]
lftp
6357bed2583171b7515af6bb6585cf56d2117e3f
212,405,306,417,316,050,000,000,000,000,000,000,000
38
use hostmatch function from latest curl (addresses CVE-2014-0139)
TEST_F(RouterTest, UpdateServerNameFilterStateWithHostHeaderOverride) { auto dummy_option = absl::make_optional<envoy::config::core::v3::UpstreamHttpProtocolOptions>(); dummy_option.value().set_auto_sni(true); dummy_option.value().set_override_auto_sni_header(":authority"); Http::TestRequestHeaderMapImpl heade...
0
[ "CWE-703" ]
envoy
f0bb2219112d8cdb4c4e8b346834f962925362ca
296,861,314,579,238,000,000,000,000,000,000,000,000
8
[1.20] CVE-2022-21655 Crash with direct_response Signed-off-by: Otto van der Schaaf <ovanders@redhat.com>
TEST_P(DownstreamProtocolIntegrationTest, MultipleContentLengthsAllowed) { config_helper_.addConfigModifier( [](envoy::extensions::filters::network::http_connection_manager::v3::HttpConnectionManager& hcm) -> void { hcm.mutable_http3_protocol_options() ->mutable_override_stream_...
0
[ "CWE-416" ]
envoy
148de954ed3585d8b4298b424aa24916d0de6136
228,550,426,001,507,400,000,000,000,000,000,000,000
36
CVE-2021-43825 Response filter manager crash Signed-off-by: Yan Avlasov <yavlasov@google.com>
void setup_new_exec(struct linux_binprm * bprm) { /* * Once here, prepare_binrpm() will not be called any more, so * the final state of setuid/setgid/fscaps can be merged into the * secureexec flag. */ bprm->secureexec |= bprm->cap_elevated; if (bprm->secureexec) { /* Make sure parent cannot signal privil...
1
[ "CWE-190" ]
linux
d1e7fd6462ca9fc76650fbe6ca800e35b24267da
176,408,342,417,676,840,000,000,000,000,000,000,000
55
signal: Extend exec_id to 64bits Replace the 32bit exec_id with a 64bit exec_id to make it impossible to wrap the exec_id counter. With care an attacker can cause exec_id wrap and send arbitrary signals to a newly exec'd parent. This bypasses the signal sending checks if the parent changes their credentials during e...
int n_ssl3_mac(SSL *ssl, SSL3_RECORD *rec, unsigned char *md, int send) { unsigned char *mac_sec, *seq; const EVP_MD_CTX *hash; unsigned char *p, rec_char; size_t md_size; int npad; int t; if (send) { mac_sec = &(ssl->s3->write_mac_secret[0]); seq = RECORD_LAYER_get_write_se...
0
[ "CWE-20" ]
openssl
4ad93618d26a3ea23d36ad5498ff4f59eff3a4d2
234,542,922,301,537,600,000,000,000,000,000,000,000
96
Don't change the state of the ETM flags until CCS processing Changing the ciphersuite during a renegotiation can result in a crash leading to a DoS attack. ETM has not been implemented in 1.1.0 for DTLS so this is TLS only. The problem is caused by changing the flag indicating whether to use ETM or not immediately on...
static u32 intel_lr_indirect_ctx_offset(const struct intel_engine_cs *engine) { u32 indirect_ctx_offset; switch (INTEL_GEN(engine->i915)) { default: MISSING_CASE(INTEL_GEN(engine->i915)); /* fall through */ case 12: indirect_ctx_offset = GEN12_CTX_RCS_INDIRECT_CTX_OFFSET_DEFAULT; break; case 11: indi...
0
[]
linux
bc8a76a152c5f9ef3b48104154a65a68a8b76946
236,671,334,119,639,850,000,000,000,000,000,000,000
32
drm/i915/gen9: Clear residual context state on context switch Intel ID: PSIRT-TA-201910-001 CVEID: CVE-2019-14615 Intel GPU Hardware prior to Gen11 does not clear EU state during a context switch. This can result in information leakage between contexts. For Gen8 and Gen9, hardware provides a mechanism for fast clear...
GF_EXPORT Bool gf_isom_get_oinf_info(GF_ISOFile *file, u32 trackNumber, GF_OperatingPointsInformation **ptr) { u32 oref_track, def_index=0; GF_TrackBox *trak = gf_isom_get_track_from_file(file, trackNumber); if (!ptr) return GF_FALSE; oref_track=0; gf_isom_get_reference(file, trackNumber, GF_ISOM_REF_OREF, 1, &o...
0
[ "CWE-476" ]
gpac
ebfa346eff05049718f7b80041093b4c5581c24e
177,871,072,001,396,230,000,000,000,000,000,000,000
18
fixed #1706
static php_iconv_err_t _php_iconv_mime_decode(smart_str *pretval, const char *str, size_t str_nbytes, const char *enc, const char **next_pos, int mode) { php_iconv_err_t err = PHP_ICONV_ERR_SUCCESS; iconv_t cd = (iconv_t)(-1), cd_pl = (iconv_t)(-1); const char *p1; size_t str_left; unsigned int scan_stat = 0; c...
0
[ "CWE-125" ]
php-src
7cf7148a8f8f4f55fb04de2a517d740bb6253eac
218,325,121,010,366,500,000,000,000,000,000,000,000
551
Fix bug #78069 - Out-of-bounds read in iconv.c:_php_iconv_mime_decode() due to integer overflow
int dtls1_read_bytes(SSL *s, int type, int *recvd_type, unsigned char *buf, int len, int peek) { int al, i, j, ret; unsigned int n; SSL3_RECORD *rr; void (*cb) (const SSL *ssl, int type2, int val) = NULL; if (!SSL3_BUFFER_is_initialised(&s->rlayer.rbuf)) { /* Not initia...
0
[ "CWE-400" ]
openssl
af58be768ebb690f78530f796e92b8ae5c9a4401
135,866,899,596,665,300,000,000,000,000,000,000,000
593
Don't allow too many consecutive warning alerts Certain warning alerts are ignored if they are received. This can mean that no progress will be made if one peer continually sends those warning alerts. Implement a count so that we abort the connection if we receive too many. Issue reported by Shi Lei. Reviewed-by: Ri...
poly_contain(PG_FUNCTION_ARGS) { POLYGON *polya = PG_GETARG_POLYGON_P(0); POLYGON *polyb = PG_GETARG_POLYGON_P(1); bool result; /* * Quick check to see if bounding box is contained. */ if (polya->npts > 0 && polyb->npts > 0 && DatumGetBool(DirectFunctionCall2(box_contain, BoxPGetDatum(&pol...
0
[ "CWE-703", "CWE-189" ]
postgres
31400a673325147e1205326008e32135a78b4d8a
183,779,090,646,613,700,000,000,000,000,000,000,000
40
Predict integer overflow to avoid buffer overruns. Several functions, mostly type input functions, calculated an allocation size such that the calculation wrapped to a small positive value when arguments implied a sufficiently-large requirement. Writes past the end of the inadvertent small allocation followed shortly...
build_name( char * disk, char * exin, int verbose) { int n; int fd; char *filename = NULL; char *afilename = NULL; char *diskname; time_t curtime; char *dbgdir; char *e = NULL; DIR *d; struct dirent *entry; char *test_name; size_t match_len, d_name_len; c...
0
[ "CWE-264" ]
amanda
4bf5b9b356848da98560ffbb3a07a9cb5c4ea6d7
36,788,133,354,437,630,000,000,000,000,000,000,000
83
* Add a /etc/amanda-security.conf file git-svn-id: https://svn.code.sf.net/p/amanda/code/amanda/branches/3_3@6486 a8d146d6-cc15-0410-8900-af154a0219e0
PHP_FUNCTION(radius_put_vendor_int) { long type, vendor, val; radius_descriptor *raddesc; zval *z_radh; if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rlll", &z_radh, &vendor, &type, &val) == FAILURE) { return; } ZEND_FETCH_RESOURCE(raddesc, radius_descriptor *, &z_radh, -1, "rad_handle", le_radius);...
0
[ "CWE-119", "CWE-787" ]
php-radius
13c149b051f82b709e8d7cc32111e84b49d57234
135,048,244,969,382,670,000,000,000,000,000,000,000
19
Fix a security issue in radius_get_vendor_attr(). The underlying rad_get_vendor_attr() function assumed that it would always be given valid VSA data. Indeed, the buffer length wasn't even passed in; the assumption was that the length field within the VSA structure would be valid. This could result in denial of servic...
static int ctnetlink_del_expect(struct net *net, struct sock *ctnl, struct sk_buff *skb, const struct nlmsghdr *nlh, const struct nlattr * const cda[], struct netlink_ext_ack *extack) { struct nf_conntrack_expect *exp; struct nf_conntrack_tuple tuple; struct nfgenmsg *nfmsg = nlmsg_data(nlh); u_int8_t u...
0
[ "CWE-120" ]
linux
1cc5ef91d2ff94d2bf2de3b3585423e8a1051cb6
272,500,939,910,003,560,000,000,000,000,000,000,000
62
netfilter: ctnetlink: add a range check for l3/l4 protonum The indexes to the nf_nat_l[34]protos arrays come from userspace. So check the tuple's family, e.g. l3num, when creating the conntrack in order to prevent an OOB memory access during setup. Here is an example kernel panic on 4.14.180 when userspace passes in ...
static inline HashTable *spl_array_get_hash_table(spl_array_object* intern, int check_std_props TSRMLS_DC) { /* {{{ */ if ((intern->ar_flags & SPL_ARRAY_IS_SELF) != 0) { if (!intern->std.properties) { rebuild_object_properties(&intern->std); } return intern->std.properties; } else if ((intern->ar_flags & SPL...
0
[]
php-src
a374dfab567ff7f0ab0dc150f14cc891b0340b47
271,144,279,547,443,840,000,000,000,000,000,000,000
18
Fix bug #67492: unserialize() SPL ArrayObject / SPLObjectStorage Type Confusion
static double mp_ui2f(_cimg_math_parser& mp) { return (double)cimg::uint2float((unsigned int)_mp_arg(2)); }
0
[ "CWE-770" ]
cimg
619cb58dd90b4e03ac68286c70ed98acbefd1c90
258,487,666,573,800,520,000,000,000,000,000,000,000
3
CImg<>::load_bmp() and CImg<>::load_pandore(): Check that dimensions encoded in file does not exceed file size.
int ipv6_rcv_saddr_equal(const struct sock *sk, const struct sock *sk2) { const struct in6_addr *sk2_rcv_saddr6 = inet6_rcv_saddr(sk2); int sk2_ipv6only = inet_v6_ipv6only(sk2); int addr_type = ipv6_addr_type(&sk->sk_v6_rcv_saddr); int addr_type2 = sk2_rcv_saddr6 ? ipv6_addr_type(sk2_rcv_saddr6) : IPV6_ADDR_MAPPED;...
0
[ "CWE-416", "CWE-284", "CWE-264" ]
linux
45f6fad84cc305103b28d73482b344d7f5b76f39
18,821,063,721,354,828,000,000,000,000,000,000,000
27
ipv6: add complete rcu protection around np->opt This patch addresses multiple problems : UDP/RAW sendmsg() need to get a stable struct ipv6_txoptions while socket is not locked : Other threads can change np->opt concurrently. Dmitry posted a syzkaller (http://github.com/google/syzkaller) program desmonstrating use-a...
void __hci_req_clear_ext_adv_sets(struct hci_request *req) { hci_req_add(req, HCI_OP_LE_CLEAR_ADV_SETS, 0, NULL); }
0
[ "CWE-362" ]
linux
e2cb6b891ad2b8caa9131e3be70f45243df82a80
252,486,329,599,600,350,000,000,000,000,000,000,000
4
bluetooth: eliminate the potential race condition when removing the HCI controller There is a possible race condition vulnerability between issuing a HCI command and removing the cont. Specifically, functions hci_req_sync() and hci_dev_do_close() can race each other like below: thread-A in hci_req_sync() | th...
peer_stats ( sockaddr_u *srcadr, endpt *inter, struct req_pkt *inpkt ) { u_short items; size_t item_sz; char * datap; struct info_peer_list ipl; struct peer * pp; struct info_peer_stats *ip; sockaddr_u addr; DPRINTF(1, ("peer_stats: called\n")); items = INFO_NITEMS(inpkt->err_nitems); item_sz = IN...
0
[ "CWE-190" ]
ntp
c04c3d3d940dfe1a53132925c4f51aef017d2e0f
245,416,917,730,895,000,000,000,000,000,000,000,000
115
[TALOS-CAN-0052] crash by loop counter underrun.
static void handle_slab(unsigned long *n, struct kmem_cache *c, struct page *page) { void *p; int i, j; unsigned long v; if (n[0] == n[1]) return; for (i = 0, p = page->s_mem; i < c->num; i++, p += c->size) { bool active = true; for (j = page->active; j < c->num; j++) { if (get_free_obj(page, j) =...
0
[ "CWE-703" ]
linux
c4e490cf148e85ead0d1b1c2caaba833f1d5b29f
64,976,255,077,544,020,000,000,000,000,000,000,000
35
mm/slab.c: fix SLAB freelist randomization duplicate entries This patch fixes a bug in the freelist randomization code. When a high random number is used, the freelist will contain duplicate entries. It will result in different allocations sharing the same chunk. It will result in odd behaviours and crashes. It sh...
void blk_mq_free_queue(struct request_queue *q) { struct blk_mq_tag_set *set = q->tag_set; blk_mq_del_queue_tag_set(q); blk_mq_exit_hw_queues(q, set, set->nr_hw_queues); blk_mq_free_hw_queues(q, set); percpu_ref_exit(&q->mq_usage_counter); kfree(q->mq_map); q->mq_map = NULL; mutex_lock(&all_q_mutex); lis...
0
[ "CWE-362", "CWE-264" ]
linux
0048b4837affd153897ed1222283492070027aa9
327,364,074,706,720,700,000,000,000,000,000,000,000
19
blk-mq: fix race between timeout and freeing request Inside timeout handler, blk_mq_tag_to_rq() is called to retrieve the request from one tag. This way is obviously wrong because the request can be freed any time and some fiedds of the request can't be trusted, then kernel oops might be triggered[1]. Currently wrt. ...
PHP_FUNCTION(xml_error_string) { zend_long code; char *str; if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &code) == FAILURE) { return; } str = (char *)XML_ErrorString((int)code); if (str) { RETVAL_STRING(str); } }
0
[ "CWE-190" ]
php-src
57b997ebf99e0eb9a073e0dafd2ab100bd4a112d
291,069,507,774,435,770,000,000,000,000,000,000,000
14
Fix bug #71637: Multiple Heap Overflow due to integer overflows
unsigned gnutls_session_get_flags(gnutls_session_t session) { unsigned flags = 0; if (gnutls_safe_renegotiation_status(session)) flags |= GNUTLS_SFLAGS_SAFE_RENEGOTIATION; if (gnutls_session_ext_master_secret_status(session)) flags |= GNUTLS_SFLAGS_EXT_MASTER_SECRET; if (gnutls_session_etm_status(session)) f...
0
[ "CWE-400" ]
gnutls
1ffb827e45721ef56982d0ffd5c5de52376c428e
317,865,669,491,521,920,000,000,000,000,000,000,000
19
handshake: set a maximum number of warning messages that can be received per handshake That is to avoid DoS due to the assymetry of cost of sending an alert vs the cost of processing.
SPL_METHOD(Array, getArrayCopy) { zval *object = getThis(), *tmp; spl_array_object *intern = (spl_array_object*)zend_object_store_get_object(object TSRMLS_CC); array_init(return_value); zend_hash_copy(HASH_OF(return_value), spl_array_get_hash_table(intern, 0 TSRMLS_CC), (copy_ctor_func_t) zval_add_ref, &tmp...
1
[]
php-src
b7fa67742cd8d2b0ca0c0273b157f6ffee9ad6e2
80,587,265,305,199,390,000,000,000,000,000,000,000
8
Fix bug #70068 (Dangling pointer in the unserialization of ArrayObject items)