idx int64 | project string | commit_id string | project_url string | commit_url string | commit_message string | target int64 | func string | func_hash float64 | file_name string | file_hash float64 | cwe list | cve string | cve_desc string | nvd_url string |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
514,591 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | best_access_path(JOIN *join,
JOIN_TAB *s,
table_map remaining_tables,
const POSITION *join_positions,
uint idx,
bool disable_jbuf,
double record_count,
POSITION *pos,
... | 53,953,001,324,885,245,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,592 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | simplify_joins(JOIN *join, List<TABLE_LIST> *join_list, COND *conds, bool top,
bool in_sj)
{
TABLE_LIST *table;
NESTED_JOIN *nested_join;
TABLE_LIST *prev_table= 0;
List_iterator<TABLE_LIST> li(*join_list);
bool straight_join= MY_TEST(join->select_options & SELECT_STRAIGHT_JOIN);
DBUG_ENTER("... | 302,067,141,930,980,330,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,593 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | select_handler *SELECT_LEX::find_select_handler(THD *thd)
{
if (next_select())
return 0;
if (master_unit()->outer_select())
return 0;
for (TABLE_LIST *tbl= join->tables_list; tbl; tbl= tbl->next_global)
{
if (!tbl->table)
continue;
handlerton *ht= tbl->table->file->partition_ht();
if... | 149,568,370,781,045,380,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,594 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | void JOIN_TAB::build_range_rowid_filter_if_needed()
{
if (rowid_filter && !is_rowid_filter_built)
{
/**
The same handler object (table->file) is used to build a filter
and to perfom a primary table access (by the main query).
To estimate the time for filter building tracker should be changed
... | 22,019,026,442,919,385,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,595 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | bool handle_select(THD *thd, LEX *lex, select_result *result,
ulong setup_tables_done_option)
{
bool res;
SELECT_LEX *select_lex= lex->first_select_lex();
DBUG_ENTER("handle_select");
MYSQL_SELECT_START(thd->query());
if (select_lex->master_unit()->is_unit_op() ||
select_lex->master_... | 112,016,095,681,733,100,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,596 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | int JOIN::optimize_stage2()
{
ulonglong select_opts_for_readinfo;
uint no_jbuf_after;
JOIN_TAB *tab;
DBUG_ENTER("JOIN::optimize_stage2");
if (subq_exit_fl)
goto setup_subq_exit;
if (unlikely(thd->check_killed()))
DBUG_RETURN(1);
/* Generate an execution plan from the found optimal join order. *... | 173,696,499,259,996,820,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,597 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | evaluate_join_record(JOIN *join, JOIN_TAB *join_tab,
int error)
{
bool shortcut_for_distinct= join_tab->shortcut_for_distinct;
ha_rows found_records=join->found_records;
COND *select_cond= join_tab->select_cond;
bool select_cond_result= TRUE;
DBUG_ENTER("evaluate_join_record");
DBUG_PR... | 12,955,879,692,714,177,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,598 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | mysql_select(THD *thd,
TABLE_LIST *tables, uint wild_num, List<Item> &fields,
COND *conds, uint og_num, ORDER *order, ORDER *group,
Item *having, ORDER *proc_param, ulonglong select_options,
select_result *result, SELECT_LEX_UNIT *unit,
SELECT_LEX *select_lex)
{
int err= 0;
bool free_... | 278,823,680,019,026,900,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,599 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | optimize_cond(JOIN *join, COND *conds,
List<TABLE_LIST> *join_list, bool ignore_on_conds,
Item::cond_result *cond_value, COND_EQUAL **cond_equal,
int flags)
{
THD *thd= join->thd;
DBUG_ENTER("optimize_cond");
if (!conds)
{
*cond_value= Item::COND_TRUE;
if (!ign... | 196,506,162,065,199,160,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,600 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | bool Virtual_tmp_table::sp_set_all_fields_from_item(THD *thd, Item *value)
{
DBUG_ASSERT(value->is_fixed());
DBUG_ASSERT(value->cols() == s->fields);
for (uint i= 0; i < value->cols(); i++)
{
if (field[i]->sp_prepare_and_store_item(thd, value->addr(i)))
return true;
}
return false;
} | 184,861,316,318,777,900,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,601 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | double table_cond_selectivity(JOIN *join, uint idx, JOIN_TAB *s,
table_map rem_tables)
{
uint16 ref_keyuse_steps_buf[MAX_REF_PARTS];
uint ref_keyuse_size= MAX_REF_PARTS;
uint16 *ref_keyuse_steps= ref_keyuse_steps_buf;
Field *field;
TABLE *table= s->table;
MY_BITMAP *read_set=... | 24,991,472,115,651,120,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,602 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | void JOIN::join_free()
{
SELECT_LEX_UNIT *tmp_unit;
SELECT_LEX *sl;
/*
Optimization: if not EXPLAIN and we are done with the JOIN,
free all tables.
*/
bool full= !(select_lex->uncacheable) && !(thd->lex->describe);
bool can_unlock= full;
DBUG_ENTER("JOIN::join_free");
cleanup(full);
for (tm... | 99,257,011,326,530,380,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,603 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | static void trace_table_dependencies(THD *thd,
JOIN_TAB *join_tabs, uint table_count)
{
DBUG_ASSERT(thd->trace_started());
Json_writer_object trace_wrapper(thd);
Json_writer_array trace_dep(thd, "table_dependencies");
for (uint i= 0; i < table_count; i++)
{
TABLE_LIST... | 259,870,807,036,529,270,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,604 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | static int remove_dup_with_compare(THD *thd, TABLE *table, Field **first_field,
Item *having)
{
handler *file=table->file;
uchar *record=table->record[0];
int error;
DBUG_ENTER("remove_dup_with_compare");
if (unlikely(file->ha_rnd_init_with_error(1)))
DBUG_RETURN(1);
error= file->ha_rnd_next(re... | 82,069,150,586,876,860,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,605 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | void optimize_wo_join_buffering(JOIN *join, uint first_tab, uint last_tab,
table_map last_remaining_tables,
bool first_alt, uint no_jbuf_before,
double *outer_rec_count, double *reopt_cost)
{
double cost, rec_count;
ta... | 166,359,748,608,414,300,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,606 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | make_join_select(JOIN *join,SQL_SELECT *select,COND *cond)
{
THD *thd= join->thd;
DBUG_ENTER("make_join_select");
if (select)
{
add_not_null_conds(join);
table_map used_tables;
/*
Step #1: Extract constant condition
- Extract and check the constant part of the WHERE
- Extract co... | 34,209,144,376,231,706,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,607 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | JOIN::destroy()
{
DBUG_ENTER("JOIN::destroy");
DBUG_PRINT("info", ("select %p (%u) <> JOIN %p",
select_lex, select_lex->select_number, this));
select_lex->join= 0;
cond_equal= 0;
having_equal= 0;
cleanup(1);
if (join_tab)
{
for (JOIN_TAB *tab= first_linear_tab(this, WITH_BU... | 72,918,430,392,700,990,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,608 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | void calc_group_buffer(TMP_TABLE_PARAM *param, ORDER *group)
{
uint key_length=0, parts=0, null_parts=0;
for (; group ; group=group->next)
{
Item *group_item= *group->item;
Field *field= group_item->get_tmp_table_field();
if (field)
{
enum_field_types type;
if ((type= field->type()) =... | 183,880,915,796,757,980,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,609 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | create_internal_tmp_table_from_heap(THD *thd, TABLE *table,
TMP_ENGINE_COLUMNDEF *start_recinfo,
TMP_ENGINE_COLUMNDEF **recinfo,
int error,
bool ignore_last_dupp_key_error,
... | 38,739,804,121,100,230,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,610 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | is_indexed_agg_distinct(JOIN *join, List<Item_field> *out_args)
{
Item_sum **sum_item_ptr;
bool result= false;
if (join->table_count != 1 || /* reference more than 1 table */
join->select_distinct || /* or a DISTINCT */
join->select_lex->olap == ROLLUP_TYPE) /* Chec... | 99,207,769,238,028,780,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,611 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | bool Virtual_tmp_table::add(List<Spvar_definition> &field_list)
{
/* Create all fields and calculate the total length of record */
Spvar_definition *cdef; /* column definition */
List_iterator_fast<Spvar_definition> it(field_list);
DBUG_ENTER("Virtual_tmp_table::add");
while ((cdef= it++))
{
... | 24,344,015,762,299,830,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,612 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | Field *Item::tmp_table_field_from_field_type_maybe_null(TABLE *table,
Tmp_field_src *src,
const Tmp_field_param *param,
bool is_explicit_null)
{
/*
item->type() == CONST_ITEM exclude... | 93,481,778,374,838,700,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,613 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | create_distinct_group(THD *thd, Ref_ptr_array ref_pointer_array,
ORDER *order_list, List<Item> &fields,
List<Item> &all_fields,
bool *all_order_by_fields_used)
{
List_iterator<Item> li(fields);
Item *item;
Ref_ptr_array orig_ref_pointer_array= ref_pointer_array;... | 337,827,254,886,089,900,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,614 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | void JOIN::exec_inner()
{
List<Item> *columns_list= &fields_list;
DBUG_ENTER("JOIN::exec_inner");
DBUG_ASSERT(optimization_state == JOIN::OPTIMIZATION_DONE);
THD_STAGE_INFO(thd, stage_executing);
/*
Enable LIMIT ROWS EXAMINED during query execution if:
(1) This JOIN is the outermost query (not a sub... | 324,653,503,411,343,500,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,615 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | int SELECT_LEX::vers_setup_conds(THD *thd, TABLE_LIST *tables)
{
DBUG_ENTER("SELECT_LEX::vers_setup_conds");
const bool update_conds= !skip_setup_conds(thd);
if (!versioned_tables)
{
for (TABLE_LIST *table= tables; table; table= table->next_local)
{
if (table->table && table->table->versioned())
... | 86,147,952,258,885,930,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,616 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | bool vers_select_conds_t::init_from_sysvar(THD *thd)
{
vers_asof_timestamp_t &in= thd->variables.vers_asof_timestamp;
type= (vers_system_time_t) in.type;
delete_history= false;
start.unit= VERS_TIMESTAMP;
if (type != SYSTEM_TIME_UNSPECIFIED && type != SYSTEM_TIME_ALL)
{
DBUG_ASSERT(type == SYSTEM_TIME_A... | 94,231,939,530,675,550,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,617 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | change_to_use_tmp_fields(THD *thd, Ref_ptr_array ref_pointer_array,
List<Item> &res_selected_fields,
List<Item> &res_all_fields,
uint elements, List<Item> &all_fields)
{
List_iterator_fast<Item> it(all_fields);
Item *item_field,*item;
DBUG_ENTER("change_to_use_tmp_fields");
res_selected_fields.empt... | 78,793,045,333,024,800,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,618 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | count_field_types(SELECT_LEX *select_lex, TMP_TABLE_PARAM *param,
List<Item> &fields, bool reset_with_sum_func)
{
List_iterator<Item> li(fields);
Item *field;
param->field_count=param->sum_func_count=param->func_count=
param->hidden_field_count=0;
param->quick_group=1;
while ((field=li... | 247,993,473,153,943,160,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,619 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | AGGR_OP::end_send()
{
enum_nested_loop_state rc= NESTED_LOOP_OK;
TABLE *table= join_tab->table;
JOIN *join= join_tab->join;
// All records were stored, send them further
int tmp, new_errno= 0;
if ((rc= put_record(true)) < NESTED_LOOP_OK)
return rc;
if ((tmp= table->file->extra(HA_EXTRA_NO_CACHE)))
... | 299,601,559,694,769,250,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,620 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | void Item_result_field::get_tmp_field_src(Tmp_field_src *src,
const Tmp_field_param *param)
{
if (param->make_copy_field())
{
DBUG_ASSERT(result_field);
src->set_field(result_field);
}
else
{
src->set_item_result_field(this); // Save for copy_funcs
}
} | 210,093,558,680,374,500,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,621 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | JOIN::optimize_inner()
{
DBUG_ENTER("JOIN::optimize_inner");
subq_exit_fl= false;
do_send_rows = (unit->select_limit_cnt) ? 1 : 0;
DEBUG_SYNC(thd, "before_join_optimize");
THD_STAGE_INFO(thd, stage_optimizing);
set_allowed_join_cache_types();
need_distinct= TRUE;
Json_writer_object trace_wrapper(thd... | 103,411,508,829,801,460,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,622 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | Item_field::create_tmp_field_from_item_field(TABLE *new_table,
Item_ref *orig_item,
const Tmp_field_param *param)
{
DBUG_ASSERT(!is_result_field());
Field *result;
LEX_CSTRING *new_name= (orig_item ? &orig_item->name :
... | 30,650,095,799,838,030,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,623 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | Item_cond::remove_eq_conds(THD *thd, Item::cond_result *cond_value,
bool top_level_arg)
{
bool and_level= functype() == Item_func::COND_AND_FUNC;
List<Item> *cond_arg_list= argument_list();
if (and_level)
{
/*
Remove multiple equalities that became always true (e.g. after
... | 106,590,072,355,900,300,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,624 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | Field *Item_func_user_var::create_tmp_field_ex(TABLE *table,
Tmp_field_src *src,
const Tmp_field_param *param)
{
DBUG_ASSERT(is_result_field());
DBUG_ASSERT(type() != NULL_ITEM);
get_tmp_field_src(src, param);
Field *r... | 335,542,695,614,828,750,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,625 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | bool JOIN::build_explain()
{
DBUG_ENTER("JOIN::build_explain");
have_query_plan= QEP_AVAILABLE;
/*
explain data must be created on the Explain_query::mem_root. Because it's
just a memroot, not an arena, explain data must not contain any Items
*/
MEM_ROOT *old_mem_root= thd->mem_root;
Item *old_free... | 119,652,005,404,043,140,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,626 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | Field *Item_field::create_tmp_field_ex(TABLE *table,
Tmp_field_src *src,
const Tmp_field_param *param)
{
DBUG_ASSERT(!is_result_field());
Field *result;
src->set_field(field);
if (!(result= create_tmp_field_from_item_field(table, NULL... | 115,207,130,762,299,160,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,627 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | void vers_select_conds_t::print(String *str, enum_query_type query_type) const
{
switch (orig_type) {
case SYSTEM_TIME_UNSPECIFIED:
break;
case SYSTEM_TIME_AS_OF:
start.print(str, query_type, STRING_WITH_LEN(" FOR SYSTEM_TIME AS OF "));
break;
case SYSTEM_TIME_FROM_TO:
start.print(str, query_typ... | 133,923,552,996,718,300,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,628 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | create_tmp_table(THD *thd, TMP_TABLE_PARAM *param, List<Item> &fields,
ORDER *group, bool distinct, bool save_sum_fields,
ulonglong select_options, ha_rows rows_limit,
const LEX_CSTRING *table_alias, bool do_not_open,
bool keep_row_order)
{
MEM_ROOT *mem_root_save, own_root;
... | 229,128,674,013,915,360,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,629 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | JOIN::prepare(TABLE_LIST *tables_init,
uint wild_num, COND *conds_init, uint og_num,
ORDER *order_init, bool skip_order_by,
ORDER *group_init, Item *having_init,
ORDER *proc_param_init, SELECT_LEX *select_lex_arg,
SELECT_LEX_UNIT *unit_arg)
{
DBUG_ENTER("JOIN::prepare");
/... | 117,950,217,057,477,010,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,630 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | Field *Item_func_sp::create_tmp_field_ex(TABLE *table,
Tmp_field_src *src,
const Tmp_field_param *param)
{
Field *result;
get_tmp_field_src(src, param);
if ((result= sp_result_field->create_tmp_field(table->in_use->mem_root,
... | 94,898,569,870,486,230,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,631 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | JOIN_TAB::sort_table()
{
int rc;
DBUG_PRINT("info",("Sorting for index"));
THD_STAGE_INFO(join->thd, stage_creating_sort_index);
DBUG_ASSERT(join->ordered_index_usage != (filesort->order == join->order ?
JOIN::ordered_index_order_by :
... | 229,463,553,320,418,570,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,632 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | bool mysql_explain_union(THD *thd, SELECT_LEX_UNIT *unit, select_result *result)
{
DBUG_ENTER("mysql_explain_union");
bool res= 0;
SELECT_LEX *first= unit->first_select();
bool is_pushed_union= unit->derived && unit->derived->pushdown_derived;
for (SELECT_LEX *sl= first; sl; sl= sl->next_select())
{
sl... | 259,286,697,797,786,280,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,633 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | setup_group(THD *thd, Ref_ptr_array ref_pointer_array, TABLE_LIST *tables,
List<Item> &fields, List<Item> &all_fields, ORDER *order,
bool *hidden_group_fields, bool from_window_spec)
{
enum_parsing_place context_analysis_place=
thd->lex->current_select->context_analysis_place;
*hidden... | 137,637,663,881,271,690,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,634 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | static COND* substitute_for_best_equal_field(THD *thd, JOIN_TAB *context_tab,
COND *cond,
COND_EQUAL *cond_equal,
void *table_join_idx,
bool... | 10,954,268,511,022,592,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,635 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | choose_plan(JOIN *join, table_map join_tables)
{
uint search_depth= join->thd->variables.optimizer_search_depth;
uint prune_level= join->thd->variables.optimizer_prune_level;
uint use_cond_selectivity=
join->thd->variables.optimizer_use_condition_selectivity;
bool straight_join= MY_TEST(join->select_... | 282,471,625,423,739,230,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,636 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | void propagate_new_equalities(THD *thd, Item *cond,
List<Item_equal> *new_equalities,
COND_EQUAL *inherited,
bool *is_simplifiable_cond)
{
if (cond->type() == Item::COND_ITEM)
{
bool and_level= ((Item_cond*) cond)->functyp... | 8,285,066,081,078,275,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,637 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | JOIN::create_postjoin_aggr_table(JOIN_TAB *tab, List<Item> *table_fields,
ORDER *table_group,
bool save_sum_fields,
bool distinct,
bool keep_row_order)
{
DBUG_ENTER("JOIN::create_postjoi... | 325,797,118,677,071,740,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,638 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | void st_select_lex::print(THD *thd, String *str, enum_query_type query_type)
{
DBUG_ASSERT(thd);
if (tvc)
{
tvc->print(thd, str, query_type);
return;
}
if ((query_type & QT_SHOW_SELECT_NUMBER) &&
thd->lex->all_selects_list &&
thd->lex->all_selects_list->link_next &&
select_number !... | 21,175,558,621,816,570,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,639 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | int join_init_read_record(JOIN_TAB *tab)
{
/*
Note: the query plan tree for the below operations is constructed in
save_agg_explain_data.
*/
if (tab->distinct && tab->remove_duplicates()) // Remove duplicates.
return 1;
tab->build_range_rowid_filter_if_needed();
if (tab->filesort && tab->sort_... | 270,286,060,035,729,670,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,640 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | make_join_statistics(JOIN *join, List<TABLE_LIST> &tables_list,
DYNAMIC_ARRAY *keyuse_array)
{
int error= 0;
TABLE *UNINIT_VAR(table); /* inited in all loops */
uint i,table_count,const_count,key;
table_map found_const_table_map, all_table_map;
key_map const_ref, eq_part;
bool has_expen... | 161,822,708,612,975,870,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,641 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | static void update_depend_map_for_order(JOIN *join, ORDER *order)
{
for (; order ; order=order->next)
{
table_map depend_map;
order->item[0]->update_used_tables();
order->depend_map=depend_map=order->item[0]->used_tables();
order->used= 0;
// Not item_sum(), RAND() and no reference to table outs... | 164,012,618,970,783,890,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,642 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | return_zero_rows(JOIN *join, select_result *result, List<TABLE_LIST> &tables,
List<Item> &fields, bool send_row, ulonglong select_options,
const char *info, Item *having, List<Item> &all_fields)
{
DBUG_ENTER("return_zero_rows");
if (select_options & SELECT_DESCRIBE)
{
select_describe(join, FALSE, FALSE... | 10,776,800,682,108,246,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,643 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | setup_copy_fields(THD *thd, TMP_TABLE_PARAM *param,
Ref_ptr_array ref_pointer_array,
List<Item> &res_selected_fields, List<Item> &res_all_fields,
uint elements, List<Item> &all_fields)
{
Item *pos;
List_iterator_fast<Item> li(all_fields);
Copy_field *copy= NULL;
Copy_field *copy_start __attribute__(... | 324,348,786,794,240,830,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,644 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | bool JOIN::make_range_rowid_filters()
{
DBUG_ENTER("make_range_rowid_filters");
/*
Do not build range filters with detected impossible WHERE.
Anyway conditions cannot be used anymore to extract ranges for filters.
*/
if (const_table_map != found_const_table_map)
DBUG_RETURN(0);
JOIN_TAB *tab;
... | 227,401,861,086,044,630,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,645 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | Field *Item_result_field::create_tmp_field_ex(TABLE *table,
Tmp_field_src *src,
const Tmp_field_param *param)
{
/*
Possible Item types:
- Item_cache_wrapper (only for CREATE..SELECT ?)
- Item_func
- Item_subse... | 200,391,615,161,884,100,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,646 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | bool instantiate_tmp_table(TABLE *table, KEY *keyinfo,
TMP_ENGINE_COLUMNDEF *start_recinfo,
TMP_ENGINE_COLUMNDEF **recinfo,
ulonglong options)
{
if (table->s->db_type() == TMP_ENGINE_HTON)
{
/*
If it is not heap (in-memory) ... | 13,362,581,809,116,440,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,647 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | ORDER *simple_remove_const(ORDER *order, COND *where)
{
if (!order || !where)
return order;
ORDER *first= NULL, *prev= NULL;
for (; order; order= order->next)
{
DBUG_ASSERT(!order->item[0]->with_sum_func()); // should never happen
if (!const_expression_in_where(where, order->item[0]))
{
i... | 223,317,820,971,367,000,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,648 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | int print_explain_message_line(select_result_sink *result,
uint8 options, bool is_analyze,
uint select_number,
const char *select_type,
ha_rows *rows,
const char *m... | 107,585,738,304,829,600,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,649 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | static bool add_ref_to_table_cond(THD *thd, JOIN_TAB *join_tab)
{
DBUG_ENTER("add_ref_to_table_cond");
if (!join_tab->ref.key_parts)
DBUG_RETURN(FALSE);
Item_cond_and *cond= new (thd->mem_root) Item_cond_and(thd);
TABLE *table=join_tab->table;
int error= 0;
if (!cond)
DBUG_RETURN(TRUE);
for (uin... | 245,702,459,363,383,820,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,650 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | static void select_describe(JOIN *join, bool need_tmp_table, bool need_order,
bool distinct,const char *message)
{
THD *thd=join->thd;
select_result *result=join->result;
DBUG_ENTER("select_describe");
if (join->select_lex->pushdown_select)
{
/*
The whole statement was pushed down to a Smart... | 49,009,405,335,262,040,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,651 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | bool JOIN::get_best_combination()
{
uint tablenr;
table_map used_tables;
JOIN_TAB *j;
KEYUSE *keyuse;
DBUG_ENTER("get_best_combination");
/*
Additional plan nodes for postjoin tmp tables:
1? + // For GROUP BY
1? + // For DISTINCT
1? + // For aggregation functions aggregated in outer ... | 261,033,870,510,737,850,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,652 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | int SELECT_LEX::period_setup_conds(THD *thd, TABLE_LIST *tables)
{
DBUG_ENTER("SELECT_LEX::period_setup_conds");
const bool update_conds= !skip_setup_conds(thd);
Query_arena backup;
Query_arena *arena= thd->activate_stmt_arena_if_needed(&backup);
DBUG_ASSERT(!tables->next_local && tables->table);
Item *r... | 260,502,159,346,468,600,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,653 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | int JOIN::save_explain_data_intern(Explain_query *output,
bool need_tmp_table_arg,
bool need_order_arg, bool distinct_arg,
const char *message)
{
JOIN *join= this; /* Legacy: this code used to be a non-member fu... | 70,874,472,618,907,230,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,654 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | Item_func_isnull::remove_eq_conds(THD *thd, Item::cond_result *cond_value,
bool top_level_arg)
{
Item *real_item= args[0]->real_item();
if (real_item->type() == Item::FIELD_ITEM)
{
Field *field= ((Item_field*) real_item)->field;
if ((field->flags & NOT_NULL_FLAG) &&
... | 83,384,341,883,602,270,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,655 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | bool JOIN::save_explain_data(Explain_query *output, bool can_overwrite,
bool need_tmp_table, bool need_order,
bool distinct)
{
DBUG_ENTER("JOIN::save_explain_data");
DBUG_PRINT("enter", ("Save explain Select_lex: %u (%p) parent lex: %p stmt_lex: %p prese... | 124,539,892,992,304,800,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,656 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | static void update_const_equal_items(THD *thd, COND *cond, JOIN_TAB *tab,
bool const_key)
{
if (!(cond->used_tables() & tab->table->map))
return;
if (cond->type() == Item::COND_ITEM)
{
List<Item> *cond_list= ((Item_cond*) cond)->argument_list();
List_iterator_fas... | 112,591,400,928,876,160,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,657 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | remove_const(JOIN *join,ORDER *first_order, COND *cond,
bool change_list, bool *simple_order)
{
*simple_order= join->rollup.state == ROLLUP::STATE_NONE;
if (join->only_const_tables())
return change_list ? 0 : first_order; // No need to sort
ORDER *order,**prev_ptr, *tmp_order;
table_map UNINI... | 159,166,807,778,794,100,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,658 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | test_if_quick_select(JOIN_TAB *tab)
{
DBUG_EXECUTE_IF("show_explain_probe_test_if_quick_select",
if (dbug_user_var_equals_int(tab->join->thd,
"show_explain_probe_select_id",
tab->join->select_lex->select... | 50,277,425,236,021,540,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,659 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | setup_tmp_table_column_bitmaps(TABLE *table, uchar *bitmaps, uint field_count)
{
uint bitmap_size= bitmap_buffer_size(field_count);
DBUG_ASSERT(table->s->virtual_fields == 0);
my_bitmap_init(&table->def_read_set, (my_bitmap_map*) bitmaps, field_count,
FALSE);
bitmaps+= bitmap_size;
my_bitmap_i... | 319,922,537,059,375,000,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,660 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | best_extension_by_limited_search(JOIN *join,
table_map remaining_tables,
uint idx,
double record_count,
double read_time,
uint search_... | 69,126,357,998,589,360,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,661 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | static ha_rows get_quick_record_count(THD *thd, SQL_SELECT *select,
TABLE *table,
const key_map *keys,ha_rows limit)
{
int error;
DBUG_ENTER("get_quick_record_count");
uchar buff[STACK_BUFF_ALLOC];
if (unlikely(check_stack_overrun(thd, STACK_MIN_SIZE, buff)))
DBUG_RETURN(0); ... | 121,401,119,219,533,970,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,662 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | bool JOIN::rollup_init()
{
uint i,j;
Item **ref_array;
tmp_table_param.quick_group= 0; // Can't create groups in tmp table
rollup.state= ROLLUP::STATE_INITED;
/*
Create pointers to the different sum function groups
These are updated by rollup_make_fields()
*/
tmp_table_param.group_parts= send_gr... | 165,649,438,591,044,970,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,663 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | test_if_skip_sort_order(JOIN_TAB *tab,ORDER *order,ha_rows select_limit,
bool no_changes, const key_map *map)
{
int ref_key;
uint UNINIT_VAR(ref_key_parts);
int order_direction= 0;
uint used_key_parts= 0;
TABLE *table=tab->table;
SQL_SELECT *select=tab->select;
key_map usable_keys;
QUICK_SELECT_I *sa... | 19,596,415,147,686,530,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,664 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | void JOIN::cleanup(bool full)
{
DBUG_ENTER("JOIN::cleanup");
DBUG_PRINT("enter", ("select: %d (%p) join: %p full: %u",
select_lex->select_number, select_lex, this,
(uint) full));
if (full)
have_query_plan= QEP_DELETED;
if (original_join_tab)
{
/* Free ... | 78,166,295,973,867,270,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,665 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | optimize_straight_join(JOIN *join, table_map join_tables)
{
JOIN_TAB *s;
uint idx= join->const_tables;
bool disable_jbuf= join->thd->variables.join_cache_level == 0;
double record_count= 1.0;
double read_time= 0.0;
uint use_cond_selectivity=
join->thd->variables.optimizer_use_condition_se... | 15,496,437,672,905,187,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,666 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | Field *Item_ref::create_tmp_field_ex(TABLE *table,
Tmp_field_src *src,
const Tmp_field_param *param)
{
Item *item= real_item();
DBUG_ASSERT(is_result_field());
if (item->type() == Item::FIELD_ITEM)
{
Field *result;
Item_field *fie... | 76,218,427,132,827,990,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,667 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | sub_select(JOIN *join,JOIN_TAB *join_tab,bool end_of_records)
{
DBUG_ENTER("sub_select");
if (join_tab->last_inner)
{
JOIN_TAB *last_inner_tab= join_tab->last_inner;
for (JOIN_TAB *jt= join_tab; jt <= last_inner_tab; jt++)
jt->table->null_row= 0;
}
else
join_tab->table->null_row=0;
if (... | 253,681,611,925,611,130,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,668 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | bool check_simple_equality(THD *thd, const Item::Context &ctx,
Item *left_item, Item *right_item,
COND_EQUAL *cond_equal)
{
Item *orig_left_item= left_item;
Item *orig_right_item= right_item;
if (left_item->type() == Item::REF_ITEM)
{
Item_ref::Ref_Type ... | 233,260,935,447,748,230,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,669 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | JOIN::init_range_rowid_filters()
{
DBUG_ENTER("init_range_rowid_filters");
JOIN_TAB *tab;
for (tab= first_linear_tab(this, WITH_BUSH_ROOTS, WITHOUT_CONST_TABLES);
tab;
tab= next_linear_tab(this, tab, WITH_BUSH_ROOTS))
{
if (!tab->rowid_filter)
continue;
if (tab->rowid_filter->get_c... | 299,351,374,042,006,500,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,670 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | int JOIN::optimize()
{
int res= 0;
create_explain_query_if_not_exists(thd->lex, thd->mem_root);
join_optimization_state init_state= optimization_state;
if (select_lex->pushdown_select)
{
if (!(select_options & SELECT_DESCRIBE))
{
/* Prepare to execute the query pushed into a foreign engine */
... | 47,138,793,127,694,970,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,671 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | static bool get_range_limit_read_cost(const JOIN_TAB *tab,
const TABLE *table,
ha_rows table_records,
uint keynr,
ha_rows rows_limit,
... | 304,743,507,168,918,480,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,672 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | int setup_order(THD *thd, Ref_ptr_array ref_pointer_array, TABLE_LIST *tables,
List<Item> &fields, List<Item> &all_fields, ORDER *order,
bool from_window_spec)
{
SELECT_LEX *select = thd->lex->current_select;
enum_parsing_place context_analysis_place=
thd->lex->... | 296,004,693,059,875,700,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,673 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | POSITION::POSITION()
{
table= 0;
records_read= cond_selectivity= read_time= 0.0;
prefix_record_count= 0.0;
key= 0;
use_join_buffer= 0;
sj_strategy= SJ_OPT_NONE;
n_sj_tables= 0;
spl_plan= 0;
range_rowid_filter_info= 0;
ref_depend_map= dups_producing_tables= 0;
inner_tables_handled_with_other_sjs= 0... | 58,902,898,781,301,500,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,674 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | Item* period_get_condition(THD *thd, TABLE_LIST *table, SELECT_LEX *select,
vers_select_conds_t *conds, bool timestamp)
{
DBUG_ASSERT(table);
DBUG_ASSERT(table->table);
#define newx new (thd->mem_root)
TABLE_SHARE *share= table->table->s;
const TABLE_SHARE::period_info_t *period= c... | 119,745,719,355,103,610,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,675 | server | 8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | https://github.com/MariaDB/server | https://github.com/MariaDB/server/commit/8c34eab9688b4face54f15f89f5d62bdfd93b8a7 | MDEV-28094 Window function in expression in ORDER BY
call item->split_sum_func() in setup_order() just as
it's done in setup_fields() | 0 | copy_fields(TMP_TABLE_PARAM *param)
{
Copy_field *ptr=param->copy_field;
Copy_field *end=param->copy_field_end;
DBUG_ASSERT((ptr != NULL && end >= ptr) || (ptr == NULL && end == NULL));
for (; ptr != end; ptr++)
(*ptr->do_copy)(ptr);
List_iterator_fast<Item> it(param->copy_funcs);
Item_copy *item;
... | 136,752,812,112,103,310,000,000,000,000,000,000,000 | None | null | [
"NVD-CWE-noinfo"
] | CVE-2022-27451 | MariaDB Server v10.9 and below was discovered to contain a segmentation fault via the component sql/field_conv.cc. | https://nvd.nist.gov/vuln/detail/CVE-2022-27451 |
514,676 | openssl | 2eda98790c5c2741d76d23cc1e74b0dc4f4b391a | https://github.com/openssl/openssl | https://github.com/openssl/openssl/commit/2eda98790c5c2741d76d23cc1e74b0dc4f4b391a | Fix OCSP_basic_verify signer certificate validation
The function `OCSP_basic_verify` validates the signer certificate on an OCSP
response. The internal function, ocsp_verify_signer, is responsible for this
and is expected to return a 0 value in the event of a failure to verify.
Unfortunately, due to a bug, it actually... | 0 | int OCSP_basic_verify(OCSP_BASICRESP *bs, STACK_OF(X509) *certs,
X509_STORE *st, unsigned long flags)
{
X509 *signer, *x;
STACK_OF(X509) *chain = NULL;
STACK_OF(X509) *untrusted = NULL;
int ret = ocsp_find_signer(&signer, bs, certs, flags);
if (ret == 0) {
ERR_raise(ER... | 89,020,879,369,655,130,000,000,000,000,000,000,000 | None | null | [
"CWE-703"
] | CVE-2022-1343 | The function `OCSP_basic_verify` verifies the signer certificate on an OCSP response. In the case where the (non-default) flag OCSP_NOCHECKS is used then the response will be positive (meaning a successful verification) even in the case where the response signing certificate fails to verify. It is anticipated that most... | https://nvd.nist.gov/vuln/detail/CVE-2022-1343 |
514,677 | openssl | 2eda98790c5c2741d76d23cc1e74b0dc4f4b391a | https://github.com/openssl/openssl | https://github.com/openssl/openssl/commit/2eda98790c5c2741d76d23cc1e74b0dc4f4b391a | Fix OCSP_basic_verify signer certificate validation
The function `OCSP_basic_verify` validates the signer certificate on an OCSP
response. The internal function, ocsp_verify_signer, is responsible for this
and is expected to return a 0 value in the event of a failure to verify.
Unfortunately, due to a bug, it actually... | 0 | static int ocsp_verify_signer(X509 *signer, int response,
X509_STORE *st, unsigned long flags,
STACK_OF(X509) *untrusted, STACK_OF(X509) **chain)
{
X509_STORE_CTX *ctx = X509_STORE_CTX_new();
X509_VERIFY_PARAM *vp;
int ret = -1;
if (ctx == NUL... | 216,092,094,613,497,180,000,000,000,000,000,000,000 | None | null | [
"CWE-703"
] | CVE-2022-1343 | The function `OCSP_basic_verify` verifies the signer certificate on an OCSP response. In the case where the (non-default) flag OCSP_NOCHECKS is used then the response will be positive (meaning a successful verification) even in the case where the response signing certificate fails to verify. It is anticipated that most... | https://nvd.nist.gov/vuln/detail/CVE-2022-1343 |
514,678 | openssl | 2eda98790c5c2741d76d23cc1e74b0dc4f4b391a | https://github.com/openssl/openssl | https://github.com/openssl/openssl/commit/2eda98790c5c2741d76d23cc1e74b0dc4f4b391a | Fix OCSP_basic_verify signer certificate validation
The function `OCSP_basic_verify` validates the signer certificate on an OCSP
response. The internal function, ocsp_verify_signer, is responsible for this
and is expected to return a 0 value in the event of a failure to verify.
Unfortunately, due to a bug, it actually... | 0 | static int ocsp_check_issuer(OCSP_BASICRESP *bs, STACK_OF(X509) *chain)
{
STACK_OF(OCSP_SINGLERESP) *sresp = bs->tbsResponseData.responses;
X509 *signer, *sca;
OCSP_CERTID *caid = NULL;
int ret;
if (sk_X509_num(chain) <= 0) {
ERR_raise(ERR_LIB_OCSP, OCSP_R_NO_CERTIFICATES_IN_CHAIN);
... | 47,363,048,868,913,660,000,000,000,000,000,000,000 | None | null | [
"CWE-703"
] | CVE-2022-1343 | The function `OCSP_basic_verify` verifies the signer certificate on an OCSP response. In the case where the (non-default) flag OCSP_NOCHECKS is used then the response will be positive (meaning a successful verification) even in the case where the response signing certificate fails to verify. It is anticipated that most... | https://nvd.nist.gov/vuln/detail/CVE-2022-1343 |
514,679 | openssl | 2eda98790c5c2741d76d23cc1e74b0dc4f4b391a | https://github.com/openssl/openssl | https://github.com/openssl/openssl/commit/2eda98790c5c2741d76d23cc1e74b0dc4f4b391a | Fix OCSP_basic_verify signer certificate validation
The function `OCSP_basic_verify` validates the signer certificate on an OCSP
response. The internal function, ocsp_verify_signer, is responsible for this
and is expected to return a 0 value in the event of a failure to verify.
Unfortunately, due to a bug, it actually... | 0 | static int ocsp_match_issuerid(X509 *cert, OCSP_CERTID *cid,
STACK_OF(OCSP_SINGLERESP) *sresp)
{
int ret = -1;
EVP_MD *dgst = NULL;
/* If only one ID to match then do it */
if (cid != NULL) {
char name[OSSL_MAX_NAME_SIZE];
const X509_NAME *iname;
i... | 196,542,236,886,168,270,000,000,000,000,000,000,000 | None | null | [
"CWE-703"
] | CVE-2022-1343 | The function `OCSP_basic_verify` verifies the signer certificate on an OCSP response. In the case where the (non-default) flag OCSP_NOCHECKS is used then the response will be positive (meaning a successful verification) even in the case where the response signing certificate fails to verify. It is anticipated that most... | https://nvd.nist.gov/vuln/detail/CVE-2022-1343 |
514,680 | openssl | 2eda98790c5c2741d76d23cc1e74b0dc4f4b391a | https://github.com/openssl/openssl | https://github.com/openssl/openssl/commit/2eda98790c5c2741d76d23cc1e74b0dc4f4b391a | Fix OCSP_basic_verify signer certificate validation
The function `OCSP_basic_verify` validates the signer certificate on an OCSP
response. The internal function, ocsp_verify_signer, is responsible for this
and is expected to return a 0 value in the event of a failure to verify.
Unfortunately, due to a bug, it actually... | 0 | int OCSP_resp_get0_signer(OCSP_BASICRESP *bs, X509 **signer,
STACK_OF(X509) *extra_certs)
{
return ocsp_find_signer(signer, bs, extra_certs, 0) > 0;
} | 234,507,876,751,741,940,000,000,000,000,000,000,000 | None | null | [
"CWE-703"
] | CVE-2022-1343 | The function `OCSP_basic_verify` verifies the signer certificate on an OCSP response. In the case where the (non-default) flag OCSP_NOCHECKS is used then the response will be positive (meaning a successful verification) even in the case where the response signing certificate fails to verify. It is anticipated that most... | https://nvd.nist.gov/vuln/detail/CVE-2022-1343 |
514,681 | openssl | 2eda98790c5c2741d76d23cc1e74b0dc4f4b391a | https://github.com/openssl/openssl | https://github.com/openssl/openssl/commit/2eda98790c5c2741d76d23cc1e74b0dc4f4b391a | Fix OCSP_basic_verify signer certificate validation
The function `OCSP_basic_verify` validates the signer certificate on an OCSP
response. The internal function, ocsp_verify_signer, is responsible for this
and is expected to return a 0 value in the event of a failure to verify.
Unfortunately, due to a bug, it actually... | 0 | static int ocsp_req_find_signer(X509 **psigner, OCSP_REQUEST *req,
const X509_NAME *nm, STACK_OF(X509) *certs,
unsigned long flags)
{
X509 *signer;
if ((flags & OCSP_NOINTERN) == 0) {
signer = X509_find_by_subject(req->optionalSignature->c... | 195,455,611,460,539,820,000,000,000,000,000,000,000 | None | null | [
"CWE-703"
] | CVE-2022-1343 | The function `OCSP_basic_verify` verifies the signer certificate on an OCSP response. In the case where the (non-default) flag OCSP_NOCHECKS is used then the response will be positive (meaning a successful verification) even in the case where the response signing certificate fails to verify. It is anticipated that most... | https://nvd.nist.gov/vuln/detail/CVE-2022-1343 |
514,682 | openssl | 2eda98790c5c2741d76d23cc1e74b0dc4f4b391a | https://github.com/openssl/openssl | https://github.com/openssl/openssl/commit/2eda98790c5c2741d76d23cc1e74b0dc4f4b391a | Fix OCSP_basic_verify signer certificate validation
The function `OCSP_basic_verify` validates the signer certificate on an OCSP
response. The internal function, ocsp_verify_signer, is responsible for this
and is expected to return a 0 value in the event of a failure to verify.
Unfortunately, due to a bug, it actually... | 0 | static int ocsp_verify(OCSP_REQUEST *req, OCSP_BASICRESP *bs,
X509 *signer, unsigned long flags)
{
EVP_PKEY *skey;
int ret = 1;
if ((flags & OCSP_NOSIGS) == 0) {
if ((skey = X509_get0_pubkey(signer)) == NULL) {
ERR_raise(ERR_LIB_OCSP, OCSP_R_NO_SIGNER_KEY);
... | 21,005,641,037,704,953,000,000,000,000,000,000,000 | None | null | [
"CWE-703"
] | CVE-2022-1343 | The function `OCSP_basic_verify` verifies the signer certificate on an OCSP response. In the case where the (non-default) flag OCSP_NOCHECKS is used then the response will be positive (meaning a successful verification) even in the case where the response signing certificate fails to verify. It is anticipated that most... | https://nvd.nist.gov/vuln/detail/CVE-2022-1343 |
514,683 | openssl | 2eda98790c5c2741d76d23cc1e74b0dc4f4b391a | https://github.com/openssl/openssl | https://github.com/openssl/openssl/commit/2eda98790c5c2741d76d23cc1e74b0dc4f4b391a | Fix OCSP_basic_verify signer certificate validation
The function `OCSP_basic_verify` validates the signer certificate on an OCSP
response. The internal function, ocsp_verify_signer, is responsible for this
and is expected to return a 0 value in the event of a failure to verify.
Unfortunately, due to a bug, it actually... | 0 | int OCSP_request_verify(OCSP_REQUEST *req, STACK_OF(X509) *certs,
X509_STORE *store, unsigned long flags)
{
X509 *signer;
const X509_NAME *nm;
GENERAL_NAME *gen;
int ret;
if (!req->optionalSignature) {
ERR_raise(ERR_LIB_OCSP, OCSP_R_REQUEST_NOT_SIGNED);
retur... | 12,822,847,074,624,557,000,000,000,000,000,000,000 | None | null | [
"CWE-703"
] | CVE-2022-1343 | The function `OCSP_basic_verify` verifies the signer certificate on an OCSP response. In the case where the (non-default) flag OCSP_NOCHECKS is used then the response will be positive (meaning a successful verification) even in the case where the response signing certificate fails to verify. It is anticipated that most... | https://nvd.nist.gov/vuln/detail/CVE-2022-1343 |
514,684 | openssl | 2eda98790c5c2741d76d23cc1e74b0dc4f4b391a | https://github.com/openssl/openssl | https://github.com/openssl/openssl/commit/2eda98790c5c2741d76d23cc1e74b0dc4f4b391a | Fix OCSP_basic_verify signer certificate validation
The function `OCSP_basic_verify` validates the signer certificate on an OCSP
response. The internal function, ocsp_verify_signer, is responsible for this
and is expected to return a 0 value in the event of a failure to verify.
Unfortunately, due to a bug, it actually... | 0 | static int ocsp_check_delegated(X509 *x)
{
if ((X509_get_extension_flags(x) & EXFLAG_XKUSAGE)
&& (X509_get_extended_key_usage(x) & XKU_OCSP_SIGN))
return 1;
ERR_raise(ERR_LIB_OCSP, OCSP_R_MISSING_OCSPSIGNING_USAGE);
return 0;
} | 227,223,614,765,889,000,000,000,000,000,000,000,000 | None | null | [
"CWE-703"
] | CVE-2022-1343 | The function `OCSP_basic_verify` verifies the signer certificate on an OCSP response. In the case where the (non-default) flag OCSP_NOCHECKS is used then the response will be positive (meaning a successful verification) even in the case where the response signing certificate fails to verify. It is anticipated that most... | https://nvd.nist.gov/vuln/detail/CVE-2022-1343 |
514,685 | openssl | 2eda98790c5c2741d76d23cc1e74b0dc4f4b391a | https://github.com/openssl/openssl | https://github.com/openssl/openssl/commit/2eda98790c5c2741d76d23cc1e74b0dc4f4b391a | Fix OCSP_basic_verify signer certificate validation
The function `OCSP_basic_verify` validates the signer certificate on an OCSP
response. The internal function, ocsp_verify_signer, is responsible for this
and is expected to return a 0 value in the event of a failure to verify.
Unfortunately, due to a bug, it actually... | 0 | static int ocsp_check_ids(STACK_OF(OCSP_SINGLERESP) *sresp, OCSP_CERTID **ret)
{
OCSP_CERTID *tmpid, *cid;
int i, idcount;
idcount = sk_OCSP_SINGLERESP_num(sresp);
if (idcount <= 0) {
ERR_raise(ERR_LIB_OCSP, OCSP_R_RESPONSE_CONTAINS_NO_REVOCATION_DATA);
return -1;
}
cid = sk_OC... | 263,802,503,276,558,540,000,000,000,000,000,000,000 | None | null | [
"CWE-703"
] | CVE-2022-1343 | The function `OCSP_basic_verify` verifies the signer certificate on an OCSP response. In the case where the (non-default) flag OCSP_NOCHECKS is used then the response will be positive (meaning a successful verification) even in the case where the response signing certificate fails to verify. It is anticipated that most... | https://nvd.nist.gov/vuln/detail/CVE-2022-1343 |
514,686 | openssl | 2eda98790c5c2741d76d23cc1e74b0dc4f4b391a | https://github.com/openssl/openssl | https://github.com/openssl/openssl/commit/2eda98790c5c2741d76d23cc1e74b0dc4f4b391a | Fix OCSP_basic_verify signer certificate validation
The function `OCSP_basic_verify` validates the signer certificate on an OCSP
response. The internal function, ocsp_verify_signer, is responsible for this
and is expected to return a 0 value in the event of a failure to verify.
Unfortunately, due to a bug, it actually... | 0 | static int ocsp_find_signer(X509 **psigner, OCSP_BASICRESP *bs,
STACK_OF(X509) *certs, unsigned long flags)
{
X509 *signer;
OCSP_RESPID *rid = &bs->tbsResponseData.responderId;
if ((signer = ocsp_find_signer_sk(certs, rid)) != NULL) {
*psigner = signer;
return 2;... | 26,851,535,833,855,527,000,000,000,000,000,000,000 | None | null | [
"CWE-703"
] | CVE-2022-1343 | The function `OCSP_basic_verify` verifies the signer certificate on an OCSP response. In the case where the (non-default) flag OCSP_NOCHECKS is used then the response will be positive (meaning a successful verification) even in the case where the response signing certificate fails to verify. It is anticipated that most... | https://nvd.nist.gov/vuln/detail/CVE-2022-1343 |
514,687 | openssl | 2eda98790c5c2741d76d23cc1e74b0dc4f4b391a | https://github.com/openssl/openssl | https://github.com/openssl/openssl/commit/2eda98790c5c2741d76d23cc1e74b0dc4f4b391a | Fix OCSP_basic_verify signer certificate validation
The function `OCSP_basic_verify` validates the signer certificate on an OCSP
response. The internal function, ocsp_verify_signer, is responsible for this
and is expected to return a 0 value in the event of a failure to verify.
Unfortunately, due to a bug, it actually... | 0 | static X509 *ocsp_find_signer_sk(STACK_OF(X509) *certs, OCSP_RESPID *id)
{
int i, r;
unsigned char tmphash[SHA_DIGEST_LENGTH], *keyhash;
EVP_MD *md;
X509 *x;
/* Easy if lookup by name */
if (id->type == V_OCSP_RESPID_NAME)
return X509_find_by_subject(certs, id->value.byName);
/* Lo... | 223,943,957,875,771,570,000,000,000,000,000,000,000 | None | null | [
"CWE-703"
] | CVE-2022-1343 | The function `OCSP_basic_verify` verifies the signer certificate on an OCSP response. In the case where the (non-default) flag OCSP_NOCHECKS is used then the response will be positive (meaning a successful verification) even in the case where the response signing certificate fails to verify. It is anticipated that most... | https://nvd.nist.gov/vuln/detail/CVE-2022-1343 |
514,688 | openssl | 7d56a74a96828985db7354a55227a511615f732b | https://github.com/openssl/openssl | https://github.com/openssl/openssl/commit/7d56a74a96828985db7354a55227a511615f732b | Fix the RC4-MD5 cipher
A copy&paste error meant that the RC4-MD5 cipher (used in TLS) used the TLS
AAD data as the MAC key.
CVE-2022-1434
Fixes #18112
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Matt Caswell <matt@openssl.org> | 0 | static int rc4_hmac_md5_einit(void *ctx, const unsigned char *key,
size_t keylen, const unsigned char *iv,
size_t ivlen, const OSSL_PARAM params[])
{
if (!ossl_cipher_generic_einit(ctx, key, keylen, iv, ivlen, NULL))
return 0;
return rc4_hmac_m... | 241,380,813,529,587,280,000,000,000,000,000,000,000 | None | null | [] | CVE-2022-1434 | The OpenSSL 3.0 implementation of the RC4-MD5 ciphersuite incorrectly uses the AAD data as the MAC key. This makes the MAC key trivially predictable. An attacker could exploit this issue by performing a man-in-the-middle attack to modify data being sent from one endpoint to an OpenSSL 3.0 recipient such that the modifi... | https://nvd.nist.gov/vuln/detail/CVE-2022-1434 |
514,689 | openssl | 7d56a74a96828985db7354a55227a511615f732b | https://github.com/openssl/openssl | https://github.com/openssl/openssl/commit/7d56a74a96828985db7354a55227a511615f732b | Fix the RC4-MD5 cipher
A copy&paste error meant that the RC4-MD5 cipher (used in TLS) used the TLS
AAD data as the MAC key.
CVE-2022-1434
Fixes #18112
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Matt Caswell <matt@openssl.org> | 0 | const OSSL_PARAM *rc4_hmac_md5_settable_ctx_params(ossl_unused void *cctx,
ossl_unused void *provctx)
{
return rc4_hmac_md5_known_settable_ctx_params;
} | 151,368,519,903,882,160,000,000,000,000,000,000,000 | None | null | [] | CVE-2022-1434 | The OpenSSL 3.0 implementation of the RC4-MD5 ciphersuite incorrectly uses the AAD data as the MAC key. This makes the MAC key trivially predictable. An attacker could exploit this issue by performing a man-in-the-middle attack to modify data being sent from one endpoint to an OpenSSL 3.0 recipient such that the modifi... | https://nvd.nist.gov/vuln/detail/CVE-2022-1434 |
514,690 | openssl | 7d56a74a96828985db7354a55227a511615f732b | https://github.com/openssl/openssl | https://github.com/openssl/openssl/commit/7d56a74a96828985db7354a55227a511615f732b | Fix the RC4-MD5 cipher
A copy&paste error meant that the RC4-MD5 cipher (used in TLS) used the TLS
AAD data as the MAC key.
CVE-2022-1434
Fixes #18112
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Matt Caswell <matt@openssl.org> | 0 | static void *rc4_hmac_md5_newctx(void *provctx)
{
PROV_RC4_HMAC_MD5_CTX *ctx;
if (!ossl_prov_is_running())
return NULL;
ctx = OPENSSL_zalloc(sizeof(*ctx));
if (ctx != NULL)
ossl_cipher_generic_initkey(ctx, RC4_HMAC_MD5_KEY_BITS,
RC4_HMAC_MD5_BLOCK_BI... | 80,813,274,590,682,220,000,000,000,000,000,000,000 | None | null | [] | CVE-2022-1434 | The OpenSSL 3.0 implementation of the RC4-MD5 ciphersuite incorrectly uses the AAD data as the MAC key. This makes the MAC key trivially predictable. An attacker could exploit this issue by performing a man-in-the-middle attack to modify data being sent from one endpoint to an OpenSSL 3.0 recipient such that the modifi... | https://nvd.nist.gov/vuln/detail/CVE-2022-1434 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.