From f7be4966201d813c466e40ef846ba331a1042902 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Thu, 23 Jun 2022 16:38:19 +0000 Subject: [PATCH] Commit new App releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/hedgedoc/4.0.0/CHANGELOG.md | 99 + stable/hedgedoc/4.0.0/CONFIG.md | 7 + stable/hedgedoc/4.0.0/Chart.lock | 9 + stable/hedgedoc/4.0.0/Chart.yaml | 31 + stable/hedgedoc/4.0.0/README.md | 38 + stable/hedgedoc/4.0.0/app-readme.md | 3 + .../hedgedoc/4.0.0/charts/common-10.1.1.tgz | Bin 0 -> 46929 bytes .../4.0.0/charts/postgresql-8.0.13.tgz | Bin 0 -> 76659 bytes stable/hedgedoc/4.0.0/helm-values.md | 37 + stable/hedgedoc/4.0.0/ix_values.yaml | 141 + stable/hedgedoc/4.0.0/questions.yaml | 3262 +++++++++++++++++ stable/hedgedoc/4.0.0/security.md | 531 +++ stable/hedgedoc/4.0.0/templates/_secrets.tpl | 20 + stable/hedgedoc/4.0.0/templates/common.yaml | 8 + stable/hedgedoc/4.0.0/values.yaml | 0 15 files changed, 4186 insertions(+) create mode 100644 stable/hedgedoc/4.0.0/CHANGELOG.md create mode 100644 stable/hedgedoc/4.0.0/CONFIG.md create mode 100644 stable/hedgedoc/4.0.0/Chart.lock create mode 100644 stable/hedgedoc/4.0.0/Chart.yaml create mode 100644 stable/hedgedoc/4.0.0/README.md create mode 100644 stable/hedgedoc/4.0.0/app-readme.md create mode 100644 stable/hedgedoc/4.0.0/charts/common-10.1.1.tgz create mode 100644 stable/hedgedoc/4.0.0/charts/postgresql-8.0.13.tgz create mode 100644 stable/hedgedoc/4.0.0/helm-values.md create mode 100644 stable/hedgedoc/4.0.0/ix_values.yaml create mode 100644 stable/hedgedoc/4.0.0/questions.yaml create mode 100644 stable/hedgedoc/4.0.0/security.md create mode 100644 stable/hedgedoc/4.0.0/templates/_secrets.tpl create mode 100644 stable/hedgedoc/4.0.0/templates/common.yaml create mode 100644 stable/hedgedoc/4.0.0/values.yaml diff --git a/stable/hedgedoc/4.0.0/CHANGELOG.md b/stable/hedgedoc/4.0.0/CHANGELOG.md new file mode 100644 index 00000000000..fbf8b4b0061 --- /dev/null +++ b/stable/hedgedoc/4.0.0/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog
+ + + +### [hedgedoc-4.0.0](https://github.com/truecharts/apps/compare/hedgedoc-3.0.5...hedgedoc-4.0.0) (2022-06-23) + +#### Feat + +* BREAKING CHANGE switch to official image ([#2958](https://github.com/truecharts/apps/issues/2958)) + + + + +### [hedgedoc-3.0.5](https://github.com/truecharts/apps/compare/hedgedoc-3.0.4...hedgedoc-3.0.5) (2022-06-22) + +#### Chore + +* update helm general non-major helm releases ([#2948](https://github.com/truecharts/apps/issues/2948)) + + + + +### [hedgedoc-3.0.4](https://github.com/truecharts/apps/compare/hedgedoc-3.0.3...hedgedoc-3.0.4) (2022-06-21) + +#### Chore + +* update helm general non-major helm releases ([#2943](https://github.com/truecharts/apps/issues/2943)) + + + + +### [hedgedoc-3.0.3](https://github.com/truecharts/apps/compare/hedgedoc-3.0.2...hedgedoc-3.0.3) (2022-06-14) + +#### Chore + +* update helm general non-major helm releases ([#2887](https://github.com/truecharts/apps/issues/2887)) + + + + +### [hedgedoc-3.0.2](https://github.com/truecharts/apps/compare/hedgedoc-3.0.1...hedgedoc-3.0.2) (2022-06-14) + +#### Chore + +* update helm general non-major helm releases ([#2886](https://github.com/truecharts/apps/issues/2886)) + + + + +### [hedgedoc-3.0.1](https://github.com/truecharts/apps/compare/hedgedoc-3.0.0...hedgedoc-3.0.1) (2022-06-11) + +#### Chore + +* update helm general non-major helm releases ([#2854](https://github.com/truecharts/apps/issues/2854)) + + + + +### [hedgedoc-3.0.0](https://github.com/truecharts/apps/compare/hedgedoc-2.0.1...hedgedoc-3.0.0) (2022-06-07) + +#### Chore + +* update helm general major helm releases ([#2804](https://github.com/truecharts/apps/issues/2804)) + +#### Fix + +* hotpatch to disable HPA and networkPolicy in SCALE interface, due to incompatible format. + + + + +### [hedgedoc-2.0.1](https://github.com/truecharts/apps/compare/hedgedoc-1.0.24...hedgedoc-2.0.1) (2022-06-07) + +#### Chore + +* Auto-update chart README [skip ci] +* update helm general non-major helm releases ([#2838](https://github.com/truecharts/apps/issues/2838)) + +#### Fix + +* remove malfunctioning SCALE migration script + +#### Refactor + +* BREAKING CHANGE ([#2836](https://github.com/truecharts/apps/issues/2836)) + + + + +### [hedgedoc-2.0.0](https://github.com/truecharts/apps/compare/hedgedoc-1.0.24...hedgedoc-2.0.0) (2022-06-07) + +#### Refactor + +* BREAKING CHANGE ([#2836](https://github.com/truecharts/apps/issues/2836)) + + + + +### [hedgedoc-1.0.24](https://github.com/truecharts/apps/compare/hedgedoc-1.0.23...hedgedoc-1.0.24) (2022-05-31) diff --git a/stable/hedgedoc/4.0.0/CONFIG.md b/stable/hedgedoc/4.0.0/CONFIG.md new file mode 100644 index 00000000000..c147b7c819c --- /dev/null +++ b/stable/hedgedoc/4.0.0/CONFIG.md @@ -0,0 +1,7 @@ +# Configuration Options + +##### Connecting to other apps +If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. + +##### Available config options +In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/stable/hedgedoc/4.0.0/Chart.lock b/stable/hedgedoc/4.0.0/Chart.lock new file mode 100644 index 00000000000..a85eaed5c19 --- /dev/null +++ b/stable/hedgedoc/4.0.0/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.1.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.13 +digest: sha256:726187526c5be1d74d0e7ef20a67e98dee31abe2dbb09b672e0748ebc1da24c9 +generated: "2022-06-23T16:30:48.371272983Z" diff --git a/stable/hedgedoc/4.0.0/Chart.yaml b/stable/hedgedoc/4.0.0/Chart.yaml new file mode 100644 index 00000000000..ff1f1c29bbc --- /dev/null +++ b/stable/hedgedoc/4.0.0/Chart.yaml @@ -0,0 +1,31 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: hedgedoc +version: 4.0.0 +appVersion: "1.9.3" +description: HedgeDoc lets you create real-time collaborative markdown notes. +type: application +deprecated: false +home: https://github.com/truecharts/apps/tree/master/charts/stable/hedgedoc +icon: https://truecharts.org/_static/img/appicons/hedgedoc.png +keywords: + - hedgedoc +sources: + - https://hub.docker.com/r/linuxserver/hedgedoc +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.1.1 +- condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.13 +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - incubator + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/hedgedoc/4.0.0/README.md b/stable/hedgedoc/4.0.0/README.md new file mode 100644 index 00000000000..a9200d9d0c2 --- /dev/null +++ b/stable/hedgedoc/4.0.0/README.md @@ -0,0 +1,38 @@ +# Introduction + +HedgeDoc lets you create real-time collaborative markdown notes. + +TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)** + +## Source Code + +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.13 | +| https://library-charts.truecharts.org | common | 10.1.1 | + +## Installing the Chart + +To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/). + +## Upgrading, Rolling Back and Uninstalling the Chart + +To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). + +## Support + +- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first. +- See the [Wiki](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) +--- +All Rights Reserved - The TrueCharts Project diff --git a/stable/hedgedoc/4.0.0/app-readme.md b/stable/hedgedoc/4.0.0/app-readme.md new file mode 100644 index 00000000000..e1381e7264a --- /dev/null +++ b/stable/hedgedoc/4.0.0/app-readme.md @@ -0,0 +1,3 @@ +HedgeDoc lets you create real-time collaborative markdown notes. + +This App is supplied by TrueCharts, for more information please visit https://truecharts.org diff --git a/stable/hedgedoc/4.0.0/charts/common-10.1.1.tgz b/stable/hedgedoc/4.0.0/charts/common-10.1.1.tgz new file mode 100644 index 0000000000000000000000000000000000000000..3e1a467e309006fe9f71ca992d8204dabd2d1d83 GIT binary patch literal 46929 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

_$(fy_UWcdi~Z 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ΝOZmL6A~6lR31mTjkXOGQZ6Q3B^rf?eFI} z3RHF)25aEw-*%hoMf+AqQw2}rx&zocYUQ_Dlm4Xa4QL4c4q$V59d1LknL3^;+(P07 z|5is_y5Y@i_X)Dk@{F`h$N=ET4>u}H1e}u_B#+br#g3uxXQ!VD3UHk&hSPepoVR~K zi#$Oo*(81`ts~D+n)Z%=?fLPhcibB}jnE=Sm%q+i{I!Z1LbCw*A5)hMk6AFGK z>t{(Qq>$t?P+%N@=Q1~(@Uc>UV_r)K$|Mtt{A3%;3sO?D9*DRMep<;>H}Jrk8=PX9 zZU{!(ISIA`xtc}oSYJLIu)v{|p(@#?F{|hA&R$5z*}LygF8|Rx9u{WiT;^bSm!brm zy#UWxgMEOaoBj<o;TngyBF_v{RB;Rz>O0?B`O&_(-jdxzK0Ch|9kBmS ztVp(1irOVlRB=h6e_hg2a4gj_4Ubm;0G#tXCoeWIlt0MyJ=rg1TJAS#PXY8jUl+5^ znRuHhHU#rcN;5SBjsLE8K=yo~?^SEuKNtcOcP^PS4m)Uy5a?&3B7%J;Q) zs8rV}3X>(GyH;+Vb5W~rI9G(DzrgDG04x%+7W#9Z)0ltZZiEjxzz_VAp?Zc&IuZ2s zrPz}UkjrJY=2l=w3-2GoO}l# zEaPaoW75JyRULAK?btO6e#4EE+LL``LMU@CWpzy`*hQWw2`(Koa@O` zCBR&pQkHE63d`$hSEUHgB5YxO4%DN(DUXE+ROWq|qx}Ft0R*RtX`w(m@u;2{I?Hyc z5!iAM*6QdSEDd-Fd}%0OsMKotSZYB-;#F-DfMgSil%o<-;prOzflu>bnLr<%qXhHN z2@(bRTO`hh?8LK9&}X-uwU2!m<3lFwLjr?-X5k;kBzuF~(IxD=7syle6z4w1iTmqV4O)0D&{B+Kn(%#7mG zEMZcaJoOr%twon7`PA6)Ars@K!1q%Qzn|xDQU~gkRt9jl-da~z|6ANx@|l;4@stHuS=z;lEcTY12ga)}$NIA@AGC){a1`Jh9Bg37 zOqFYuvYe-qOexIXyw6^3tUdPl0Vn7cf7`L<+@lDp+rdYUsQTo?z|rF9BWt-6X9b>$ zc$WbT*$Xjuz9&;s`B93wJ)6j^@MRaDL>B zr^uPPbLh-RXuOyVXS3N(%ET$i-bomO3%p#>6kLesUjoqQ;`S=ppi|yoaGnr0k$Yb~ zmM^P_r=t&*i*&FK?jMKaIL>4=;{SIX$NaxDnoPfPN5k=GJf2Rx$ybg$oQ}s|0q6cn zDVI%3Ve*x8XIy6I{vf5_@9(W}fR6V7=mSdpJ@(7qlic^rET9{VZuj>7#-BJ?C1~+Y zPYK?frwvH5Jp7pn0PG*q1mA22ewy~Une$DLqL1{D|DB-ln_fz{Axc*W(H=Pb``+G@ zCp`CWpR)`0=aVN-z@-l(##1&SP51Wp_CA3(1bmOv0<&kbWD^DI?HtCA|5QcI?>%jg<*_`L$8zWL{|5j7|NptX(zpP=1OT+*dC&j= literal 0 HcmV?d00001 diff --git a/stable/hedgedoc/4.0.0/charts/postgresql-8.0.13.tgz b/stable/hedgedoc/4.0.0/charts/postgresql-8.0.13.tgz new file mode 100644 index 0000000000000000000000000000000000000000..badca0ab80f11b6d3883859e9c122cd0eb4ca3af GIT binary patch literal 76659 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 G=m-D-nP(UP literal 0 HcmV?d00001 diff --git a/stable/hedgedoc/4.0.0/helm-values.md b/stable/hedgedoc/4.0.0/helm-values.md new file mode 100644 index 00000000000..191f3112e19 --- /dev/null +++ b/stable/hedgedoc/4.0.0/helm-values.md @@ -0,0 +1,37 @@ +# Default Helm-Values + +TrueCharts is primarily build to supply TrueNAS SCALE Apps. +However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file. + +Most of our Apps also consume our "common" Helm Chart. +If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart. +You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document. + +## Values + +| Key | Type | Default | Description | +|-----|------|---------|-------------| +| env.CMD_DOMAIN | string | `""` | | +| env.CMD_PROTOCOL_USESSL | bool | `false` | | +| env.CMD_URL_ADDPORT | bool | `true` | | +| env.DB_NAME | string | `"hedgedoc"` | | +| env.DB_USER | string | `"hedgedoc"` | | +| envValueFrom.DB_HOST.secretKeyRef.key | string | `"plainhost"` | | +| envValueFrom.DB_HOST.secretKeyRef.name | string | `"mariadbcreds"` | | +| envValueFrom.DB_PASS.secretKeyRef.key | string | `"mariadb-password"` | | +| envValueFrom.DB_PASS.secretKeyRef.name | string | `"mariadbcreds"` | | +| image.pullPolicy | string | `"IfNotPresent"` | | +| image.repository | string | `"tccr.io/truecharts/hedgedoc"` | | +| image.tag | string | `"v1.9.2"` | | +| mariadb.enabled | bool | `true` | | +| mariadb.existingSecret | string | `"mariadbcreds"` | | +| mariadb.mariadbDatabase | string | `"hedgedoc"` | | +| mariadb.mariadbUsername | string | `"hedgedoc"` | | +| persistence.varrun.enabled | bool | `true` | | +| podSecurityContext.runAsGroup | int | `0` | | +| podSecurityContext.runAsUser | int | `0` | | +| securityContext.runAsNonRoot | bool | `false` | | +| service.main.ports.main.port | int | `10132` | | +| service.main.ports.main.targetPort | int | `3000` | | + +All Rights Reserved - The TrueCharts Project diff --git a/stable/hedgedoc/4.0.0/ix_values.yaml b/stable/hedgedoc/4.0.0/ix_values.yaml new file mode 100644 index 00000000000..16258afb35f --- /dev/null +++ b/stable/hedgedoc/4.0.0/ix_values.yaml @@ -0,0 +1,141 @@ +image: + repository: tccr.io/truecharts/hedgedoc + pullPolicy: IfNotPresent + tag: v1.9.3@sha256:8aadcc96880e9c11c0ebc633a6f38d3ed2e55582f60d5ee8339af989936c83ac + +env: + NODE_ENV: "production" + CMD_PORT: "{{ .Values.service.main.ports.main.port }}" + CMD_DB_PORT: "5432" + CMD_DB_DIALECT: "postgres" + CMD_DB_USERNAME: "{{ .Values.postgresql.postgresqlUsername }}" + CMD_DB_DATABASE: "{{ .Values.postgresql.postgresqlDatabase }}" + CMD_SESSION_SECRET: + secretKeyRef: + name: hedgedoc-secrets + key: CMD_SESSION_SECRET + CMD_DB_HOST: + secretKeyRef: + name: dbcreds + key: plainhost + CMD_DB_PASSWORD: + secretKeyRef: + name: dbcreds + key: postgresql-password + # User Defined + CMD_FORBIDDEN_NOTE_IDS: "robots.txt, favicon.ico, api, build, css, docs, fonts, js, uploads, vendor, views" + CMD_IMAGE_UPLOAD_TYPE: "filesystem" + CMD_SOURCE_URL: "" + CMD_TOOBUSY_LAG: 70 + CMD_ALLOW_GRAVATAR: true + CMD_DOMAIN: false + CMD_PROTOCOL_USESSL: false + CMD_URL_ADDPORT: false + # CMD_ALLOW_ORIGIN: "localhost" + # CMD_HSTS_ENABLE: true + # CMD_HSTS_INCLUDE_SUBDOMAINS: true + # CMD_HSTS_MAX_AGE: 31536000 + # CMD_HSTS_PRELOAD: true + # CMD_CSP_ENABLE: true + # CMD_CSP_ADD_DISQUS: false + # CMD_CSP_ADD_GOOGLE_ANALYTICS: false + # CMD_CSP_REPORTURI: "" + # CMD_CSP_ALLOW_FRAMING: true + # CMD_CSP_ALLOW_PDF_EMBED: true + # CMD_COOKIE_POLICY: "lax" + # CMD_ALLOW_ANONYMOUS: false + # CMD_ALLOW_ANONYMOUS_EDITS: false + # CMD_ALLOW_FREEURL: false + # CMD_REQUIRE_FREEURL_AUTHENTICATION: true + # CMD_DEFAULT_PERMISSION: "editable" + # CMD_SESSION_LIFE: 1209600000 + # CMD_EMAIL: true + # CMD_ALLOW_EMAIL_REGISTER: true + # CMD_DROPBOX_CLIENTID: "" + # CMD_DROPBOX_CLIENTSECRET: "" + # CMD_FACEBOOK_CLIENTID: "" + # CMD_FACEBOOK_CLIENTSECRET: "" + # CMD_GITHUB_CLIENTID: "" + # CMD_GITHUB_CLIENTSECRET: "" + # CMD_GITLAB_SCOPE: "api" + # CMD_GITLAB_BASEURL: "" + # CMD_GITLAB_CLIENTID: "" + # CMD_GITLAB_CLIENTSECRET: "" + # CMD_GITLAB_VERSION: "v4" + # CMD_GOOGLE_CLIENTID: "" + # CMD_GOOGLE_CLIENTSECRET: "" + # CMD_GOOGLE_HOSTEDDOMAIN: "" + # CMD_TWITTER_CONSUMERKEY: "" + # CMD_TWITTER_CONSUMERSECRET: "" + # CMD_MATTERMOST_BASEURL: "" + # CMD_MATTERMOST_CLIENTID: "" + # CMD_MATTERMOST_CLIENTSECRET: "" + # CMD_OAUTH2_USER_PROFILE_URL: "" + # CMD_OAUTH2_USER_PROFILE_USERNAME_ATTR: "" + # CMD_OAUTH2_USER_PROFILE_DISPLAY_NAME_ATTR: "" + # CMD_OAUTH2_USER_PROFILE_EMAIL_ATTR: "" + # CMD_OAUTH2_USER_PROFILE_ID_ATTR: "" + # CMD_OAUTH2_TOKEN_URL: "" + # CMD_OAUTH2_AUTHORIZATION_URL: "" + # CMD_OAUTH2_CLIENT_ID: "" + # CMD_OAUTH2_CLIENT_SECRET: "" + # CMD_OAUTH2_PROVIDERNAME: "" + # CMD_OAUTH2_SCOPE: "" + # CMD_OAUTH2_ROLES_CLAIM: "" + # CMD_OAUTH2_ACCESS_ROLE: "" + # CMD_LDAP_URL: "" + # CMD_LDAP_BINDDN: "" + # CMD_LDAP_BINDCREDENTIALS: "" + # CMD_LDAP_SEARCHBASE: "" + # CMD_LDAP_SEARCHFILTER: "" + # CMD_LDAP_SEARCHATTRIBUTES: "" + # CMD_LDAP_USERIDFIELD: "" + # CMD_LDAP_USERNAMEFIELD: "" + # CMD_LDAP_TLS_CA: "" + # CMD_LDAP_PROVIDERNAME: "" + # CMD_SAML_IDPSSOURL: "" + # CMD_SAML_IDPCERT: "" + # CMD_SAML_CLIENTCERT: "" + # CMD_SAML_ISSUER: "" + # CMD_SAML_DISABLEREQUESTEDAUTHNCONTEXT: false + # CMD_SAML_IDENTIFIERFORMAT: "urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress" + # CMD_SAML_GROUPATTRIBUTE: "" + # CMD_SAML_REQUIREDGROUPS: "" + # CMD_SAML_EXTERNALGROUPS: "" + # CMD_SAML_ATTRIBUTE_ID: "" + # CMD_SAML_ATTRIBUTE_USERNAME: "" + # CMD_SAML_ATTRIBUTE_EMAIL: "" + # CMD_SAML_PROVIDERNAME: "" + # CMD_S3_ACCESS_KEY_ID: "" + # CMD_S3_SECRET_ACCESS_KEY: "" + # CMD_S3_REGION: "" + # CMD_S3_BUCKET: "" + # CMD_S3_ENDPOINT: "" + # CMD_AZURE_CONNECTION_STRING: "" + # CMD_AZURE_CONTAINER: "" + # CMD_MINIO_ACCESS_KEY: "" + # CMD_MINIO_SECRET_KEY: "" + # CMD_MINIO_ENDPOINT: "" + # CMD_MINIO_PORT: "" + # CMD_MINIO_SECURE: true + # CMD_IMGUR_CLIENTID: "" + # CMD_LUTIM_URL: "" + # DEBUG: false + # CMD_LOGLEVEL: "info" + +service: + main: + ports: + main: + port: 10132 + +persistence: + uploads: + enabled: true + mountPath: "/hedgedoc/public/uploads" + +postgresql: + enabled: true + existingSecret: "dbcreds" + postgresqlUsername: hedgedoc + postgresqlDatabase: hedgedoc diff --git a/stable/hedgedoc/4.0.0/questions.yaml b/stable/hedgedoc/4.0.0/questions.yaml new file mode 100644 index 00000000000..585c3c51e4d --- /dev/null +++ b/stable/hedgedoc/4.0.0/questions.yaml @@ -0,0 +1,3262 @@ +groups: + - name: "Container Image" + description: "Image to be used for container" + - name: "Controller" + description: "Configure workload deployment" + - name: "Container Configuration" + description: "additional container configuration" + - name: "App Configuration" + description: "App specific config options" + - name: "Networking and Services" + description: "Configure Network and Services for container" + - name: "Storage and Persistence" + description: "Persist and share data that is separate from the container" + - name: "Ingress" + description: "Ingress Configuration" + - name: "Security and Permissions" + description: "Configure security context and permissions" + - name: "Resources and Devices" + description: "Specify resources/devices to be allocated to workload" + - name: "Middlewares" + description: "Traefik Middlewares" + - name: "Metrics" + description: "Metrics" + - name: "Addons" + description: "Addon Configuration" + - name: "Advanced" + description: "Advanced Configuration" +portals: + open: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" +questions: + - variable: portal + group: "Container Image" + label: "Configure Portal Button" + schema: + type: dict + hidden: true + attrs: + - variable: enabled + label: "Enable" + description: "enable the portal button" + schema: + hidden: true + editable: false + type: boolean + default: true + - variable: global + label: "global settings" + group: "Controller" + schema: + type: dict + hidden: true + attrs: + - variable: isSCALE + label: "flag this is SCALE" + schema: + type: boolean + default: true + hidden: true + + - variable: controller + group: "Controller" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: advanced + label: "Show Advanced Controller Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: type + description: "Please specify type of workload to deploy" + label: "(Advanced) Controller Type" + schema: + type: string + default: "deployment" + required: true + enum: + - value: "deployment" + description: "Deployment" + - value: "statefulset" + description: "Statefulset" + - value: "daemonset" + description: "Daemonset" + - variable: replicas + description: "Number of desired pod replicas" + label: "Desired Replicas" + schema: + type: int + default: 1 + required: true + - variable: strategy + description: "Please specify type of workload to deploy" + label: "(Advanced) Update Strategy" + schema: + type: string + default: "Recreate" + required: true + enum: + - value: "Recreate" + description: "Recreate: Kill existing pods before creating new ones" + - value: "RollingUpdate" + description: "RollingUpdate: Create new pods and then kill old ones" + - value: "OnDelete" + description: "(Legacy) OnDelete: ignore .spec.template changes" + - variable: expert + label: "Show Expert Configuration Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: extraArgs + label: "Extra Args" + schema: + type: list + default: [] + items: + - variable: arg + label: "arg" + schema: + type: string + - variable: labelsList + label: "Controller Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: " Controller Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: env + group: "Container Configuration" + label: "Image Environment" + schema: + additional_attrs: true + type: dict + attrs: + - variable: generalsettings + label: "General Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: CMD_FORBIDDEN_NOTE_IDS + label: "CMD_FORBIDDEN_NOTE_IDS" + description: "disallow creation of notes, even if allowFreeUrl or CMD_ALLOW_FREEURL is true" + schema: + type: string + default: "robots.txt, favicon.ico, api, build, css, docs, fonts, js, uploads, vendor, views" + - variable: CMD_IMAGE_UPLOAD_TYPE + label: "CMD_IMAGE_UPLOAD_TYPE" + description: "Where to upload images." + schema: + type: string + default: "filesystem" + enum: + - value: "filesystem" + description: "filesystem" + - value: "imgur" + description: "imgur" + - value: "s3" + description: "s3" + - value: "minio" + description: "minio" + - value: "azure" + description: "azure" + - value: "lutim" + description: "lutim" + - variable: CMD_SOURCE_URL + label: "CMD_SOURCE_URL" + description: "Provides the link to the source code of HedgeDoc on the entry page" + schema: + type: string + default: "" + - variable: CMD_TOOBUSY_LAG + label: "CMD_TOOBUSY_LAG" + description: "CPU time for one event loop tick until node throttles connections. (milliseconds)" + schema: + type: int + default: 70 + - variable: CMD_ALLOW_GRAVATAR + label: "CMD_ALLOW_GRAVATAR" + description: "Set to false to disable Libravatar as profile picture source on your instance." + schema: + type: boolean + default: true + - variable: httpsettings + label: "HTTP Settings" + schema: + type: boolean + default: true + show_subquestions_if: true + subquestions: + - variable: CMD_DOMAIN + label: "CMD_DOMAIN" + description: "Domain name (eg. hedgedoc.org)" + schema: + type: string + default: "" + - variable: CMD_PROTOCOL_USESSL + label: "CMD_PROTOCOL_USESSL" + description: "Set to use SSL protocol for resources path (only applied when domain is set)" + schema: + type: boolean + default: false + - variable: CMD_URL_ADDPORT + label: "CMD_URL_ADDPORT" + description: "Set to add port on callback URL (ports 80 or 443 won't be applied) (only applied when domain is set)" + schema: + type: boolean + default: false + - variable: CMD_ALLOW_ORIGIN + label: "CMD_ALLOW_ORIGIN" + description: "Domain name whitelist (use comma to separate)" + schema: + type: string + default: "localhost" + - variable: websecsettings + label: "Web Security Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: CMD_HSTS_ENABLE + label: "CMD_HSTS_ENABLE" + description: "Set to enable HSTS if HTTPS is also enabled" + schema: + type: boolean + default: true + - variable: CMD_HSTS_INCLUDE_SUBDOMAINS + label: "CMD_HSTS_INCLUDE_SUBDOMAINS" + description: "Set to include subdomains in HSTS" + schema: + type: boolean + default: true + - variable: CMD_HSTS_MAX_AGE + label: "CMD_HSTS_MAX_AGE" + description: "Max duration in seconds to tell clients to keep HSTS status" + schema: + type: int + default: 31536000 + - variable: CMD_HSTS_PRELOAD + label: "CMD_HSTS_PRELOAD" + description: "Whether to allow preloading of the site's HSTS status" + schema: + type: boolean + default: true + - variable: CMD_CSP_ENABLE + label: "CMD_CSP_ENABLE" + description: "Whether to apply a Content-Security-Policy header to responses" + schema: + type: boolean + default: true + - variable: CMD_CSP_ADD_DISQUS + label: "CMD_CSP_ADD_DISQUS" + description: "Enable to allow users to add Disqus comments to their notes or presentations." + schema: + type: boolean + default: false + - variable: CMD_CSP_ADD_GOOGLE_ANALYTICS + label: "CMD_CSP_ADD_GOOGLE_ANALYTICS" + description: "Enable to allow users to add Google Analytics to their notes." + schema: + type: boolean + default: false + - variable: CMD_CSP_REPORTURI + label: "CMD_CSP_REPORTURI" + description: "Allows to add a URL for CSP reports in case of violations." + schema: + type: string + default: "" + - variable: CMD_CSP_ALLOW_FRAMING + label: "CMD_CSP_ALLOW_FRAMING" + description: "Disable to disallow embedding of the instance via iframe." + schema: + type: boolean + default: true + - variable: CMD_CSP_ALLOW_PDF_EMBED + label: "CMD_CSP_ALLOW_PDF_EMBED" + description: "Disable to disallow embedding PDFs." + schema: + type: boolean + default: true + - variable: CMD_COOKIE_POLICY + label: "CMD_COOKIE_POLICY" + description: "Set a SameSite policy whether cookies are send from cross-origin" + schema: + type: string + default: "lax" + enum: + - value: "lax" + description: "lax" + - value: "strict" + description: "strict" + - value: "none" + description: "none" + - variable: userprivillegesettings + label: "Users and Privileges Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: CMD_ALLOW_ANONYMOUS + label: "CMD_ALLOW_ANONYMOUS" + description: "Set to allow anonymous usage" + schema: + type: boolean + default: false + - variable: CMD_ALLOW_ANONYMOUS_EDITS + label: "CMD_ALLOW_ANONYMOUS_EDITS" + description: "If allowAnonymous is false: allow users to select freely permission, allowing guests to edit existing notes" + schema: + type: boolean + default: false + - variable: CMD_ALLOW_FREEURL + label: "CMD_ALLOW_FREEURL" + description: "Set to allow new note creation by accessing a nonexistent note URL" + schema: + type: boolean + default: false + - variable: CMD_REQUIRE_FREEURL_AUTHENTICATION + label: "CMD_REQUIRE_FREEURL_AUTHENTICATION" + description: "Set to require authentication for FreeURL mode style note creation" + schema: + type: boolean + default: true + - variable: CMD_DEFAULT_PERMISSION + label: "CMD_DEFAULT_PERMISSION" + description: "Set notes default permission (only applied on signed-in users)" + schema: + type: string + default: "editable" + enum: + - value: "editable" + description: "editable" + - value: "freely" + description: "freely" + - value: "limited" + description: "limited" + - value: "locked" + description: "locked" + - value: "protected" + description: "protected" + - value: "private" + description: "private" + - variable: CMD_SESSION_LIFE + label: "CMD_SESSION_LIFE" + description: "Cookie session life time in milliseconds." + schema: + type: int + default: 1209600000 + - variable: loginsettings + label: "Login Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: CMD_EMAIL + label: "CMD_EMAIL" + description: "Set to allow email sign-in" + schema: + type: boolean + default: true + - variable: CMD_ALLOW_EMAIL_REGISTER + label: "CMD_ALLOW_EMAIL_REGISTER" + description: "Set to allow registration of new accounts using an email address." + schema: + type: boolean + default: true + - variable: dropboxsettings + label: "Dropbox Login Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: CMD_DROPBOX_CLIENTID + label: "CMD_DROPBOX_CLIENTID" + description: "Dropbox API client id" + schema: + type: string + private: true + default: "" + - variable: CMD_DROPBOX_CLIENTSECRET + label: "CMD_DROPBOX_CLIENTSECRET" + description: "Dropbox API client secret" + schema: + type: string + private: true + default: "" + - variable: facebooksettings + label: "Facebook Login Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: CMD_FACEBOOK_CLIENTID + label: "CMD_FACEBOOK_CLIENTID" + description: "Facebook API client id" + schema: + type: string + private: true + default: "" + - variable: CMD_FACEBOOK_CLIENTSECRET + label: "CMD_FACEBOOK_CLIENTSECRET" + description: "Facebook API client secret" + schema: + type: string + private: true + default: "" + - variable: githubsettings + label: "Github Login Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: CMD_GITHUB_CLIENTID + label: "CMD_GITHUB_CLIENTID" + description: "Github API client id" + schema: + type: string + private: true + default: "" + - variable: CMD_GITHUB_CLIENTSECRET + label: "CMD_GITHUB_CLIENTSECRET" + description: "Github API client secret" + schema: + type: string + private: true + default: "" + - variable: gitlabsettings + label: "GitLab Login Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: CMD_GITLAB_SCOPE + label: "CMD_GITLAB_SCOPE" + description: "GitLab API requested scope" + schema: + type: string + default: "api" + enum: + - value: "api" + description: "api" + - value: "read_user" + description: "read_user" + - variable: CMD_GITLAB_BASEURL + label: "CMD_GITLAB_BASEURL" + description: "GitLab authentication endpoint" + schema: + type: string + default: "" + - variable: CMD_GITLAB_CLIENTID + label: "CMD_GITLAB_CLIENTID" + description: "GitLab API client id" + schema: + type: string + private: true + default: "" + - variable: CMD_GITLAB_CLIENTSECRET + label: "CMD_GITLAB_CLIENTSECRET" + description: "GitLab API client secret" + schema: + type: string + private: true + default: "" + - variable: CMD_GITLAB_VERSION + label: "CMD_GITLAB_VERSION" + description: "GitLab API version" + schema: + type: string + default: "v4" + enum: + - value: "v4" + description: "v4" + - value: "v3" + description: "v3" + - variable: googlesettings + label: "Google Login Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: CMD_GOOGLE_CLIENTID + label: "CMD_GOOGLE_CLIENTID" + description: "Google API client id" + schema: + type: string + private: true + default: "" + - variable: CMD_GOOGLE_CLIENTSECRET + label: "CMD_GOOGLE_CLIENTSECRET" + description: "Google API client secret" + schema: + type: string + private: true + default: "" + - variable: CMD_GOOGLE_HOSTEDDOMAIN + label: "CMD_GOOGLE_HOSTEDDOMAIN" + description: "Provided only if the user belongs to a hosted domain" + schema: + type: string + default: "" + - variable: twittersettings + label: "Twitter Login Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: CMD_TWITTER_CONSUMERKEY + label: "CMD_TWITTER_CONSUMERKEY" + description: "Twitter API consumer key" + schema: + type: string + private: true + default: "" + - variable: CMD_TWITTER_CONSUMERSECRET + label: "CMD_TWITTER_CONSUMERSECRET" + description: "Twitter API consumer secret" + schema: + type: string + private: true + default: "" + - variable: mattermostsettings + label: "Mattermost Login Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: CMD_MATTERMOST_BASEURL + label: "CMD_MATTERMOST_BASEURL" + description: "Mattermost authentication endpoint for versions below 5.0" + schema: + type: string + default: "" + - variable: CMD_MATTERMOST_CLIENTID + label: "CMD_MATTERMOST_CLIENTID" + description: "Mattermost API client id" + schema: + type: string + private: true + default: "" + - variable: CMD_MATTERMOST_CLIENTSECRET + label: "CMD_MATTERMOST_CLIENTSECRET" + description: "Mattermost API client secret" + schema: + type: string + private: true + default: "" + - variable: oauthsettings + label: "OAuth2 Login Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: CMD_OAUTH2_USER_PROFILE_URL + label: "CMD_OAUTH2_USER_PROFILE_URL" + description: "Where to retrieve information about a user after successful login" + schema: + type: string + default: "" + - variable: CMD_OAUTH2_USER_PROFILE_USERNAME_ATTR + label: "CMD_OAUTH2_USER_PROFILE_USERNAME_ATTR" + description: "Where to find the username in the JSON from the user profile URL" + schema: + type: string + default: "" + - variable: CMD_OAUTH2_USER_PROFILE_DISPLAY_NAME_ATTR + label: "CMD_OAUTH2_USER_PROFILE_DISPLAY_NAME_ATTR" + description: "Where to find the display-name in the JSON from the user profile URL" + schema: + type: string + default: "" + - variable: CMD_OAUTH2_USER_PROFILE_EMAIL_ATTR + label: "CMD_OAUTH2_USER_PROFILE_EMAIL_ATTR" + description: "Where to find the email address in the JSON from the user profile URL" + schema: + type: string + default: "" + - variable: CMD_OAUTH2_USER_PROFILE_ID_ATTR + label: "CMD_OAUTH2_USER_PROFILE_ID_ATTR" + description: "Where to find the dedicated user ID (optional, overrides CMD_OAUTH2_USER_PROFILE_USERNAME_ATTR)" + schema: + type: string + default: "" + - variable: CMD_OAUTH2_TOKEN_URL + label: "CMD_OAUTH2_TOKEN_URL" + description: "Sometimes called token endpoint, please refer to the documentation of your OAuth2 provider" + schema: + type: string + default: "" + - variable: CMD_OAUTH2_AUTHORIZATION_URL + label: "CMD_OAUTH2_AUTHORIZATION_URL" + description: "Authorization URL of your provider, please refer to the documentation of your OAuth2 provider" + schema: + type: string + default: "" + - variable: CMD_OAUTH2_CLIENT_ID + label: "CMD_OAUTH2_CLIENT_ID" + description: "You will get this from your OAuth2 provider when you register HedgeDoc as OAuth2-client" + schema: + type: string + private: true + default: "" + - variable: CMD_OAUTH2_CLIENT_SECRET + label: "CMD_OAUTH2_CLIENT_SECRET" + description: "You will get this from your OAuth2 provider when you register HedgeDoc as OAuth2-client" + schema: + type: string + default: "" + - variable: CMD_OAUTH2_PROVIDERNAME + label: "CMD_OAUTH2_PROVIDERNAME" + description: "Optional name to be displayed at login form indicating the oAuth2 provider" + schema: + type: string + default: "" + - variable: CMD_OAUTH2_SCOPE + label: "CMD_OAUTH2_SCOPE" + description: "Scope to request for OIDC (OpenID Connect) providers" + schema: + type: string + default: "" + - variable: CMD_OAUTH2_ROLES_CLAIM + label: "CMD_OAUTH2_ROLES_CLAIM" + description: "ID token claim, which is supposed to provide an array of strings of roles" + schema: + type: string + default: "" + - variable: CMD_OAUTH2_ACCESS_ROLE + label: "CMD_OAUTH2_ACCESS_ROLE" + description: "The role which should be included in the ID token roles claim to grant access" + schema: + type: string + default: "" + - variable: ldapsettings + label: "LDAP Login Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: CMD_LDAP_URL + label: "CMD_LDAP_URL" + description: "URL of LDAP server" + schema: + type: string + default: "" + - variable: CMD_LDAP_BINDDN + label: "CMD_LDAP_BINDDN" + description: "bindDn for LDAP access" + schema: + type: string + default: "" + - variable: CMD_LDAP_BINDCREDENTIALS + label: "CMD_LDAP_BINDCREDENTIALS" + description: "bindCredentials for LDAP access" + schema: + type: string + default: "" + - variable: CMD_LDAP_SEARCHBASE + label: "CMD_LDAP_SEARCHBASE" + description: "LDAP directory to begin search from" + schema: + type: string + default: "" + - variable: CMD_LDAP_SEARCHFILTER + label: "CMD_LDAP_SEARCHFILTER" + description: "LDAP filter to search with" + schema: + type: string + default: "" + - variable: CMD_LDAP_SEARCHATTRIBUTES + label: "CMD_LDAP_SEARCHATTRIBUTES" + description: "LDAP attributes to search with (use comma to separate)" + schema: + type: string + default: "" + - variable: CMD_LDAP_USERIDFIELD + label: "CMD_LDAP_USERIDFIELD" + description: "The LDAP field which is used uniquely identify a user on HedgeDoc" + schema: + type: string + default: "" + - variable: CMD_LDAP_USERNAMEFIELD + label: "CMD_LDAP_USERNAMEFIELD" + description: "The LDAP field which is used as the username on HedgeDoc" + schema: + type: string + default: "" + - variable: CMD_LDAP_TLS_CA + label: "CMD_LDAP_TLS_CA" + description: "Root CA for LDAP TLS in PEM format (use comma to separate)" + schema: + type: string + default: "" + - variable: CMD_LDAP_PROVIDERNAME + label: "CMD_LDAP_PROVIDERNAME" + description: "CMD_LDAP_PROVIDERNAME" + schema: + type: string + default: "" + - variable: samlsettings + label: "SAML Login Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: CMD_SAML_IDPSSOURL + label: "CMD_SAML_IDPSSOURL" + description: "Authentication endpoint of IdP. for details" + schema: + type: string + default: "" + - variable: CMD_SAML_IDPCERT + label: "CMD_SAML_IDPCERT" + description: "Certificate file path of IdP in PEM format" + schema: + type: string + default: "" + - variable: CMD_SAML_CLIENTCERT + label: "CMD_SAML_CLIENTCERT" + description: "Certificate file path for the client in PEM format" + schema: + type: string + default: "" + - variable: CMD_SAML_ISSUER + label: "CMD_SAML_ISSUER" + description: "Issuer to supply to identity provider" + schema: + type: string + default: "" + - variable: CMD_SAML_DISABLEREQUESTEDAUTHNCONTEXT + label: "CMD_SAML_DISABLEREQUESTEDAUTHNCONTEXT" + description: "True to allow any authentication method, false restricts to password authentication" + schema: + type: boolean + default: false + - variable: CMD_SAML_IDENTIFIERFORMAT + label: "CMD_SAML_IDENTIFIERFORMAT" + description: "Name identifier format" + schema: + type: string + default: "urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress" + - variable: CMD_SAML_GROUPATTRIBUTE + label: "CMD_SAML_GROUPATTRIBUTE" + description: "Attribute name for group list" + schema: + type: string + default: "" + - variable: CMD_SAML_REQUIREDGROUPS + label: "CMD_SAML_REQUIREDGROUPS" + description: "Group names that allowed (use vertical bar to separate)" + schema: + type: string + default: "" + - variable: CMD_SAML_EXTERNALGROUPS + label: "CMD_SAML_EXTERNALGROUPS" + description: "Group names that not allowed (use vertical bar to separate) " + schema: + type: string + default: "" + - variable: CMD_SAML_ATTRIBUTE_ID + label: "CMD_SAML_ATTRIBUTE_ID" + description: "Attribute map for id" + schema: + type: string + default: "" + - variable: CMD_SAML_ATTRIBUTE_USERNAME + label: "CMD_SAML_ATTRIBUTE_USERNAME" + description: "Attribute map for username" + schema: + type: string + default: "" + - variable: CMD_SAML_ATTRIBUTE_EMAIL + label: "CMD_SAML_ATTRIBUTE_EMAIL" + description: "Attribute map for email" + schema: + type: string + default: "" + - variable: CMD_SAML_PROVIDERNAME + label: "CMD_SAML_PROVIDERNAME" + description: "Optional name to be displayed at login form indicating the SAML provider" + schema: + type: string + default: "" + - variable: amazonsettings + label: "Amazon S3 Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: CMD_S3_ACCESS_KEY_ID + label: "CMD_S3_ACCESS_KEY_ID" + description: "AWS access key id" + schema: + type: string + private: true + default: "" + - variable: CMD_S3_SECRET_ACCESS_KEY + label: "CMD_S3_SECRET_ACCESS_KEY" + description: "AWS secret key" + schema: + type: string + private: true + default: "" + - variable: CMD_S3_REGION + label: "CMD_S3_REGION" + description: "AWS S3 region" + schema: + type: string + default: "" + - variable: CMD_S3_BUCKET + label: "CMD_S3_BUCKET" + description: "AWS S3 bucket name" + schema: + type: string + default: "" + - variable: CMD_S3_ENDPOINT + label: "CMD_S3_ENDPOINT " + description: "S3 API endpoint if you don't use AWS name" + schema: + type: string + default: "" + - variable: azuresettings + label: "Azure Blob Storage Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: CMD_AZURE_CONNECTION_STRING + label: "CMD_AZURE_CONNECTION_STRING" + description: "Azure Blob Storage connection string" + schema: + type: string + default: "" + - variable: CMD_AZURE_CONTAINER + label: "CMD_AZURE_CONTAINER" + description: "Azure Blob Storage container name (automatically created if non existent)" + schema: + type: string + default: "" + - variable: miniosettings + label: "Minio Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: CMD_MINIO_ACCESS_KEY + label: "CMD_MINIO_ACCESS_KEY" + description: "Minio access key" + schema: + type: string + private: true + default: "" + - variable: CMD_MINIO_SECRET_KEY + label: "CMD_MINIO_SECRET_KEY" + description: "Minio secret key" + schema: + type: string + private: true + default: "" + - variable: CMD_MINIO_ENDPOINT + label: "CMD_MINIO_ENDPOINT" + description: "Address of your Minio endpoint/instance" + schema: + type: string + default: "" + - variable: CMD_MINIO_PORT + label: "CMD_MINIO_ACCESS_KEY" + description: "Port that is used for your Minio instance" + schema: + type: string + default: "" + - variable: CMD_MINIO_SECURE + label: "CMD_MINIO_SECURE" + description: "If set to true HTTPS is used for Minio" + schema: + type: boolean + default: true + - variable: imgursettings + label: "Imgur Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: CMD_IMGUR_CLIENTID + label: "CMD_IMGUR_CLIENTID" + description: "Imgur API client id" + schema: + type: string + private: true + default: "" + - variable: lutimsettings + label: "Lutim Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: CMD_LUTIM_URL + label: "CMD_LUTIM_URL" + description: "When CMD_IMAGE_UPLOAD_TYPE is set to lutim, you can setup the lutim url" + schema: + type: string + default: "" + - variable: logsettings + label: "Logs Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: DEBUG + label: "DEBUG" + description: "Set debug mode, show more logs" + schema: + type: boolean + default: false + - variable: CMD_LOGLEVEL + label: "CMD_LOGLEVEL" + description: "Defines what kind of logs are provided to stdout." + schema: + type: string + default: "info" + enum: + - value: "info" + description: "info" + - value: "warn" + description: "warn" + - value: "error" + description: "error" + - value: "verbose" + description: "verbose" + - value: "debug" + description: "debug" + + - variable: TZ + label: "Timezone" + group: "Container Configuration" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + + - variable: envList + label: "Image environment" + group: "Container Configuration" + schema: + type: list + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: expertpodconf + group: "Container Configuration" + label: "Show Expert Config" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: tty + label: "Enable TTY" + description: "Determines whether containers in a pod runs with TTY enabled. By default pod has it disabled." + group: "Workload Details" + schema: + type: boolean + default: false + - variable: stdin + label: "Enable STDIN" + description: "Determines whether containers in a pod runs with stdin enabled. By default pod has it disabled." + group: "Workload Details" + schema: + type: boolean + default: false + - variable: termination + group: "Container Configuration" + label: "Termination settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: gracePeriodSeconds + label: "Grace Period Seconds" + schema: + type: int + default: 10 + - variable: podLabelsList + group: "Container Configuration" + label: "Pod Labels" + schema: + type: list + default: [] + items: + - variable: podLabelItem + label: "Label" + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: podAnnotationsList + group: "Container Configuration" + label: "Pod Annotations" + schema: + type: list + default: [] + items: + - variable: podAnnotationItem + label: "Label" + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: service + group: "Networking and Services" + label: "Configure Service(s)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Enable the service" + schema: + type: boolean + default: true + hidden: true + - variable: type + label: "Service Type" + description: "ClusterIP's are only internally available, nodePorts expose the container to the host node System, Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: "Simple" + enum: + - value: "Simple" + description: "Simple" + - value: "ClusterIP" + description: "ClusterIP" + - value: "NodePort" + description: "NodePort (Advanced)" + - value: "LoadBalancer" + description: "LoadBalancer (Advanced)" + - variable: loadBalancerIP + label: "LoadBalancer IP" + description: "LoadBalancerIP" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: list + default: [] + items: + - variable: externalIP + label: "External IP" + schema: + type: string + - variable: ipFamilyPolicy + label: "IP Family Policy" + description: "(Advanced) Specify the ip policy" + schema: + show_if: [["type", "!=", "Simple"]] + type: string + default: "SingleStack" + enum: + - value: "SingleStack" + description: "SingleStack" + - value: "PreferDualStack" + description: "PreferDualStack" + - value: "RequireDualStack" + description: "RequireDualStack" + - variable: ipFamilies + label: "(advanced) IP families" + description: "(advanced) The ip families that should be used" + schema: + show_if: [["type", "!=", "Simple"]] + type: list + default: [] + items: + - variable: ipFamily + label: "IP family" + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10132 + required: true + - variable: advanced + label: "Show Advanced settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true + - variable: protocol + label: "Port Type" + schema: + type: string + default: "HTTP" + enum: + - value: HTTP + description: "HTTP" + - value: "HTTPS" + description: "HTTPS" + - value: TCP + description: "TCP" + - value: "UDP" + description: "UDP" + - variable: nodePort + label: "Node Port (Optional)" + description: "This port gets exposed to the node. Only considered when service type is NodePort, Simple or LoadBalancer" + schema: + type: int + min: 9000 + max: 65535 + - variable: targetPort + label: "Target Port" + description: "The internal(!) port on the container the Application runs on" + schema: + type: int + default: 10132 + + - variable: serviceexpert + group: "Networking and Services" + label: "Show Expert Config" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + group: "Networking and Services" + label: "Host-Networking (Complicated)" + schema: + type: boolean + default: false + + - variable: externalInterfaces + description: "Add External Interfaces" + label: "Add external Interfaces" + group: "Networking" + schema: + type: list + items: + - variable: interfaceConfiguration + description: "Interface Configuration" + label: "Interface Configuration" + schema: + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: "Please specify host interface" + label: "Host Interface" + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: "Define how IP Address will be managed" + label: "IP Address Management" + schema: + type: dict + required: true + attrs: + - variable: type + description: "Specify type for IPAM" + label: "IPAM Type" + schema: + type: string + required: true + enum: + - value: "dhcp" + description: "Use DHCP" + - value: "static" + description: "Use static IP" + show_subquestions_if: "static" + subquestions: + - variable: staticIPConfigurations + label: "Static IP Addresses" + schema: + type: list + items: + - variable: staticIP + label: "Static IP" + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: "Static Routes" + schema: + type: list + items: + - variable: staticRouteConfiguration + label: "Static Route Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: "Destination" + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: "Gateway" + schema: + type: ipaddr + cidr: false + required: true + + - variable: dnsPolicy + group: "Networking and Services" + label: "dnsPolicy" + schema: + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "ClusterFirst" + description: "ClusterFirst" + - value: "ClusterFirstWithHostNet" + description: "ClusterFirstWithHostNet" + - value: "None" + description: "None" + + - variable: dnsConfig + label: "DNS Configuration" + group: "Networking and Services" + description: "Specify custom DNS configuration which will be applied to the pod" + schema: + additional_attrs: true + type: dict + attrs: + - variable: nameservers + label: "Nameservers" + schema: + default: [] + type: list + items: + - variable: nameserver + label: "Nameserver" + schema: + type: string + - variable: options + label: "options" + schema: + default: [] + type: list + items: + - variable: option + label: "Option Entry" + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: searches + label: "Searches" + schema: + default: [] + type: list + items: + - variable: search + label: "Search Entry" + schema: + type: string + + - variable: serviceList + label: "Add Manual Custom Services" + group: "Networking and Services" + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: "Custom Service" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Enable the service" + schema: + type: boolean + default: true + hidden: true + - variable: name + label: "Name" + schema: + type: string + default: "" + - variable: type + label: "Service Type" + description: "ClusterIP's are only internally available, nodePorts expose the container to the host node System, Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: "Simple" + enum: + - value: "Simple" + description: "Simple" + - value: "NodePort" + description: "NodePort" + - value: "ClusterIP" + description: "ClusterIP" + - value: "LoadBalancer" + description: "LoadBalancer" + - variable: loadBalancerIP + label: "LoadBalancer IP" + description: "LoadBalancerIP" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: list + default: [] + items: + - variable: externalIP + label: "External IP" + schema: + type: string + - variable: portsList + label: "Additional Service Ports" + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: "Custom ports" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true + hidden: true + - variable: name + label: "Port Name" + schema: + type: string + default: "" + - variable: protocol + label: "Port Type" + schema: + type: string + default: "TCP" + enum: + - value: HTTP + description: "HTTP" + - value: "HTTPS" + description: "HTTPS" + - value: TCP + description: "TCP" + - value: "UDP" + description: "UDP" + - variable: targetPort + label: "Target Port" + description: "This port exposes the container port on the service" + schema: + type: int + required: true + - variable: port + label: "Container Port" + schema: + type: int + required: true + - variable: nodePort + label: "Node Port (Optional)" + description: "This port gets exposed to the node. Only considered when service type is NodePort" + schema: + type: int + min: 9000 + max: 65535 + + - variable: persistence + label: "Integrated Persistent Storage" + description: "Integrated Persistent Storage" + group: "Storage and Persistence" + schema: + additional_attrs: true + type: dict + attrs: + - variable: uploads + label: "App Uploads Storage" + description: "Stores the Application Uploads." + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: "Type of Storage" + description: "Sets the persistence type, Anything other than PVC could break rollback!" + schema: + type: string + default: "simplePVC" + enum: + - value: "simplePVC" + description: "PVC (simple)" + - value: "simpleHP" + description: "HostPath (simple)" + - value: "emptyDir" + description: "emptyDir" + - value: "pvc" + description: "pvc" + - value: "hostPath" + description: "hostPath" + - value: "nfs" + description: "NFS Share" + - variable: server + label: "NFS server" + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: "Path on NFS server" + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: true + - variable: setPermissions + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPathSimple + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: medium + label: "EmptyDir Medium" + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "Memory" + description: "Memory" + - variable: size + label: "Size quotum of storage" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "999Gi" + - variable: hostPathType + label: "(Advanced) hostPath Type" + schema: + show_if: [["type", "=", "hostPath"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "DirectoryOrCreate" + description: "DirectoryOrCreate" + - value: "Directory" + description: "Directory" + - value: "FileOrCreate" + description: "FileOrCreate" + - value: "File" + description: "File" + - value: "Socket" + description: "Socket" + - value: "CharDevice" + description: "CharDevice" + - value: "BlockDevice" + description: "BlockDevice" + - variable: storageClass + label: "(Advanced) storageClass" + description: "Warning: Anything other than SCALE-ZFS or empty will break rollback!" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "SCALE-ZFS" + - variable: accessMode + label: "(Advanced) Access Mode" + description: "Allow or disallow multiple PVC's writhing to the same PV" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "ReadWriteOnce" + enum: + - value: "ReadWriteOnce" + description: "ReadWriteOnce" + - value: "ReadOnlyMany" + description: "ReadOnlyMany" + - value: "ReadWriteMany" + description: "ReadWriteMany" + - variable: advanced + label: "Show Advanced Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: "Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: "Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: persistenceList + label: "Additional app storage" + group: "Storage and Persistence" + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: "Custom Storage" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + hidden: true + - variable: name + label: "Name (optional)" + description: "Not required, please set to config when mounting /config or temp when mounting /tmp" + schema: + type: string + - variable: type + label: "Type of Storage" + description: "Sets the persistence type, Anything other than PVC could break rollback!" + schema: + type: string + default: "simpleHP" + enum: + - value: "simplePVC" + description: "PVC (simple)" + - value: "simpleHP" + description: "HostPath (simple)" + - value: "emptyDir" + description: "emptyDir" + - value: "pvc" + description: "pvc" + - value: "hostPath" + description: "hostPath" + - value: "nfs" + description: "NFS Share" + - variable: server + label: "NFS server" + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: "Path on NFS server" + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: true + - variable: setPermissions + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPathSimple + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: "mountPath" + description: "Path inside the container the storage is mounted" + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' + - variable: medium + label: "EmptyDir Medium" + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "Memory" + description: "Memory" + - variable: size + label: "Size quotum of storage" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "999Gi" + - variable: hostPathType + label: "(Advanced) hostPath Type" + schema: + show_if: [["type", "=", "hostPath"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "DirectoryOrCreate" + description: "DirectoryOrCreate" + - value: "Directory" + description: "Directory" + - value: "FileOrCreate" + description: "FileOrCreate" + - value: "File" + description: "File" + - value: "Socket" + description: "Socket" + - value: "CharDevice" + description: "CharDevice" + - value: "BlockDevice" + description: "BlockDevice" + - variable: storageClass + label: "(Advanced) storageClass" + description: "Warning: Anything other than SCALE-ZFS or empty will break rollback!" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "SCALE-ZFS" + - variable: accessMode + label: "(Advanced) Access Mode" + description: "Allow or disallow multiple PVC's writhing to the same PV" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "ReadWriteOnce" + enum: + - value: "ReadWriteOnce" + description: "ReadWriteOnce" + - value: "ReadOnlyMany" + description: "ReadOnlyMany" + - value: "ReadWriteMany" + description: "ReadWriteMany" + - variable: advanced + label: "Show Advanced Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: "Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: "Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: ingress + label: "" + group: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Enable Ingress" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: "Hosts" + schema: + type: list + default: [] + items: + - variable: hostEntry + label: "Host" + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: "HostName" + schema: + type: string + default: "" + required: true + - variable: paths + label: "Paths" + schema: + type: list + default: [] + items: + - variable: pathEntry + label: "Host" + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: "path" + schema: + type: string + required: true + default: "/" + - variable: pathType + label: "pathType" + schema: + type: string + required: true + default: "Prefix" + + - variable: tls + label: "TLS-Settings" + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: "Host" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: "Certificate Hosts" + schema: + type: list + default: [] + items: + - variable: host + label: "Host" + schema: + type: string + default: "" + required: true + - variable: scaleCert + label: "Select TrueNAS SCALE Certificate" + schema: + type: int + $ref: + - "definitions/certificate" + + - variable: entrypoint + label: "(Advanced) Traefik Entrypoint" + description: "Entrypoint used by Traefik when using Traefik as Ingress Provider" + schema: + type: string + default: "websecure" + required: true + - variable: middlewares + label: "Traefik Middlewares" + description: "Add previously created Traefik Middlewares to this Ingress" + schema: + type: list + default: [] + items: + - variable: name + label: "Name" + schema: + type: string + default: "" + required: true + + - variable: expert + label: "Show Expert Configuration Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: enableFixedMiddlewares + description: "These middlewares enforce a number of best practices." + label: "Enable Default Middlewares" + schema: + type: boolean + default: true + - variable: ingressClassName + label: "IngressClass Name" + schema: + type: string + default: "" + - variable: labelsList + label: "Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: "Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: ingressList + label: "Add Manual Custom Ingresses" + group: "Ingress" + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: "Custom Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Enable Ingress" + schema: + type: boolean + default: true + hidden: true + - variable: name + label: "Name" + schema: + type: string + default: "" + - variable: ingressClassName + label: "IngressClass Name" + schema: + type: string + default: "" + - variable: labelsList + label: "Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: "Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: hosts + label: "Hosts" + schema: + type: list + default: [] + items: + - variable: hostEntry + label: "Host" + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: "HostName" + schema: + type: string + default: "" + required: true + - variable: paths + label: "Paths" + schema: + type: list + default: [] + items: + - variable: pathEntry + label: "Host" + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: "path" + schema: + type: string + required: true + default: "/" + - variable: pathType + label: "pathType" + schema: + type: string + required: true + default: "Prefix" + - variable: service + label: "Linked Service" + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: "Service Name" + schema: + type: string + default: "" + - variable: port + label: "Service Port" + schema: + type: int + - variable: tls + label: "TLS-Settings" + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: "Host" + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: "Certificate Hosts" + schema: + type: list + default: [] + items: + - variable: host + label: "Host" + schema: + type: string + default: "" + required: true + - variable: scaleCert + label: "Select TrueNAS SCALE Certificate" + schema: + type: int + $ref: + - "definitions/certificate" + - variable: entrypoint + label: "Traefik Entrypoint" + description: "Entrypoint used by Traefik when using Traefik as Ingress Provider" + schema: + type: string + default: "websecure" + required: true + - variable: middlewares + label: "Traefik Middlewares" + description: "Add previously created Traefik Middlewares to this Ingress" + schema: + type: list + default: [] + items: + - variable: name + label: "Name" + schema: + type: string + default: "" + required: true + + - variable: security + label: "Container Security Settings" + group: "Security and Permissions" + schema: + type: dict + additional_attrs: true + attrs: + - variable: editsecurity + label: "Change PUID / UMASK values" + description: "By enabling this you override default set values." + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: PUID + label: "Process User ID - PUID" + description: "When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps" + schema: + type: int + default: 568 + - variable: UMASK + label: "UMASK" + description: "When supported by the container, this sets the UMASK for tha App. Not supported by all Apps" + schema: + type: string + default: "002" + + - variable: advancedSecurity + label: "Show Advanced Security Settings" + group: "Security and Permissions" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: securityContext + label: "Security Context" + schema: + additional_attrs: true + type: dict + attrs: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + - variable: allowPrivilegeEscalation + label: "Allow Privilege Escalation" + schema: + type: boolean + default: false + - variable: runAsNonRoot + label: "runAsNonRoot" + schema: + type: boolean + default: true + - variable: capabilities + label: "Capabilities" + schema: + additional_attrs: true + type: dict + attrs: + - variable: drop + label: "Drop Capability" + schema: + type: list + default: [] + items: + - variable: dropEntry + label: "" + schema: + type: string + - variable: add + label: "Add Capability" + schema: + type: list + default: [] + items: + - variable: addEntry + label: "" + schema: + type: string + + - variable: podSecurityContext + group: "Security and Permissions" + label: "Pod Security Context" + schema: + additional_attrs: true + type: dict + attrs: + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 568 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID this App of the user running the application" + schema: + type: int + default: 568 + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: "OnRootMismatch" + enum: + - value: "OnRootMismatch" + description: "OnRootMismatch" + - value: "Always" + description: "Always" + - variable: supplementalGroups + label: "supplemental Groups" + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: "supplemental Group" + schema: + type: int + + + - variable: advancedresources + label: "Set Custom Resource Limits/Requests (Advanced)" + group: "Resources and Devices" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: resources + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: "Advanced Limit Resource Consumption" + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: "CPU" + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/indepth/validation/" + schema: + type: string + default: "4000m" + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/indepth/validation/" + schema: + type: string + default: "8Gi" + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: "CPU" + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/indepth/validation/" + schema: + type: string + default: "10m" + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/indepth/validation/" + schema: + type: string + default: "50Mi" + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + + - variable: deviceList + label: "Mount USB devices" + group: "Resources and Devices" + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: "Device" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + - variable: type + label: "(Advanced) Type of Storage" + description: "Sets the persistence type" + schema: + type: string + default: "hostPath" + hidden: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPath + label: "Host Device Path" + description: "Path to the device on the host system" + schema: + type: path + - variable: mountPath + label: "Container Device Path" + description: "Path inside the container the device is mounted" + schema: + type: string + default: "/dev/ttyACM0" + + # Specify GPU configuration + - variable: scaleGPU + label: "GPU Configuration" + group: "Resources and Devices" + schema: + type: dict + $ref: + - "definitions/gpuConfiguration" + attrs: [] + +# - variable: autoscaling +# group: "Advanced" +# label: "(Advanced) Horizontal Pod Autoscaler" +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: enabled +# label: "enabled" +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: "Target" +# description: "deployment name, defaults to main deployment" +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: "Minimum Replicas" +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: "Maximum Replicas" +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: "Target CPU Utilization Percentage" +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: "Target Memory Utilization Percentage" +# schema: +# type: int +# default: 80 +# - variable: networkPolicy +# group: "Advanced" +# label: "(Advanced) Network Policy" +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: enabled +# label: "enabled" +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: policyType +# label: "Policy Type" +# schema: +# type: string +# default: "" +# enum: +# - value: "" +# description: "Default" +# - value: "ingress" +# description: "Ingress" +# - value: "egress" +# description: "Egress" +# - value: "ingress-egress" +# description: "Ingress and Egress" +# - variable: egress +# label: "Egress" +# schema: +# type: list +# default: [] +# items: +# - variable: egressEntry +# label: "" +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: to +# label: "To" +# schema: +# type: list +# default: [] +# items: +# - variable: toEntry +# label: "" +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: ipBlock +# label: "ipBlock" +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: cidr +# label: "cidr" +# schema: +# type: string +# default: "" +# - variable: except +# label: "except" +# schema: +# type: list +# default: [] +# items: +# - variable: exceptint +# label: "" +# schema: +# type: string +# - variable: namespaceSelector +# label: "namespaceSelector" +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: matchExpressions +# label: "matchExpressions" +# schema: +# type: list +# default: [] +# items: +# - variable: expressionEntry +# label: "" +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: key +# label: "Key" +# schema: +# type: string +# - variable: operator +# label: "operator" +# schema: +# type: string +# default: "TCP" +# enum: +# - value: "In" +# description: "In" +# - value: "NotIn" +# description: "NotIn" +# - value: "Exists " +# description: "Exists " +# - value: "DoesNotExist " +# description: "DoesNotExist " +# - variable: values +# label: "values" +# schema: +# type: list +# default: [] +# items: +# - variable: value +# label: "" +# schema: +# type: string +# - variable: podSelector +# label: "" +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: matchExpressions +# label: "matchExpressions" +# schema: +# type: list +# default: [] +# items: +# - variable: expressionEntry +# label: "" +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: key +# label: "Key" +# schema: +# type: string +# - variable: operator +# label: "operator" +# schema: +# type: string +# default: "TCP" +# enum: +# - value: "In" +# description: "In" +# - value: "NotIn" +# description: "NotIn" +# - value: "Exists " +# description: "Exists " +# - value: "DoesNotExist " +# description: "DoesNotExist " +# - variable: values +# label: "values" +# schema: +# type: list +# default: [] +# items: +# - variable: value +# label: "" +# schema: +# type: string +# - variable: ports +# label: "Ports" +# schema: +# type: list +# default: [] +# items: +# - variable: portsEntry +# label: "" +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: port +# label: "port" +# schema: +# type: int +# - variable: endPort +# label: "port" +# schema: +# type: int +# - variable: protocol +# label: "Protocol" +# schema: +# type: string +# default: "TCP" +# enum: +# - value: "TCP" +# description: "TCP" +# - value: "UDP" +# description: "UDP" +# - value: "SCTP" +# description: "SCTP" +# - variable: ingress +# label: "Ingress" +# schema: +# type: list +# default: [] +# items: +# - variable: ingressEntry +# label: "" +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: from +# label: "From" +# schema: +# type: list +# default: [] +# items: +# - variable: fromEntry +# label: "" +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: ipBlock +# label: "ipBlock" +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: cidr +# label: "cidr" +# schema: +# type: string +# default: "" +# - variable: except +# label: "except" +# schema: +# type: list +# default: [] +# items: +# - variable: exceptint +# label: "" +# schema: +# type: string +# - variable: namespaceSelector +# label: "namespaceSelector" +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: matchExpressions +# label: "matchExpressions" +# schema: +# type: list +# default: [] +# items: +# - variable: expressionEntry +# label: "" +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: key +# label: "Key" +# schema: +# type: string +# - variable: operator +# label: "operator" +# schema: +# type: string +# default: "TCP" +# enum: +# - value: "In" +# description: "In" +# - value: "NotIn" +# description: "NotIn" +# - value: "Exists " +# description: "Exists " +# - value: "DoesNotExist " +# description: "DoesNotExist " +# - variable: values +# label: "values" +# schema: +# type: list +# default: [] +# items: +# - variable: value +# label: "" +# schema: +# type: string +# - variable: podSelector +# label: "" +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: matchExpressions +# label: "matchExpressions" +# schema: +# type: list +# default: [] +# items: +# - variable: expressionEntry +# label: "" +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: key +# label: "Key" +# schema: +# type: string +# - variable: operator +# label: "operator" +# schema: +# type: string +# default: "TCP" +# enum: +# - value: "In" +# description: "In" +# - value: "NotIn" +# description: "NotIn" +# - value: "Exists " +# description: "Exists " +# - value: "DoesNotExist " +# description: "DoesNotExist " +# - variable: values +# label: "values" +# schema: +# type: list +# default: [] +# items: +# - variable: value +# label: "" +# schema: +# type: string +# - variable: ports +# label: "Ports" +# schema: +# type: list +# default: [] +# items: +# - variable: portsEntry +# label: "" +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: port +# label: "port" +# schema: +# type: int +# - variable: endPort +# label: "port" +# schema: +# type: int +# - variable: protocol +# label: "Protocol" +# schema: +# type: string +# default: "TCP" +# enum: +# - value: "TCP" +# description: "TCP" +# - value: "UDP" +# description: "UDP" +# - value: "SCTP" +# description: "SCTP" + + + - variable: addons + group: "Addons" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: vpn + label: "VPN" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: "Type" + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: "disabled" + - value: "openvpn" + description: "OpenVPN" + - value: "wireguard" + description: "Wireguard" + - variable: openvpn + label: "OpenVPN Settings" + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: "authentication username" + description: "authentication username, optional" + schema: + type: string + default: "" + - variable: password + label: "authentication password" + description: "authentication credentials" + schema: + type: string + default: "" + required: true + - variable: killSwitch + label: "Enable killswitch" + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: "Killswitch Excluded IPv4 networks" + description: "list of killswitch excluded ipv4 addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: "IPv4 Network" + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: "Killswitch Excluded IPv6 networks" + description: "list of killswitch excluded ipv4 addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: "IPv6 Network" + schema: + type: string + required: true + + - variable: configFile + label: "VPN Config File Location" + schema: + type: dict + show_if: [["type", "!=", "disabled"]] + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: true + hidden: true + - variable: type + label: "type" + schema: + type: string + default: "hostPath" + hidden: true + - variable: hostPathType + label: "hostPathType" + schema: + type: string + default: "File" + hidden: true + - variable: noMount + label: "noMount" + schema: + type: boolean + default: true + hidden: true + - variable: hostPath + label: "Full path to file" + description: "path to your local VPN config file for example: /mnt/tank/vpn.conf or /mnt/tank/vpn.ovpn" + schema: + type: string + default: "" + required: true + - variable: envList + label: "VPN environment Variables" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + required: true + + - variable: codeserver + label: "Codeserver" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: git + label: "Git Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: deployKey + description: "Raw SSH private key" + label: "deployKey" + schema: + type: string + - variable: deployKeyBase64 + description: "Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence" + label: "deployKeyBase64" + schema: + type: string + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: "Service Type" + description: "ClusterIP's are only internally available, nodePorts expose the container to the host node System, Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: "NodePort" + enum: + - value: "NodePort" + description: "NodePort" + - value: "ClusterIP" + description: "ClusterIP" + - value: "LoadBalancer" + description: "LoadBalancer" + - variable: loadBalancerIP + label: "LoadBalancer IP" + description: "LoadBalancerIP" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: list + default: [] + items: + - variable: externalIP + label: "External IP" + schema: + type: string + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: nodePort + description: "leave empty to disable" + label: "nodePort" + schema: + type: int + default: 36107 + - variable: envList + label: "Codeserver environment Variables" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + required: true + + + - variable: promtail + label: "Promtail" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: loki + label: "Loki URL" + schema: + type: string + required: true + - variable: logs + label: "Log Paths" + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: path + label: "Path" + schema: + type: string + required: true + - variable: args + label: "Promtail ecommand line arguments" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: arg + label: "Arg" + schema: + type: string + required: true + - variable: envList + label: "Promtail environment Variables" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + required: true + + + + + - variable: netshoot + label: "Netshoot" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: "Netshoot environment Variables" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + required: true diff --git a/stable/hedgedoc/4.0.0/security.md b/stable/hedgedoc/4.0.0/security.md new file mode 100644 index 00000000000..c64ecc05f61 --- /dev/null +++ b/stable/hedgedoc/4.0.0/security.md @@ -0,0 +1,531 @@ +--- +hide: + - toc +--- + +# Security Overview + + + +## Helm-Chart + +##### Scan Results + +#### Chart Object: hedgedoc/charts/postgresql/templates/common.yaml + + + +| Type | Misconfiguration ID | Check | Severity | Explaination | Links | +|:----------------|:------------------:|:-----------:|:------------------:|-----------------------------------------|-----------------------------------------| +| Kubernetes Security Check | KSV001 | Process can elevate its own privileges | MEDIUM |
Expand... A program inside the container can elevate its own privileges and run as root, which might give the program control over the container and node.


Container 'RELEASE-NAME-postgresql' of StatefulSet 'RELEASE-NAME-postgresql' should set 'securityContext.allowPrivilegeEscalation' to false
|
| +| Kubernetes Security Check | KSV001 | Process can elevate its own privileges | MEDIUM |
Expand... A program inside the container can elevate its own privileges and run as root, which might give the program control over the container and node.


Container 'autopermissions' of StatefulSet 'RELEASE-NAME-postgresql' should set 'securityContext.allowPrivilegeEscalation' to false
|
Expand...https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted
https://avd.aquasec.com/misconfig/ksv001
| +| Kubernetes Security Check | KSV003 | Default capabilities not dropped | LOW |
Expand... The container should drop all default capabilities and add only those that are needed for its execution.


Container 'RELEASE-NAME-postgresql' of StatefulSet 'RELEASE-NAME-postgresql' should add 'ALL' to 'securityContext.capabilities.drop'
|
Expand...https://kubesec.io/basics/containers-securitycontext-capabilities-drop-index-all/
https://avd.aquasec.com/misconfig/ksv003
| +| Kubernetes Security Check | KSV003 | Default capabilities not dropped | LOW |
Expand... The container should drop all default capabilities and add only those that are needed for its execution.


Container 'autopermissions' of StatefulSet 'RELEASE-NAME-postgresql' should add 'ALL' to 'securityContext.capabilities.drop'
|
Expand...https://kubesec.io/basics/containers-securitycontext-capabilities-drop-index-all/
https://avd.aquasec.com/misconfig/ksv003
| +| Kubernetes Security Check | KSV012 | Runs as root user | MEDIUM |
Expand... 'runAsNonRoot' forces the running image to run as a non-root user to ensure least privileges.


Container 'autopermissions' of StatefulSet 'RELEASE-NAME-postgresql' should set 'securityContext.runAsNonRoot' to true
|
Expand...https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted
https://avd.aquasec.com/misconfig/ksv012
| +| Kubernetes Security Check | KSV014 | Root file system is not read-only | LOW |
Expand... An immutable root file system prevents applications from writing to their local disk. This can limit intrusions, as attackers will not be able to tamper with the file system or write foreign executables to disk.


Container 'RELEASE-NAME-postgresql' of StatefulSet 'RELEASE-NAME-postgresql' should set 'securityContext.readOnlyRootFilesystem' to true
|
Expand...https://kubesec.io/basics/containers-securitycontext-readonlyrootfilesystem-true/
https://avd.aquasec.com/misconfig/ksv014
| +| Kubernetes Security Check | KSV014 | Root file system is not read-only | LOW |
Expand... An immutable root file system prevents applications from writing to their local disk. This can limit intrusions, as attackers will not be able to tamper with the file system or write foreign executables to disk.


Container 'autopermissions' of StatefulSet 'RELEASE-NAME-postgresql' should set 'securityContext.readOnlyRootFilesystem' to true
|
Expand...https://kubesec.io/basics/containers-securitycontext-readonlyrootfilesystem-true/
https://avd.aquasec.com/misconfig/ksv014
| +| Kubernetes Security Check | KSV017 | Privileged container | HIGH |
Expand... Privileged containers share namespaces with the host system and do not offer any security. They should be used exclusively for system containers that require high privileges.


Container 'autopermissions' of StatefulSet 'RELEASE-NAME-postgresql' should set 'securityContext.privileged' to false
|
Expand...https://kubernetes.io/docs/concepts/security/pod-security-standards/#baseline
https://avd.aquasec.com/misconfig/ksv017
| +| Kubernetes Security Check | KSV020 | Runs with low user ID | LOW |
Expand... Force the container to run with user ID > 10000 to avoid conflicts with the host’s user table.


Container 'RELEASE-NAME-postgresql' of StatefulSet 'RELEASE-NAME-postgresql' should set 'securityContext.runAsUser' > 10000
|
Expand...https://kubesec.io/basics/containers-securitycontext-runasuser/
https://avd.aquasec.com/misconfig/ksv020
| +| Kubernetes Security Check | KSV020 | Runs with low user ID | LOW |
Expand... Force the container to run with user ID > 10000 to avoid conflicts with the host’s user table.


Container 'autopermissions' of StatefulSet 'RELEASE-NAME-postgresql' should set 'securityContext.runAsUser' > 10000
|
Expand...https://kubesec.io/basics/containers-securitycontext-runasuser/
https://avd.aquasec.com/misconfig/ksv020
| +| Kubernetes Security Check | KSV021 | Runs with low group ID | LOW |
Expand... Force the container to run with group ID > 10000 to avoid conflicts with the host’s user table.


Container 'RELEASE-NAME-postgresql' of StatefulSet 'RELEASE-NAME-postgresql' should set 'securityContext.runAsGroup' > 10000
|
Expand...https://kubesec.io/basics/containers-securitycontext-runasuser/
https://avd.aquasec.com/misconfig/ksv021
| +| Kubernetes Security Check | KSV021 | Runs with low group ID | LOW |
Expand... Force the container to run with group ID > 10000 to avoid conflicts with the host’s user table.


Container 'autopermissions' of StatefulSet 'RELEASE-NAME-postgresql' should set 'securityContext.runAsGroup' > 10000
|
Expand...https://kubesec.io/basics/containers-securitycontext-runasuser/
https://avd.aquasec.com/misconfig/ksv021
| +| Kubernetes Security Check | KSV030 | Default Seccomp profile not set | LOW |
Expand... The RuntimeDefault/Localhost seccomp profile must be required, or allow specific additional profiles.


Either Pod or Container should set 'securityContext.seccompProfile.type' to 'RuntimeDefault'
|
Expand...https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted
https://avd.aquasec.com/misconfig/ksv030
| +| Kubernetes Security Check | KSV030 | Default Seccomp profile not set | LOW |
Expand... The RuntimeDefault/Localhost seccomp profile must be required, or allow specific additional profiles.


Either Pod or Container should set 'securityContext.seccompProfile.type' to 'RuntimeDefault'
|
Expand...https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted
https://avd.aquasec.com/misconfig/ksv030
| +| Kubernetes Security Check | KSV105 | Containers must not set runAsUser to 0 | LOW |
Expand... Containers should be forbidden from running with a root UID.


securityContext.runAsUser should be set to a value greater than 0
|
Expand...https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted
https://avd.aquasec.com/misconfig/ksv105
| +| Kubernetes Security Check | KSV106 | Container capabilities must only include NET_BIND_SERVICE | LOW |
Expand... Containers must drop ALL capabilities, and are only permitted to add back the NET_BIND_SERVICE capability.


container should drop all
|
Expand...https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted
https://avd.aquasec.com/misconfig/ksv106
| +| Kubernetes Security Check | KSV106 | Container capabilities must only include NET_BIND_SERVICE | LOW |
Expand... Containers must drop ALL capabilities, and are only permitted to add back the NET_BIND_SERVICE capability.


container should drop all
|
Expand...https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted
https://avd.aquasec.com/misconfig/ksv106
| + + +| Type | Misconfiguration ID | Check | Severity | Explaination | Links | +|:----------------|:------------------:|:-----------:|:------------------:|-----------------------------------------|-----------------------------------------| +| Kubernetes Security Check | KSV001 | Process can elevate its own privileges | MEDIUM |
Expand... A program inside the container can elevate its own privileges and run as root, which might give the program control over the container and node.


Container 'RELEASE-NAME-hedgedoc' of Deployment 'RELEASE-NAME-hedgedoc' should set 'securityContext.allowPrivilegeEscalation' to false
|
Expand...https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted
https://avd.aquasec.com/misconfig/ksv001
| +| Kubernetes Security Check | KSV001 | Process can elevate its own privileges | MEDIUM |
Expand... A program inside the container can elevate its own privileges and run as root, which might give the program control over the container and node.


Container 'autopermissions' of Deployment 'RELEASE-NAME-hedgedoc' should set 'securityContext.allowPrivilegeEscalation' to false
|
Expand...https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted
https://avd.aquasec.com/misconfig/ksv001
| +| Kubernetes Security Check | KSV001 | Process can elevate its own privileges | MEDIUM |
Expand... A program inside the container can elevate its own privileges and run as root, which might give the program control over the container and node.


Container 'postgresql-init' of Deployment 'RELEASE-NAME-hedgedoc' should set 'securityContext.allowPrivilegeEscalation' to false
|
Expand...https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted
https://avd.aquasec.com/misconfig/ksv001
| +| Kubernetes Security Check | KSV003 | Default capabilities not dropped | LOW |
Expand... The container should drop all default capabilities and add only those that are needed for its execution.


Container 'RELEASE-NAME-hedgedoc' of Deployment 'RELEASE-NAME-hedgedoc' should add 'ALL' to 'securityContext.capabilities.drop'
|
Expand...https://kubesec.io/basics/containers-securitycontext-capabilities-drop-index-all/
https://avd.aquasec.com/misconfig/ksv003
| +| Kubernetes Security Check | KSV003 | Default capabilities not dropped | LOW |
Expand... The container should drop all default capabilities and add only those that are needed for its execution.


Container 'autopermissions' of Deployment 'RELEASE-NAME-hedgedoc' should add 'ALL' to 'securityContext.capabilities.drop'
|
Expand...https://kubesec.io/basics/containers-securitycontext-capabilities-drop-index-all/
https://avd.aquasec.com/misconfig/ksv003
| +| Kubernetes Security Check | KSV012 | Runs as root user | MEDIUM |
Expand... 'runAsNonRoot' forces the running image to run as a non-root user to ensure least privileges.


Container 'autopermissions' of Deployment 'RELEASE-NAME-hedgedoc' should set 'securityContext.runAsNonRoot' to true
|
Expand...https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted
https://avd.aquasec.com/misconfig/ksv012
| +| Kubernetes Security Check | KSV012 | Runs as root user | MEDIUM |
Expand... 'runAsNonRoot' forces the running image to run as a non-root user to ensure least privileges.


Container 'postgresql-init' of Deployment 'RELEASE-NAME-hedgedoc' should set 'securityContext.runAsNonRoot' to true
|
Expand...https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted
https://avd.aquasec.com/misconfig/ksv012
| +| Kubernetes Security Check | KSV014 | Root file system is not read-only | LOW |
Expand... An immutable root file system prevents applications from writing to their local disk. This can limit intrusions, as attackers will not be able to tamper with the file system or write foreign executables to disk.


Container 'autopermissions' of Deployment 'RELEASE-NAME-hedgedoc' should set 'securityContext.readOnlyRootFilesystem' to true
|
Expand...https://kubesec.io/basics/containers-securitycontext-readonlyrootfilesystem-true/
https://avd.aquasec.com/misconfig/ksv014
| +| Kubernetes Security Check | KSV014 | Root file system is not read-only | LOW |
Expand... An immutable root file system prevents applications from writing to their local disk. This can limit intrusions, as attackers will not be able to tamper with the file system or write foreign executables to disk.


Container 'postgresql-init' of Deployment 'RELEASE-NAME-hedgedoc' should set 'securityContext.readOnlyRootFilesystem' to true
|
Expand...https://kubesec.io/basics/containers-securitycontext-readonlyrootfilesystem-true/
https://avd.aquasec.com/misconfig/ksv014
| +| Kubernetes Security Check | KSV017 | Privileged container | HIGH |
Expand... Privileged containers share namespaces with the host system and do not offer any security. They should be used exclusively for system containers that require high privileges.


Container 'autopermissions' of Deployment 'RELEASE-NAME-hedgedoc' should set 'securityContext.privileged' to false
|
Expand...https://kubernetes.io/docs/concepts/security/pod-security-standards/#baseline
https://avd.aquasec.com/misconfig/ksv017
| +| Kubernetes Security Check | KSV020 | Runs with low user ID | LOW |
Expand... Force the container to run with user ID > 10000 to avoid conflicts with the host’s user table.


Container 'RELEASE-NAME-hedgedoc' of Deployment 'RELEASE-NAME-hedgedoc' should set 'securityContext.runAsUser' > 10000
|
Expand...https://kubesec.io/basics/containers-securitycontext-runasuser/
https://avd.aquasec.com/misconfig/ksv020
| +| Kubernetes Security Check | KSV020 | Runs with low user ID | LOW |
Expand... Force the container to run with user ID > 10000 to avoid conflicts with the host’s user table.


Container 'autopermissions' of Deployment 'RELEASE-NAME-hedgedoc' should set 'securityContext.runAsUser' > 10000
|
Expand...https://kubesec.io/basics/containers-securitycontext-runasuser/
https://avd.aquasec.com/misconfig/ksv020
| +| Kubernetes Security Check | KSV020 | Runs with low user ID | LOW |
Expand... Force the container to run with user ID > 10000 to avoid conflicts with the host’s user table.


Container 'postgresql-init' of Deployment 'RELEASE-NAME-hedgedoc' should set 'securityContext.runAsUser' > 10000
|
Expand...https://kubesec.io/basics/containers-securitycontext-runasuser/
https://avd.aquasec.com/misconfig/ksv020
| +| Kubernetes Security Check | KSV021 | Runs with low group ID | LOW |
Expand... Force the container to run with group ID > 10000 to avoid conflicts with the host’s user table.


Container 'RELEASE-NAME-hedgedoc' of Deployment 'RELEASE-NAME-hedgedoc' should set 'securityContext.runAsGroup' > 10000
|
Expand...https://kubesec.io/basics/containers-securitycontext-runasuser/
https://avd.aquasec.com/misconfig/ksv021
| +| Kubernetes Security Check | KSV021 | Runs with low group ID | LOW |
Expand... Force the container to run with group ID > 10000 to avoid conflicts with the host’s user table.


Container 'autopermissions' of Deployment 'RELEASE-NAME-hedgedoc' should set 'securityContext.runAsGroup' > 10000
|
Expand...https://kubesec.io/basics/containers-securitycontext-runasuser/
https://avd.aquasec.com/misconfig/ksv021
| +| Kubernetes Security Check | KSV021 | Runs with low group ID | LOW |
Expand... Force the container to run with group ID > 10000 to avoid conflicts with the host’s user table.


Container 'postgresql-init' of Deployment 'RELEASE-NAME-hedgedoc' should set 'securityContext.runAsGroup' > 10000
|
Expand...https://kubesec.io/basics/containers-securitycontext-runasuser/
https://avd.aquasec.com/misconfig/ksv021
| +| Kubernetes Security Check | KSV030 | Default Seccomp profile not set | LOW |
Expand... The RuntimeDefault/Localhost seccomp profile must be required, or allow specific additional profiles.


Either Pod or Container should set 'securityContext.seccompProfile.type' to 'RuntimeDefault'
|
Expand...https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted
https://avd.aquasec.com/misconfig/ksv030
| +| Kubernetes Security Check | KSV030 | Default Seccomp profile not set | LOW |
Expand... The RuntimeDefault/Localhost seccomp profile must be required, or allow specific additional profiles.


Either Pod or Container should set 'securityContext.seccompProfile.type' to 'RuntimeDefault'
|
Expand...https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted
https://avd.aquasec.com/misconfig/ksv030
| +| Kubernetes Security Check | KSV030 | Default Seccomp profile not set | LOW |
Expand... The RuntimeDefault/Localhost seccomp profile must be required, or allow specific additional profiles.


Either Pod or Container should set 'securityContext.seccompProfile.type' to 'RuntimeDefault'
|
Expand...https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted
https://avd.aquasec.com/misconfig/ksv030
| +| Kubernetes Security Check | KSV105 | Containers must not set runAsUser to 0 | LOW |
Expand... Containers should be forbidden from running with a root UID.


securityContext.runAsUser should be set to a value greater than 0
|
Expand...https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted
https://avd.aquasec.com/misconfig/ksv105
| +| Kubernetes Security Check | KSV106 | Container capabilities must only include NET_BIND_SERVICE | LOW |
Expand... Containers must drop ALL capabilities, and are only permitted to add back the NET_BIND_SERVICE capability.


container should drop all
|
Expand...https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted
https://avd.aquasec.com/misconfig/ksv106
| +| Kubernetes Security Check | KSV106 | Container capabilities must only include NET_BIND_SERVICE | LOW |
Expand... Containers must drop ALL capabilities, and are only permitted to add back the NET_BIND_SERVICE capability.


container should drop all
|
Expand...https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted
https://avd.aquasec.com/misconfig/ksv106
| + +## Containers + +##### Detected Containers + + tccr.io/truecharts/alpine:v3.16.0@sha256:16dc15f3d61a1e30b1df9f839e53636847b6097286b2b74c637b25fd8264f730 + tccr.io/truecharts/postgresql:v14.4.0@sha256:9f88fe352b51208f9a8fa01a95c07a74751e72629d009230cfe18a427e30550c + tccr.io/truecharts/hedgedoc:v1.9.3@sha256:8aadcc96880e9c11c0ebc633a6f38d3ed2e55582f60d5ee8339af989936c83ac + tccr.io/truecharts/alpine:v3.16.0@sha256:16dc15f3d61a1e30b1df9f839e53636847b6097286b2b74c637b25fd8264f730 + tccr.io/truecharts/postgresql:v14.4.0@sha256:80dc248a6d5c7870091e22551ef9a0cbc04295c74214f1dd9cb310e5c1a31288 + +##### Scan Results + + +#### Container: tccr.io/truecharts/alpine:v3.16.0@sha256:16dc15f3d61a1e30b1df9f839e53636847b6097286b2b74c637b25fd8264f730 (alpine 3.16.0) + + +**alpine** + + +| No Vulnerabilities found | +|:---------------------------------| + + + + +#### Container: tccr.io/truecharts/postgresql:v14.4.0@sha256:9f88fe352b51208f9a8fa01a95c07a74751e72629d009230cfe18a427e30550c (debian 11.3) + + +**debian** + + +| Package | Vulnerability | Severity | Installed Version | Fixed Version | Links | +|:----------------|:------------------:|:-----------:|:------------------:|:-------------:|-----------------------------------------| +| apt | CVE-2011-3374 | LOW | 2.2.4 | |
Expand...https://access.redhat.com/security/cve/cve-2011-3374
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=642480
https://people.canonical.com/~ubuntu-security/cve/2011/CVE-2011-3374.html
https://seclists.org/fulldisclosure/2011/Sep/221
https://security-tracker.debian.org/tracker/CVE-2011-3374
https://snyk.io/vuln/SNYK-LINUX-APT-116518
https://ubuntu.com/security/CVE-2011-3374
| +| bsdutils | CVE-2022-0563 | LOW | 2.36.1-8+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-0563
https://lore.kernel.org/util-linux/20220214110609.msiwlm457ngoic6w@ws.net.home/T/#u
https://nvd.nist.gov/vuln/detail/CVE-2022-0563
https://security.netapp.com/advisory/ntap-20220331-0002/
| +| coreutils | CVE-2016-2781 | LOW | 8.32-4 | |
Expand...http://seclists.org/oss-sec/2016/q1/452
http://www.openwall.com/lists/oss-security/2016/02/28/2
http://www.openwall.com/lists/oss-security/2016/02/28/3
https://access.redhat.com/security/cve/CVE-2016-2781
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-2781
https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E
https://lore.kernel.org/patchwork/patch/793178/
https://nvd.nist.gov/vuln/detail/CVE-2016-2781
| +| coreutils | CVE-2017-18018 | LOW | 8.32-4 | |
Expand...http://lists.gnu.org/archive/html/coreutils/2017-12/msg00045.html
https://access.redhat.com/security/cve/CVE-2017-18018
| +| curl | CVE-2021-22945 | CRITICAL | 7.74.0-1.3+deb11u1 | |
Expand...http://seclists.org/fulldisclosure/2022/Mar/29
https://access.redhat.com/security/cve/CVE-2021-22945
https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf
https://curl.se/docs/CVE-2021-22945.html
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22945
https://hackerone.com/reports/1269242
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/APOAK4X73EJTAPTSVT7IRVDMUWVXNWGD/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RWLEC6YVEM2HWUBX67SDGPSY4CQB72OE/
https://nvd.nist.gov/vuln/detail/CVE-2021-22945
https://security.netapp.com/advisory/ntap-20211029-0003/
https://support.apple.com/kb/HT213183
https://ubuntu.com/security/notices/USN-5079-1
https://www.oracle.com/security-alerts/cpuoct2021.html
| +| curl | CVE-2021-22946 | HIGH | 7.74.0-1.3+deb11u1 | |
Expand...http://seclists.org/fulldisclosure/2022/Mar/29
https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-22946.json
https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-22947.json
https://access.redhat.com/security/cve/CVE-2021-22946
https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf
https://curl.se/docs/CVE-2021-22946.html
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22946
https://hackerone.com/reports/1334111
https://linux.oracle.com/cve/CVE-2021-22946.html
https://linux.oracle.com/errata/ELSA-2021-4059.html
https://lists.debian.org/debian-lts-announce/2021/09/msg00022.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/APOAK4X73EJTAPTSVT7IRVDMUWVXNWGD/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RWLEC6YVEM2HWUBX67SDGPSY4CQB72OE/
https://nvd.nist.gov/vuln/detail/CVE-2021-22946
https://security.netapp.com/advisory/ntap-20211029-0003/
https://security.netapp.com/advisory/ntap-20220121-0008/
https://support.apple.com/kb/HT213183
https://ubuntu.com/security/notices/USN-5079-1
https://ubuntu.com/security/notices/USN-5079-2
https://www.oracle.com/security-alerts/cpuapr2022.html
https://www.oracle.com/security-alerts/cpujan2022.html
https://www.oracle.com/security-alerts/cpuoct2021.html
| +| curl | CVE-2022-22576 | HIGH | 7.74.0-1.3+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-22576
https://curl.se/docs/CVE-2022-22576.html
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22576
https://hackerone.com/reports/1526328
https://nvd.nist.gov/vuln/detail/CVE-2022-22576
https://security.netapp.com/advisory/ntap-20220609-0008/
https://ubuntu.com/security/notices/USN-5397-1
| +| curl | CVE-2022-27775 | HIGH | 7.74.0-1.3+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-27775
https://curl.se/docs/CVE-2022-27775.html
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27775
https://hackerone.com/reports/1546268
https://nvd.nist.gov/vuln/detail/CVE-2022-27775
https://security.netapp.com/advisory/ntap-20220609-0008/
https://ubuntu.com/security/notices/USN-5397-1
| +| curl | CVE-2022-27781 | HIGH | 7.74.0-1.3+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-27781
https://curl.se/docs/CVE-2022-27781.html
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27781
https://github.com/curl/curl/commit/f6c335d63f
https://hackerone.com/reports/1555441
https://nvd.nist.gov/vuln/detail/CVE-2022-27781
https://security.netapp.com/advisory/ntap-20220609-0009/
https://ubuntu.com/security/notices/USN-5412-1
| +| curl | CVE-2022-27782 | HIGH | 7.74.0-1.3+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-27782
https://curl.se/docs/CVE-2022-27782.html
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27782
https://hackerone.com/reports/1555796
https://nvd.nist.gov/vuln/detail/CVE-2022-27782
https://security.netapp.com/advisory/ntap-20220609-0009/
https://ubuntu.com/security/notices/USN-5412-1
| +| curl | CVE-2021-22947 | MEDIUM | 7.74.0-1.3+deb11u1 | |
Expand...http://seclists.org/fulldisclosure/2022/Mar/29
https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-22946.json
https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-22947.json
https://access.redhat.com/security/cve/CVE-2021-22947
https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf
https://curl.se/docs/CVE-2021-22947.html
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22947
https://hackerone.com/reports/1334763
https://launchpad.net/bugs/1944120 (regression bug)
https://linux.oracle.com/cve/CVE-2021-22947.html
https://linux.oracle.com/errata/ELSA-2021-4059.html
https://lists.debian.org/debian-lts-announce/2021/09/msg00022.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/APOAK4X73EJTAPTSVT7IRVDMUWVXNWGD/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RWLEC6YVEM2HWUBX67SDGPSY4CQB72OE/
https://nvd.nist.gov/vuln/detail/CVE-2021-22947
https://security.netapp.com/advisory/ntap-20211029-0003/
https://support.apple.com/kb/HT213183
https://ubuntu.com/security/notices/USN-5079-1
https://ubuntu.com/security/notices/USN-5079-2
https://ubuntu.com/security/notices/USN-5079-3
https://ubuntu.com/security/notices/USN-5079-4
https://www.oracle.com/security-alerts/cpuapr2022.html
https://www.oracle.com/security-alerts/cpujan2022.html
https://www.oracle.com/security-alerts/cpuoct2021.html
| +| curl | CVE-2022-27774 | MEDIUM | 7.74.0-1.3+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-27774
https://curl.se/docs/CVE-2022-27774.html
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27774
https://hackerone.com/reports/1543773
https://nvd.nist.gov/vuln/detail/CVE-2022-27774
https://security.netapp.com/advisory/ntap-20220609-0008/
https://ubuntu.com/security/notices/USN-5397-1
| +| curl | CVE-2022-27776 | MEDIUM | 7.74.0-1.3+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-27776
https://curl.se/docs/CVE-2022-27776.html
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27776
https://hackerone.com/reports/1547048
https://nvd.nist.gov/vuln/detail/CVE-2022-27776
https://security.netapp.com/advisory/ntap-20220609-0008/
https://ubuntu.com/security/notices/USN-5397-1
| +| curl | CVE-2021-22898 | LOW | 7.74.0-1.3+deb11u1 | |
Expand...http://www.openwall.com/lists/oss-security/2021/07/21/4
https://access.redhat.com/security/cve/CVE-2021-22898
https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf
https://curl.se/docs/CVE-2021-22898.html
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22898
https://errata.almalinux.org/8/ALSA-2021-4511.html
https://github.com/curl/curl/commit/39ce47f219b09c380b81f89fe54ac586c8db6bde
https://hackerone.com/reports/1176461
https://linux.oracle.com/cve/CVE-2021-22898.html
https://linux.oracle.com/errata/ELSA-2021-4511.html
https://lists.apache.org/thread.html/rc713534b10f9daeee2e0990239fa407e2118e4aa9e88a7041177497c@%3Cissues.guacamole.apache.org%3E
https://lists.debian.org/debian-lts-announce/2021/08/msg00017.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FRUCW2UVNYUDZF72DQLFQR4PJEC6CF7V/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/POOC3UV7V6L4CJ5KA2PTWTNUV5Y72T3Q/
https://nvd.nist.gov/vuln/detail/CVE-2021-22898
https://ubuntu.com/security/notices/USN-5021-1
https://ubuntu.com/security/notices/USN-5021-2
https://www.oracle.com//security-alerts/cpujul2021.html
https://www.oracle.com/security-alerts/cpuapr2022.html
https://www.oracle.com/security-alerts/cpujan2022.html
| +| curl | CVE-2021-22922 | LOW | 7.74.0-1.3+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2021-22922
https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf
https://curl.se/docs/CVE-2021-22922.html
https://hackerone.com/reports/1213175
https://linux.oracle.com/cve/CVE-2021-22922.html
https://linux.oracle.com/errata/ELSA-2021-3582.html
https://lists.apache.org/thread.html/r61db8e7dcb56dc000a5387a88f7a473bacec5ee01b9ff3f55308aacc@%3Cdev.kafka.apache.org%3E
https://lists.apache.org/thread.html/r61db8e7dcb56dc000a5387a88f7a473bacec5ee01b9ff3f55308aacc@%3Cusers.kafka.apache.org%3E
https://lists.apache.org/thread.html/rbf4ce74b0d1fa9810dec50ba3ace0caeea677af7c27a97111c06ccb7@%3Cdev.kafka.apache.org%3E
https://lists.apache.org/thread.html/rbf4ce74b0d1fa9810dec50ba3ace0caeea677af7c27a97111c06ccb7@%3Cusers.kafka.apache.org%3E
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FRUCW2UVNYUDZF72DQLFQR4PJEC6CF7V/
https://nvd.nist.gov/vuln/detail/CVE-2021-22922
https://security.netapp.com/advisory/ntap-20210902-0003/
https://www.oracle.com/security-alerts/cpuoct2021.html
| +| curl | CVE-2021-22923 | LOW | 7.74.0-1.3+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2021-22923
https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf
https://curl.se/docs/CVE-2021-22923.html
https://hackerone.com/reports/1213181
https://linux.oracle.com/cve/CVE-2021-22923.html
https://linux.oracle.com/errata/ELSA-2021-3582.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FRUCW2UVNYUDZF72DQLFQR4PJEC6CF7V/
https://nvd.nist.gov/vuln/detail/CVE-2021-22923
https://security.netapp.com/advisory/ntap-20210902-0003/
https://www.oracle.com/security-alerts/cpuoct2021.html
| +| curl | CVE-2021-22924 | LOW | 7.74.0-1.3+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2021-22924
https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf
https://cert-portal.siemens.com/productcert/pdf/ssa-484086.pdf
https://cert-portal.siemens.com/productcert/pdf/ssa-732250.pdf
https://curl.se/docs/CVE-2021-22924.html
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22924
https://hackerone.com/reports/1223565
https://linux.oracle.com/cve/CVE-2021-22924.html
https://linux.oracle.com/errata/ELSA-2021-3582.html
https://lists.apache.org/thread.html/r61db8e7dcb56dc000a5387a88f7a473bacec5ee01b9ff3f55308aacc@%3Cdev.kafka.apache.org%3E
https://lists.apache.org/thread.html/r61db8e7dcb56dc000a5387a88f7a473bacec5ee01b9ff3f55308aacc@%3Cusers.kafka.apache.org%3E
https://lists.apache.org/thread.html/rbf4ce74b0d1fa9810dec50ba3ace0caeea677af7c27a97111c06ccb7@%3Cdev.kafka.apache.org%3E
https://lists.apache.org/thread.html/rbf4ce74b0d1fa9810dec50ba3ace0caeea677af7c27a97111c06ccb7@%3Cusers.kafka.apache.org%3E
https://lists.debian.org/debian-lts-announce/2021/08/msg00017.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FRUCW2UVNYUDZF72DQLFQR4PJEC6CF7V/
https://nvd.nist.gov/vuln/detail/CVE-2021-22924
https://security.netapp.com/advisory/ntap-20210902-0003/
https://ubuntu.com/security/notices/USN-5021-1
https://www.oracle.com/security-alerts/cpujan2022.html
https://www.oracle.com/security-alerts/cpuoct2021.html
| +| libapt-pkg6.0 | CVE-2011-3374 | LOW | 2.2.4 | |
Expand...https://access.redhat.com/security/cve/cve-2011-3374
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=642480
https://people.canonical.com/~ubuntu-security/cve/2011/CVE-2011-3374.html
https://seclists.org/fulldisclosure/2011/Sep/221
https://security-tracker.debian.org/tracker/CVE-2011-3374
https://snyk.io/vuln/SNYK-LINUX-APT-116518
https://ubuntu.com/security/CVE-2011-3374
| +| libblkid1 | CVE-2022-0563 | LOW | 2.36.1-8+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-0563
https://lore.kernel.org/util-linux/20220214110609.msiwlm457ngoic6w@ws.net.home/T/#u
https://nvd.nist.gov/vuln/detail/CVE-2022-0563
https://security.netapp.com/advisory/ntap-20220331-0002/
| +| libc-bin | CVE-2021-3999 | HIGH | 2.31-13+deb11u3 | |
Expand...https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-3999.json
https://access.redhat.com/security/cve/CVE-2021-3999
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3999
https://linux.oracle.com/cve/CVE-2021-3999.html
https://linux.oracle.com/errata/ELSA-2022-9234.html
https://ubuntu.com/security/notices/USN-5310-1
https://ubuntu.com/security/notices/USN-5310-2
https://www.openwall.com/lists/oss-security/2022/01/24/4
| +| libc-bin | CVE-2010-4756 | LOW | 2.31-13+deb11u3 | |
Expand...http://cxib.net/stuff/glob-0day.c
http://securityreason.com/achievement_securityalert/89
http://securityreason.com/exploitalert/9223
https://access.redhat.com/security/cve/CVE-2010-4756
https://bugzilla.redhat.com/show_bug.cgi?id=681681
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2010-4756
https://nvd.nist.gov/vuln/detail/CVE-2010-4756
| +| libc-bin | CVE-2018-20796 | LOW | 2.31-13+deb11u3 | |
Expand...http://www.securityfocus.com/bid/107160
https://access.redhat.com/security/cve/CVE-2018-20796
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=34141
https://lists.gnu.org/archive/html/bug-gnulib/2019-01/msg00108.html
https://nvd.nist.gov/vuln/detail/CVE-2018-20796
https://security.netapp.com/advisory/ntap-20190315-0002/
https://support.f5.com/csp/article/K26346590?utm_source=f5support&amp;utm_medium=RSS
| +| libc-bin | CVE-2019-1010022 | LOW | 2.31-13+deb11u3 | |
Expand...https://access.redhat.com/security/cve/CVE-2019-1010022
https://security-tracker.debian.org/tracker/CVE-2019-1010022
https://sourceware.org/bugzilla/show_bug.cgi?id=22850
https://sourceware.org/bugzilla/show_bug.cgi?id=22850#c3
https://ubuntu.com/security/CVE-2019-1010022
| +| libc-bin | CVE-2019-1010023 | LOW | 2.31-13+deb11u3 | |
Expand...http://www.securityfocus.com/bid/109167
https://access.redhat.com/security/cve/CVE-2019-1010023
https://security-tracker.debian.org/tracker/CVE-2019-1010023
https://sourceware.org/bugzilla/show_bug.cgi?id=22851
https://support.f5.com/csp/article/K11932200?utm_source=f5support&amp;utm_medium=RSS
https://ubuntu.com/security/CVE-2019-1010023
| +| libc-bin | CVE-2019-1010024 | LOW | 2.31-13+deb11u3 | |
Expand...http://www.securityfocus.com/bid/109162
https://access.redhat.com/security/cve/CVE-2019-1010024
https://security-tracker.debian.org/tracker/CVE-2019-1010024
https://sourceware.org/bugzilla/show_bug.cgi?id=22852
https://support.f5.com/csp/article/K06046097
https://support.f5.com/csp/article/K06046097?utm_source=f5support&amp;utm_medium=RSS
https://ubuntu.com/security/CVE-2019-1010024
| +| libc-bin | CVE-2019-1010025 | LOW | 2.31-13+deb11u3 | |
Expand...https://access.redhat.com/security/cve/CVE-2019-1010025
https://security-tracker.debian.org/tracker/CVE-2019-1010025
https://sourceware.org/bugzilla/show_bug.cgi?id=22853
https://support.f5.com/csp/article/K06046097
https://support.f5.com/csp/article/K06046097?utm_source=f5support&amp;utm_medium=RSS
https://ubuntu.com/security/CVE-2019-1010025
| +| libc-bin | CVE-2019-9192 | LOW | 2.31-13+deb11u3 | |
Expand...https://access.redhat.com/security/cve/CVE-2019-9192
https://nvd.nist.gov/vuln/detail/CVE-2019-9192
https://sourceware.org/bugzilla/show_bug.cgi?id=24269
https://support.f5.com/csp/article/K26346590?utm_source=f5support&amp;utm_medium=RSS
| +| libc-l10n | CVE-2021-3999 | HIGH | 2.31-13+deb11u3 | |
Expand...https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-3999.json
https://access.redhat.com/security/cve/CVE-2021-3999
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3999
https://linux.oracle.com/cve/CVE-2021-3999.html
https://linux.oracle.com/errata/ELSA-2022-9234.html
https://ubuntu.com/security/notices/USN-5310-1
https://ubuntu.com/security/notices/USN-5310-2
https://www.openwall.com/lists/oss-security/2022/01/24/4
| +| libc-l10n | CVE-2010-4756 | LOW | 2.31-13+deb11u3 | |
Expand...http://cxib.net/stuff/glob-0day.c
http://securityreason.com/achievement_securityalert/89
http://securityreason.com/exploitalert/9223
https://access.redhat.com/security/cve/CVE-2010-4756
https://bugzilla.redhat.com/show_bug.cgi?id=681681
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2010-4756
https://nvd.nist.gov/vuln/detail/CVE-2010-4756
| +| libc-l10n | CVE-2018-20796 | LOW | 2.31-13+deb11u3 | |
Expand...http://www.securityfocus.com/bid/107160
https://access.redhat.com/security/cve/CVE-2018-20796
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=34141
https://lists.gnu.org/archive/html/bug-gnulib/2019-01/msg00108.html
https://nvd.nist.gov/vuln/detail/CVE-2018-20796
https://security.netapp.com/advisory/ntap-20190315-0002/
https://support.f5.com/csp/article/K26346590?utm_source=f5support&amp;utm_medium=RSS
| +| libc-l10n | CVE-2019-1010022 | LOW | 2.31-13+deb11u3 | |
Expand...https://access.redhat.com/security/cve/CVE-2019-1010022
https://security-tracker.debian.org/tracker/CVE-2019-1010022
https://sourceware.org/bugzilla/show_bug.cgi?id=22850
https://sourceware.org/bugzilla/show_bug.cgi?id=22850#c3
https://ubuntu.com/security/CVE-2019-1010022
| +| libc-l10n | CVE-2019-1010023 | LOW | 2.31-13+deb11u3 | |
Expand...http://www.securityfocus.com/bid/109167
https://access.redhat.com/security/cve/CVE-2019-1010023
https://security-tracker.debian.org/tracker/CVE-2019-1010023
https://sourceware.org/bugzilla/show_bug.cgi?id=22851
https://support.f5.com/csp/article/K11932200?utm_source=f5support&amp;utm_medium=RSS
https://ubuntu.com/security/CVE-2019-1010023
| +| libc-l10n | CVE-2019-1010024 | LOW | 2.31-13+deb11u3 | |
Expand...http://www.securityfocus.com/bid/109162
https://access.redhat.com/security/cve/CVE-2019-1010024
https://security-tracker.debian.org/tracker/CVE-2019-1010024
https://sourceware.org/bugzilla/show_bug.cgi?id=22852
https://support.f5.com/csp/article/K06046097
https://support.f5.com/csp/article/K06046097?utm_source=f5support&amp;utm_medium=RSS
https://ubuntu.com/security/CVE-2019-1010024
| +| libc-l10n | CVE-2019-1010025 | LOW | 2.31-13+deb11u3 | |
Expand...https://access.redhat.com/security/cve/CVE-2019-1010025
https://security-tracker.debian.org/tracker/CVE-2019-1010025
https://sourceware.org/bugzilla/show_bug.cgi?id=22853
https://support.f5.com/csp/article/K06046097
https://support.f5.com/csp/article/K06046097?utm_source=f5support&amp;utm_medium=RSS
https://ubuntu.com/security/CVE-2019-1010025
| +| libc-l10n | CVE-2019-9192 | LOW | 2.31-13+deb11u3 | |
Expand...https://access.redhat.com/security/cve/CVE-2019-9192
https://nvd.nist.gov/vuln/detail/CVE-2019-9192
https://sourceware.org/bugzilla/show_bug.cgi?id=24269
https://support.f5.com/csp/article/K26346590?utm_source=f5support&amp;utm_medium=RSS
| +| libc6 | CVE-2021-3999 | HIGH | 2.31-13+deb11u3 | |
Expand...https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-3999.json
https://access.redhat.com/security/cve/CVE-2021-3999
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3999
https://linux.oracle.com/cve/CVE-2021-3999.html
https://linux.oracle.com/errata/ELSA-2022-9234.html
https://ubuntu.com/security/notices/USN-5310-1
https://ubuntu.com/security/notices/USN-5310-2
https://www.openwall.com/lists/oss-security/2022/01/24/4
| +| libc6 | CVE-2010-4756 | LOW | 2.31-13+deb11u3 | |
Expand...http://cxib.net/stuff/glob-0day.c
http://securityreason.com/achievement_securityalert/89
http://securityreason.com/exploitalert/9223
https://access.redhat.com/security/cve/CVE-2010-4756
https://bugzilla.redhat.com/show_bug.cgi?id=681681
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2010-4756
https://nvd.nist.gov/vuln/detail/CVE-2010-4756
| +| libc6 | CVE-2018-20796 | LOW | 2.31-13+deb11u3 | |
Expand...http://www.securityfocus.com/bid/107160
https://access.redhat.com/security/cve/CVE-2018-20796
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=34141
https://lists.gnu.org/archive/html/bug-gnulib/2019-01/msg00108.html
https://nvd.nist.gov/vuln/detail/CVE-2018-20796
https://security.netapp.com/advisory/ntap-20190315-0002/
https://support.f5.com/csp/article/K26346590?utm_source=f5support&amp;utm_medium=RSS
| +| libc6 | CVE-2019-1010022 | LOW | 2.31-13+deb11u3 | |
Expand...https://access.redhat.com/security/cve/CVE-2019-1010022
https://security-tracker.debian.org/tracker/CVE-2019-1010022
https://sourceware.org/bugzilla/show_bug.cgi?id=22850
https://sourceware.org/bugzilla/show_bug.cgi?id=22850#c3
https://ubuntu.com/security/CVE-2019-1010022
| +| libc6 | CVE-2019-1010023 | LOW | 2.31-13+deb11u3 | |
Expand...http://www.securityfocus.com/bid/109167
https://access.redhat.com/security/cve/CVE-2019-1010023
https://security-tracker.debian.org/tracker/CVE-2019-1010023
https://sourceware.org/bugzilla/show_bug.cgi?id=22851
https://support.f5.com/csp/article/K11932200?utm_source=f5support&amp;utm_medium=RSS
https://ubuntu.com/security/CVE-2019-1010023
| +| libc6 | CVE-2019-1010024 | LOW | 2.31-13+deb11u3 | |
Expand...http://www.securityfocus.com/bid/109162
https://access.redhat.com/security/cve/CVE-2019-1010024
https://security-tracker.debian.org/tracker/CVE-2019-1010024
https://sourceware.org/bugzilla/show_bug.cgi?id=22852
https://support.f5.com/csp/article/K06046097
https://support.f5.com/csp/article/K06046097?utm_source=f5support&amp;utm_medium=RSS
https://ubuntu.com/security/CVE-2019-1010024
| +| libc6 | CVE-2019-1010025 | LOW | 2.31-13+deb11u3 | |
Expand...https://access.redhat.com/security/cve/CVE-2019-1010025
https://security-tracker.debian.org/tracker/CVE-2019-1010025
https://sourceware.org/bugzilla/show_bug.cgi?id=22853
https://support.f5.com/csp/article/K06046097
https://support.f5.com/csp/article/K06046097?utm_source=f5support&amp;utm_medium=RSS
https://ubuntu.com/security/CVE-2019-1010025
| +| libc6 | CVE-2019-9192 | LOW | 2.31-13+deb11u3 | |
Expand...https://access.redhat.com/security/cve/CVE-2019-9192
https://nvd.nist.gov/vuln/detail/CVE-2019-9192
https://sourceware.org/bugzilla/show_bug.cgi?id=24269
https://support.f5.com/csp/article/K26346590?utm_source=f5support&amp;utm_medium=RSS
| +| libcom-err2 | CVE-2022-1304 | HIGH | 1.46.2-2 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-1304
https://bugzilla.redhat.com/show_bug.cgi?id=2069726
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1304
https://marc.info/?l=linux-ext4&m=165056234501732&w=2
https://nvd.nist.gov/vuln/detail/CVE-2022-1304
https://ubuntu.com/security/notices/USN-5464-1
| +| libcurl4 | CVE-2021-22945 | CRITICAL | 7.74.0-1.3+deb11u1 | |
Expand...http://seclists.org/fulldisclosure/2022/Mar/29
https://access.redhat.com/security/cve/CVE-2021-22945
https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf
https://curl.se/docs/CVE-2021-22945.html
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22945
https://hackerone.com/reports/1269242
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/APOAK4X73EJTAPTSVT7IRVDMUWVXNWGD/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RWLEC6YVEM2HWUBX67SDGPSY4CQB72OE/
https://nvd.nist.gov/vuln/detail/CVE-2021-22945
https://security.netapp.com/advisory/ntap-20211029-0003/
https://support.apple.com/kb/HT213183
https://ubuntu.com/security/notices/USN-5079-1
https://www.oracle.com/security-alerts/cpuoct2021.html
| +| libcurl4 | CVE-2021-22946 | HIGH | 7.74.0-1.3+deb11u1 | |
Expand...http://seclists.org/fulldisclosure/2022/Mar/29
https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-22946.json
https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-22947.json
https://access.redhat.com/security/cve/CVE-2021-22946
https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf
https://curl.se/docs/CVE-2021-22946.html
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22946
https://hackerone.com/reports/1334111
https://linux.oracle.com/cve/CVE-2021-22946.html
https://linux.oracle.com/errata/ELSA-2021-4059.html
https://lists.debian.org/debian-lts-announce/2021/09/msg00022.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/APOAK4X73EJTAPTSVT7IRVDMUWVXNWGD/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RWLEC6YVEM2HWUBX67SDGPSY4CQB72OE/
https://nvd.nist.gov/vuln/detail/CVE-2021-22946
https://security.netapp.com/advisory/ntap-20211029-0003/
https://security.netapp.com/advisory/ntap-20220121-0008/
https://support.apple.com/kb/HT213183
https://ubuntu.com/security/notices/USN-5079-1
https://ubuntu.com/security/notices/USN-5079-2
https://www.oracle.com/security-alerts/cpuapr2022.html
https://www.oracle.com/security-alerts/cpujan2022.html
https://www.oracle.com/security-alerts/cpuoct2021.html
| +| libcurl4 | CVE-2022-22576 | HIGH | 7.74.0-1.3+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-22576
https://curl.se/docs/CVE-2022-22576.html
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22576
https://hackerone.com/reports/1526328
https://nvd.nist.gov/vuln/detail/CVE-2022-22576
https://security.netapp.com/advisory/ntap-20220609-0008/
https://ubuntu.com/security/notices/USN-5397-1
| +| libcurl4 | CVE-2022-27775 | HIGH | 7.74.0-1.3+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-27775
https://curl.se/docs/CVE-2022-27775.html
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27775
https://hackerone.com/reports/1546268
https://nvd.nist.gov/vuln/detail/CVE-2022-27775
https://security.netapp.com/advisory/ntap-20220609-0008/
https://ubuntu.com/security/notices/USN-5397-1
| +| libcurl4 | CVE-2022-27781 | HIGH | 7.74.0-1.3+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-27781
https://curl.se/docs/CVE-2022-27781.html
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27781
https://github.com/curl/curl/commit/f6c335d63f
https://hackerone.com/reports/1555441
https://nvd.nist.gov/vuln/detail/CVE-2022-27781
https://security.netapp.com/advisory/ntap-20220609-0009/
https://ubuntu.com/security/notices/USN-5412-1
| +| libcurl4 | CVE-2022-27782 | HIGH | 7.74.0-1.3+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-27782
https://curl.se/docs/CVE-2022-27782.html
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27782
https://hackerone.com/reports/1555796
https://nvd.nist.gov/vuln/detail/CVE-2022-27782
https://security.netapp.com/advisory/ntap-20220609-0009/
https://ubuntu.com/security/notices/USN-5412-1
| +| libcurl4 | CVE-2021-22947 | MEDIUM | 7.74.0-1.3+deb11u1 | |
Expand...http://seclists.org/fulldisclosure/2022/Mar/29
https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-22946.json
https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-22947.json
https://access.redhat.com/security/cve/CVE-2021-22947
https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf
https://curl.se/docs/CVE-2021-22947.html
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22947
https://hackerone.com/reports/1334763
https://launchpad.net/bugs/1944120 (regression bug)
https://linux.oracle.com/cve/CVE-2021-22947.html
https://linux.oracle.com/errata/ELSA-2021-4059.html
https://lists.debian.org/debian-lts-announce/2021/09/msg00022.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/APOAK4X73EJTAPTSVT7IRVDMUWVXNWGD/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RWLEC6YVEM2HWUBX67SDGPSY4CQB72OE/
https://nvd.nist.gov/vuln/detail/CVE-2021-22947
https://security.netapp.com/advisory/ntap-20211029-0003/
https://support.apple.com/kb/HT213183
https://ubuntu.com/security/notices/USN-5079-1
https://ubuntu.com/security/notices/USN-5079-2
https://ubuntu.com/security/notices/USN-5079-3
https://ubuntu.com/security/notices/USN-5079-4
https://www.oracle.com/security-alerts/cpuapr2022.html
https://www.oracle.com/security-alerts/cpujan2022.html
https://www.oracle.com/security-alerts/cpuoct2021.html
| +| libcurl4 | CVE-2022-27774 | MEDIUM | 7.74.0-1.3+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-27774
https://curl.se/docs/CVE-2022-27774.html
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27774
https://hackerone.com/reports/1543773
https://nvd.nist.gov/vuln/detail/CVE-2022-27774
https://security.netapp.com/advisory/ntap-20220609-0008/
https://ubuntu.com/security/notices/USN-5397-1
| +| libcurl4 | CVE-2022-27776 | MEDIUM | 7.74.0-1.3+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-27776
https://curl.se/docs/CVE-2022-27776.html
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27776
https://hackerone.com/reports/1547048
https://nvd.nist.gov/vuln/detail/CVE-2022-27776
https://security.netapp.com/advisory/ntap-20220609-0008/
https://ubuntu.com/security/notices/USN-5397-1
| +| libcurl4 | CVE-2021-22898 | LOW | 7.74.0-1.3+deb11u1 | |
Expand...http://www.openwall.com/lists/oss-security/2021/07/21/4
https://access.redhat.com/security/cve/CVE-2021-22898
https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf
https://curl.se/docs/CVE-2021-22898.html
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22898
https://errata.almalinux.org/8/ALSA-2021-4511.html
https://github.com/curl/curl/commit/39ce47f219b09c380b81f89fe54ac586c8db6bde
https://hackerone.com/reports/1176461
https://linux.oracle.com/cve/CVE-2021-22898.html
https://linux.oracle.com/errata/ELSA-2021-4511.html
https://lists.apache.org/thread.html/rc713534b10f9daeee2e0990239fa407e2118e4aa9e88a7041177497c@%3Cissues.guacamole.apache.org%3E
https://lists.debian.org/debian-lts-announce/2021/08/msg00017.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FRUCW2UVNYUDZF72DQLFQR4PJEC6CF7V/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/POOC3UV7V6L4CJ5KA2PTWTNUV5Y72T3Q/
https://nvd.nist.gov/vuln/detail/CVE-2021-22898
https://ubuntu.com/security/notices/USN-5021-1
https://ubuntu.com/security/notices/USN-5021-2
https://www.oracle.com//security-alerts/cpujul2021.html
https://www.oracle.com/security-alerts/cpuapr2022.html
https://www.oracle.com/security-alerts/cpujan2022.html
| +| libcurl4 | CVE-2021-22922 | LOW | 7.74.0-1.3+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2021-22922
https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf
https://curl.se/docs/CVE-2021-22922.html
https://hackerone.com/reports/1213175
https://linux.oracle.com/cve/CVE-2021-22922.html
https://linux.oracle.com/errata/ELSA-2021-3582.html
https://lists.apache.org/thread.html/r61db8e7dcb56dc000a5387a88f7a473bacec5ee01b9ff3f55308aacc@%3Cdev.kafka.apache.org%3E
https://lists.apache.org/thread.html/r61db8e7dcb56dc000a5387a88f7a473bacec5ee01b9ff3f55308aacc@%3Cusers.kafka.apache.org%3E
https://lists.apache.org/thread.html/rbf4ce74b0d1fa9810dec50ba3ace0caeea677af7c27a97111c06ccb7@%3Cdev.kafka.apache.org%3E
https://lists.apache.org/thread.html/rbf4ce74b0d1fa9810dec50ba3ace0caeea677af7c27a97111c06ccb7@%3Cusers.kafka.apache.org%3E
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FRUCW2UVNYUDZF72DQLFQR4PJEC6CF7V/
https://nvd.nist.gov/vuln/detail/CVE-2021-22922
https://security.netapp.com/advisory/ntap-20210902-0003/
https://www.oracle.com/security-alerts/cpuoct2021.html
| +| libcurl4 | CVE-2021-22923 | LOW | 7.74.0-1.3+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2021-22923
https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf
https://curl.se/docs/CVE-2021-22923.html
https://hackerone.com/reports/1213181
https://linux.oracle.com/cve/CVE-2021-22923.html
https://linux.oracle.com/errata/ELSA-2021-3582.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FRUCW2UVNYUDZF72DQLFQR4PJEC6CF7V/
https://nvd.nist.gov/vuln/detail/CVE-2021-22923
https://security.netapp.com/advisory/ntap-20210902-0003/
https://www.oracle.com/security-alerts/cpuoct2021.html
| +| libcurl4 | CVE-2021-22924 | LOW | 7.74.0-1.3+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2021-22924
https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf
https://cert-portal.siemens.com/productcert/pdf/ssa-484086.pdf
https://cert-portal.siemens.com/productcert/pdf/ssa-732250.pdf
https://curl.se/docs/CVE-2021-22924.html
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22924
https://hackerone.com/reports/1223565
https://linux.oracle.com/cve/CVE-2021-22924.html
https://linux.oracle.com/errata/ELSA-2021-3582.html
https://lists.apache.org/thread.html/r61db8e7dcb56dc000a5387a88f7a473bacec5ee01b9ff3f55308aacc@%3Cdev.kafka.apache.org%3E
https://lists.apache.org/thread.html/r61db8e7dcb56dc000a5387a88f7a473bacec5ee01b9ff3f55308aacc@%3Cusers.kafka.apache.org%3E
https://lists.apache.org/thread.html/rbf4ce74b0d1fa9810dec50ba3ace0caeea677af7c27a97111c06ccb7@%3Cdev.kafka.apache.org%3E
https://lists.apache.org/thread.html/rbf4ce74b0d1fa9810dec50ba3ace0caeea677af7c27a97111c06ccb7@%3Cusers.kafka.apache.org%3E
https://lists.debian.org/debian-lts-announce/2021/08/msg00017.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FRUCW2UVNYUDZF72DQLFQR4PJEC6CF7V/
https://nvd.nist.gov/vuln/detail/CVE-2021-22924
https://security.netapp.com/advisory/ntap-20210902-0003/
https://ubuntu.com/security/notices/USN-5021-1
https://www.oracle.com/security-alerts/cpujan2022.html
https://www.oracle.com/security-alerts/cpuoct2021.html
| +| libdb5.3 | CVE-2019-8457 | CRITICAL | 5.3.28+dfsg1-0.8 | |
Expand...http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00074.html
https://access.redhat.com/security/cve/CVE-2019-8457
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-8457
https://kc.mcafee.com/corporate/index?page=content&id=SB10365
https://linux.oracle.com/cve/CVE-2019-8457.html
https://linux.oracle.com/errata/ELSA-2020-1810.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/OPKYSWCOM3CL66RI76TYVIG6TJ263RXH/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/SJPFGA45DI4F5MCF2OAACGH3HQOF4G3M/
https://security.netapp.com/advisory/ntap-20190606-0002/
https://ubuntu.com/security/notices/USN-4004-1
https://ubuntu.com/security/notices/USN-4004-2
https://ubuntu.com/security/notices/USN-4019-1
https://ubuntu.com/security/notices/USN-4019-2
https://usn.ubuntu.com/4004-1/
https://usn.ubuntu.com/4004-2/
https://usn.ubuntu.com/4019-1/
https://usn.ubuntu.com/4019-2/
https://www.oracle.com/security-alerts/cpuapr2020.html
https://www.oracle.com/security-alerts/cpujan2020.html
https://www.oracle.com/security-alerts/cpujul2020.html
https://www.oracle.com/technetwork/security-advisory/cpuoct2019-5072832.html
https://www.sqlite.org/releaselog/3_28_0.html
https://www.sqlite.org/src/info/90acdbfce9c08858
| +| libgcrypt20 | CVE-2021-33560 | HIGH | 1.8.7-6 | |
Expand...https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-33560.json
https://access.redhat.com/security/cve/CVE-2021-33560
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33560
https://dev.gnupg.org/T5305
https://dev.gnupg.org/T5328
https://dev.gnupg.org/T5466
https://dev.gnupg.org/rCe8b7f10be275bcedb5fc05ed4837a89bfd605c61
https://eprint.iacr.org/2021/923
https://errata.almalinux.org/8/ALSA-2021-4409.html
https://linux.oracle.com/cve/CVE-2021-33560.html
https://linux.oracle.com/errata/ELSA-2022-9263.html
https://lists.debian.org/debian-lts-announce/2021/06/msg00021.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/BKKTOIGFW2SGN3DO2UHHVZ7MJSYN4AAB/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/R7OAPCUGPF3VLA7QAJUQSL255D4ITVTL/
https://nvd.nist.gov/vuln/detail/CVE-2021-33560
https://ubuntu.com/security/notices/USN-5080-1
https://ubuntu.com/security/notices/USN-5080-2
https://www.oracle.com/security-alerts/cpuapr2022.html
https://www.oracle.com/security-alerts/cpujan2022.html
https://www.oracle.com/security-alerts/cpuoct2021.html
| +| libgcrypt20 | CVE-2018-6829 | LOW | 1.8.7-6 | |
Expand...https://access.redhat.com/security/cve/CVE-2018-6829
https://github.com/weikengchen/attack-on-libgcrypt-elgamal
https://github.com/weikengchen/attack-on-libgcrypt-elgamal/wiki
https://lists.gnupg.org/pipermail/gcrypt-devel/2018-February/004394.html
https://www.oracle.com/security-alerts/cpujan2020.html
| +| libgnutls30 | CVE-2021-4209 | MEDIUM | 3.7.1-5 | |
Expand...https://access.redhat.com/security/cve/CVE-2021-4209
| +| libgnutls30 | CVE-2011-3389 | LOW | 3.7.1-5 | |
Expand...http://arcticdog.wordpress.com/2012/08/29/beast-openssl-and-apache/
http://blog.mozilla.com/security/2011/09/27/attack-against-tls-protected-communications/
http://blogs.technet.com/b/msrc/archive/2011/09/26/microsoft-releases-security-advisory-2588513.aspx
http://blogs.technet.com/b/srd/archive/2011/09/26/is-ssl-broken-more-about-security-advisory-2588513.aspx
http://curl.haxx.se/docs/adv_20120124B.html
http://downloads.asterisk.org/pub/security/AST-2016-001.html
http://ekoparty.org/2011/juliano-rizzo.php
http://eprint.iacr.org/2004/111
http://eprint.iacr.org/2006/136
http://googlechromereleases.blogspot.com/2011/10/chrome-stable-release.html
http://isc.sans.edu/diary/SSL+TLS+part+3+/11635
http://lists.apple.com/archives/Security-announce/2011//Oct/msg00001.html
http://lists.apple.com/archives/Security-announce/2011//Oct/msg00002.html
http://lists.apple.com/archives/security-announce/2012/Feb/msg00000.html
http://lists.apple.com/archives/security-announce/2012/Jul/msg00001.html
http://lists.apple.com/archives/security-announce/2012/May/msg00001.html
http://lists.apple.com/archives/security-announce/2012/Sep/msg00004.html
http://lists.apple.com/archives/security-announce/2013/Oct/msg00004.html
http://lists.opensuse.org/opensuse-security-announce/2012-01/msg00049.html
http://lists.opensuse.org/opensuse-security-announce/2012-01/msg00051.html
http://lists.opensuse.org/opensuse-security-announce/2012-05/msg00009.html
http://lists.opensuse.org/opensuse-security-announce/2020-01/msg00040.html
http://marc.info/?l=bugtraq&m=132750579901589&w=2
http://marc.info/?l=bugtraq&m=132872385320240&w=2
http://marc.info/?l=bugtraq&m=133365109612558&w=2
http://marc.info/?l=bugtraq&m=133728004526190&w=2
http://marc.info/?l=bugtraq&m=134254866602253&w=2
http://marc.info/?l=bugtraq&m=134254957702612&w=2
http://my.opera.com/securitygroup/blog/2011/09/28/the-beast-ssl-tls-issue
http://osvdb.org/74829
http://rhn.redhat.com/errata/RHSA-2012-0508.html
http://rhn.redhat.com/errata/RHSA-2013-1455.html
http://secunia.com/advisories/45791
http://secunia.com/advisories/47998
http://secunia.com/advisories/48256
http://secunia.com/advisories/48692
http://secunia.com/advisories/48915
http://secunia.com/advisories/48948
http://secunia.com/advisories/49198
http://secunia.com/advisories/55322
http://secunia.com/advisories/55350
http://secunia.com/advisories/55351
http://security.gentoo.org/glsa/glsa-201203-02.xml
http://security.gentoo.org/glsa/glsa-201406-32.xml
http://support.apple.com/kb/HT4999
http://support.apple.com/kb/HT5001
http://support.apple.com/kb/HT5130
http://support.apple.com/kb/HT5281
http://support.apple.com/kb/HT5501
http://support.apple.com/kb/HT6150
http://technet.microsoft.com/security/advisory/2588513
http://vnhacker.blogspot.com/2011/09/beast.html
http://www.apcmedia.com/salestools/SJHN-7RKGNM/SJHN-7RKGNM_R4_EN.pdf
http://www.debian.org/security/2012/dsa-2398
http://www.educatedguesswork.org/2011/09/security_impact_of_the_rizzodu.html
http://www.ibm.com/developerworks/java/jdk/alerts/
http://www.imperialviolet.org/2011/09/23/chromeandbeast.html
http://www.insecure.cl/Beast-SSL.rar
http://www.kb.cert.org/vuls/id/864643
http://www.mandriva.com/security/advisories?name=MDVSA-2012:058
http://www.opera.com/docs/changelogs/mac/1151/
http://www.opera.com/docs/changelogs/mac/1160/
http://www.opera.com/docs/changelogs/unix/1151/
http://www.opera.com/docs/changelogs/unix/1160/
http://www.opera.com/docs/changelogs/windows/1151/
http://www.opera.com/docs/changelogs/windows/1160/
http://www.opera.com/support/kb/view/1004/
http://www.oracle.com/technetwork/topics/security/cpujan2015-1972971.html
http://www.oracle.com/technetwork/topics/security/cpujul2015-2367936.html
http://www.oracle.com/technetwork/topics/security/javacpuoct2011-443431.html
http://www.redhat.com/support/errata/RHSA-2011-1384.html
http://www.redhat.com/support/errata/RHSA-2012-0006.html
http://www.securityfocus.com/bid/49388
http://www.securityfocus.com/bid/49778
http://www.securitytracker.com/id/1029190
http://www.securitytracker.com/id?1025997
http://www.securitytracker.com/id?1026103
http://www.securitytracker.com/id?1026704
http://www.ubuntu.com/usn/USN-1263-1
http://www.us-cert.gov/cas/techalerts/TA12-010A.html
https://access.redhat.com/security/cve/CVE-2011-3389
https://blogs.oracle.com/sunsecurity/entry/multiple_vulnerabilities_in_fetchmail
https://bugzilla.novell.com/show_bug.cgi?id=719047
https://bugzilla.redhat.com/show_bug.cgi?id=737506
https://cert-portal.siemens.com/productcert/pdf/ssa-556833.pdf
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-3389
https://docs.microsoft.com/en-us/security-updates/securitybulletins/2012/ms12-006
https://h20564.www2.hp.com/portal/site/hpsc/public/kb/docDisplay?docId=emr_na-c03839862
https://hermes.opensuse.org/messages/13154861
https://hermes.opensuse.org/messages/13155432
https://ics-cert.us-cert.gov/advisories/ICSMA-18-058-02
https://linux.oracle.com/cve/CVE-2011-3389.html
https://linux.oracle.com/errata/ELSA-2011-1380.html
https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A14752
https://ubuntu.com/security/notices/USN-1263-1
| +| libgssapi-krb5-2 | CVE-2004-0971 | LOW | 1.18.3-6+deb11u1 | |
Expand...http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=136304
http://www.gentoo.org/security/en/glsa/glsa-200410-24.xml
http://www.redhat.com/support/errata/RHSA-2005-012.html
http://www.securityfocus.com/bid/11289
http://www.trustix.org/errata/2004/0050
https://access.redhat.com/security/cve/CVE-2004-0971
https://exchange.xforce.ibmcloud.com/vulnerabilities/17583
https://lists.apache.org/thread.html/rc713534b10f9daeee2e0990239fa407e2118e4aa9e88a7041177497c@%3Cissues.guacamole.apache.org%3E
https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A10497
| +| libgssapi-krb5-2 | CVE-2018-5709 | LOW | 1.18.3-6+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2018-5709
https://github.com/poojamnit/Kerberos-V5-1.16-Vulnerabilities/tree/master/Integer%20Overflow
https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E
| +| libk5crypto3 | CVE-2004-0971 | LOW | 1.18.3-6+deb11u1 | |
Expand...http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=136304
http://www.gentoo.org/security/en/glsa/glsa-200410-24.xml
http://www.redhat.com/support/errata/RHSA-2005-012.html
http://www.securityfocus.com/bid/11289
http://www.trustix.org/errata/2004/0050
https://access.redhat.com/security/cve/CVE-2004-0971
https://exchange.xforce.ibmcloud.com/vulnerabilities/17583
https://lists.apache.org/thread.html/rc713534b10f9daeee2e0990239fa407e2118e4aa9e88a7041177497c@%3Cissues.guacamole.apache.org%3E
https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A10497
| +| libk5crypto3 | CVE-2018-5709 | LOW | 1.18.3-6+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2018-5709
https://github.com/poojamnit/Kerberos-V5-1.16-Vulnerabilities/tree/master/Integer%20Overflow
https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E
| +| libkrb5-3 | CVE-2004-0971 | LOW | 1.18.3-6+deb11u1 | |
Expand...http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=136304
http://www.gentoo.org/security/en/glsa/glsa-200410-24.xml
http://www.redhat.com/support/errata/RHSA-2005-012.html
http://www.securityfocus.com/bid/11289
http://www.trustix.org/errata/2004/0050
https://access.redhat.com/security/cve/CVE-2004-0971
https://exchange.xforce.ibmcloud.com/vulnerabilities/17583
https://lists.apache.org/thread.html/rc713534b10f9daeee2e0990239fa407e2118e4aa9e88a7041177497c@%3Cissues.guacamole.apache.org%3E
https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A10497
| +| libkrb5-3 | CVE-2018-5709 | LOW | 1.18.3-6+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2018-5709
https://github.com/poojamnit/Kerberos-V5-1.16-Vulnerabilities/tree/master/Integer%20Overflow
https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E
| +| libkrb5support0 | CVE-2004-0971 | LOW | 1.18.3-6+deb11u1 | |
Expand...http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=136304
http://www.gentoo.org/security/en/glsa/glsa-200410-24.xml
http://www.redhat.com/support/errata/RHSA-2005-012.html
http://www.securityfocus.com/bid/11289
http://www.trustix.org/errata/2004/0050
https://access.redhat.com/security/cve/CVE-2004-0971
https://exchange.xforce.ibmcloud.com/vulnerabilities/17583
https://lists.apache.org/thread.html/rc713534b10f9daeee2e0990239fa407e2118e4aa9e88a7041177497c@%3Cissues.guacamole.apache.org%3E
https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A10497
| +| libkrb5support0 | CVE-2018-5709 | LOW | 1.18.3-6+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2018-5709
https://github.com/poojamnit/Kerberos-V5-1.16-Vulnerabilities/tree/master/Integer%20Overflow
https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E
| +| libldap-2.4-2 | CVE-2015-3276 | LOW | 2.4.57+dfsg-3+deb11u1 | |
Expand...http://rhn.redhat.com/errata/RHSA-2015-2131.html
http://www.oracle.com/technetwork/topics/security/linuxbulletinoct2015-2719645.html
http://www.securitytracker.com/id/1034221
https://access.redhat.com/security/cve/CVE-2015-3276
https://bugzilla.redhat.com/show_bug.cgi?id=1238322
https://linux.oracle.com/cve/CVE-2015-3276.html
https://linux.oracle.com/errata/ELSA-2015-2131.html
https://nvd.nist.gov/vuln/detail/CVE-2015-3276
| +| libldap-2.4-2 | CVE-2017-14159 | LOW | 2.4.57+dfsg-3+deb11u1 | |
Expand...http://www.openldap.org/its/index.cgi?findid=8703
https://access.redhat.com/security/cve/CVE-2017-14159
https://www.oracle.com/security-alerts/cpuapr2022.html
| +| libldap-2.4-2 | CVE-2017-17740 | LOW | 2.4.57+dfsg-3+deb11u1 | |
Expand...http://lists.opensuse.org/opensuse-security-announce/2019-09/msg00053.html
http://lists.opensuse.org/opensuse-security-announce/2019-09/msg00058.html
http://www.openldap.org/its/index.cgi/Incoming?id=8759
https://access.redhat.com/security/cve/CVE-2017-17740
https://kc.mcafee.com/corporate/index?page=content&id=SB10365
https://www.oracle.com/security-alerts/cpuapr2022.html
| +| libldap-2.4-2 | CVE-2020-15719 | LOW | 2.4.57+dfsg-3+deb11u1 | |
Expand...http://lists.opensuse.org/opensuse-security-announce/2020-09/msg00033.html
http://lists.opensuse.org/opensuse-security-announce/2020-09/msg00059.html
https://access.redhat.com/errata/RHBA-2019:3674
https://access.redhat.com/security/cve/CVE-2020-15719
https://bugs.openldap.org/show_bug.cgi?id=9266
https://bugzilla.redhat.com/show_bug.cgi?id=1740070
https://kc.mcafee.com/corporate/index?page=content&id=SB10365
https://www.oracle.com/security-alerts/cpuapr2022.html
| +| libmount1 | CVE-2022-0563 | LOW | 2.36.1-8+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-0563
https://lore.kernel.org/util-linux/20220214110609.msiwlm457ngoic6w@ws.net.home/T/#u
https://nvd.nist.gov/vuln/detail/CVE-2022-0563
https://security.netapp.com/advisory/ntap-20220331-0002/
| +| libncurses6 | CVE-2022-29458 | HIGH | 6.2+20201114-2 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-29458
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29458
https://invisible-island.net/ncurses/NEWS.html#t20220416
https://lists.gnu.org/archive/html/bug-ncurses/2022-04/msg00014.html
https://lists.gnu.org/archive/html/bug-ncurses/2022-04/msg00016.html
https://nvd.nist.gov/vuln/detail/CVE-2022-29458
https://ubuntu.com/security/notices/USN-5477-1
| +| libncurses6 | CVE-2021-39537 | LOW | 6.2+20201114-2 | |
Expand...http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/ncurses/patches/patch-ncurses_tinfo_captoinfo.c?rev=1.1&content-type=text/x-cvsweb-markup
https://access.redhat.com/security/cve/CVE-2021-39537
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-39537
https://lists.gnu.org/archive/html/bug-ncurses/2020-08/msg00006.html
https://lists.gnu.org/archive/html/bug-ncurses/2021-10/msg00023.html
https://nvd.nist.gov/vuln/detail/CVE-2021-39537
https://ubuntu.com/security/notices/USN-5477-1
| +| libncursesw6 | CVE-2022-29458 | HIGH | 6.2+20201114-2 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-29458
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29458
https://invisible-island.net/ncurses/NEWS.html#t20220416
https://lists.gnu.org/archive/html/bug-ncurses/2022-04/msg00014.html
https://lists.gnu.org/archive/html/bug-ncurses/2022-04/msg00016.html
https://nvd.nist.gov/vuln/detail/CVE-2022-29458
https://ubuntu.com/security/notices/USN-5477-1
| +| libncursesw6 | CVE-2021-39537 | LOW | 6.2+20201114-2 | |
Expand...http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/ncurses/patches/patch-ncurses_tinfo_captoinfo.c?rev=1.1&content-type=text/x-cvsweb-markup
https://access.redhat.com/security/cve/CVE-2021-39537
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-39537
https://lists.gnu.org/archive/html/bug-ncurses/2020-08/msg00006.html
https://lists.gnu.org/archive/html/bug-ncurses/2021-10/msg00023.html
https://nvd.nist.gov/vuln/detail/CVE-2021-39537
https://ubuntu.com/security/notices/USN-5477-1
| +| libpcre2-8-0 | CVE-2022-1586 | CRITICAL | 10.36-2 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-1586
https://bugzilla.redhat.com/show_bug.cgi?id=2077976,
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1586
https://github.com/PCRE2Project/pcre2/commit/50a51cb7e67268e6ad417eb07c9de9bfea5cc55a,
https://github.com/PCRE2Project/pcre2/commit/d4fa336fbcc388f89095b184ba6d99422cfc676c
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DWNG2NS3GINO6LQYUVC4BZLUQPJ3DYHA/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/JXINO3KKI5DICQ45E2FKD6MKVMGJLEKJ/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KAX7767BCUFC7JMDGP7GOQ5GIZCAUGBB/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/M2GLQQUEY5VFM57CFYXVIFOXN2HUZPDM/
https://nvd.nist.gov/vuln/detail/CVE-2022-1586
| +| libpcre2-8-0 | CVE-2022-1587 | CRITICAL | 10.36-2 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-1587
https://bugzilla.redhat.com/show_bug.cgi?id=2077983,
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1587
https://github.com/PCRE2Project/pcre2/commit/03654e751e7f0700693526b67dfcadda6b42c9d0
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DWNG2NS3GINO6LQYUVC4BZLUQPJ3DYHA/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/JXINO3KKI5DICQ45E2FKD6MKVMGJLEKJ/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KAX7767BCUFC7JMDGP7GOQ5GIZCAUGBB/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/M2GLQQUEY5VFM57CFYXVIFOXN2HUZPDM/
https://nvd.nist.gov/vuln/detail/CVE-2022-1587
| +| libpcre3 | CVE-2017-11164 | LOW | 2:8.39-13 | |
Expand...http://openwall.com/lists/oss-security/2017/07/11/3
http://www.securityfocus.com/bid/99575
https://access.redhat.com/security/cve/CVE-2017-11164
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-11164
https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E
| +| libpcre3 | CVE-2017-16231 | LOW | 2:8.39-13 | |
Expand...http://packetstormsecurity.com/files/150897/PCRE-8.41-Buffer-Overflow.html
http://seclists.org/fulldisclosure/2018/Dec/33
http://www.openwall.com/lists/oss-security/2017/11/01/11
http://www.openwall.com/lists/oss-security/2017/11/01/3
http://www.openwall.com/lists/oss-security/2017/11/01/7
http://www.openwall.com/lists/oss-security/2017/11/01/8
http://www.securityfocus.com/bid/101688
https://access.redhat.com/security/cve/CVE-2017-16231
https://bugs.exim.org/show_bug.cgi?id=2047
| +| libpcre3 | CVE-2017-7245 | LOW | 2:8.39-13 | |
Expand...http://www.securityfocus.com/bid/97067
https://access.redhat.com/errata/RHSA-2018:2486
https://access.redhat.com/security/cve/CVE-2017-7245
https://blogs.gentoo.org/ago/2017/03/20/libpcre-two-stack-based-buffer-overflow-write-in-pcre32_copy_substring-pcre_get-c/
https://security.gentoo.org/glsa/201710-25
| +| libpcre3 | CVE-2017-7246 | LOW | 2:8.39-13 | |
Expand...http://www.securityfocus.com/bid/97067
https://access.redhat.com/errata/RHSA-2018:2486
https://access.redhat.com/security/cve/CVE-2017-7246
https://blogs.gentoo.org/ago/2017/03/20/libpcre-two-stack-based-buffer-overflow-write-in-pcre32_copy_substring-pcre_get-c/
https://security.gentoo.org/glsa/201710-25
| +| libpcre3 | CVE-2019-20838 | LOW | 2:8.39-13 | |
Expand...http://seclists.org/fulldisclosure/2020/Dec/32
http://seclists.org/fulldisclosure/2021/Feb/14
https://access.redhat.com/security/cve/CVE-2019-20838
https://bugs.gentoo.org/717920
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-20838
https://errata.almalinux.org/8/ALSA-2021-4373.html
https://linux.oracle.com/cve/CVE-2019-20838.html
https://linux.oracle.com/errata/ELSA-2021-4373.html
https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E
https://nvd.nist.gov/vuln/detail/CVE-2019-20838
https://support.apple.com/kb/HT211931
https://support.apple.com/kb/HT212147
https://ubuntu.com/security/notices/USN-5425-1
https://www.pcre.org/original/changelog.txt
| +| libsepol1 | CVE-2021-36084 | LOW | 3.1-1 | |
Expand...https://access.redhat.com/security/cve/CVE-2021-36084
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=31065
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-36084
https://errata.almalinux.org/8/ALSA-2021-4513.html
https://github.com/SELinuxProject/selinux/commit/f34d3d30c8325e4847a6b696fe7a3936a8a361f3
https://github.com/google/oss-fuzz-vulns/blob/main/vulns/selinux/OSV-2021-417.yaml
https://linux.oracle.com/cve/CVE-2021-36084.html
https://linux.oracle.com/errata/ELSA-2021-4513.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U7ZYR3PIJ75N6U2IONJWCKZ5L2NKJTGR/
https://ubuntu.com/security/notices/USN-5391-1
| +| libsepol1 | CVE-2021-36085 | LOW | 3.1-1 | |
Expand...https://access.redhat.com/security/cve/CVE-2021-36085
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=31124
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-36085
https://errata.almalinux.org/8/ALSA-2021-4513.html
https://github.com/SELinuxProject/selinux/commit/2d35fcc7e9e976a2346b1de20e54f8663e8a6cba
https://github.com/google/oss-fuzz-vulns/blob/main/vulns/selinux/OSV-2021-421.yaml
https://linux.oracle.com/cve/CVE-2021-36085.html
https://linux.oracle.com/errata/ELSA-2021-4513.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U7ZYR3PIJ75N6U2IONJWCKZ5L2NKJTGR/
https://ubuntu.com/security/notices/USN-5391-1
| +| libsepol1 | CVE-2021-36086 | LOW | 3.1-1 | |
Expand...https://access.redhat.com/security/cve/CVE-2021-36086
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=32177
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-36086
https://errata.almalinux.org/8/ALSA-2021-4513.html
https://github.com/SELinuxProject/selinux/commit/c49a8ea09501ad66e799ea41b8154b6770fec2c8
https://github.com/google/oss-fuzz-vulns/blob/main/vulns/selinux/OSV-2021-536.yaml
https://linux.oracle.com/cve/CVE-2021-36086.html
https://linux.oracle.com/errata/ELSA-2021-4513.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U7ZYR3PIJ75N6U2IONJWCKZ5L2NKJTGR/
https://ubuntu.com/security/notices/USN-5391-1
| +| libsepol1 | CVE-2021-36087 | LOW | 3.1-1 | |
Expand...https://access.redhat.com/security/cve/CVE-2021-36087
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=32675
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-36087
https://errata.almalinux.org/8/ALSA-2021-4513.html
https://github.com/SELinuxProject/selinux/commit/340f0eb7f3673e8aacaf0a96cbfcd4d12a405521
https://github.com/google/oss-fuzz-vulns/blob/main/vulns/selinux/OSV-2021-585.yaml
https://linux.oracle.com/cve/CVE-2021-36087.html
https://linux.oracle.com/errata/ELSA-2021-4513.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U7ZYR3PIJ75N6U2IONJWCKZ5L2NKJTGR/
https://lore.kernel.org/selinux/CAEN2sdqJKHvDzPnxS-J8grU8fSf32DDtx=kyh84OsCq_Vm+yaQ@mail.gmail.com/T/
https://ubuntu.com/security/notices/USN-5391-1
| +| libsmartcols1 | CVE-2022-0563 | LOW | 2.36.1-8+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-0563
https://lore.kernel.org/util-linux/20220214110609.msiwlm457ngoic6w@ws.net.home/T/#u
https://nvd.nist.gov/vuln/detail/CVE-2022-0563
https://security.netapp.com/advisory/ntap-20220331-0002/
| +| libsqlite3-0 | CVE-2021-45346 | MEDIUM | 3.34.1-3 | |
Expand...https://access.redhat.com/security/cve/CVE-2021-45346
https://github.com/guyinatuxedo/sqlite3_record_leaking
https://security.netapp.com/advisory/ntap-20220303-0001/
https://sqlite.org/forum/forumpost/53de8864ba114bf6
| +| libsqlite3-0 | CVE-2021-36690 | LOW | 3.34.1-3 | |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-36690
https://nvd.nist.gov/vuln/detail/CVE-2021-36690
https://ubuntu.com/security/notices/USN-5403-1
https://www.oracle.com/security-alerts/cpujan2022.html
https://www.sqlite.org/forum/forumpost/718c0a8d17
| +| libssl1.1 | CVE-2022-2068 | MEDIUM | 1.1.1n-0+deb11u2 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-2068
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2068
https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2c9c35870601b4a44d86ddbf512b38df38285cfa
https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=7a9c027159fe9e1bbc2cd38a8a2914bff0d5abd9
https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=9639817dac8bbbaa64d09efad7464ccc405527c7
https://ubuntu.com/security/notices/USN-5488-1
https://www.openssl.org/news/secadv/20220621.txt
| +| libssl1.1 | CVE-2007-6755 | LOW | 1.1.1n-0+deb11u2 | |
Expand...http://arstechnica.com/security/2013/09/stop-using-nsa-influence-code-in-our-product-rsa-tells-customers/
http://blog.cryptographyengineering.com/2013/09/rsa-warns-developers-against-its-own.html
http://blog.cryptographyengineering.com/2013/09/the-many-flaws-of-dualecdrbg.html
http://rump2007.cr.yp.to/15-shumow.pdf
http://stream.wsj.com/story/latest-headlines/SS-2-63399/SS-2-332655/
http://threatpost.com/in-wake-of-latest-crypto-revelations-everything-is-suspect
http://www.securityfocus.com/bid/63657
https://access.redhat.com/security/cve/CVE-2007-6755
https://www.schneier.com/blog/archives/2007/11/the_strange_sto.html
| +| libssl1.1 | CVE-2010-0928 | LOW | 1.1.1n-0+deb11u2 | |
Expand...http://rdist.root.org/2010/03/08/attacking-rsa-exponentiation-with-fault-injection/
http://www.eecs.umich.edu/%7Evaleria/research/publications/DATE10RSA.pdf
http://www.networkworld.com/news/2010/030410-rsa-security-attack.html
http://www.osvdb.org/62808
http://www.theregister.co.uk/2010/03/04/severe_openssl_vulnerability/
https://access.redhat.com/security/cve/CVE-2010-0928
https://exchange.xforce.ibmcloud.com/vulnerabilities/56750
| +| libsystemd0 | CVE-2013-4392 | LOW | 247.3-7 | |
Expand...http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725357
http://www.openwall.com/lists/oss-security/2013/10/01/9
https://access.redhat.com/security/cve/CVE-2013-4392
https://bugzilla.redhat.com/show_bug.cgi?id=859060
| +| libsystemd0 | CVE-2020-13529 | LOW | 247.3-7 | |
Expand...http://www.openwall.com/lists/oss-security/2021/08/04/2
http://www.openwall.com/lists/oss-security/2021/08/17/3
http://www.openwall.com/lists/oss-security/2021/09/07/3
https://access.redhat.com/security/cve/CVE-2020-13529
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13529
https://linux.oracle.com/cve/CVE-2020-13529.html
https://linux.oracle.com/errata/ELSA-2021-4361.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/42TMJVNYRY65B4QCJICBYOEIVZV3KUYI/
https://security.gentoo.org/glsa/202107-48
https://security.netapp.com/advisory/ntap-20210625-0005/
https://talosintelligence.com/vulnerability_reports/TALOS-2020-1142
https://ubuntu.com/security/notices/USN-5013-1
https://ubuntu.com/security/notices/USN-5013-2
| +| libtinfo6 | CVE-2022-29458 | HIGH | 6.2+20201114-2 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-29458
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29458
https://invisible-island.net/ncurses/NEWS.html#t20220416
https://lists.gnu.org/archive/html/bug-ncurses/2022-04/msg00014.html
https://lists.gnu.org/archive/html/bug-ncurses/2022-04/msg00016.html
https://nvd.nist.gov/vuln/detail/CVE-2022-29458
https://ubuntu.com/security/notices/USN-5477-1
| +| libtinfo6 | CVE-2021-39537 | LOW | 6.2+20201114-2 | |
Expand...http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/ncurses/patches/patch-ncurses_tinfo_captoinfo.c?rev=1.1&content-type=text/x-cvsweb-markup
https://access.redhat.com/security/cve/CVE-2021-39537
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-39537
https://lists.gnu.org/archive/html/bug-ncurses/2020-08/msg00006.html
https://lists.gnu.org/archive/html/bug-ncurses/2021-10/msg00023.html
https://nvd.nist.gov/vuln/detail/CVE-2021-39537
https://ubuntu.com/security/notices/USN-5477-1
| +| libudev1 | CVE-2013-4392 | LOW | 247.3-7 | |
Expand...http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725357
http://www.openwall.com/lists/oss-security/2013/10/01/9
https://access.redhat.com/security/cve/CVE-2013-4392
https://bugzilla.redhat.com/show_bug.cgi?id=859060
| +| libudev1 | CVE-2020-13529 | LOW | 247.3-7 | |
Expand...http://www.openwall.com/lists/oss-security/2021/08/04/2
http://www.openwall.com/lists/oss-security/2021/08/17/3
http://www.openwall.com/lists/oss-security/2021/09/07/3
https://access.redhat.com/security/cve/CVE-2020-13529
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13529
https://linux.oracle.com/cve/CVE-2020-13529.html
https://linux.oracle.com/errata/ELSA-2021-4361.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/42TMJVNYRY65B4QCJICBYOEIVZV3KUYI/
https://security.gentoo.org/glsa/202107-48
https://security.netapp.com/advisory/ntap-20210625-0005/
https://talosintelligence.com/vulnerability_reports/TALOS-2020-1142
https://ubuntu.com/security/notices/USN-5013-1
https://ubuntu.com/security/notices/USN-5013-2
| +| libuuid1 | CVE-2022-0563 | LOW | 2.36.1-8+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-0563
https://lore.kernel.org/util-linux/20220214110609.msiwlm457ngoic6w@ws.net.home/T/#u
https://nvd.nist.gov/vuln/detail/CVE-2022-0563
https://security.netapp.com/advisory/ntap-20220331-0002/
| +| libxslt1.1 | CVE-2015-9019 | LOW | 1.1.34-4 | |
Expand...https://access.redhat.com/security/cve/CVE-2015-9019
https://bugzilla.gnome.org/show_bug.cgi?id=758400
https://bugzilla.suse.com/show_bug.cgi?id=934119
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-9019
| +| locales | CVE-2021-3999 | HIGH | 2.31-13+deb11u3 | |
Expand...https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-3999.json
https://access.redhat.com/security/cve/CVE-2021-3999
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3999
https://linux.oracle.com/cve/CVE-2021-3999.html
https://linux.oracle.com/errata/ELSA-2022-9234.html
https://ubuntu.com/security/notices/USN-5310-1
https://ubuntu.com/security/notices/USN-5310-2
https://www.openwall.com/lists/oss-security/2022/01/24/4
| +| locales | CVE-2010-4756 | LOW | 2.31-13+deb11u3 | |
Expand...http://cxib.net/stuff/glob-0day.c
http://securityreason.com/achievement_securityalert/89
http://securityreason.com/exploitalert/9223
https://access.redhat.com/security/cve/CVE-2010-4756
https://bugzilla.redhat.com/show_bug.cgi?id=681681
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2010-4756
https://nvd.nist.gov/vuln/detail/CVE-2010-4756
| +| locales | CVE-2018-20796 | LOW | 2.31-13+deb11u3 | |
Expand...http://www.securityfocus.com/bid/107160
https://access.redhat.com/security/cve/CVE-2018-20796
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=34141
https://lists.gnu.org/archive/html/bug-gnulib/2019-01/msg00108.html
https://nvd.nist.gov/vuln/detail/CVE-2018-20796
https://security.netapp.com/advisory/ntap-20190315-0002/
https://support.f5.com/csp/article/K26346590?utm_source=f5support&amp;utm_medium=RSS
| +| locales | CVE-2019-1010022 | LOW | 2.31-13+deb11u3 | |
Expand...https://access.redhat.com/security/cve/CVE-2019-1010022
https://security-tracker.debian.org/tracker/CVE-2019-1010022
https://sourceware.org/bugzilla/show_bug.cgi?id=22850
https://sourceware.org/bugzilla/show_bug.cgi?id=22850#c3
https://ubuntu.com/security/CVE-2019-1010022
| +| locales | CVE-2019-1010023 | LOW | 2.31-13+deb11u3 | |
Expand...http://www.securityfocus.com/bid/109167
https://access.redhat.com/security/cve/CVE-2019-1010023
https://security-tracker.debian.org/tracker/CVE-2019-1010023
https://sourceware.org/bugzilla/show_bug.cgi?id=22851
https://support.f5.com/csp/article/K11932200?utm_source=f5support&amp;utm_medium=RSS
https://ubuntu.com/security/CVE-2019-1010023
| +| locales | CVE-2019-1010024 | LOW | 2.31-13+deb11u3 | |
Expand...http://www.securityfocus.com/bid/109162
https://access.redhat.com/security/cve/CVE-2019-1010024
https://security-tracker.debian.org/tracker/CVE-2019-1010024
https://sourceware.org/bugzilla/show_bug.cgi?id=22852
https://support.f5.com/csp/article/K06046097
https://support.f5.com/csp/article/K06046097?utm_source=f5support&amp;utm_medium=RSS
https://ubuntu.com/security/CVE-2019-1010024
| +| locales | CVE-2019-1010025 | LOW | 2.31-13+deb11u3 | |
Expand...https://access.redhat.com/security/cve/CVE-2019-1010025
https://security-tracker.debian.org/tracker/CVE-2019-1010025
https://sourceware.org/bugzilla/show_bug.cgi?id=22853
https://support.f5.com/csp/article/K06046097
https://support.f5.com/csp/article/K06046097?utm_source=f5support&amp;utm_medium=RSS
https://ubuntu.com/security/CVE-2019-1010025
| +| locales | CVE-2019-9192 | LOW | 2.31-13+deb11u3 | |
Expand...https://access.redhat.com/security/cve/CVE-2019-9192
https://nvd.nist.gov/vuln/detail/CVE-2019-9192
https://sourceware.org/bugzilla/show_bug.cgi?id=24269
https://support.f5.com/csp/article/K26346590?utm_source=f5support&amp;utm_medium=RSS
| +| login | CVE-2007-5686 | LOW | 1:4.8.1-1 | |
Expand...http://secunia.com/advisories/27215
http://www.securityfocus.com/archive/1/482129/100/100/threaded
http://www.securityfocus.com/archive/1/482857/100/0/threaded
http://www.securityfocus.com/bid/26048
http://www.vupen.com/english/advisories/2007/3474
https://issues.rpath.com/browse/RPL-1825
| +| login | CVE-2013-4235 | LOW | 1:4.8.1-1 | |
Expand...https://access.redhat.com/security/cve/CVE-2013-4235
https://access.redhat.com/security/cve/cve-2013-4235
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2013-4235
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4235
https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E
https://security-tracker.debian.org/tracker/CVE-2013-4235
| +| login | CVE-2019-19882 | LOW | 1:4.8.1-1 | |
Expand...https://access.redhat.com/security/cve/CVE-2019-19882
https://bugs.archlinux.org/task/64836
https://bugs.gentoo.org/702252
https://github.com/shadow-maint/shadow/commit/edf7547ad5aa650be868cf2dac58944773c12d75
https://github.com/shadow-maint/shadow/pull/199
https://github.com/void-linux/void-packages/pull/17580
https://security.gentoo.org/glsa/202008-09
| +| mount | CVE-2022-0563 | LOW | 2.36.1-8+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-0563
https://lore.kernel.org/util-linux/20220214110609.msiwlm457ngoic6w@ws.net.home/T/#u
https://nvd.nist.gov/vuln/detail/CVE-2022-0563
https://security.netapp.com/advisory/ntap-20220331-0002/
| +| ncurses-base | CVE-2022-29458 | HIGH | 6.2+20201114-2 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-29458
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29458
https://invisible-island.net/ncurses/NEWS.html#t20220416
https://lists.gnu.org/archive/html/bug-ncurses/2022-04/msg00014.html
https://lists.gnu.org/archive/html/bug-ncurses/2022-04/msg00016.html
https://nvd.nist.gov/vuln/detail/CVE-2022-29458
https://ubuntu.com/security/notices/USN-5477-1
| +| ncurses-base | CVE-2021-39537 | LOW | 6.2+20201114-2 | |
Expand...http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/ncurses/patches/patch-ncurses_tinfo_captoinfo.c?rev=1.1&content-type=text/x-cvsweb-markup
https://access.redhat.com/security/cve/CVE-2021-39537
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-39537
https://lists.gnu.org/archive/html/bug-ncurses/2020-08/msg00006.html
https://lists.gnu.org/archive/html/bug-ncurses/2021-10/msg00023.html
https://nvd.nist.gov/vuln/detail/CVE-2021-39537
https://ubuntu.com/security/notices/USN-5477-1
| +| openssl | CVE-2022-2068 | MEDIUM | 1.1.1n-0+deb11u2 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-2068
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2068
https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2c9c35870601b4a44d86ddbf512b38df38285cfa
https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=7a9c027159fe9e1bbc2cd38a8a2914bff0d5abd9
https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=9639817dac8bbbaa64d09efad7464ccc405527c7
https://ubuntu.com/security/notices/USN-5488-1
https://www.openssl.org/news/secadv/20220621.txt
| +| openssl | CVE-2007-6755 | LOW | 1.1.1n-0+deb11u2 | |
Expand...http://arstechnica.com/security/2013/09/stop-using-nsa-influence-code-in-our-product-rsa-tells-customers/
http://blog.cryptographyengineering.com/2013/09/rsa-warns-developers-against-its-own.html
http://blog.cryptographyengineering.com/2013/09/the-many-flaws-of-dualecdrbg.html
http://rump2007.cr.yp.to/15-shumow.pdf
http://stream.wsj.com/story/latest-headlines/SS-2-63399/SS-2-332655/
http://threatpost.com/in-wake-of-latest-crypto-revelations-everything-is-suspect
http://www.securityfocus.com/bid/63657
https://access.redhat.com/security/cve/CVE-2007-6755
https://www.schneier.com/blog/archives/2007/11/the_strange_sto.html
| +| openssl | CVE-2010-0928 | LOW | 1.1.1n-0+deb11u2 | |
Expand...http://rdist.root.org/2010/03/08/attacking-rsa-exponentiation-with-fault-injection/
http://www.eecs.umich.edu/%7Evaleria/research/publications/DATE10RSA.pdf
http://www.networkworld.com/news/2010/030410-rsa-security-attack.html
http://www.osvdb.org/62808
http://www.theregister.co.uk/2010/03/04/severe_openssl_vulnerability/
https://access.redhat.com/security/cve/CVE-2010-0928
https://exchange.xforce.ibmcloud.com/vulnerabilities/56750
| +| passwd | CVE-2007-5686 | LOW | 1:4.8.1-1 | |
Expand...http://secunia.com/advisories/27215
http://www.securityfocus.com/archive/1/482129/100/100/threaded
http://www.securityfocus.com/archive/1/482857/100/0/threaded
http://www.securityfocus.com/bid/26048
http://www.vupen.com/english/advisories/2007/3474
https://issues.rpath.com/browse/RPL-1825
| +| passwd | CVE-2013-4235 | LOW | 1:4.8.1-1 | |
Expand...https://access.redhat.com/security/cve/CVE-2013-4235
https://access.redhat.com/security/cve/cve-2013-4235
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2013-4235
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4235
https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E
https://security-tracker.debian.org/tracker/CVE-2013-4235
| +| passwd | CVE-2019-19882 | LOW | 1:4.8.1-1 | |
Expand...https://access.redhat.com/security/cve/CVE-2019-19882
https://bugs.archlinux.org/task/64836
https://bugs.gentoo.org/702252
https://github.com/shadow-maint/shadow/commit/edf7547ad5aa650be868cf2dac58944773c12d75
https://github.com/shadow-maint/shadow/pull/199
https://github.com/void-linux/void-packages/pull/17580
https://security.gentoo.org/glsa/202008-09
| +| perl-base | CVE-2020-16156 | HIGH | 5.32.1-4+deb11u2 | |
Expand...http://blogs.perl.org/users/neilb/2021/11/addressing-cpan-vulnerabilities-related-to-checksums.html
https://access.redhat.com/security/cve/CVE-2020-16156
https://blog.hackeriet.no/cpan-signature-verification-vulnerabilities/
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-16156
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/SD6RYOJII7HRJ6WVORFNVTYNOFY5JDXN/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/SZ32AJIV4RHJMLWLU5QULGKMMIHYOMDC/
https://metacpan.org/pod/distribution/CPAN/scripts/cpan
| +| perl-base | CVE-2011-4116 | LOW | 5.32.1-4+deb11u2 | |
Expand...http://www.openwall.com/lists/oss-security/2011/11/04/2
http://www.openwall.com/lists/oss-security/2011/11/04/4
https://access.redhat.com/security/cve/CVE-2011-4116
https://github.com/Perl-Toolchain-Gang/File-Temp/issues/14
https://rt.cpan.org/Public/Bug/Display.html?id=69106
https://seclists.org/oss-sec/2011/q4/238
| +| tar | CVE-2005-2541 | LOW | 1.34+dfsg-1 | |
Expand...http://marc.info/?l=bugtraq&m=112327628230258&w=2
https://access.redhat.com/security/cve/CVE-2005-2541
https://lists.apache.org/thread.html/rc713534b10f9daeee2e0990239fa407e2118e4aa9e88a7041177497c@%3Cissues.guacamole.apache.org%3E
| +| util-linux | CVE-2022-0563 | LOW | 2.36.1-8+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-0563
https://lore.kernel.org/util-linux/20220214110609.msiwlm457ngoic6w@ws.net.home/T/#u
https://nvd.nist.gov/vuln/detail/CVE-2022-0563
https://security.netapp.com/advisory/ntap-20220331-0002/
| + +**jar** + + +| No Vulnerabilities found | +|:---------------------------------| + + + +**gobinary** + + +| Package | Vulnerability | Severity | Installed Version | Fixed Version | Links | +|:----------------|:------------------:|:-----------:|:------------------:|:-------------:|-----------------------------------------| +| github.com/opencontainers/runc | CVE-2022-29162 | HIGH | v1.0.1 | v1.1.2 |
Expand...https://access.redhat.com/security/cve/CVE-2022-29162
https://github.com/opencontainers/runc/commit/d04de3a9b72d7a2455c1885fc75eb36d02cd17b5
https://github.com/opencontainers/runc/releases/tag/v1.1.2
https://github.com/opencontainers/runc/security/advisories/GHSA-f3fp-gc8g-vw66
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/AVPZBV7ISA7QKRPTC7ZXWKMIQI2HZEBB/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/D77CKD3AXPMU4PMQIQI5Q74SI4JATNND/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/GPQU4YC4AAY54JDXGDQHJEYKSXXG5T2Y/
https://nvd.nist.gov/vuln/detail/CVE-2022-29162
| +| github.com/opencontainers/runc | CVE-2021-43784 | MEDIUM | v1.0.1 | v1.0.3 |
Expand...https://access.redhat.com/security/cve/CVE-2021-43784
https://bugs.chromium.org/p/project-zero/issues/detail?id=2241
https://github.com/opencontainers/runc/commit/9c444070ec7bb83995dbc0185da68284da71c554
https://github.com/opencontainers/runc/commit/d72d057ba794164c3cce9451a00b72a78b25e1ae
https://github.com/opencontainers/runc/commit/f50369af4b571e358f20b139eea52d612eb55eed
https://github.com/opencontainers/runc/security/advisories/GHSA-v95c-p5hm-xq8f
https://lists.debian.org/debian-lts-announce/2021/12/msg00005.html
https://nvd.nist.gov/vuln/detail/CVE-2021-43784
| +| github.com/opencontainers/runc | CVE-2022-24769 | MEDIUM | v1.0.1 | v1.1.2 |
Expand...http://www.openwall.com/lists/oss-security/2022/05/12/1
https://access.redhat.com/security/cve/CVE-2022-24769
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24769
https://github.com/containerd/containerd/security/advisories/GHSA-c9cp-9c75-9v8c
https://github.com/moby/moby/commit/2bbc786e4c59761d722d2d1518cd0a32829bc07f
https://github.com/moby/moby/releases/tag/v20.10.14
https://github.com/moby/moby/security/advisories/GHSA-2mm7-x5h6-5pvq
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6PMQKCAPK2AR3DCYITJYMMNBEGQBGLCC/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/A5AFKOQ5CE3CEIULWW4FLQKHFFU6FSYG/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/A5FQJ3MLFSEKQYCFPFZIKYGBXPZUJFVY/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FPOJUJZXGMIVKRS4QR75F6OIXNQ6LDBL/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/HIMAHZ6AUIKN7AX26KHZYBXVECIOVWBH/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/HQCVS7WBFSTKJFNX5PGDRARMTOFWV2O7/
https://nvd.nist.gov/vuln/detail/CVE-2022-24769
https://www.debian.org/security/2022/dsa-5162
| + + +#### Container: tccr.io/truecharts/hedgedoc:v1.9.3@sha256:8aadcc96880e9c11c0ebc633a6f38d3ed2e55582f60d5ee8339af989936c83ac (debian 11.3) + + +**debian** + + +| Package | Vulnerability | Severity | Installed Version | Fixed Version | Links | +|:----------------|:------------------:|:-----------:|:------------------:|:-------------:|-----------------------------------------| +| apt | CVE-2011-3374 | LOW | 2.2.4 | |
Expand...https://access.redhat.com/security/cve/cve-2011-3374
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=642480
https://people.canonical.com/~ubuntu-security/cve/2011/CVE-2011-3374.html
https://seclists.org/fulldisclosure/2011/Sep/221
https://security-tracker.debian.org/tracker/CVE-2011-3374
https://snyk.io/vuln/SNYK-LINUX-APT-116518
https://ubuntu.com/security/CVE-2011-3374
| +| bsdutils | CVE-2022-0563 | LOW | 2.36.1-8+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-0563
https://lore.kernel.org/util-linux/20220214110609.msiwlm457ngoic6w@ws.net.home/T/#u
https://nvd.nist.gov/vuln/detail/CVE-2022-0563
https://security.netapp.com/advisory/ntap-20220331-0002/
| +| coreutils | CVE-2016-2781 | LOW | 8.32-4 | |
Expand...http://seclists.org/oss-sec/2016/q1/452
http://www.openwall.com/lists/oss-security/2016/02/28/2
http://www.openwall.com/lists/oss-security/2016/02/28/3
https://access.redhat.com/security/cve/CVE-2016-2781
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-2781
https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E
https://lore.kernel.org/patchwork/patch/793178/
https://nvd.nist.gov/vuln/detail/CVE-2016-2781
| +| coreutils | CVE-2017-18018 | LOW | 8.32-4 | |
Expand...http://lists.gnu.org/archive/html/coreutils/2017-12/msg00045.html
https://access.redhat.com/security/cve/CVE-2017-18018
| +| e2fsprogs | CVE-2022-1304 | HIGH | 1.46.2-2 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-1304
https://bugzilla.redhat.com/show_bug.cgi?id=2069726
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1304
https://marc.info/?l=linux-ext4&m=165056234501732&w=2
https://nvd.nist.gov/vuln/detail/CVE-2022-1304
https://ubuntu.com/security/notices/USN-5464-1
| +| libapt-pkg6.0 | CVE-2011-3374 | LOW | 2.2.4 | |
Expand...https://access.redhat.com/security/cve/cve-2011-3374
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=642480
https://people.canonical.com/~ubuntu-security/cve/2011/CVE-2011-3374.html
https://seclists.org/fulldisclosure/2011/Sep/221
https://security-tracker.debian.org/tracker/CVE-2011-3374
https://snyk.io/vuln/SNYK-LINUX-APT-116518
https://ubuntu.com/security/CVE-2011-3374
| +| libblkid1 | CVE-2022-0563 | LOW | 2.36.1-8+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-0563
https://lore.kernel.org/util-linux/20220214110609.msiwlm457ngoic6w@ws.net.home/T/#u
https://nvd.nist.gov/vuln/detail/CVE-2022-0563
https://security.netapp.com/advisory/ntap-20220331-0002/
| +| libc-bin | CVE-2021-3999 | HIGH | 2.31-13+deb11u3 | |
Expand...https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-3999.json
https://access.redhat.com/security/cve/CVE-2021-3999
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3999
https://linux.oracle.com/cve/CVE-2021-3999.html
https://linux.oracle.com/errata/ELSA-2022-9234.html
https://ubuntu.com/security/notices/USN-5310-1
https://ubuntu.com/security/notices/USN-5310-2
https://www.openwall.com/lists/oss-security/2022/01/24/4
| +| libc-bin | CVE-2010-4756 | LOW | 2.31-13+deb11u3 | |
Expand...http://cxib.net/stuff/glob-0day.c
http://securityreason.com/achievement_securityalert/89
http://securityreason.com/exploitalert/9223
https://access.redhat.com/security/cve/CVE-2010-4756
https://bugzilla.redhat.com/show_bug.cgi?id=681681
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2010-4756
https://nvd.nist.gov/vuln/detail/CVE-2010-4756
| +| libc-bin | CVE-2018-20796 | LOW | 2.31-13+deb11u3 | |
Expand...http://www.securityfocus.com/bid/107160
https://access.redhat.com/security/cve/CVE-2018-20796
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=34141
https://lists.gnu.org/archive/html/bug-gnulib/2019-01/msg00108.html
https://nvd.nist.gov/vuln/detail/CVE-2018-20796
https://security.netapp.com/advisory/ntap-20190315-0002/
https://support.f5.com/csp/article/K26346590?utm_source=f5support&amp;utm_medium=RSS
| +| libc-bin | CVE-2019-1010022 | LOW | 2.31-13+deb11u3 | |
Expand...https://access.redhat.com/security/cve/CVE-2019-1010022
https://security-tracker.debian.org/tracker/CVE-2019-1010022
https://sourceware.org/bugzilla/show_bug.cgi?id=22850
https://sourceware.org/bugzilla/show_bug.cgi?id=22850#c3
https://ubuntu.com/security/CVE-2019-1010022
| +| libc-bin | CVE-2019-1010023 | LOW | 2.31-13+deb11u3 | |
Expand...http://www.securityfocus.com/bid/109167
https://access.redhat.com/security/cve/CVE-2019-1010023
https://security-tracker.debian.org/tracker/CVE-2019-1010023
https://sourceware.org/bugzilla/show_bug.cgi?id=22851
https://support.f5.com/csp/article/K11932200?utm_source=f5support&amp;utm_medium=RSS
https://ubuntu.com/security/CVE-2019-1010023
| +| libc-bin | CVE-2019-1010024 | LOW | 2.31-13+deb11u3 | |
Expand...http://www.securityfocus.com/bid/109162
https://access.redhat.com/security/cve/CVE-2019-1010024
https://security-tracker.debian.org/tracker/CVE-2019-1010024
https://sourceware.org/bugzilla/show_bug.cgi?id=22852
https://support.f5.com/csp/article/K06046097
https://support.f5.com/csp/article/K06046097?utm_source=f5support&amp;utm_medium=RSS
https://ubuntu.com/security/CVE-2019-1010024
| +| libc-bin | CVE-2019-1010025 | LOW | 2.31-13+deb11u3 | |
Expand...https://access.redhat.com/security/cve/CVE-2019-1010025
https://security-tracker.debian.org/tracker/CVE-2019-1010025
https://sourceware.org/bugzilla/show_bug.cgi?id=22853
https://support.f5.com/csp/article/K06046097
https://support.f5.com/csp/article/K06046097?utm_source=f5support&amp;utm_medium=RSS
https://ubuntu.com/security/CVE-2019-1010025
| +| libc-bin | CVE-2019-9192 | LOW | 2.31-13+deb11u3 | |
Expand...https://access.redhat.com/security/cve/CVE-2019-9192
https://nvd.nist.gov/vuln/detail/CVE-2019-9192
https://sourceware.org/bugzilla/show_bug.cgi?id=24269
https://support.f5.com/csp/article/K26346590?utm_source=f5support&amp;utm_medium=RSS
| +| libc6 | CVE-2021-3999 | HIGH | 2.31-13+deb11u3 | |
Expand...https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-3999.json
https://access.redhat.com/security/cve/CVE-2021-3999
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3999
https://linux.oracle.com/cve/CVE-2021-3999.html
https://linux.oracle.com/errata/ELSA-2022-9234.html
https://ubuntu.com/security/notices/USN-5310-1
https://ubuntu.com/security/notices/USN-5310-2
https://www.openwall.com/lists/oss-security/2022/01/24/4
| +| libc6 | CVE-2010-4756 | LOW | 2.31-13+deb11u3 | |
Expand...http://cxib.net/stuff/glob-0day.c
http://securityreason.com/achievement_securityalert/89
http://securityreason.com/exploitalert/9223
https://access.redhat.com/security/cve/CVE-2010-4756
https://bugzilla.redhat.com/show_bug.cgi?id=681681
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2010-4756
https://nvd.nist.gov/vuln/detail/CVE-2010-4756
| +| libc6 | CVE-2018-20796 | LOW | 2.31-13+deb11u3 | |
Expand...http://www.securityfocus.com/bid/107160
https://access.redhat.com/security/cve/CVE-2018-20796
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=34141
https://lists.gnu.org/archive/html/bug-gnulib/2019-01/msg00108.html
https://nvd.nist.gov/vuln/detail/CVE-2018-20796
https://security.netapp.com/advisory/ntap-20190315-0002/
https://support.f5.com/csp/article/K26346590?utm_source=f5support&amp;utm_medium=RSS
| +| libc6 | CVE-2019-1010022 | LOW | 2.31-13+deb11u3 | |
Expand...https://access.redhat.com/security/cve/CVE-2019-1010022
https://security-tracker.debian.org/tracker/CVE-2019-1010022
https://sourceware.org/bugzilla/show_bug.cgi?id=22850
https://sourceware.org/bugzilla/show_bug.cgi?id=22850#c3
https://ubuntu.com/security/CVE-2019-1010022
| +| libc6 | CVE-2019-1010023 | LOW | 2.31-13+deb11u3 | |
Expand...http://www.securityfocus.com/bid/109167
https://access.redhat.com/security/cve/CVE-2019-1010023
https://security-tracker.debian.org/tracker/CVE-2019-1010023
https://sourceware.org/bugzilla/show_bug.cgi?id=22851
https://support.f5.com/csp/article/K11932200?utm_source=f5support&amp;utm_medium=RSS
https://ubuntu.com/security/CVE-2019-1010023
| +| libc6 | CVE-2019-1010024 | LOW | 2.31-13+deb11u3 | |
Expand...http://www.securityfocus.com/bid/109162
https://access.redhat.com/security/cve/CVE-2019-1010024
https://security-tracker.debian.org/tracker/CVE-2019-1010024
https://sourceware.org/bugzilla/show_bug.cgi?id=22852
https://support.f5.com/csp/article/K06046097
https://support.f5.com/csp/article/K06046097?utm_source=f5support&amp;utm_medium=RSS
https://ubuntu.com/security/CVE-2019-1010024
| +| libc6 | CVE-2019-1010025 | LOW | 2.31-13+deb11u3 | |
Expand...https://access.redhat.com/security/cve/CVE-2019-1010025
https://security-tracker.debian.org/tracker/CVE-2019-1010025
https://sourceware.org/bugzilla/show_bug.cgi?id=22853
https://support.f5.com/csp/article/K06046097
https://support.f5.com/csp/article/K06046097?utm_source=f5support&amp;utm_medium=RSS
https://ubuntu.com/security/CVE-2019-1010025
| +| libc6 | CVE-2019-9192 | LOW | 2.31-13+deb11u3 | |
Expand...https://access.redhat.com/security/cve/CVE-2019-9192
https://nvd.nist.gov/vuln/detail/CVE-2019-9192
https://sourceware.org/bugzilla/show_bug.cgi?id=24269
https://support.f5.com/csp/article/K26346590?utm_source=f5support&amp;utm_medium=RSS
| +| libcom-err2 | CVE-2022-1304 | HIGH | 1.46.2-2 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-1304
https://bugzilla.redhat.com/show_bug.cgi?id=2069726
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1304
https://marc.info/?l=linux-ext4&m=165056234501732&w=2
https://nvd.nist.gov/vuln/detail/CVE-2022-1304
https://ubuntu.com/security/notices/USN-5464-1
| +| libdb5.3 | CVE-2019-8457 | CRITICAL | 5.3.28+dfsg1-0.8 | |
Expand...http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00074.html
https://access.redhat.com/security/cve/CVE-2019-8457
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-8457
https://kc.mcafee.com/corporate/index?page=content&id=SB10365
https://linux.oracle.com/cve/CVE-2019-8457.html
https://linux.oracle.com/errata/ELSA-2020-1810.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/OPKYSWCOM3CL66RI76TYVIG6TJ263RXH/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/SJPFGA45DI4F5MCF2OAACGH3HQOF4G3M/
https://security.netapp.com/advisory/ntap-20190606-0002/
https://ubuntu.com/security/notices/USN-4004-1
https://ubuntu.com/security/notices/USN-4004-2
https://ubuntu.com/security/notices/USN-4019-1
https://ubuntu.com/security/notices/USN-4019-2
https://usn.ubuntu.com/4004-1/
https://usn.ubuntu.com/4004-2/
https://usn.ubuntu.com/4019-1/
https://usn.ubuntu.com/4019-2/
https://www.oracle.com/security-alerts/cpuapr2020.html
https://www.oracle.com/security-alerts/cpujan2020.html
https://www.oracle.com/security-alerts/cpujul2020.html
https://www.oracle.com/technetwork/security-advisory/cpuoct2019-5072832.html
https://www.sqlite.org/releaselog/3_28_0.html
https://www.sqlite.org/src/info/90acdbfce9c08858
| +| libext2fs2 | CVE-2022-1304 | HIGH | 1.46.2-2 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-1304
https://bugzilla.redhat.com/show_bug.cgi?id=2069726
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1304
https://marc.info/?l=linux-ext4&m=165056234501732&w=2
https://nvd.nist.gov/vuln/detail/CVE-2022-1304
https://ubuntu.com/security/notices/USN-5464-1
| +| libgcrypt20 | CVE-2021-33560 | HIGH | 1.8.7-6 | |
Expand...https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-33560.json
https://access.redhat.com/security/cve/CVE-2021-33560
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33560
https://dev.gnupg.org/T5305
https://dev.gnupg.org/T5328
https://dev.gnupg.org/T5466
https://dev.gnupg.org/rCe8b7f10be275bcedb5fc05ed4837a89bfd605c61
https://eprint.iacr.org/2021/923
https://errata.almalinux.org/8/ALSA-2021-4409.html
https://linux.oracle.com/cve/CVE-2021-33560.html
https://linux.oracle.com/errata/ELSA-2022-9263.html
https://lists.debian.org/debian-lts-announce/2021/06/msg00021.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/BKKTOIGFW2SGN3DO2UHHVZ7MJSYN4AAB/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/R7OAPCUGPF3VLA7QAJUQSL255D4ITVTL/
https://nvd.nist.gov/vuln/detail/CVE-2021-33560
https://ubuntu.com/security/notices/USN-5080-1
https://ubuntu.com/security/notices/USN-5080-2
https://www.oracle.com/security-alerts/cpuapr2022.html
https://www.oracle.com/security-alerts/cpujan2022.html
https://www.oracle.com/security-alerts/cpuoct2021.html
| +| libgcrypt20 | CVE-2018-6829 | LOW | 1.8.7-6 | |
Expand...https://access.redhat.com/security/cve/CVE-2018-6829
https://github.com/weikengchen/attack-on-libgcrypt-elgamal
https://github.com/weikengchen/attack-on-libgcrypt-elgamal/wiki
https://lists.gnupg.org/pipermail/gcrypt-devel/2018-February/004394.html
https://www.oracle.com/security-alerts/cpujan2020.html
| +| libgnutls30 | CVE-2021-4209 | MEDIUM | 3.7.1-5 | |
Expand...https://access.redhat.com/security/cve/CVE-2021-4209
| +| libgnutls30 | CVE-2011-3389 | LOW | 3.7.1-5 | |
Expand...http://arcticdog.wordpress.com/2012/08/29/beast-openssl-and-apache/
http://blog.mozilla.com/security/2011/09/27/attack-against-tls-protected-communications/
http://blogs.technet.com/b/msrc/archive/2011/09/26/microsoft-releases-security-advisory-2588513.aspx
http://blogs.technet.com/b/srd/archive/2011/09/26/is-ssl-broken-more-about-security-advisory-2588513.aspx
http://curl.haxx.se/docs/adv_20120124B.html
http://downloads.asterisk.org/pub/security/AST-2016-001.html
http://ekoparty.org/2011/juliano-rizzo.php
http://eprint.iacr.org/2004/111
http://eprint.iacr.org/2006/136
http://googlechromereleases.blogspot.com/2011/10/chrome-stable-release.html
http://isc.sans.edu/diary/SSL+TLS+part+3+/11635
http://lists.apple.com/archives/Security-announce/2011//Oct/msg00001.html
http://lists.apple.com/archives/Security-announce/2011//Oct/msg00002.html
http://lists.apple.com/archives/security-announce/2012/Feb/msg00000.html
http://lists.apple.com/archives/security-announce/2012/Jul/msg00001.html
http://lists.apple.com/archives/security-announce/2012/May/msg00001.html
http://lists.apple.com/archives/security-announce/2012/Sep/msg00004.html
http://lists.apple.com/archives/security-announce/2013/Oct/msg00004.html
http://lists.opensuse.org/opensuse-security-announce/2012-01/msg00049.html
http://lists.opensuse.org/opensuse-security-announce/2012-01/msg00051.html
http://lists.opensuse.org/opensuse-security-announce/2012-05/msg00009.html
http://lists.opensuse.org/opensuse-security-announce/2020-01/msg00040.html
http://marc.info/?l=bugtraq&m=132750579901589&w=2
http://marc.info/?l=bugtraq&m=132872385320240&w=2
http://marc.info/?l=bugtraq&m=133365109612558&w=2
http://marc.info/?l=bugtraq&m=133728004526190&w=2
http://marc.info/?l=bugtraq&m=134254866602253&w=2
http://marc.info/?l=bugtraq&m=134254957702612&w=2
http://my.opera.com/securitygroup/blog/2011/09/28/the-beast-ssl-tls-issue
http://osvdb.org/74829
http://rhn.redhat.com/errata/RHSA-2012-0508.html
http://rhn.redhat.com/errata/RHSA-2013-1455.html
http://secunia.com/advisories/45791
http://secunia.com/advisories/47998
http://secunia.com/advisories/48256
http://secunia.com/advisories/48692
http://secunia.com/advisories/48915
http://secunia.com/advisories/48948
http://secunia.com/advisories/49198
http://secunia.com/advisories/55322
http://secunia.com/advisories/55350
http://secunia.com/advisories/55351
http://security.gentoo.org/glsa/glsa-201203-02.xml
http://security.gentoo.org/glsa/glsa-201406-32.xml
http://support.apple.com/kb/HT4999
http://support.apple.com/kb/HT5001
http://support.apple.com/kb/HT5130
http://support.apple.com/kb/HT5281
http://support.apple.com/kb/HT5501
http://support.apple.com/kb/HT6150
http://technet.microsoft.com/security/advisory/2588513
http://vnhacker.blogspot.com/2011/09/beast.html
http://www.apcmedia.com/salestools/SJHN-7RKGNM/SJHN-7RKGNM_R4_EN.pdf
http://www.debian.org/security/2012/dsa-2398
http://www.educatedguesswork.org/2011/09/security_impact_of_the_rizzodu.html
http://www.ibm.com/developerworks/java/jdk/alerts/
http://www.imperialviolet.org/2011/09/23/chromeandbeast.html
http://www.insecure.cl/Beast-SSL.rar
http://www.kb.cert.org/vuls/id/864643
http://www.mandriva.com/security/advisories?name=MDVSA-2012:058
http://www.opera.com/docs/changelogs/mac/1151/
http://www.opera.com/docs/changelogs/mac/1160/
http://www.opera.com/docs/changelogs/unix/1151/
http://www.opera.com/docs/changelogs/unix/1160/
http://www.opera.com/docs/changelogs/windows/1151/
http://www.opera.com/docs/changelogs/windows/1160/
http://www.opera.com/support/kb/view/1004/
http://www.oracle.com/technetwork/topics/security/cpujan2015-1972971.html
http://www.oracle.com/technetwork/topics/security/cpujul2015-2367936.html
http://www.oracle.com/technetwork/topics/security/javacpuoct2011-443431.html
http://www.redhat.com/support/errata/RHSA-2011-1384.html
http://www.redhat.com/support/errata/RHSA-2012-0006.html
http://www.securityfocus.com/bid/49388
http://www.securityfocus.com/bid/49778
http://www.securitytracker.com/id/1029190
http://www.securitytracker.com/id?1025997
http://www.securitytracker.com/id?1026103
http://www.securitytracker.com/id?1026704
http://www.ubuntu.com/usn/USN-1263-1
http://www.us-cert.gov/cas/techalerts/TA12-010A.html
https://access.redhat.com/security/cve/CVE-2011-3389
https://blogs.oracle.com/sunsecurity/entry/multiple_vulnerabilities_in_fetchmail
https://bugzilla.novell.com/show_bug.cgi?id=719047
https://bugzilla.redhat.com/show_bug.cgi?id=737506
https://cert-portal.siemens.com/productcert/pdf/ssa-556833.pdf
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-3389
https://docs.microsoft.com/en-us/security-updates/securitybulletins/2012/ms12-006
https://h20564.www2.hp.com/portal/site/hpsc/public/kb/docDisplay?docId=emr_na-c03839862
https://hermes.opensuse.org/messages/13154861
https://hermes.opensuse.org/messages/13155432
https://ics-cert.us-cert.gov/advisories/ICSMA-18-058-02
https://linux.oracle.com/cve/CVE-2011-3389.html
https://linux.oracle.com/errata/ELSA-2011-1380.html
https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A14752
https://ubuntu.com/security/notices/USN-1263-1
| +| libgssapi-krb5-2 | CVE-2004-0971 | LOW | 1.18.3-6+deb11u1 | |
Expand...http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=136304
http://www.gentoo.org/security/en/glsa/glsa-200410-24.xml
http://www.redhat.com/support/errata/RHSA-2005-012.html
http://www.securityfocus.com/bid/11289
http://www.trustix.org/errata/2004/0050
https://access.redhat.com/security/cve/CVE-2004-0971
https://exchange.xforce.ibmcloud.com/vulnerabilities/17583
https://lists.apache.org/thread.html/rc713534b10f9daeee2e0990239fa407e2118e4aa9e88a7041177497c@%3Cissues.guacamole.apache.org%3E
https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A10497
| +| libgssapi-krb5-2 | CVE-2018-5709 | LOW | 1.18.3-6+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2018-5709
https://github.com/poojamnit/Kerberos-V5-1.16-Vulnerabilities/tree/master/Integer%20Overflow
https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E
| +| libk5crypto3 | CVE-2004-0971 | LOW | 1.18.3-6+deb11u1 | |
Expand...http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=136304
http://www.gentoo.org/security/en/glsa/glsa-200410-24.xml
http://www.redhat.com/support/errata/RHSA-2005-012.html
http://www.securityfocus.com/bid/11289
http://www.trustix.org/errata/2004/0050
https://access.redhat.com/security/cve/CVE-2004-0971
https://exchange.xforce.ibmcloud.com/vulnerabilities/17583
https://lists.apache.org/thread.html/rc713534b10f9daeee2e0990239fa407e2118e4aa9e88a7041177497c@%3Cissues.guacamole.apache.org%3E
https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A10497
| +| libk5crypto3 | CVE-2018-5709 | LOW | 1.18.3-6+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2018-5709
https://github.com/poojamnit/Kerberos-V5-1.16-Vulnerabilities/tree/master/Integer%20Overflow
https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E
| +| libkrb5-3 | CVE-2004-0971 | LOW | 1.18.3-6+deb11u1 | |
Expand...http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=136304
http://www.gentoo.org/security/en/glsa/glsa-200410-24.xml
http://www.redhat.com/support/errata/RHSA-2005-012.html
http://www.securityfocus.com/bid/11289
http://www.trustix.org/errata/2004/0050
https://access.redhat.com/security/cve/CVE-2004-0971
https://exchange.xforce.ibmcloud.com/vulnerabilities/17583
https://lists.apache.org/thread.html/rc713534b10f9daeee2e0990239fa407e2118e4aa9e88a7041177497c@%3Cissues.guacamole.apache.org%3E
https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A10497
| +| libkrb5-3 | CVE-2018-5709 | LOW | 1.18.3-6+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2018-5709
https://github.com/poojamnit/Kerberos-V5-1.16-Vulnerabilities/tree/master/Integer%20Overflow
https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E
| +| libkrb5support0 | CVE-2004-0971 | LOW | 1.18.3-6+deb11u1 | |
Expand...http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=136304
http://www.gentoo.org/security/en/glsa/glsa-200410-24.xml
http://www.redhat.com/support/errata/RHSA-2005-012.html
http://www.securityfocus.com/bid/11289
http://www.trustix.org/errata/2004/0050
https://access.redhat.com/security/cve/CVE-2004-0971
https://exchange.xforce.ibmcloud.com/vulnerabilities/17583
https://lists.apache.org/thread.html/rc713534b10f9daeee2e0990239fa407e2118e4aa9e88a7041177497c@%3Cissues.guacamole.apache.org%3E
https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A10497
| +| libkrb5support0 | CVE-2018-5709 | LOW | 1.18.3-6+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2018-5709
https://github.com/poojamnit/Kerberos-V5-1.16-Vulnerabilities/tree/master/Integer%20Overflow
https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E
| +| libmount1 | CVE-2022-0563 | LOW | 2.36.1-8+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-0563
https://lore.kernel.org/util-linux/20220214110609.msiwlm457ngoic6w@ws.net.home/T/#u
https://nvd.nist.gov/vuln/detail/CVE-2022-0563
https://security.netapp.com/advisory/ntap-20220331-0002/
| +| libpcre2-8-0 | CVE-2022-1586 | CRITICAL | 10.36-2 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-1586
https://bugzilla.redhat.com/show_bug.cgi?id=2077976,
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1586
https://github.com/PCRE2Project/pcre2/commit/50a51cb7e67268e6ad417eb07c9de9bfea5cc55a,
https://github.com/PCRE2Project/pcre2/commit/d4fa336fbcc388f89095b184ba6d99422cfc676c
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DWNG2NS3GINO6LQYUVC4BZLUQPJ3DYHA/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/JXINO3KKI5DICQ45E2FKD6MKVMGJLEKJ/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KAX7767BCUFC7JMDGP7GOQ5GIZCAUGBB/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/M2GLQQUEY5VFM57CFYXVIFOXN2HUZPDM/
https://nvd.nist.gov/vuln/detail/CVE-2022-1586
| +| libpcre2-8-0 | CVE-2022-1587 | CRITICAL | 10.36-2 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-1587
https://bugzilla.redhat.com/show_bug.cgi?id=2077983,
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1587
https://github.com/PCRE2Project/pcre2/commit/03654e751e7f0700693526b67dfcadda6b42c9d0
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DWNG2NS3GINO6LQYUVC4BZLUQPJ3DYHA/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/JXINO3KKI5DICQ45E2FKD6MKVMGJLEKJ/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KAX7767BCUFC7JMDGP7GOQ5GIZCAUGBB/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/M2GLQQUEY5VFM57CFYXVIFOXN2HUZPDM/
https://nvd.nist.gov/vuln/detail/CVE-2022-1587
| +| libpcre3 | CVE-2017-11164 | LOW | 2:8.39-13 | |
Expand...http://openwall.com/lists/oss-security/2017/07/11/3
http://www.securityfocus.com/bid/99575
https://access.redhat.com/security/cve/CVE-2017-11164
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-11164
https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E
| +| libpcre3 | CVE-2017-16231 | LOW | 2:8.39-13 | |
Expand...http://packetstormsecurity.com/files/150897/PCRE-8.41-Buffer-Overflow.html
http://seclists.org/fulldisclosure/2018/Dec/33
http://www.openwall.com/lists/oss-security/2017/11/01/11
http://www.openwall.com/lists/oss-security/2017/11/01/3
http://www.openwall.com/lists/oss-security/2017/11/01/7
http://www.openwall.com/lists/oss-security/2017/11/01/8
http://www.securityfocus.com/bid/101688
https://access.redhat.com/security/cve/CVE-2017-16231
https://bugs.exim.org/show_bug.cgi?id=2047
| +| libpcre3 | CVE-2017-7245 | LOW | 2:8.39-13 | |
Expand...http://www.securityfocus.com/bid/97067
https://access.redhat.com/errata/RHSA-2018:2486
https://access.redhat.com/security/cve/CVE-2017-7245
https://blogs.gentoo.org/ago/2017/03/20/libpcre-two-stack-based-buffer-overflow-write-in-pcre32_copy_substring-pcre_get-c/
https://security.gentoo.org/glsa/201710-25
| +| libpcre3 | CVE-2017-7246 | LOW | 2:8.39-13 | |
Expand...http://www.securityfocus.com/bid/97067
https://access.redhat.com/errata/RHSA-2018:2486
https://access.redhat.com/security/cve/CVE-2017-7246
https://blogs.gentoo.org/ago/2017/03/20/libpcre-two-stack-based-buffer-overflow-write-in-pcre32_copy_substring-pcre_get-c/
https://security.gentoo.org/glsa/201710-25
| +| libpcre3 | CVE-2019-20838 | LOW | 2:8.39-13 | |
Expand...http://seclists.org/fulldisclosure/2020/Dec/32
http://seclists.org/fulldisclosure/2021/Feb/14
https://access.redhat.com/security/cve/CVE-2019-20838
https://bugs.gentoo.org/717920
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-20838
https://errata.almalinux.org/8/ALSA-2021-4373.html
https://linux.oracle.com/cve/CVE-2019-20838.html
https://linux.oracle.com/errata/ELSA-2021-4373.html
https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E
https://nvd.nist.gov/vuln/detail/CVE-2019-20838
https://support.apple.com/kb/HT211931
https://support.apple.com/kb/HT212147
https://ubuntu.com/security/notices/USN-5425-1
https://www.pcre.org/original/changelog.txt
| +| libsepol1 | CVE-2021-36084 | LOW | 3.1-1 | |
Expand...https://access.redhat.com/security/cve/CVE-2021-36084
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=31065
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-36084
https://errata.almalinux.org/8/ALSA-2021-4513.html
https://github.com/SELinuxProject/selinux/commit/f34d3d30c8325e4847a6b696fe7a3936a8a361f3
https://github.com/google/oss-fuzz-vulns/blob/main/vulns/selinux/OSV-2021-417.yaml
https://linux.oracle.com/cve/CVE-2021-36084.html
https://linux.oracle.com/errata/ELSA-2021-4513.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U7ZYR3PIJ75N6U2IONJWCKZ5L2NKJTGR/
https://ubuntu.com/security/notices/USN-5391-1
| +| libsepol1 | CVE-2021-36085 | LOW | 3.1-1 | |
Expand...https://access.redhat.com/security/cve/CVE-2021-36085
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=31124
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-36085
https://errata.almalinux.org/8/ALSA-2021-4513.html
https://github.com/SELinuxProject/selinux/commit/2d35fcc7e9e976a2346b1de20e54f8663e8a6cba
https://github.com/google/oss-fuzz-vulns/blob/main/vulns/selinux/OSV-2021-421.yaml
https://linux.oracle.com/cve/CVE-2021-36085.html
https://linux.oracle.com/errata/ELSA-2021-4513.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U7ZYR3PIJ75N6U2IONJWCKZ5L2NKJTGR/
https://ubuntu.com/security/notices/USN-5391-1
| +| libsepol1 | CVE-2021-36086 | LOW | 3.1-1 | |
Expand...https://access.redhat.com/security/cve/CVE-2021-36086
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=32177
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-36086
https://errata.almalinux.org/8/ALSA-2021-4513.html
https://github.com/SELinuxProject/selinux/commit/c49a8ea09501ad66e799ea41b8154b6770fec2c8
https://github.com/google/oss-fuzz-vulns/blob/main/vulns/selinux/OSV-2021-536.yaml
https://linux.oracle.com/cve/CVE-2021-36086.html
https://linux.oracle.com/errata/ELSA-2021-4513.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U7ZYR3PIJ75N6U2IONJWCKZ5L2NKJTGR/
https://ubuntu.com/security/notices/USN-5391-1
| +| libsepol1 | CVE-2021-36087 | LOW | 3.1-1 | |
Expand...https://access.redhat.com/security/cve/CVE-2021-36087
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=32675
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-36087
https://errata.almalinux.org/8/ALSA-2021-4513.html
https://github.com/SELinuxProject/selinux/commit/340f0eb7f3673e8aacaf0a96cbfcd4d12a405521
https://github.com/google/oss-fuzz-vulns/blob/main/vulns/selinux/OSV-2021-585.yaml
https://linux.oracle.com/cve/CVE-2021-36087.html
https://linux.oracle.com/errata/ELSA-2021-4513.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U7ZYR3PIJ75N6U2IONJWCKZ5L2NKJTGR/
https://lore.kernel.org/selinux/CAEN2sdqJKHvDzPnxS-J8grU8fSf32DDtx=kyh84OsCq_Vm+yaQ@mail.gmail.com/T/
https://ubuntu.com/security/notices/USN-5391-1
| +| libsmartcols1 | CVE-2022-0563 | LOW | 2.36.1-8+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-0563
https://lore.kernel.org/util-linux/20220214110609.msiwlm457ngoic6w@ws.net.home/T/#u
https://nvd.nist.gov/vuln/detail/CVE-2022-0563
https://security.netapp.com/advisory/ntap-20220331-0002/
| +| libss2 | CVE-2022-1304 | HIGH | 1.46.2-2 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-1304
https://bugzilla.redhat.com/show_bug.cgi?id=2069726
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1304
https://marc.info/?l=linux-ext4&m=165056234501732&w=2
https://nvd.nist.gov/vuln/detail/CVE-2022-1304
https://ubuntu.com/security/notices/USN-5464-1
| +| libssl1.1 | CVE-2022-2068 | MEDIUM | 1.1.1n-0+deb11u2 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-2068
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2068
https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2c9c35870601b4a44d86ddbf512b38df38285cfa
https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=7a9c027159fe9e1bbc2cd38a8a2914bff0d5abd9
https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=9639817dac8bbbaa64d09efad7464ccc405527c7
https://ubuntu.com/security/notices/USN-5488-1
https://www.openssl.org/news/secadv/20220621.txt
| +| libssl1.1 | CVE-2007-6755 | LOW | 1.1.1n-0+deb11u2 | |
Expand...http://arstechnica.com/security/2013/09/stop-using-nsa-influence-code-in-our-product-rsa-tells-customers/
http://blog.cryptographyengineering.com/2013/09/rsa-warns-developers-against-its-own.html
http://blog.cryptographyengineering.com/2013/09/the-many-flaws-of-dualecdrbg.html
http://rump2007.cr.yp.to/15-shumow.pdf
http://stream.wsj.com/story/latest-headlines/SS-2-63399/SS-2-332655/
http://threatpost.com/in-wake-of-latest-crypto-revelations-everything-is-suspect
http://www.securityfocus.com/bid/63657
https://access.redhat.com/security/cve/CVE-2007-6755
https://www.schneier.com/blog/archives/2007/11/the_strange_sto.html
| +| libssl1.1 | CVE-2010-0928 | LOW | 1.1.1n-0+deb11u2 | |
Expand...http://rdist.root.org/2010/03/08/attacking-rsa-exponentiation-with-fault-injection/
http://www.eecs.umich.edu/%7Evaleria/research/publications/DATE10RSA.pdf
http://www.networkworld.com/news/2010/030410-rsa-security-attack.html
http://www.osvdb.org/62808
http://www.theregister.co.uk/2010/03/04/severe_openssl_vulnerability/
https://access.redhat.com/security/cve/CVE-2010-0928
https://exchange.xforce.ibmcloud.com/vulnerabilities/56750
| +| libsystemd0 | CVE-2013-4392 | LOW | 247.3-7 | |
Expand...http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725357
http://www.openwall.com/lists/oss-security/2013/10/01/9
https://access.redhat.com/security/cve/CVE-2013-4392
https://bugzilla.redhat.com/show_bug.cgi?id=859060
| +| libsystemd0 | CVE-2020-13529 | LOW | 247.3-7 | |
Expand...http://www.openwall.com/lists/oss-security/2021/08/04/2
http://www.openwall.com/lists/oss-security/2021/08/17/3
http://www.openwall.com/lists/oss-security/2021/09/07/3
https://access.redhat.com/security/cve/CVE-2020-13529
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13529
https://linux.oracle.com/cve/CVE-2020-13529.html
https://linux.oracle.com/errata/ELSA-2021-4361.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/42TMJVNYRY65B4QCJICBYOEIVZV3KUYI/
https://security.gentoo.org/glsa/202107-48
https://security.netapp.com/advisory/ntap-20210625-0005/
https://talosintelligence.com/vulnerability_reports/TALOS-2020-1142
https://ubuntu.com/security/notices/USN-5013-1
https://ubuntu.com/security/notices/USN-5013-2
| +| libtinfo6 | CVE-2022-29458 | HIGH | 6.2+20201114-2 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-29458
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29458
https://invisible-island.net/ncurses/NEWS.html#t20220416
https://lists.gnu.org/archive/html/bug-ncurses/2022-04/msg00014.html
https://lists.gnu.org/archive/html/bug-ncurses/2022-04/msg00016.html
https://nvd.nist.gov/vuln/detail/CVE-2022-29458
https://ubuntu.com/security/notices/USN-5477-1
| +| libtinfo6 | CVE-2021-39537 | LOW | 6.2+20201114-2 | |
Expand...http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/ncurses/patches/patch-ncurses_tinfo_captoinfo.c?rev=1.1&content-type=text/x-cvsweb-markup
https://access.redhat.com/security/cve/CVE-2021-39537
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-39537
https://lists.gnu.org/archive/html/bug-ncurses/2020-08/msg00006.html
https://lists.gnu.org/archive/html/bug-ncurses/2021-10/msg00023.html
https://nvd.nist.gov/vuln/detail/CVE-2021-39537
https://ubuntu.com/security/notices/USN-5477-1
| +| libudev1 | CVE-2013-4392 | LOW | 247.3-7 | |
Expand...http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725357
http://www.openwall.com/lists/oss-security/2013/10/01/9
https://access.redhat.com/security/cve/CVE-2013-4392
https://bugzilla.redhat.com/show_bug.cgi?id=859060
| +| libudev1 | CVE-2020-13529 | LOW | 247.3-7 | |
Expand...http://www.openwall.com/lists/oss-security/2021/08/04/2
http://www.openwall.com/lists/oss-security/2021/08/17/3
http://www.openwall.com/lists/oss-security/2021/09/07/3
https://access.redhat.com/security/cve/CVE-2020-13529
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13529
https://linux.oracle.com/cve/CVE-2020-13529.html
https://linux.oracle.com/errata/ELSA-2021-4361.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/42TMJVNYRY65B4QCJICBYOEIVZV3KUYI/
https://security.gentoo.org/glsa/202107-48
https://security.netapp.com/advisory/ntap-20210625-0005/
https://talosintelligence.com/vulnerability_reports/TALOS-2020-1142
https://ubuntu.com/security/notices/USN-5013-1
https://ubuntu.com/security/notices/USN-5013-2
| +| libuuid1 | CVE-2022-0563 | LOW | 2.36.1-8+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-0563
https://lore.kernel.org/util-linux/20220214110609.msiwlm457ngoic6w@ws.net.home/T/#u
https://nvd.nist.gov/vuln/detail/CVE-2022-0563
https://security.netapp.com/advisory/ntap-20220331-0002/
| +| login | CVE-2007-5686 | LOW | 1:4.8.1-1 | |
Expand...http://secunia.com/advisories/27215
http://www.securityfocus.com/archive/1/482129/100/100/threaded
http://www.securityfocus.com/archive/1/482857/100/0/threaded
http://www.securityfocus.com/bid/26048
http://www.vupen.com/english/advisories/2007/3474
https://issues.rpath.com/browse/RPL-1825
| +| login | CVE-2013-4235 | LOW | 1:4.8.1-1 | |
Expand...https://access.redhat.com/security/cve/CVE-2013-4235
https://access.redhat.com/security/cve/cve-2013-4235
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2013-4235
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4235
https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E
https://security-tracker.debian.org/tracker/CVE-2013-4235
| +| login | CVE-2019-19882 | LOW | 1:4.8.1-1 | |
Expand...https://access.redhat.com/security/cve/CVE-2019-19882
https://bugs.archlinux.org/task/64836
https://bugs.gentoo.org/702252
https://github.com/shadow-maint/shadow/commit/edf7547ad5aa650be868cf2dac58944773c12d75
https://github.com/shadow-maint/shadow/pull/199
https://github.com/void-linux/void-packages/pull/17580
https://security.gentoo.org/glsa/202008-09
| +| logsave | CVE-2022-1304 | HIGH | 1.46.2-2 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-1304
https://bugzilla.redhat.com/show_bug.cgi?id=2069726
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1304
https://marc.info/?l=linux-ext4&m=165056234501732&w=2
https://nvd.nist.gov/vuln/detail/CVE-2022-1304
https://ubuntu.com/security/notices/USN-5464-1
| +| mount | CVE-2022-0563 | LOW | 2.36.1-8+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-0563
https://lore.kernel.org/util-linux/20220214110609.msiwlm457ngoic6w@ws.net.home/T/#u
https://nvd.nist.gov/vuln/detail/CVE-2022-0563
https://security.netapp.com/advisory/ntap-20220331-0002/
| +| ncurses-base | CVE-2022-29458 | HIGH | 6.2+20201114-2 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-29458
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29458
https://invisible-island.net/ncurses/NEWS.html#t20220416
https://lists.gnu.org/archive/html/bug-ncurses/2022-04/msg00014.html
https://lists.gnu.org/archive/html/bug-ncurses/2022-04/msg00016.html
https://nvd.nist.gov/vuln/detail/CVE-2022-29458
https://ubuntu.com/security/notices/USN-5477-1
| +| ncurses-base | CVE-2021-39537 | LOW | 6.2+20201114-2 | |
Expand...http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/ncurses/patches/patch-ncurses_tinfo_captoinfo.c?rev=1.1&content-type=text/x-cvsweb-markup
https://access.redhat.com/security/cve/CVE-2021-39537
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-39537
https://lists.gnu.org/archive/html/bug-ncurses/2020-08/msg00006.html
https://lists.gnu.org/archive/html/bug-ncurses/2021-10/msg00023.html
https://nvd.nist.gov/vuln/detail/CVE-2021-39537
https://ubuntu.com/security/notices/USN-5477-1
| +| ncurses-bin | CVE-2022-29458 | HIGH | 6.2+20201114-2 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-29458
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29458
https://invisible-island.net/ncurses/NEWS.html#t20220416
https://lists.gnu.org/archive/html/bug-ncurses/2022-04/msg00014.html
https://lists.gnu.org/archive/html/bug-ncurses/2022-04/msg00016.html
https://nvd.nist.gov/vuln/detail/CVE-2022-29458
https://ubuntu.com/security/notices/USN-5477-1
| +| ncurses-bin | CVE-2021-39537 | LOW | 6.2+20201114-2 | |
Expand...http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/ncurses/patches/patch-ncurses_tinfo_captoinfo.c?rev=1.1&content-type=text/x-cvsweb-markup
https://access.redhat.com/security/cve/CVE-2021-39537
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-39537
https://lists.gnu.org/archive/html/bug-ncurses/2020-08/msg00006.html
https://lists.gnu.org/archive/html/bug-ncurses/2021-10/msg00023.html
https://nvd.nist.gov/vuln/detail/CVE-2021-39537
https://ubuntu.com/security/notices/USN-5477-1
| +| passwd | CVE-2007-5686 | LOW | 1:4.8.1-1 | |
Expand...http://secunia.com/advisories/27215
http://www.securityfocus.com/archive/1/482129/100/100/threaded
http://www.securityfocus.com/archive/1/482857/100/0/threaded
http://www.securityfocus.com/bid/26048
http://www.vupen.com/english/advisories/2007/3474
https://issues.rpath.com/browse/RPL-1825
| +| passwd | CVE-2013-4235 | LOW | 1:4.8.1-1 | |
Expand...https://access.redhat.com/security/cve/CVE-2013-4235
https://access.redhat.com/security/cve/cve-2013-4235
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2013-4235
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4235
https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E
https://security-tracker.debian.org/tracker/CVE-2013-4235
| +| passwd | CVE-2019-19882 | LOW | 1:4.8.1-1 | |
Expand...https://access.redhat.com/security/cve/CVE-2019-19882
https://bugs.archlinux.org/task/64836
https://bugs.gentoo.org/702252
https://github.com/shadow-maint/shadow/commit/edf7547ad5aa650be868cf2dac58944773c12d75
https://github.com/shadow-maint/shadow/pull/199
https://github.com/void-linux/void-packages/pull/17580
https://security.gentoo.org/glsa/202008-09
| +| perl-base | CVE-2020-16156 | HIGH | 5.32.1-4+deb11u2 | |
Expand...http://blogs.perl.org/users/neilb/2021/11/addressing-cpan-vulnerabilities-related-to-checksums.html
https://access.redhat.com/security/cve/CVE-2020-16156
https://blog.hackeriet.no/cpan-signature-verification-vulnerabilities/
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-16156
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/SD6RYOJII7HRJ6WVORFNVTYNOFY5JDXN/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/SZ32AJIV4RHJMLWLU5QULGKMMIHYOMDC/
https://metacpan.org/pod/distribution/CPAN/scripts/cpan
| +| perl-base | CVE-2011-4116 | LOW | 5.32.1-4+deb11u2 | |
Expand...http://www.openwall.com/lists/oss-security/2011/11/04/2
http://www.openwall.com/lists/oss-security/2011/11/04/4
https://access.redhat.com/security/cve/CVE-2011-4116
https://github.com/Perl-Toolchain-Gang/File-Temp/issues/14
https://rt.cpan.org/Public/Bug/Display.html?id=69106
https://seclists.org/oss-sec/2011/q4/238
| +| tar | CVE-2005-2541 | LOW | 1.34+dfsg-1 | |
Expand...http://marc.info/?l=bugtraq&m=112327628230258&w=2
https://access.redhat.com/security/cve/CVE-2005-2541
https://lists.apache.org/thread.html/rc713534b10f9daeee2e0990239fa407e2118e4aa9e88a7041177497c@%3Cissues.guacamole.apache.org%3E
| +| util-linux | CVE-2022-0563 | LOW | 2.36.1-8+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-0563
https://lore.kernel.org/util-linux/20220214110609.msiwlm457ngoic6w@ws.net.home/T/#u
https://nvd.nist.gov/vuln/detail/CVE-2022-0563
https://security.netapp.com/advisory/ntap-20220331-0002/
| + +**node-pkg** + + +| Package | Vulnerability | Severity | Installed Version | Fixed Version | Links | +|:----------------|:------------------:|:-----------:|:------------------:|:-------------:|-----------------------------------------| +| ejs | CVE-2022-29078 | CRITICAL | 3.1.6 | 3.1.7 |
Expand...https://access.redhat.com/security/cve/CVE-2022-29078
https://eslam.io/posts/ejs-server-side-template-injection-rce/
https://github.com/advisories/GHSA-phwq-j96m-2c2q
https://github.com/mde/ejs/commit/15ee698583c98dadc456639d6245580d17a24baf
https://github.com/mde/ejs/releases
https://nvd.nist.gov/vuln/detail/CVE-2022-29078
| +| engine.io | CVE-2020-36048 | HIGH | 3.5.0 | 4.0.0 |
Expand...https://access.redhat.com/security/cve/CVE-2020-36048
https://blog.caller.xyz/socketio-engineio-dos/
https://github.com/advisories/GHSA-j4f2-536g-r55m
https://github.com/bcaller/kill-engine-io
https://github.com/socketio/engine.io/commit/734f9d1268840722c41219e69eb58318e0b2ac6b
https://nvd.nist.gov/vuln/detail/CVE-2020-36048
https://snyk.io/vuln/SNYK-JS-ENGINEIO-1056749
| +| extend | CVE-2018-16492 | MEDIUM | 3.0.0 | 2.0.2, 3.0.2 |
Expand...https://access.redhat.com/security/cve/CVE-2018-16492
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-16492
https://github.com/advisories/GHSA-qrmc-fj45-qfc2
https://hackerone.com/reports/381185
https://nvd.nist.gov/vuln/detail/CVE-2018-16492
https://snyk.io/vuln/npm:extend:20180424
https://www.npmjs.com/advisories/996
| +| marked | CVE-2022-21680 | HIGH | 2.1.3 | 4.0.10 |
Expand...https://access.redhat.com/security/cve/CVE-2022-21680
https://github.com/advisories/GHSA-rrrm-qjm4-v8hf
https://github.com/markedjs/marked/commit/c4a3ccd344b6929afa8a1d50ac54a721e57012c0
https://github.com/markedjs/marked/releases/tag/v4.0.10
https://github.com/markedjs/marked/security/advisories/GHSA-rrrm-qjm4-v8hf
https://nvd.nist.gov/vuln/detail/CVE-2022-21680
| +| marked | CVE-2022-21681 | HIGH | 2.1.3 | 4.0.10 |
Expand...https://access.redhat.com/security/cve/CVE-2022-21681
https://github.com/advisories/GHSA-5v2h-r2cx-5xgj
https://github.com/markedjs/marked/commit/8f806573a3f6c6b7a39b8cdb66ab5ebb8d55a5f5
https://github.com/markedjs/marked/security/advisories/GHSA-5v2h-r2cx-5xgj
https://nvd.nist.gov/vuln/detail/CVE-2022-21681
| +| mime | CVE-2017-16138 | MEDIUM | 1.3.4 | 2.0.3, 1.4.1 |
Expand...https://access.redhat.com/security/cve/CVE-2017-16138
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-16138
https://github.com/advisories/GHSA-wrvr-8mpx-r7pp
https://github.com/broofa/node-mime/commit/1df903fdeb9ae7eaa048795b8d580ce2c98f40b0 (2.x)
https://github.com/broofa/node-mime/commit/855d0c4b8b22e4a80b9401a81f2872058eae274d (1.x)
https://github.com/broofa/node-mime/issues/167
https://nodesecurity.io/advisories/535
https://nvd.nist.gov/vuln/detail/CVE-2017-16138
https://www.npmjs.com/advisories/535
| +| nth-check | CVE-2021-3803 | HIGH | 1.0.2 | 2.0.1 |
Expand...https://access.redhat.com/security/cve/CVE-2021-3803
https://github.com/advisories/GHSA-rp65-9cf3-cjxr
https://github.com/fb55/nth-check/commit/9894c1d2010870c351f66c6f6efcf656e26bb726
https://huntr.dev/bounties/8cf8cc06-d2cf-4b4e-b42c-99fafb0b04d0
https://nvd.nist.gov/vuln/detail/CVE-2021-3803
| +| nwmatcher | GHSA-6394-6h9h-cfjg | MEDIUM | 1.3.9 | 1.4.4 |
Expand...https://github.com/advisories/GHSA-6394-6h9h-cfjg
https://github.com/dperini/nwmatcher/commit/9dcc2b039beeabd18327a5ebaa537625872e16f0
| +| qs | CVE-2017-1000048 | HIGH | 2.3.3 | 6.3.2, 6.2.3, 6.1.2, 6.0.4 |
Expand...https://access.redhat.com/errata/RHSA-2017:2672
https://access.redhat.com/security/cve/CVE-2017-1000048
https://github.com/advisories/GHSA-gqgv-6jq5-jjj9
https://github.com/ljharb/qs/commit/beade029171b8cef9cee0d03ebe577e2dd84976d
https://github.com/ljharb/qs/issues/200
https://nvd.nist.gov/vuln/detail/CVE-2017-1000048
https://snyk.io/vuln/npm:qs:20170213
https://www.npmjs.com/advisories/1469
| +| string | CVE-2017-16116 | HIGH | 3.3.3 | |
Expand...https://access.redhat.com/security/cve/CVE-2017-16116
https://github.com/advisories/GHSA-g36h-6r4f-3mqp
https://github.com/jprichardson/string.js/issues/212
https://nodesecurity.io/advisories/536
https://nvd.nist.gov/vuln/detail/CVE-2017-16116
https://www.npmjs.com/advisories/536
| +| superagent | CVE-2017-16129 | LOW | 1.8.3 | 3.7.0 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-16129
https://en.wikipedia.org/wiki/Zip_bomb
https://github.com/advisories/GHSA-8225-6cvr-8pqp
https://github.com/visionmedia/superagent/issues/1259
https://nodesecurity.io/advisories/479
https://nvd.nist.gov/vuln/detail/CVE-2017-16129
https://www.npmjs.com/advisories/479
| +| xmldom | CVE-2021-32796 | MEDIUM | 0.1.31 | 0.7.0 |
Expand...https://access.redhat.com/security/cve/CVE-2021-32796
https://github.com/advisories/GHSA-5fg8-2547-mr8q
https://github.com/xmldom/xmldom/commit/7b4b743917a892d407356e055b296dcd6d107e8b
https://github.com/xmldom/xmldom/security/advisories/GHSA-5fg8-2547-mr8q
https://mattermost.com/blog/coordinated-disclosure-go-xml-vulnerabilities/
https://mattermost.com/blog/securing-xml-implementations-across-the-web/
https://nvd.nist.gov/vuln/detail/CVE-2021-32796
https://www.npmjs.com/package/@xmldom/xmldom
| +| xmldom | CVE-2021-21366 | LOW | 0.1.31 | 0.5.0 |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21366
https://github.com/advisories/GHSA-h6q6-9hqw-rwfv
https://github.com/xmldom/xmldom/commit/d4201b9dfbf760049f457f9f08a3888d48835135
https://github.com/xmldom/xmldom/releases/tag/0.5.0
https://github.com/xmldom/xmldom/security/advisories/GHSA-h6q6-9hqw-rwfv
https://nvd.nist.gov/vuln/detail/CVE-2021-21366
https://www.npmjs.com/package/xmldom
| + +**** + + +| No Vulnerabilities found | +|:---------------------------------| + + + +**** + + +| No Vulnerabilities found | +|:---------------------------------| + + + + +#### Container: tccr.io/truecharts/alpine:v3.16.0@sha256:16dc15f3d61a1e30b1df9f839e53636847b6097286b2b74c637b25fd8264f730 (alpine 3.16.0) + + +**alpine** + + +| No Vulnerabilities found | +|:---------------------------------| + + + + +#### Container: tccr.io/truecharts/postgresql:v14.4.0@sha256:80dc248a6d5c7870091e22551ef9a0cbc04295c74214f1dd9cb310e5c1a31288 (debian 11.3) + + +**debian** + + +| Package | Vulnerability | Severity | Installed Version | Fixed Version | Links | +|:----------------|:------------------:|:-----------:|:------------------:|:-------------:|-----------------------------------------| +| apt | CVE-2011-3374 | LOW | 2.2.4 | |
Expand...https://access.redhat.com/security/cve/cve-2011-3374
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=642480
https://people.canonical.com/~ubuntu-security/cve/2011/CVE-2011-3374.html
https://seclists.org/fulldisclosure/2011/Sep/221
https://security-tracker.debian.org/tracker/CVE-2011-3374
https://snyk.io/vuln/SNYK-LINUX-APT-116518
https://ubuntu.com/security/CVE-2011-3374
| +| bsdutils | CVE-2022-0563 | LOW | 2.36.1-8+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-0563
https://lore.kernel.org/util-linux/20220214110609.msiwlm457ngoic6w@ws.net.home/T/#u
https://nvd.nist.gov/vuln/detail/CVE-2022-0563
https://security.netapp.com/advisory/ntap-20220331-0002/
| +| coreutils | CVE-2016-2781 | LOW | 8.32-4 | |
Expand...http://seclists.org/oss-sec/2016/q1/452
http://www.openwall.com/lists/oss-security/2016/02/28/2
http://www.openwall.com/lists/oss-security/2016/02/28/3
https://access.redhat.com/security/cve/CVE-2016-2781
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-2781
https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E
https://lore.kernel.org/patchwork/patch/793178/
https://nvd.nist.gov/vuln/detail/CVE-2016-2781
| +| coreutils | CVE-2017-18018 | LOW | 8.32-4 | |
Expand...http://lists.gnu.org/archive/html/coreutils/2017-12/msg00045.html
https://access.redhat.com/security/cve/CVE-2017-18018
| +| curl | CVE-2021-22945 | CRITICAL | 7.74.0-1.3+deb11u1 | |
Expand...http://seclists.org/fulldisclosure/2022/Mar/29
https://access.redhat.com/security/cve/CVE-2021-22945
https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf
https://curl.se/docs/CVE-2021-22945.html
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22945
https://hackerone.com/reports/1269242
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/APOAK4X73EJTAPTSVT7IRVDMUWVXNWGD/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RWLEC6YVEM2HWUBX67SDGPSY4CQB72OE/
https://nvd.nist.gov/vuln/detail/CVE-2021-22945
https://security.netapp.com/advisory/ntap-20211029-0003/
https://support.apple.com/kb/HT213183
https://ubuntu.com/security/notices/USN-5079-1
https://www.oracle.com/security-alerts/cpuoct2021.html
| +| curl | CVE-2021-22946 | HIGH | 7.74.0-1.3+deb11u1 | |
Expand...http://seclists.org/fulldisclosure/2022/Mar/29
https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-22946.json
https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-22947.json
https://access.redhat.com/security/cve/CVE-2021-22946
https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf
https://curl.se/docs/CVE-2021-22946.html
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22946
https://hackerone.com/reports/1334111
https://linux.oracle.com/cve/CVE-2021-22946.html
https://linux.oracle.com/errata/ELSA-2021-4059.html
https://lists.debian.org/debian-lts-announce/2021/09/msg00022.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/APOAK4X73EJTAPTSVT7IRVDMUWVXNWGD/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RWLEC6YVEM2HWUBX67SDGPSY4CQB72OE/
https://nvd.nist.gov/vuln/detail/CVE-2021-22946
https://security.netapp.com/advisory/ntap-20211029-0003/
https://security.netapp.com/advisory/ntap-20220121-0008/
https://support.apple.com/kb/HT213183
https://ubuntu.com/security/notices/USN-5079-1
https://ubuntu.com/security/notices/USN-5079-2
https://www.oracle.com/security-alerts/cpuapr2022.html
https://www.oracle.com/security-alerts/cpujan2022.html
https://www.oracle.com/security-alerts/cpuoct2021.html
| +| curl | CVE-2022-22576 | HIGH | 7.74.0-1.3+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-22576
https://curl.se/docs/CVE-2022-22576.html
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22576
https://hackerone.com/reports/1526328
https://nvd.nist.gov/vuln/detail/CVE-2022-22576
https://security.netapp.com/advisory/ntap-20220609-0008/
https://ubuntu.com/security/notices/USN-5397-1
| +| curl | CVE-2022-27775 | HIGH | 7.74.0-1.3+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-27775
https://curl.se/docs/CVE-2022-27775.html
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27775
https://hackerone.com/reports/1546268
https://nvd.nist.gov/vuln/detail/CVE-2022-27775
https://security.netapp.com/advisory/ntap-20220609-0008/
https://ubuntu.com/security/notices/USN-5397-1
| +| curl | CVE-2022-27781 | HIGH | 7.74.0-1.3+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-27781
https://curl.se/docs/CVE-2022-27781.html
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27781
https://github.com/curl/curl/commit/f6c335d63f
https://hackerone.com/reports/1555441
https://nvd.nist.gov/vuln/detail/CVE-2022-27781
https://security.netapp.com/advisory/ntap-20220609-0009/
https://ubuntu.com/security/notices/USN-5412-1
| +| curl | CVE-2022-27782 | HIGH | 7.74.0-1.3+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-27782
https://curl.se/docs/CVE-2022-27782.html
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27782
https://hackerone.com/reports/1555796
https://nvd.nist.gov/vuln/detail/CVE-2022-27782
https://security.netapp.com/advisory/ntap-20220609-0009/
https://ubuntu.com/security/notices/USN-5412-1
| +| curl | CVE-2021-22947 | MEDIUM | 7.74.0-1.3+deb11u1 | |
Expand...http://seclists.org/fulldisclosure/2022/Mar/29
https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-22946.json
https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-22947.json
https://access.redhat.com/security/cve/CVE-2021-22947
https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf
https://curl.se/docs/CVE-2021-22947.html
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22947
https://hackerone.com/reports/1334763
https://launchpad.net/bugs/1944120 (regression bug)
https://linux.oracle.com/cve/CVE-2021-22947.html
https://linux.oracle.com/errata/ELSA-2021-4059.html
https://lists.debian.org/debian-lts-announce/2021/09/msg00022.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/APOAK4X73EJTAPTSVT7IRVDMUWVXNWGD/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RWLEC6YVEM2HWUBX67SDGPSY4CQB72OE/
https://nvd.nist.gov/vuln/detail/CVE-2021-22947
https://security.netapp.com/advisory/ntap-20211029-0003/
https://support.apple.com/kb/HT213183
https://ubuntu.com/security/notices/USN-5079-1
https://ubuntu.com/security/notices/USN-5079-2
https://ubuntu.com/security/notices/USN-5079-3
https://ubuntu.com/security/notices/USN-5079-4
https://www.oracle.com/security-alerts/cpuapr2022.html
https://www.oracle.com/security-alerts/cpujan2022.html
https://www.oracle.com/security-alerts/cpuoct2021.html
| +| curl | CVE-2022-27774 | MEDIUM | 7.74.0-1.3+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-27774
https://curl.se/docs/CVE-2022-27774.html
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27774
https://hackerone.com/reports/1543773
https://nvd.nist.gov/vuln/detail/CVE-2022-27774
https://security.netapp.com/advisory/ntap-20220609-0008/
https://ubuntu.com/security/notices/USN-5397-1
| +| curl | CVE-2022-27776 | MEDIUM | 7.74.0-1.3+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-27776
https://curl.se/docs/CVE-2022-27776.html
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27776
https://hackerone.com/reports/1547048
https://nvd.nist.gov/vuln/detail/CVE-2022-27776
https://security.netapp.com/advisory/ntap-20220609-0008/
https://ubuntu.com/security/notices/USN-5397-1
| +| curl | CVE-2021-22898 | LOW | 7.74.0-1.3+deb11u1 | |
Expand...http://www.openwall.com/lists/oss-security/2021/07/21/4
https://access.redhat.com/security/cve/CVE-2021-22898
https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf
https://curl.se/docs/CVE-2021-22898.html
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22898
https://errata.almalinux.org/8/ALSA-2021-4511.html
https://github.com/curl/curl/commit/39ce47f219b09c380b81f89fe54ac586c8db6bde
https://hackerone.com/reports/1176461
https://linux.oracle.com/cve/CVE-2021-22898.html
https://linux.oracle.com/errata/ELSA-2021-4511.html
https://lists.apache.org/thread.html/rc713534b10f9daeee2e0990239fa407e2118e4aa9e88a7041177497c@%3Cissues.guacamole.apache.org%3E
https://lists.debian.org/debian-lts-announce/2021/08/msg00017.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FRUCW2UVNYUDZF72DQLFQR4PJEC6CF7V/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/POOC3UV7V6L4CJ5KA2PTWTNUV5Y72T3Q/
https://nvd.nist.gov/vuln/detail/CVE-2021-22898
https://ubuntu.com/security/notices/USN-5021-1
https://ubuntu.com/security/notices/USN-5021-2
https://www.oracle.com//security-alerts/cpujul2021.html
https://www.oracle.com/security-alerts/cpuapr2022.html
https://www.oracle.com/security-alerts/cpujan2022.html
| +| curl | CVE-2021-22922 | LOW | 7.74.0-1.3+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2021-22922
https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf
https://curl.se/docs/CVE-2021-22922.html
https://hackerone.com/reports/1213175
https://linux.oracle.com/cve/CVE-2021-22922.html
https://linux.oracle.com/errata/ELSA-2021-3582.html
https://lists.apache.org/thread.html/r61db8e7dcb56dc000a5387a88f7a473bacec5ee01b9ff3f55308aacc@%3Cdev.kafka.apache.org%3E
https://lists.apache.org/thread.html/r61db8e7dcb56dc000a5387a88f7a473bacec5ee01b9ff3f55308aacc@%3Cusers.kafka.apache.org%3E
https://lists.apache.org/thread.html/rbf4ce74b0d1fa9810dec50ba3ace0caeea677af7c27a97111c06ccb7@%3Cdev.kafka.apache.org%3E
https://lists.apache.org/thread.html/rbf4ce74b0d1fa9810dec50ba3ace0caeea677af7c27a97111c06ccb7@%3Cusers.kafka.apache.org%3E
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FRUCW2UVNYUDZF72DQLFQR4PJEC6CF7V/
https://nvd.nist.gov/vuln/detail/CVE-2021-22922
https://security.netapp.com/advisory/ntap-20210902-0003/
https://www.oracle.com/security-alerts/cpuoct2021.html
| +| curl | CVE-2021-22923 | LOW | 7.74.0-1.3+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2021-22923
https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf
https://curl.se/docs/CVE-2021-22923.html
https://hackerone.com/reports/1213181
https://linux.oracle.com/cve/CVE-2021-22923.html
https://linux.oracle.com/errata/ELSA-2021-3582.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FRUCW2UVNYUDZF72DQLFQR4PJEC6CF7V/
https://nvd.nist.gov/vuln/detail/CVE-2021-22923
https://security.netapp.com/advisory/ntap-20210902-0003/
https://www.oracle.com/security-alerts/cpuoct2021.html
| +| curl | CVE-2021-22924 | LOW | 7.74.0-1.3+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2021-22924
https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf
https://cert-portal.siemens.com/productcert/pdf/ssa-484086.pdf
https://cert-portal.siemens.com/productcert/pdf/ssa-732250.pdf
https://curl.se/docs/CVE-2021-22924.html
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22924
https://hackerone.com/reports/1223565
https://linux.oracle.com/cve/CVE-2021-22924.html
https://linux.oracle.com/errata/ELSA-2021-3582.html
https://lists.apache.org/thread.html/r61db8e7dcb56dc000a5387a88f7a473bacec5ee01b9ff3f55308aacc@%3Cdev.kafka.apache.org%3E
https://lists.apache.org/thread.html/r61db8e7dcb56dc000a5387a88f7a473bacec5ee01b9ff3f55308aacc@%3Cusers.kafka.apache.org%3E
https://lists.apache.org/thread.html/rbf4ce74b0d1fa9810dec50ba3ace0caeea677af7c27a97111c06ccb7@%3Cdev.kafka.apache.org%3E
https://lists.apache.org/thread.html/rbf4ce74b0d1fa9810dec50ba3ace0caeea677af7c27a97111c06ccb7@%3Cusers.kafka.apache.org%3E
https://lists.debian.org/debian-lts-announce/2021/08/msg00017.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FRUCW2UVNYUDZF72DQLFQR4PJEC6CF7V/
https://nvd.nist.gov/vuln/detail/CVE-2021-22924
https://security.netapp.com/advisory/ntap-20210902-0003/
https://ubuntu.com/security/notices/USN-5021-1
https://www.oracle.com/security-alerts/cpujan2022.html
https://www.oracle.com/security-alerts/cpuoct2021.html
| +| libapt-pkg6.0 | CVE-2011-3374 | LOW | 2.2.4 | |
Expand...https://access.redhat.com/security/cve/cve-2011-3374
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=642480
https://people.canonical.com/~ubuntu-security/cve/2011/CVE-2011-3374.html
https://seclists.org/fulldisclosure/2011/Sep/221
https://security-tracker.debian.org/tracker/CVE-2011-3374
https://snyk.io/vuln/SNYK-LINUX-APT-116518
https://ubuntu.com/security/CVE-2011-3374
| +| libblkid1 | CVE-2022-0563 | LOW | 2.36.1-8+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-0563
https://lore.kernel.org/util-linux/20220214110609.msiwlm457ngoic6w@ws.net.home/T/#u
https://nvd.nist.gov/vuln/detail/CVE-2022-0563
https://security.netapp.com/advisory/ntap-20220331-0002/
| +| libc-bin | CVE-2021-3999 | HIGH | 2.31-13+deb11u3 | |
Expand...https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-3999.json
https://access.redhat.com/security/cve/CVE-2021-3999
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3999
https://linux.oracle.com/cve/CVE-2021-3999.html
https://linux.oracle.com/errata/ELSA-2022-9234.html
https://ubuntu.com/security/notices/USN-5310-1
https://ubuntu.com/security/notices/USN-5310-2
https://www.openwall.com/lists/oss-security/2022/01/24/4
| +| libc-bin | CVE-2010-4756 | LOW | 2.31-13+deb11u3 | |
Expand...http://cxib.net/stuff/glob-0day.c
http://securityreason.com/achievement_securityalert/89
http://securityreason.com/exploitalert/9223
https://access.redhat.com/security/cve/CVE-2010-4756
https://bugzilla.redhat.com/show_bug.cgi?id=681681
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2010-4756
https://nvd.nist.gov/vuln/detail/CVE-2010-4756
| +| libc-bin | CVE-2018-20796 | LOW | 2.31-13+deb11u3 | |
Expand...http://www.securityfocus.com/bid/107160
https://access.redhat.com/security/cve/CVE-2018-20796
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=34141
https://lists.gnu.org/archive/html/bug-gnulib/2019-01/msg00108.html
https://nvd.nist.gov/vuln/detail/CVE-2018-20796
https://security.netapp.com/advisory/ntap-20190315-0002/
https://support.f5.com/csp/article/K26346590?utm_source=f5support&amp;utm_medium=RSS
| +| libc-bin | CVE-2019-1010022 | LOW | 2.31-13+deb11u3 | |
Expand...https://access.redhat.com/security/cve/CVE-2019-1010022
https://security-tracker.debian.org/tracker/CVE-2019-1010022
https://sourceware.org/bugzilla/show_bug.cgi?id=22850
https://sourceware.org/bugzilla/show_bug.cgi?id=22850#c3
https://ubuntu.com/security/CVE-2019-1010022
| +| libc-bin | CVE-2019-1010023 | LOW | 2.31-13+deb11u3 | |
Expand...http://www.securityfocus.com/bid/109167
https://access.redhat.com/security/cve/CVE-2019-1010023
https://security-tracker.debian.org/tracker/CVE-2019-1010023
https://sourceware.org/bugzilla/show_bug.cgi?id=22851
https://support.f5.com/csp/article/K11932200?utm_source=f5support&amp;utm_medium=RSS
https://ubuntu.com/security/CVE-2019-1010023
| +| libc-bin | CVE-2019-1010024 | LOW | 2.31-13+deb11u3 | |
Expand...http://www.securityfocus.com/bid/109162
https://access.redhat.com/security/cve/CVE-2019-1010024
https://security-tracker.debian.org/tracker/CVE-2019-1010024
https://sourceware.org/bugzilla/show_bug.cgi?id=22852
https://support.f5.com/csp/article/K06046097
https://support.f5.com/csp/article/K06046097?utm_source=f5support&amp;utm_medium=RSS
https://ubuntu.com/security/CVE-2019-1010024
| +| libc-bin | CVE-2019-1010025 | LOW | 2.31-13+deb11u3 | |
Expand...https://access.redhat.com/security/cve/CVE-2019-1010025
https://security-tracker.debian.org/tracker/CVE-2019-1010025
https://sourceware.org/bugzilla/show_bug.cgi?id=22853
https://support.f5.com/csp/article/K06046097
https://support.f5.com/csp/article/K06046097?utm_source=f5support&amp;utm_medium=RSS
https://ubuntu.com/security/CVE-2019-1010025
| +| libc-bin | CVE-2019-9192 | LOW | 2.31-13+deb11u3 | |
Expand...https://access.redhat.com/security/cve/CVE-2019-9192
https://nvd.nist.gov/vuln/detail/CVE-2019-9192
https://sourceware.org/bugzilla/show_bug.cgi?id=24269
https://support.f5.com/csp/article/K26346590?utm_source=f5support&amp;utm_medium=RSS
| +| libc-l10n | CVE-2021-3999 | HIGH | 2.31-13+deb11u3 | |
Expand...https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-3999.json
https://access.redhat.com/security/cve/CVE-2021-3999
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3999
https://linux.oracle.com/cve/CVE-2021-3999.html
https://linux.oracle.com/errata/ELSA-2022-9234.html
https://ubuntu.com/security/notices/USN-5310-1
https://ubuntu.com/security/notices/USN-5310-2
https://www.openwall.com/lists/oss-security/2022/01/24/4
| +| libc-l10n | CVE-2010-4756 | LOW | 2.31-13+deb11u3 | |
Expand...http://cxib.net/stuff/glob-0day.c
http://securityreason.com/achievement_securityalert/89
http://securityreason.com/exploitalert/9223
https://access.redhat.com/security/cve/CVE-2010-4756
https://bugzilla.redhat.com/show_bug.cgi?id=681681
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2010-4756
https://nvd.nist.gov/vuln/detail/CVE-2010-4756
| +| libc-l10n | CVE-2018-20796 | LOW | 2.31-13+deb11u3 | |
Expand...http://www.securityfocus.com/bid/107160
https://access.redhat.com/security/cve/CVE-2018-20796
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=34141
https://lists.gnu.org/archive/html/bug-gnulib/2019-01/msg00108.html
https://nvd.nist.gov/vuln/detail/CVE-2018-20796
https://security.netapp.com/advisory/ntap-20190315-0002/
https://support.f5.com/csp/article/K26346590?utm_source=f5support&amp;utm_medium=RSS
| +| libc-l10n | CVE-2019-1010022 | LOW | 2.31-13+deb11u3 | |
Expand...https://access.redhat.com/security/cve/CVE-2019-1010022
https://security-tracker.debian.org/tracker/CVE-2019-1010022
https://sourceware.org/bugzilla/show_bug.cgi?id=22850
https://sourceware.org/bugzilla/show_bug.cgi?id=22850#c3
https://ubuntu.com/security/CVE-2019-1010022
| +| libc-l10n | CVE-2019-1010023 | LOW | 2.31-13+deb11u3 | |
Expand...http://www.securityfocus.com/bid/109167
https://access.redhat.com/security/cve/CVE-2019-1010023
https://security-tracker.debian.org/tracker/CVE-2019-1010023
https://sourceware.org/bugzilla/show_bug.cgi?id=22851
https://support.f5.com/csp/article/K11932200?utm_source=f5support&amp;utm_medium=RSS
https://ubuntu.com/security/CVE-2019-1010023
| +| libc-l10n | CVE-2019-1010024 | LOW | 2.31-13+deb11u3 | |
Expand...http://www.securityfocus.com/bid/109162
https://access.redhat.com/security/cve/CVE-2019-1010024
https://security-tracker.debian.org/tracker/CVE-2019-1010024
https://sourceware.org/bugzilla/show_bug.cgi?id=22852
https://support.f5.com/csp/article/K06046097
https://support.f5.com/csp/article/K06046097?utm_source=f5support&amp;utm_medium=RSS
https://ubuntu.com/security/CVE-2019-1010024
| +| libc-l10n | CVE-2019-1010025 | LOW | 2.31-13+deb11u3 | |
Expand...https://access.redhat.com/security/cve/CVE-2019-1010025
https://security-tracker.debian.org/tracker/CVE-2019-1010025
https://sourceware.org/bugzilla/show_bug.cgi?id=22853
https://support.f5.com/csp/article/K06046097
https://support.f5.com/csp/article/K06046097?utm_source=f5support&amp;utm_medium=RSS
https://ubuntu.com/security/CVE-2019-1010025
| +| libc-l10n | CVE-2019-9192 | LOW | 2.31-13+deb11u3 | |
Expand...https://access.redhat.com/security/cve/CVE-2019-9192
https://nvd.nist.gov/vuln/detail/CVE-2019-9192
https://sourceware.org/bugzilla/show_bug.cgi?id=24269
https://support.f5.com/csp/article/K26346590?utm_source=f5support&amp;utm_medium=RSS
| +| libc6 | CVE-2021-3999 | HIGH | 2.31-13+deb11u3 | |
Expand...https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-3999.json
https://access.redhat.com/security/cve/CVE-2021-3999
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3999
https://linux.oracle.com/cve/CVE-2021-3999.html
https://linux.oracle.com/errata/ELSA-2022-9234.html
https://ubuntu.com/security/notices/USN-5310-1
https://ubuntu.com/security/notices/USN-5310-2
https://www.openwall.com/lists/oss-security/2022/01/24/4
| +| libc6 | CVE-2010-4756 | LOW | 2.31-13+deb11u3 | |
Expand...http://cxib.net/stuff/glob-0day.c
http://securityreason.com/achievement_securityalert/89
http://securityreason.com/exploitalert/9223
https://access.redhat.com/security/cve/CVE-2010-4756
https://bugzilla.redhat.com/show_bug.cgi?id=681681
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2010-4756
https://nvd.nist.gov/vuln/detail/CVE-2010-4756
| +| libc6 | CVE-2018-20796 | LOW | 2.31-13+deb11u3 | |
Expand...http://www.securityfocus.com/bid/107160
https://access.redhat.com/security/cve/CVE-2018-20796
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=34141
https://lists.gnu.org/archive/html/bug-gnulib/2019-01/msg00108.html
https://nvd.nist.gov/vuln/detail/CVE-2018-20796
https://security.netapp.com/advisory/ntap-20190315-0002/
https://support.f5.com/csp/article/K26346590?utm_source=f5support&amp;utm_medium=RSS
| +| libc6 | CVE-2019-1010022 | LOW | 2.31-13+deb11u3 | |
Expand...https://access.redhat.com/security/cve/CVE-2019-1010022
https://security-tracker.debian.org/tracker/CVE-2019-1010022
https://sourceware.org/bugzilla/show_bug.cgi?id=22850
https://sourceware.org/bugzilla/show_bug.cgi?id=22850#c3
https://ubuntu.com/security/CVE-2019-1010022
| +| libc6 | CVE-2019-1010023 | LOW | 2.31-13+deb11u3 | |
Expand...http://www.securityfocus.com/bid/109167
https://access.redhat.com/security/cve/CVE-2019-1010023
https://security-tracker.debian.org/tracker/CVE-2019-1010023
https://sourceware.org/bugzilla/show_bug.cgi?id=22851
https://support.f5.com/csp/article/K11932200?utm_source=f5support&amp;utm_medium=RSS
https://ubuntu.com/security/CVE-2019-1010023
| +| libc6 | CVE-2019-1010024 | LOW | 2.31-13+deb11u3 | |
Expand...http://www.securityfocus.com/bid/109162
https://access.redhat.com/security/cve/CVE-2019-1010024
https://security-tracker.debian.org/tracker/CVE-2019-1010024
https://sourceware.org/bugzilla/show_bug.cgi?id=22852
https://support.f5.com/csp/article/K06046097
https://support.f5.com/csp/article/K06046097?utm_source=f5support&amp;utm_medium=RSS
https://ubuntu.com/security/CVE-2019-1010024
| +| libc6 | CVE-2019-1010025 | LOW | 2.31-13+deb11u3 | |
Expand...https://access.redhat.com/security/cve/CVE-2019-1010025
https://security-tracker.debian.org/tracker/CVE-2019-1010025
https://sourceware.org/bugzilla/show_bug.cgi?id=22853
https://support.f5.com/csp/article/K06046097
https://support.f5.com/csp/article/K06046097?utm_source=f5support&amp;utm_medium=RSS
https://ubuntu.com/security/CVE-2019-1010025
| +| libc6 | CVE-2019-9192 | LOW | 2.31-13+deb11u3 | |
Expand...https://access.redhat.com/security/cve/CVE-2019-9192
https://nvd.nist.gov/vuln/detail/CVE-2019-9192
https://sourceware.org/bugzilla/show_bug.cgi?id=24269
https://support.f5.com/csp/article/K26346590?utm_source=f5support&amp;utm_medium=RSS
| +| libcom-err2 | CVE-2022-1304 | HIGH | 1.46.2-2 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-1304
https://bugzilla.redhat.com/show_bug.cgi?id=2069726
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1304
https://marc.info/?l=linux-ext4&m=165056234501732&w=2
https://nvd.nist.gov/vuln/detail/CVE-2022-1304
https://ubuntu.com/security/notices/USN-5464-1
| +| libcurl4 | CVE-2021-22945 | CRITICAL | 7.74.0-1.3+deb11u1 | |
Expand...http://seclists.org/fulldisclosure/2022/Mar/29
https://access.redhat.com/security/cve/CVE-2021-22945
https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf
https://curl.se/docs/CVE-2021-22945.html
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22945
https://hackerone.com/reports/1269242
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/APOAK4X73EJTAPTSVT7IRVDMUWVXNWGD/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RWLEC6YVEM2HWUBX67SDGPSY4CQB72OE/
https://nvd.nist.gov/vuln/detail/CVE-2021-22945
https://security.netapp.com/advisory/ntap-20211029-0003/
https://support.apple.com/kb/HT213183
https://ubuntu.com/security/notices/USN-5079-1
https://www.oracle.com/security-alerts/cpuoct2021.html
| +| libcurl4 | CVE-2021-22946 | HIGH | 7.74.0-1.3+deb11u1 | |
Expand...http://seclists.org/fulldisclosure/2022/Mar/29
https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-22946.json
https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-22947.json
https://access.redhat.com/security/cve/CVE-2021-22946
https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf
https://curl.se/docs/CVE-2021-22946.html
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22946
https://hackerone.com/reports/1334111
https://linux.oracle.com/cve/CVE-2021-22946.html
https://linux.oracle.com/errata/ELSA-2021-4059.html
https://lists.debian.org/debian-lts-announce/2021/09/msg00022.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/APOAK4X73EJTAPTSVT7IRVDMUWVXNWGD/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RWLEC6YVEM2HWUBX67SDGPSY4CQB72OE/
https://nvd.nist.gov/vuln/detail/CVE-2021-22946
https://security.netapp.com/advisory/ntap-20211029-0003/
https://security.netapp.com/advisory/ntap-20220121-0008/
https://support.apple.com/kb/HT213183
https://ubuntu.com/security/notices/USN-5079-1
https://ubuntu.com/security/notices/USN-5079-2
https://www.oracle.com/security-alerts/cpuapr2022.html
https://www.oracle.com/security-alerts/cpujan2022.html
https://www.oracle.com/security-alerts/cpuoct2021.html
| +| libcurl4 | CVE-2022-22576 | HIGH | 7.74.0-1.3+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-22576
https://curl.se/docs/CVE-2022-22576.html
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22576
https://hackerone.com/reports/1526328
https://nvd.nist.gov/vuln/detail/CVE-2022-22576
https://security.netapp.com/advisory/ntap-20220609-0008/
https://ubuntu.com/security/notices/USN-5397-1
| +| libcurl4 | CVE-2022-27775 | HIGH | 7.74.0-1.3+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-27775
https://curl.se/docs/CVE-2022-27775.html
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27775
https://hackerone.com/reports/1546268
https://nvd.nist.gov/vuln/detail/CVE-2022-27775
https://security.netapp.com/advisory/ntap-20220609-0008/
https://ubuntu.com/security/notices/USN-5397-1
| +| libcurl4 | CVE-2022-27781 | HIGH | 7.74.0-1.3+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-27781
https://curl.se/docs/CVE-2022-27781.html
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27781
https://github.com/curl/curl/commit/f6c335d63f
https://hackerone.com/reports/1555441
https://nvd.nist.gov/vuln/detail/CVE-2022-27781
https://security.netapp.com/advisory/ntap-20220609-0009/
https://ubuntu.com/security/notices/USN-5412-1
| +| libcurl4 | CVE-2022-27782 | HIGH | 7.74.0-1.3+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-27782
https://curl.se/docs/CVE-2022-27782.html
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27782
https://hackerone.com/reports/1555796
https://nvd.nist.gov/vuln/detail/CVE-2022-27782
https://security.netapp.com/advisory/ntap-20220609-0009/
https://ubuntu.com/security/notices/USN-5412-1
| +| libcurl4 | CVE-2021-22947 | MEDIUM | 7.74.0-1.3+deb11u1 | |
Expand...http://seclists.org/fulldisclosure/2022/Mar/29
https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-22946.json
https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-22947.json
https://access.redhat.com/security/cve/CVE-2021-22947
https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf
https://curl.se/docs/CVE-2021-22947.html
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22947
https://hackerone.com/reports/1334763
https://launchpad.net/bugs/1944120 (regression bug)
https://linux.oracle.com/cve/CVE-2021-22947.html
https://linux.oracle.com/errata/ELSA-2021-4059.html
https://lists.debian.org/debian-lts-announce/2021/09/msg00022.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/APOAK4X73EJTAPTSVT7IRVDMUWVXNWGD/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RWLEC6YVEM2HWUBX67SDGPSY4CQB72OE/
https://nvd.nist.gov/vuln/detail/CVE-2021-22947
https://security.netapp.com/advisory/ntap-20211029-0003/
https://support.apple.com/kb/HT213183
https://ubuntu.com/security/notices/USN-5079-1
https://ubuntu.com/security/notices/USN-5079-2
https://ubuntu.com/security/notices/USN-5079-3
https://ubuntu.com/security/notices/USN-5079-4
https://www.oracle.com/security-alerts/cpuapr2022.html
https://www.oracle.com/security-alerts/cpujan2022.html
https://www.oracle.com/security-alerts/cpuoct2021.html
| +| libcurl4 | CVE-2022-27774 | MEDIUM | 7.74.0-1.3+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-27774
https://curl.se/docs/CVE-2022-27774.html
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27774
https://hackerone.com/reports/1543773
https://nvd.nist.gov/vuln/detail/CVE-2022-27774
https://security.netapp.com/advisory/ntap-20220609-0008/
https://ubuntu.com/security/notices/USN-5397-1
| +| libcurl4 | CVE-2022-27776 | MEDIUM | 7.74.0-1.3+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-27776
https://curl.se/docs/CVE-2022-27776.html
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27776
https://hackerone.com/reports/1547048
https://nvd.nist.gov/vuln/detail/CVE-2022-27776
https://security.netapp.com/advisory/ntap-20220609-0008/
https://ubuntu.com/security/notices/USN-5397-1
| +| libcurl4 | CVE-2021-22898 | LOW | 7.74.0-1.3+deb11u1 | |
Expand...http://www.openwall.com/lists/oss-security/2021/07/21/4
https://access.redhat.com/security/cve/CVE-2021-22898
https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf
https://curl.se/docs/CVE-2021-22898.html
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22898
https://errata.almalinux.org/8/ALSA-2021-4511.html
https://github.com/curl/curl/commit/39ce47f219b09c380b81f89fe54ac586c8db6bde
https://hackerone.com/reports/1176461
https://linux.oracle.com/cve/CVE-2021-22898.html
https://linux.oracle.com/errata/ELSA-2021-4511.html
https://lists.apache.org/thread.html/rc713534b10f9daeee2e0990239fa407e2118e4aa9e88a7041177497c@%3Cissues.guacamole.apache.org%3E
https://lists.debian.org/debian-lts-announce/2021/08/msg00017.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FRUCW2UVNYUDZF72DQLFQR4PJEC6CF7V/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/POOC3UV7V6L4CJ5KA2PTWTNUV5Y72T3Q/
https://nvd.nist.gov/vuln/detail/CVE-2021-22898
https://ubuntu.com/security/notices/USN-5021-1
https://ubuntu.com/security/notices/USN-5021-2
https://www.oracle.com//security-alerts/cpujul2021.html
https://www.oracle.com/security-alerts/cpuapr2022.html
https://www.oracle.com/security-alerts/cpujan2022.html
| +| libcurl4 | CVE-2021-22922 | LOW | 7.74.0-1.3+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2021-22922
https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf
https://curl.se/docs/CVE-2021-22922.html
https://hackerone.com/reports/1213175
https://linux.oracle.com/cve/CVE-2021-22922.html
https://linux.oracle.com/errata/ELSA-2021-3582.html
https://lists.apache.org/thread.html/r61db8e7dcb56dc000a5387a88f7a473bacec5ee01b9ff3f55308aacc@%3Cdev.kafka.apache.org%3E
https://lists.apache.org/thread.html/r61db8e7dcb56dc000a5387a88f7a473bacec5ee01b9ff3f55308aacc@%3Cusers.kafka.apache.org%3E
https://lists.apache.org/thread.html/rbf4ce74b0d1fa9810dec50ba3ace0caeea677af7c27a97111c06ccb7@%3Cdev.kafka.apache.org%3E
https://lists.apache.org/thread.html/rbf4ce74b0d1fa9810dec50ba3ace0caeea677af7c27a97111c06ccb7@%3Cusers.kafka.apache.org%3E
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FRUCW2UVNYUDZF72DQLFQR4PJEC6CF7V/
https://nvd.nist.gov/vuln/detail/CVE-2021-22922
https://security.netapp.com/advisory/ntap-20210902-0003/
https://www.oracle.com/security-alerts/cpuoct2021.html
| +| libcurl4 | CVE-2021-22923 | LOW | 7.74.0-1.3+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2021-22923
https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf
https://curl.se/docs/CVE-2021-22923.html
https://hackerone.com/reports/1213181
https://linux.oracle.com/cve/CVE-2021-22923.html
https://linux.oracle.com/errata/ELSA-2021-3582.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FRUCW2UVNYUDZF72DQLFQR4PJEC6CF7V/
https://nvd.nist.gov/vuln/detail/CVE-2021-22923
https://security.netapp.com/advisory/ntap-20210902-0003/
https://www.oracle.com/security-alerts/cpuoct2021.html
| +| libcurl4 | CVE-2021-22924 | LOW | 7.74.0-1.3+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2021-22924
https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf
https://cert-portal.siemens.com/productcert/pdf/ssa-484086.pdf
https://cert-portal.siemens.com/productcert/pdf/ssa-732250.pdf
https://curl.se/docs/CVE-2021-22924.html
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22924
https://hackerone.com/reports/1223565
https://linux.oracle.com/cve/CVE-2021-22924.html
https://linux.oracle.com/errata/ELSA-2021-3582.html
https://lists.apache.org/thread.html/r61db8e7dcb56dc000a5387a88f7a473bacec5ee01b9ff3f55308aacc@%3Cdev.kafka.apache.org%3E
https://lists.apache.org/thread.html/r61db8e7dcb56dc000a5387a88f7a473bacec5ee01b9ff3f55308aacc@%3Cusers.kafka.apache.org%3E
https://lists.apache.org/thread.html/rbf4ce74b0d1fa9810dec50ba3ace0caeea677af7c27a97111c06ccb7@%3Cdev.kafka.apache.org%3E
https://lists.apache.org/thread.html/rbf4ce74b0d1fa9810dec50ba3ace0caeea677af7c27a97111c06ccb7@%3Cusers.kafka.apache.org%3E
https://lists.debian.org/debian-lts-announce/2021/08/msg00017.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FRUCW2UVNYUDZF72DQLFQR4PJEC6CF7V/
https://nvd.nist.gov/vuln/detail/CVE-2021-22924
https://security.netapp.com/advisory/ntap-20210902-0003/
https://ubuntu.com/security/notices/USN-5021-1
https://www.oracle.com/security-alerts/cpujan2022.html
https://www.oracle.com/security-alerts/cpuoct2021.html
| +| libdb5.3 | CVE-2019-8457 | CRITICAL | 5.3.28+dfsg1-0.8 | |
Expand...http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00074.html
https://access.redhat.com/security/cve/CVE-2019-8457
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-8457
https://kc.mcafee.com/corporate/index?page=content&id=SB10365
https://linux.oracle.com/cve/CVE-2019-8457.html
https://linux.oracle.com/errata/ELSA-2020-1810.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/OPKYSWCOM3CL66RI76TYVIG6TJ263RXH/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/SJPFGA45DI4F5MCF2OAACGH3HQOF4G3M/
https://security.netapp.com/advisory/ntap-20190606-0002/
https://ubuntu.com/security/notices/USN-4004-1
https://ubuntu.com/security/notices/USN-4004-2
https://ubuntu.com/security/notices/USN-4019-1
https://ubuntu.com/security/notices/USN-4019-2
https://usn.ubuntu.com/4004-1/
https://usn.ubuntu.com/4004-2/
https://usn.ubuntu.com/4019-1/
https://usn.ubuntu.com/4019-2/
https://www.oracle.com/security-alerts/cpuapr2020.html
https://www.oracle.com/security-alerts/cpujan2020.html
https://www.oracle.com/security-alerts/cpujul2020.html
https://www.oracle.com/technetwork/security-advisory/cpuoct2019-5072832.html
https://www.sqlite.org/releaselog/3_28_0.html
https://www.sqlite.org/src/info/90acdbfce9c08858
| +| libgcrypt20 | CVE-2021-33560 | HIGH | 1.8.7-6 | |
Expand...https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-33560.json
https://access.redhat.com/security/cve/CVE-2021-33560
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33560
https://dev.gnupg.org/T5305
https://dev.gnupg.org/T5328
https://dev.gnupg.org/T5466
https://dev.gnupg.org/rCe8b7f10be275bcedb5fc05ed4837a89bfd605c61
https://eprint.iacr.org/2021/923
https://errata.almalinux.org/8/ALSA-2021-4409.html
https://linux.oracle.com/cve/CVE-2021-33560.html
https://linux.oracle.com/errata/ELSA-2022-9263.html
https://lists.debian.org/debian-lts-announce/2021/06/msg00021.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/BKKTOIGFW2SGN3DO2UHHVZ7MJSYN4AAB/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/R7OAPCUGPF3VLA7QAJUQSL255D4ITVTL/
https://nvd.nist.gov/vuln/detail/CVE-2021-33560
https://ubuntu.com/security/notices/USN-5080-1
https://ubuntu.com/security/notices/USN-5080-2
https://www.oracle.com/security-alerts/cpuapr2022.html
https://www.oracle.com/security-alerts/cpujan2022.html
https://www.oracle.com/security-alerts/cpuoct2021.html
| +| libgcrypt20 | CVE-2018-6829 | LOW | 1.8.7-6 | |
Expand...https://access.redhat.com/security/cve/CVE-2018-6829
https://github.com/weikengchen/attack-on-libgcrypt-elgamal
https://github.com/weikengchen/attack-on-libgcrypt-elgamal/wiki
https://lists.gnupg.org/pipermail/gcrypt-devel/2018-February/004394.html
https://www.oracle.com/security-alerts/cpujan2020.html
| +| libgnutls30 | CVE-2021-4209 | MEDIUM | 3.7.1-5 | |
Expand...https://access.redhat.com/security/cve/CVE-2021-4209
| +| libgnutls30 | CVE-2011-3389 | LOW | 3.7.1-5 | |
Expand...http://arcticdog.wordpress.com/2012/08/29/beast-openssl-and-apache/
http://blog.mozilla.com/security/2011/09/27/attack-against-tls-protected-communications/
http://blogs.technet.com/b/msrc/archive/2011/09/26/microsoft-releases-security-advisory-2588513.aspx
http://blogs.technet.com/b/srd/archive/2011/09/26/is-ssl-broken-more-about-security-advisory-2588513.aspx
http://curl.haxx.se/docs/adv_20120124B.html
http://downloads.asterisk.org/pub/security/AST-2016-001.html
http://ekoparty.org/2011/juliano-rizzo.php
http://eprint.iacr.org/2004/111
http://eprint.iacr.org/2006/136
http://googlechromereleases.blogspot.com/2011/10/chrome-stable-release.html
http://isc.sans.edu/diary/SSL+TLS+part+3+/11635
http://lists.apple.com/archives/Security-announce/2011//Oct/msg00001.html
http://lists.apple.com/archives/Security-announce/2011//Oct/msg00002.html
http://lists.apple.com/archives/security-announce/2012/Feb/msg00000.html
http://lists.apple.com/archives/security-announce/2012/Jul/msg00001.html
http://lists.apple.com/archives/security-announce/2012/May/msg00001.html
http://lists.apple.com/archives/security-announce/2012/Sep/msg00004.html
http://lists.apple.com/archives/security-announce/2013/Oct/msg00004.html
http://lists.opensuse.org/opensuse-security-announce/2012-01/msg00049.html
http://lists.opensuse.org/opensuse-security-announce/2012-01/msg00051.html
http://lists.opensuse.org/opensuse-security-announce/2012-05/msg00009.html
http://lists.opensuse.org/opensuse-security-announce/2020-01/msg00040.html
http://marc.info/?l=bugtraq&m=132750579901589&w=2
http://marc.info/?l=bugtraq&m=132872385320240&w=2
http://marc.info/?l=bugtraq&m=133365109612558&w=2
http://marc.info/?l=bugtraq&m=133728004526190&w=2
http://marc.info/?l=bugtraq&m=134254866602253&w=2
http://marc.info/?l=bugtraq&m=134254957702612&w=2
http://my.opera.com/securitygroup/blog/2011/09/28/the-beast-ssl-tls-issue
http://osvdb.org/74829
http://rhn.redhat.com/errata/RHSA-2012-0508.html
http://rhn.redhat.com/errata/RHSA-2013-1455.html
http://secunia.com/advisories/45791
http://secunia.com/advisories/47998
http://secunia.com/advisories/48256
http://secunia.com/advisories/48692
http://secunia.com/advisories/48915
http://secunia.com/advisories/48948
http://secunia.com/advisories/49198
http://secunia.com/advisories/55322
http://secunia.com/advisories/55350
http://secunia.com/advisories/55351
http://security.gentoo.org/glsa/glsa-201203-02.xml
http://security.gentoo.org/glsa/glsa-201406-32.xml
http://support.apple.com/kb/HT4999
http://support.apple.com/kb/HT5001
http://support.apple.com/kb/HT5130
http://support.apple.com/kb/HT5281
http://support.apple.com/kb/HT5501
http://support.apple.com/kb/HT6150
http://technet.microsoft.com/security/advisory/2588513
http://vnhacker.blogspot.com/2011/09/beast.html
http://www.apcmedia.com/salestools/SJHN-7RKGNM/SJHN-7RKGNM_R4_EN.pdf
http://www.debian.org/security/2012/dsa-2398
http://www.educatedguesswork.org/2011/09/security_impact_of_the_rizzodu.html
http://www.ibm.com/developerworks/java/jdk/alerts/
http://www.imperialviolet.org/2011/09/23/chromeandbeast.html
http://www.insecure.cl/Beast-SSL.rar
http://www.kb.cert.org/vuls/id/864643
http://www.mandriva.com/security/advisories?name=MDVSA-2012:058
http://www.opera.com/docs/changelogs/mac/1151/
http://www.opera.com/docs/changelogs/mac/1160/
http://www.opera.com/docs/changelogs/unix/1151/
http://www.opera.com/docs/changelogs/unix/1160/
http://www.opera.com/docs/changelogs/windows/1151/
http://www.opera.com/docs/changelogs/windows/1160/
http://www.opera.com/support/kb/view/1004/
http://www.oracle.com/technetwork/topics/security/cpujan2015-1972971.html
http://www.oracle.com/technetwork/topics/security/cpujul2015-2367936.html
http://www.oracle.com/technetwork/topics/security/javacpuoct2011-443431.html
http://www.redhat.com/support/errata/RHSA-2011-1384.html
http://www.redhat.com/support/errata/RHSA-2012-0006.html
http://www.securityfocus.com/bid/49388
http://www.securityfocus.com/bid/49778
http://www.securitytracker.com/id/1029190
http://www.securitytracker.com/id?1025997
http://www.securitytracker.com/id?1026103
http://www.securitytracker.com/id?1026704
http://www.ubuntu.com/usn/USN-1263-1
http://www.us-cert.gov/cas/techalerts/TA12-010A.html
https://access.redhat.com/security/cve/CVE-2011-3389
https://blogs.oracle.com/sunsecurity/entry/multiple_vulnerabilities_in_fetchmail
https://bugzilla.novell.com/show_bug.cgi?id=719047
https://bugzilla.redhat.com/show_bug.cgi?id=737506
https://cert-portal.siemens.com/productcert/pdf/ssa-556833.pdf
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-3389
https://docs.microsoft.com/en-us/security-updates/securitybulletins/2012/ms12-006
https://h20564.www2.hp.com/portal/site/hpsc/public/kb/docDisplay?docId=emr_na-c03839862
https://hermes.opensuse.org/messages/13154861
https://hermes.opensuse.org/messages/13155432
https://ics-cert.us-cert.gov/advisories/ICSMA-18-058-02
https://linux.oracle.com/cve/CVE-2011-3389.html
https://linux.oracle.com/errata/ELSA-2011-1380.html
https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A14752
https://ubuntu.com/security/notices/USN-1263-1
| +| libgssapi-krb5-2 | CVE-2004-0971 | LOW | 1.18.3-6+deb11u1 | |
Expand...http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=136304
http://www.gentoo.org/security/en/glsa/glsa-200410-24.xml
http://www.redhat.com/support/errata/RHSA-2005-012.html
http://www.securityfocus.com/bid/11289
http://www.trustix.org/errata/2004/0050
https://access.redhat.com/security/cve/CVE-2004-0971
https://exchange.xforce.ibmcloud.com/vulnerabilities/17583
https://lists.apache.org/thread.html/rc713534b10f9daeee2e0990239fa407e2118e4aa9e88a7041177497c@%3Cissues.guacamole.apache.org%3E
https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A10497
| +| libgssapi-krb5-2 | CVE-2018-5709 | LOW | 1.18.3-6+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2018-5709
https://github.com/poojamnit/Kerberos-V5-1.16-Vulnerabilities/tree/master/Integer%20Overflow
https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E
| +| libk5crypto3 | CVE-2004-0971 | LOW | 1.18.3-6+deb11u1 | |
Expand...http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=136304
http://www.gentoo.org/security/en/glsa/glsa-200410-24.xml
http://www.redhat.com/support/errata/RHSA-2005-012.html
http://www.securityfocus.com/bid/11289
http://www.trustix.org/errata/2004/0050
https://access.redhat.com/security/cve/CVE-2004-0971
https://exchange.xforce.ibmcloud.com/vulnerabilities/17583
https://lists.apache.org/thread.html/rc713534b10f9daeee2e0990239fa407e2118e4aa9e88a7041177497c@%3Cissues.guacamole.apache.org%3E
https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A10497
| +| libk5crypto3 | CVE-2018-5709 | LOW | 1.18.3-6+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2018-5709
https://github.com/poojamnit/Kerberos-V5-1.16-Vulnerabilities/tree/master/Integer%20Overflow
https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E
| +| libkrb5-3 | CVE-2004-0971 | LOW | 1.18.3-6+deb11u1 | |
Expand...http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=136304
http://www.gentoo.org/security/en/glsa/glsa-200410-24.xml
http://www.redhat.com/support/errata/RHSA-2005-012.html
http://www.securityfocus.com/bid/11289
http://www.trustix.org/errata/2004/0050
https://access.redhat.com/security/cve/CVE-2004-0971
https://exchange.xforce.ibmcloud.com/vulnerabilities/17583
https://lists.apache.org/thread.html/rc713534b10f9daeee2e0990239fa407e2118e4aa9e88a7041177497c@%3Cissues.guacamole.apache.org%3E
https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A10497
| +| libkrb5-3 | CVE-2018-5709 | LOW | 1.18.3-6+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2018-5709
https://github.com/poojamnit/Kerberos-V5-1.16-Vulnerabilities/tree/master/Integer%20Overflow
https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E
| +| libkrb5support0 | CVE-2004-0971 | LOW | 1.18.3-6+deb11u1 | |
Expand...http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=136304
http://www.gentoo.org/security/en/glsa/glsa-200410-24.xml
http://www.redhat.com/support/errata/RHSA-2005-012.html
http://www.securityfocus.com/bid/11289
http://www.trustix.org/errata/2004/0050
https://access.redhat.com/security/cve/CVE-2004-0971
https://exchange.xforce.ibmcloud.com/vulnerabilities/17583
https://lists.apache.org/thread.html/rc713534b10f9daeee2e0990239fa407e2118e4aa9e88a7041177497c@%3Cissues.guacamole.apache.org%3E
https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A10497
| +| libkrb5support0 | CVE-2018-5709 | LOW | 1.18.3-6+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2018-5709
https://github.com/poojamnit/Kerberos-V5-1.16-Vulnerabilities/tree/master/Integer%20Overflow
https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E
| +| libldap-2.4-2 | CVE-2015-3276 | LOW | 2.4.57+dfsg-3+deb11u1 | |
Expand...http://rhn.redhat.com/errata/RHSA-2015-2131.html
http://www.oracle.com/technetwork/topics/security/linuxbulletinoct2015-2719645.html
http://www.securitytracker.com/id/1034221
https://access.redhat.com/security/cve/CVE-2015-3276
https://bugzilla.redhat.com/show_bug.cgi?id=1238322
https://linux.oracle.com/cve/CVE-2015-3276.html
https://linux.oracle.com/errata/ELSA-2015-2131.html
https://nvd.nist.gov/vuln/detail/CVE-2015-3276
| +| libldap-2.4-2 | CVE-2017-14159 | LOW | 2.4.57+dfsg-3+deb11u1 | |
Expand...http://www.openldap.org/its/index.cgi?findid=8703
https://access.redhat.com/security/cve/CVE-2017-14159
https://www.oracle.com/security-alerts/cpuapr2022.html
| +| libldap-2.4-2 | CVE-2017-17740 | LOW | 2.4.57+dfsg-3+deb11u1 | |
Expand...http://lists.opensuse.org/opensuse-security-announce/2019-09/msg00053.html
http://lists.opensuse.org/opensuse-security-announce/2019-09/msg00058.html
http://www.openldap.org/its/index.cgi/Incoming?id=8759
https://access.redhat.com/security/cve/CVE-2017-17740
https://kc.mcafee.com/corporate/index?page=content&id=SB10365
https://www.oracle.com/security-alerts/cpuapr2022.html
| +| libldap-2.4-2 | CVE-2020-15719 | LOW | 2.4.57+dfsg-3+deb11u1 | |
Expand...http://lists.opensuse.org/opensuse-security-announce/2020-09/msg00033.html
http://lists.opensuse.org/opensuse-security-announce/2020-09/msg00059.html
https://access.redhat.com/errata/RHBA-2019:3674
https://access.redhat.com/security/cve/CVE-2020-15719
https://bugs.openldap.org/show_bug.cgi?id=9266
https://bugzilla.redhat.com/show_bug.cgi?id=1740070
https://kc.mcafee.com/corporate/index?page=content&id=SB10365
https://www.oracle.com/security-alerts/cpuapr2022.html
| +| libmount1 | CVE-2022-0563 | LOW | 2.36.1-8+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-0563
https://lore.kernel.org/util-linux/20220214110609.msiwlm457ngoic6w@ws.net.home/T/#u
https://nvd.nist.gov/vuln/detail/CVE-2022-0563
https://security.netapp.com/advisory/ntap-20220331-0002/
| +| libncurses6 | CVE-2022-29458 | HIGH | 6.2+20201114-2 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-29458
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29458
https://invisible-island.net/ncurses/NEWS.html#t20220416
https://lists.gnu.org/archive/html/bug-ncurses/2022-04/msg00014.html
https://lists.gnu.org/archive/html/bug-ncurses/2022-04/msg00016.html
https://nvd.nist.gov/vuln/detail/CVE-2022-29458
https://ubuntu.com/security/notices/USN-5477-1
| +| libncurses6 | CVE-2021-39537 | LOW | 6.2+20201114-2 | |
Expand...http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/ncurses/patches/patch-ncurses_tinfo_captoinfo.c?rev=1.1&content-type=text/x-cvsweb-markup
https://access.redhat.com/security/cve/CVE-2021-39537
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-39537
https://lists.gnu.org/archive/html/bug-ncurses/2020-08/msg00006.html
https://lists.gnu.org/archive/html/bug-ncurses/2021-10/msg00023.html
https://nvd.nist.gov/vuln/detail/CVE-2021-39537
https://ubuntu.com/security/notices/USN-5477-1
| +| libncursesw6 | CVE-2022-29458 | HIGH | 6.2+20201114-2 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-29458
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29458
https://invisible-island.net/ncurses/NEWS.html#t20220416
https://lists.gnu.org/archive/html/bug-ncurses/2022-04/msg00014.html
https://lists.gnu.org/archive/html/bug-ncurses/2022-04/msg00016.html
https://nvd.nist.gov/vuln/detail/CVE-2022-29458
https://ubuntu.com/security/notices/USN-5477-1
| +| libncursesw6 | CVE-2021-39537 | LOW | 6.2+20201114-2 | |
Expand...http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/ncurses/patches/patch-ncurses_tinfo_captoinfo.c?rev=1.1&content-type=text/x-cvsweb-markup
https://access.redhat.com/security/cve/CVE-2021-39537
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-39537
https://lists.gnu.org/archive/html/bug-ncurses/2020-08/msg00006.html
https://lists.gnu.org/archive/html/bug-ncurses/2021-10/msg00023.html
https://nvd.nist.gov/vuln/detail/CVE-2021-39537
https://ubuntu.com/security/notices/USN-5477-1
| +| libpcre2-8-0 | CVE-2022-1586 | CRITICAL | 10.36-2 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-1586
https://bugzilla.redhat.com/show_bug.cgi?id=2077976,
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1586
https://github.com/PCRE2Project/pcre2/commit/50a51cb7e67268e6ad417eb07c9de9bfea5cc55a,
https://github.com/PCRE2Project/pcre2/commit/d4fa336fbcc388f89095b184ba6d99422cfc676c
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DWNG2NS3GINO6LQYUVC4BZLUQPJ3DYHA/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/JXINO3KKI5DICQ45E2FKD6MKVMGJLEKJ/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KAX7767BCUFC7JMDGP7GOQ5GIZCAUGBB/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/M2GLQQUEY5VFM57CFYXVIFOXN2HUZPDM/
https://nvd.nist.gov/vuln/detail/CVE-2022-1586
| +| libpcre2-8-0 | CVE-2022-1587 | CRITICAL | 10.36-2 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-1587
https://bugzilla.redhat.com/show_bug.cgi?id=2077983,
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1587
https://github.com/PCRE2Project/pcre2/commit/03654e751e7f0700693526b67dfcadda6b42c9d0
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DWNG2NS3GINO6LQYUVC4BZLUQPJ3DYHA/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/JXINO3KKI5DICQ45E2FKD6MKVMGJLEKJ/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KAX7767BCUFC7JMDGP7GOQ5GIZCAUGBB/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/M2GLQQUEY5VFM57CFYXVIFOXN2HUZPDM/
https://nvd.nist.gov/vuln/detail/CVE-2022-1587
| +| libpcre3 | CVE-2017-11164 | LOW | 2:8.39-13 | |
Expand...http://openwall.com/lists/oss-security/2017/07/11/3
http://www.securityfocus.com/bid/99575
https://access.redhat.com/security/cve/CVE-2017-11164
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-11164
https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E
| +| libpcre3 | CVE-2017-16231 | LOW | 2:8.39-13 | |
Expand...http://packetstormsecurity.com/files/150897/PCRE-8.41-Buffer-Overflow.html
http://seclists.org/fulldisclosure/2018/Dec/33
http://www.openwall.com/lists/oss-security/2017/11/01/11
http://www.openwall.com/lists/oss-security/2017/11/01/3
http://www.openwall.com/lists/oss-security/2017/11/01/7
http://www.openwall.com/lists/oss-security/2017/11/01/8
http://www.securityfocus.com/bid/101688
https://access.redhat.com/security/cve/CVE-2017-16231
https://bugs.exim.org/show_bug.cgi?id=2047
| +| libpcre3 | CVE-2017-7245 | LOW | 2:8.39-13 | |
Expand...http://www.securityfocus.com/bid/97067
https://access.redhat.com/errata/RHSA-2018:2486
https://access.redhat.com/security/cve/CVE-2017-7245
https://blogs.gentoo.org/ago/2017/03/20/libpcre-two-stack-based-buffer-overflow-write-in-pcre32_copy_substring-pcre_get-c/
https://security.gentoo.org/glsa/201710-25
| +| libpcre3 | CVE-2017-7246 | LOW | 2:8.39-13 | |
Expand...http://www.securityfocus.com/bid/97067
https://access.redhat.com/errata/RHSA-2018:2486
https://access.redhat.com/security/cve/CVE-2017-7246
https://blogs.gentoo.org/ago/2017/03/20/libpcre-two-stack-based-buffer-overflow-write-in-pcre32_copy_substring-pcre_get-c/
https://security.gentoo.org/glsa/201710-25
| +| libpcre3 | CVE-2019-20838 | LOW | 2:8.39-13 | |
Expand...http://seclists.org/fulldisclosure/2020/Dec/32
http://seclists.org/fulldisclosure/2021/Feb/14
https://access.redhat.com/security/cve/CVE-2019-20838
https://bugs.gentoo.org/717920
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-20838
https://errata.almalinux.org/8/ALSA-2021-4373.html
https://linux.oracle.com/cve/CVE-2019-20838.html
https://linux.oracle.com/errata/ELSA-2021-4373.html
https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E
https://nvd.nist.gov/vuln/detail/CVE-2019-20838
https://support.apple.com/kb/HT211931
https://support.apple.com/kb/HT212147
https://ubuntu.com/security/notices/USN-5425-1
https://www.pcre.org/original/changelog.txt
| +| libsepol1 | CVE-2021-36084 | LOW | 3.1-1 | |
Expand...https://access.redhat.com/security/cve/CVE-2021-36084
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=31065
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-36084
https://errata.almalinux.org/8/ALSA-2021-4513.html
https://github.com/SELinuxProject/selinux/commit/f34d3d30c8325e4847a6b696fe7a3936a8a361f3
https://github.com/google/oss-fuzz-vulns/blob/main/vulns/selinux/OSV-2021-417.yaml
https://linux.oracle.com/cve/CVE-2021-36084.html
https://linux.oracle.com/errata/ELSA-2021-4513.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U7ZYR3PIJ75N6U2IONJWCKZ5L2NKJTGR/
https://ubuntu.com/security/notices/USN-5391-1
| +| libsepol1 | CVE-2021-36085 | LOW | 3.1-1 | |
Expand...https://access.redhat.com/security/cve/CVE-2021-36085
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=31124
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-36085
https://errata.almalinux.org/8/ALSA-2021-4513.html
https://github.com/SELinuxProject/selinux/commit/2d35fcc7e9e976a2346b1de20e54f8663e8a6cba
https://github.com/google/oss-fuzz-vulns/blob/main/vulns/selinux/OSV-2021-421.yaml
https://linux.oracle.com/cve/CVE-2021-36085.html
https://linux.oracle.com/errata/ELSA-2021-4513.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U7ZYR3PIJ75N6U2IONJWCKZ5L2NKJTGR/
https://ubuntu.com/security/notices/USN-5391-1
| +| libsepol1 | CVE-2021-36086 | LOW | 3.1-1 | |
Expand...https://access.redhat.com/security/cve/CVE-2021-36086
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=32177
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-36086
https://errata.almalinux.org/8/ALSA-2021-4513.html
https://github.com/SELinuxProject/selinux/commit/c49a8ea09501ad66e799ea41b8154b6770fec2c8
https://github.com/google/oss-fuzz-vulns/blob/main/vulns/selinux/OSV-2021-536.yaml
https://linux.oracle.com/cve/CVE-2021-36086.html
https://linux.oracle.com/errata/ELSA-2021-4513.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U7ZYR3PIJ75N6U2IONJWCKZ5L2NKJTGR/
https://ubuntu.com/security/notices/USN-5391-1
| +| libsepol1 | CVE-2021-36087 | LOW | 3.1-1 | |
Expand...https://access.redhat.com/security/cve/CVE-2021-36087
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=32675
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-36087
https://errata.almalinux.org/8/ALSA-2021-4513.html
https://github.com/SELinuxProject/selinux/commit/340f0eb7f3673e8aacaf0a96cbfcd4d12a405521
https://github.com/google/oss-fuzz-vulns/blob/main/vulns/selinux/OSV-2021-585.yaml
https://linux.oracle.com/cve/CVE-2021-36087.html
https://linux.oracle.com/errata/ELSA-2021-4513.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U7ZYR3PIJ75N6U2IONJWCKZ5L2NKJTGR/
https://lore.kernel.org/selinux/CAEN2sdqJKHvDzPnxS-J8grU8fSf32DDtx=kyh84OsCq_Vm+yaQ@mail.gmail.com/T/
https://ubuntu.com/security/notices/USN-5391-1
| +| libsmartcols1 | CVE-2022-0563 | LOW | 2.36.1-8+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-0563
https://lore.kernel.org/util-linux/20220214110609.msiwlm457ngoic6w@ws.net.home/T/#u
https://nvd.nist.gov/vuln/detail/CVE-2022-0563
https://security.netapp.com/advisory/ntap-20220331-0002/
| +| libsqlite3-0 | CVE-2021-45346 | MEDIUM | 3.34.1-3 | |
Expand...https://access.redhat.com/security/cve/CVE-2021-45346
https://github.com/guyinatuxedo/sqlite3_record_leaking
https://security.netapp.com/advisory/ntap-20220303-0001/
https://sqlite.org/forum/forumpost/53de8864ba114bf6
| +| libsqlite3-0 | CVE-2021-36690 | LOW | 3.34.1-3 | |
Expand...https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-36690
https://nvd.nist.gov/vuln/detail/CVE-2021-36690
https://ubuntu.com/security/notices/USN-5403-1
https://www.oracle.com/security-alerts/cpujan2022.html
https://www.sqlite.org/forum/forumpost/718c0a8d17
| +| libssl1.1 | CVE-2022-2068 | MEDIUM | 1.1.1n-0+deb11u2 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-2068
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2068
https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2c9c35870601b4a44d86ddbf512b38df38285cfa
https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=7a9c027159fe9e1bbc2cd38a8a2914bff0d5abd9
https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=9639817dac8bbbaa64d09efad7464ccc405527c7
https://ubuntu.com/security/notices/USN-5488-1
https://www.openssl.org/news/secadv/20220621.txt
| +| libssl1.1 | CVE-2007-6755 | LOW | 1.1.1n-0+deb11u2 | |
Expand...http://arstechnica.com/security/2013/09/stop-using-nsa-influence-code-in-our-product-rsa-tells-customers/
http://blog.cryptographyengineering.com/2013/09/rsa-warns-developers-against-its-own.html
http://blog.cryptographyengineering.com/2013/09/the-many-flaws-of-dualecdrbg.html
http://rump2007.cr.yp.to/15-shumow.pdf
http://stream.wsj.com/story/latest-headlines/SS-2-63399/SS-2-332655/
http://threatpost.com/in-wake-of-latest-crypto-revelations-everything-is-suspect
http://www.securityfocus.com/bid/63657
https://access.redhat.com/security/cve/CVE-2007-6755
https://www.schneier.com/blog/archives/2007/11/the_strange_sto.html
| +| libssl1.1 | CVE-2010-0928 | LOW | 1.1.1n-0+deb11u2 | |
Expand...http://rdist.root.org/2010/03/08/attacking-rsa-exponentiation-with-fault-injection/
http://www.eecs.umich.edu/%7Evaleria/research/publications/DATE10RSA.pdf
http://www.networkworld.com/news/2010/030410-rsa-security-attack.html
http://www.osvdb.org/62808
http://www.theregister.co.uk/2010/03/04/severe_openssl_vulnerability/
https://access.redhat.com/security/cve/CVE-2010-0928
https://exchange.xforce.ibmcloud.com/vulnerabilities/56750
| +| libsystemd0 | CVE-2013-4392 | LOW | 247.3-7 | |
Expand...http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725357
http://www.openwall.com/lists/oss-security/2013/10/01/9
https://access.redhat.com/security/cve/CVE-2013-4392
https://bugzilla.redhat.com/show_bug.cgi?id=859060
| +| libsystemd0 | CVE-2020-13529 | LOW | 247.3-7 | |
Expand...http://www.openwall.com/lists/oss-security/2021/08/04/2
http://www.openwall.com/lists/oss-security/2021/08/17/3
http://www.openwall.com/lists/oss-security/2021/09/07/3
https://access.redhat.com/security/cve/CVE-2020-13529
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13529
https://linux.oracle.com/cve/CVE-2020-13529.html
https://linux.oracle.com/errata/ELSA-2021-4361.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/42TMJVNYRY65B4QCJICBYOEIVZV3KUYI/
https://security.gentoo.org/glsa/202107-48
https://security.netapp.com/advisory/ntap-20210625-0005/
https://talosintelligence.com/vulnerability_reports/TALOS-2020-1142
https://ubuntu.com/security/notices/USN-5013-1
https://ubuntu.com/security/notices/USN-5013-2
| +| libtinfo6 | CVE-2022-29458 | HIGH | 6.2+20201114-2 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-29458
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29458
https://invisible-island.net/ncurses/NEWS.html#t20220416
https://lists.gnu.org/archive/html/bug-ncurses/2022-04/msg00014.html
https://lists.gnu.org/archive/html/bug-ncurses/2022-04/msg00016.html
https://nvd.nist.gov/vuln/detail/CVE-2022-29458
https://ubuntu.com/security/notices/USN-5477-1
| +| libtinfo6 | CVE-2021-39537 | LOW | 6.2+20201114-2 | |
Expand...http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/ncurses/patches/patch-ncurses_tinfo_captoinfo.c?rev=1.1&content-type=text/x-cvsweb-markup
https://access.redhat.com/security/cve/CVE-2021-39537
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-39537
https://lists.gnu.org/archive/html/bug-ncurses/2020-08/msg00006.html
https://lists.gnu.org/archive/html/bug-ncurses/2021-10/msg00023.html
https://nvd.nist.gov/vuln/detail/CVE-2021-39537
https://ubuntu.com/security/notices/USN-5477-1
| +| libudev1 | CVE-2013-4392 | LOW | 247.3-7 | |
Expand...http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725357
http://www.openwall.com/lists/oss-security/2013/10/01/9
https://access.redhat.com/security/cve/CVE-2013-4392
https://bugzilla.redhat.com/show_bug.cgi?id=859060
| +| libudev1 | CVE-2020-13529 | LOW | 247.3-7 | |
Expand...http://www.openwall.com/lists/oss-security/2021/08/04/2
http://www.openwall.com/lists/oss-security/2021/08/17/3
http://www.openwall.com/lists/oss-security/2021/09/07/3
https://access.redhat.com/security/cve/CVE-2020-13529
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13529
https://linux.oracle.com/cve/CVE-2020-13529.html
https://linux.oracle.com/errata/ELSA-2021-4361.html
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/42TMJVNYRY65B4QCJICBYOEIVZV3KUYI/
https://security.gentoo.org/glsa/202107-48
https://security.netapp.com/advisory/ntap-20210625-0005/
https://talosintelligence.com/vulnerability_reports/TALOS-2020-1142
https://ubuntu.com/security/notices/USN-5013-1
https://ubuntu.com/security/notices/USN-5013-2
| +| libuuid1 | CVE-2022-0563 | LOW | 2.36.1-8+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-0563
https://lore.kernel.org/util-linux/20220214110609.msiwlm457ngoic6w@ws.net.home/T/#u
https://nvd.nist.gov/vuln/detail/CVE-2022-0563
https://security.netapp.com/advisory/ntap-20220331-0002/
| +| libxslt1.1 | CVE-2015-9019 | LOW | 1.1.34-4 | |
Expand...https://access.redhat.com/security/cve/CVE-2015-9019
https://bugzilla.gnome.org/show_bug.cgi?id=758400
https://bugzilla.suse.com/show_bug.cgi?id=934119
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-9019
| +| locales | CVE-2021-3999 | HIGH | 2.31-13+deb11u3 | |
Expand...https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2021-3999.json
https://access.redhat.com/security/cve/CVE-2021-3999
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3999
https://linux.oracle.com/cve/CVE-2021-3999.html
https://linux.oracle.com/errata/ELSA-2022-9234.html
https://ubuntu.com/security/notices/USN-5310-1
https://ubuntu.com/security/notices/USN-5310-2
https://www.openwall.com/lists/oss-security/2022/01/24/4
| +| locales | CVE-2010-4756 | LOW | 2.31-13+deb11u3 | |
Expand...http://cxib.net/stuff/glob-0day.c
http://securityreason.com/achievement_securityalert/89
http://securityreason.com/exploitalert/9223
https://access.redhat.com/security/cve/CVE-2010-4756
https://bugzilla.redhat.com/show_bug.cgi?id=681681
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2010-4756
https://nvd.nist.gov/vuln/detail/CVE-2010-4756
| +| locales | CVE-2018-20796 | LOW | 2.31-13+deb11u3 | |
Expand...http://www.securityfocus.com/bid/107160
https://access.redhat.com/security/cve/CVE-2018-20796
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=34141
https://lists.gnu.org/archive/html/bug-gnulib/2019-01/msg00108.html
https://nvd.nist.gov/vuln/detail/CVE-2018-20796
https://security.netapp.com/advisory/ntap-20190315-0002/
https://support.f5.com/csp/article/K26346590?utm_source=f5support&amp;utm_medium=RSS
| +| locales | CVE-2019-1010022 | LOW | 2.31-13+deb11u3 | |
Expand...https://access.redhat.com/security/cve/CVE-2019-1010022
https://security-tracker.debian.org/tracker/CVE-2019-1010022
https://sourceware.org/bugzilla/show_bug.cgi?id=22850
https://sourceware.org/bugzilla/show_bug.cgi?id=22850#c3
https://ubuntu.com/security/CVE-2019-1010022
| +| locales | CVE-2019-1010023 | LOW | 2.31-13+deb11u3 | |
Expand...http://www.securityfocus.com/bid/109167
https://access.redhat.com/security/cve/CVE-2019-1010023
https://security-tracker.debian.org/tracker/CVE-2019-1010023
https://sourceware.org/bugzilla/show_bug.cgi?id=22851
https://support.f5.com/csp/article/K11932200?utm_source=f5support&amp;utm_medium=RSS
https://ubuntu.com/security/CVE-2019-1010023
| +| locales | CVE-2019-1010024 | LOW | 2.31-13+deb11u3 | |
Expand...http://www.securityfocus.com/bid/109162
https://access.redhat.com/security/cve/CVE-2019-1010024
https://security-tracker.debian.org/tracker/CVE-2019-1010024
https://sourceware.org/bugzilla/show_bug.cgi?id=22852
https://support.f5.com/csp/article/K06046097
https://support.f5.com/csp/article/K06046097?utm_source=f5support&amp;utm_medium=RSS
https://ubuntu.com/security/CVE-2019-1010024
| +| locales | CVE-2019-1010025 | LOW | 2.31-13+deb11u3 | |
Expand...https://access.redhat.com/security/cve/CVE-2019-1010025
https://security-tracker.debian.org/tracker/CVE-2019-1010025
https://sourceware.org/bugzilla/show_bug.cgi?id=22853
https://support.f5.com/csp/article/K06046097
https://support.f5.com/csp/article/K06046097?utm_source=f5support&amp;utm_medium=RSS
https://ubuntu.com/security/CVE-2019-1010025
| +| locales | CVE-2019-9192 | LOW | 2.31-13+deb11u3 | |
Expand...https://access.redhat.com/security/cve/CVE-2019-9192
https://nvd.nist.gov/vuln/detail/CVE-2019-9192
https://sourceware.org/bugzilla/show_bug.cgi?id=24269
https://support.f5.com/csp/article/K26346590?utm_source=f5support&amp;utm_medium=RSS
| +| login | CVE-2007-5686 | LOW | 1:4.8.1-1 | |
Expand...http://secunia.com/advisories/27215
http://www.securityfocus.com/archive/1/482129/100/100/threaded
http://www.securityfocus.com/archive/1/482857/100/0/threaded
http://www.securityfocus.com/bid/26048
http://www.vupen.com/english/advisories/2007/3474
https://issues.rpath.com/browse/RPL-1825
| +| login | CVE-2013-4235 | LOW | 1:4.8.1-1 | |
Expand...https://access.redhat.com/security/cve/CVE-2013-4235
https://access.redhat.com/security/cve/cve-2013-4235
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2013-4235
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4235
https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E
https://security-tracker.debian.org/tracker/CVE-2013-4235
| +| login | CVE-2019-19882 | LOW | 1:4.8.1-1 | |
Expand...https://access.redhat.com/security/cve/CVE-2019-19882
https://bugs.archlinux.org/task/64836
https://bugs.gentoo.org/702252
https://github.com/shadow-maint/shadow/commit/edf7547ad5aa650be868cf2dac58944773c12d75
https://github.com/shadow-maint/shadow/pull/199
https://github.com/void-linux/void-packages/pull/17580
https://security.gentoo.org/glsa/202008-09
| +| mount | CVE-2022-0563 | LOW | 2.36.1-8+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-0563
https://lore.kernel.org/util-linux/20220214110609.msiwlm457ngoic6w@ws.net.home/T/#u
https://nvd.nist.gov/vuln/detail/CVE-2022-0563
https://security.netapp.com/advisory/ntap-20220331-0002/
| +| ncurses-base | CVE-2022-29458 | HIGH | 6.2+20201114-2 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-29458
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29458
https://invisible-island.net/ncurses/NEWS.html#t20220416
https://lists.gnu.org/archive/html/bug-ncurses/2022-04/msg00014.html
https://lists.gnu.org/archive/html/bug-ncurses/2022-04/msg00016.html
https://nvd.nist.gov/vuln/detail/CVE-2022-29458
https://ubuntu.com/security/notices/USN-5477-1
| +| ncurses-base | CVE-2021-39537 | LOW | 6.2+20201114-2 | |
Expand...http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/ncurses/patches/patch-ncurses_tinfo_captoinfo.c?rev=1.1&content-type=text/x-cvsweb-markup
https://access.redhat.com/security/cve/CVE-2021-39537
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-39537
https://lists.gnu.org/archive/html/bug-ncurses/2020-08/msg00006.html
https://lists.gnu.org/archive/html/bug-ncurses/2021-10/msg00023.html
https://nvd.nist.gov/vuln/detail/CVE-2021-39537
https://ubuntu.com/security/notices/USN-5477-1
| +| openssl | CVE-2022-2068 | MEDIUM | 1.1.1n-0+deb11u2 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-2068
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2068
https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2c9c35870601b4a44d86ddbf512b38df38285cfa
https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=7a9c027159fe9e1bbc2cd38a8a2914bff0d5abd9
https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=9639817dac8bbbaa64d09efad7464ccc405527c7
https://ubuntu.com/security/notices/USN-5488-1
https://www.openssl.org/news/secadv/20220621.txt
| +| openssl | CVE-2007-6755 | LOW | 1.1.1n-0+deb11u2 | |
Expand...http://arstechnica.com/security/2013/09/stop-using-nsa-influence-code-in-our-product-rsa-tells-customers/
http://blog.cryptographyengineering.com/2013/09/rsa-warns-developers-against-its-own.html
http://blog.cryptographyengineering.com/2013/09/the-many-flaws-of-dualecdrbg.html
http://rump2007.cr.yp.to/15-shumow.pdf
http://stream.wsj.com/story/latest-headlines/SS-2-63399/SS-2-332655/
http://threatpost.com/in-wake-of-latest-crypto-revelations-everything-is-suspect
http://www.securityfocus.com/bid/63657
https://access.redhat.com/security/cve/CVE-2007-6755
https://www.schneier.com/blog/archives/2007/11/the_strange_sto.html
| +| openssl | CVE-2010-0928 | LOW | 1.1.1n-0+deb11u2 | |
Expand...http://rdist.root.org/2010/03/08/attacking-rsa-exponentiation-with-fault-injection/
http://www.eecs.umich.edu/%7Evaleria/research/publications/DATE10RSA.pdf
http://www.networkworld.com/news/2010/030410-rsa-security-attack.html
http://www.osvdb.org/62808
http://www.theregister.co.uk/2010/03/04/severe_openssl_vulnerability/
https://access.redhat.com/security/cve/CVE-2010-0928
https://exchange.xforce.ibmcloud.com/vulnerabilities/56750
| +| passwd | CVE-2007-5686 | LOW | 1:4.8.1-1 | |
Expand...http://secunia.com/advisories/27215
http://www.securityfocus.com/archive/1/482129/100/100/threaded
http://www.securityfocus.com/archive/1/482857/100/0/threaded
http://www.securityfocus.com/bid/26048
http://www.vupen.com/english/advisories/2007/3474
https://issues.rpath.com/browse/RPL-1825
| +| passwd | CVE-2013-4235 | LOW | 1:4.8.1-1 | |
Expand...https://access.redhat.com/security/cve/CVE-2013-4235
https://access.redhat.com/security/cve/cve-2013-4235
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2013-4235
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4235
https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E
https://security-tracker.debian.org/tracker/CVE-2013-4235
| +| passwd | CVE-2019-19882 | LOW | 1:4.8.1-1 | |
Expand...https://access.redhat.com/security/cve/CVE-2019-19882
https://bugs.archlinux.org/task/64836
https://bugs.gentoo.org/702252
https://github.com/shadow-maint/shadow/commit/edf7547ad5aa650be868cf2dac58944773c12d75
https://github.com/shadow-maint/shadow/pull/199
https://github.com/void-linux/void-packages/pull/17580
https://security.gentoo.org/glsa/202008-09
| +| perl-base | CVE-2020-16156 | HIGH | 5.32.1-4+deb11u2 | |
Expand...http://blogs.perl.org/users/neilb/2021/11/addressing-cpan-vulnerabilities-related-to-checksums.html
https://access.redhat.com/security/cve/CVE-2020-16156
https://blog.hackeriet.no/cpan-signature-verification-vulnerabilities/
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-16156
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/SD6RYOJII7HRJ6WVORFNVTYNOFY5JDXN/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/SZ32AJIV4RHJMLWLU5QULGKMMIHYOMDC/
https://metacpan.org/pod/distribution/CPAN/scripts/cpan
| +| perl-base | CVE-2011-4116 | LOW | 5.32.1-4+deb11u2 | |
Expand...http://www.openwall.com/lists/oss-security/2011/11/04/2
http://www.openwall.com/lists/oss-security/2011/11/04/4
https://access.redhat.com/security/cve/CVE-2011-4116
https://github.com/Perl-Toolchain-Gang/File-Temp/issues/14
https://rt.cpan.org/Public/Bug/Display.html?id=69106
https://seclists.org/oss-sec/2011/q4/238
| +| tar | CVE-2005-2541 | LOW | 1.34+dfsg-1 | |
Expand...http://marc.info/?l=bugtraq&m=112327628230258&w=2
https://access.redhat.com/security/cve/CVE-2005-2541
https://lists.apache.org/thread.html/rc713534b10f9daeee2e0990239fa407e2118e4aa9e88a7041177497c@%3Cissues.guacamole.apache.org%3E
| +| util-linux | CVE-2022-0563 | LOW | 2.36.1-8+deb11u1 | |
Expand...https://access.redhat.com/security/cve/CVE-2022-0563
https://lore.kernel.org/util-linux/20220214110609.msiwlm457ngoic6w@ws.net.home/T/#u
https://nvd.nist.gov/vuln/detail/CVE-2022-0563
https://security.netapp.com/advisory/ntap-20220331-0002/
| + +**jar** + + +| No Vulnerabilities found | +|:---------------------------------| + + + +**gobinary** + + +| Package | Vulnerability | Severity | Installed Version | Fixed Version | Links | +|:----------------|:------------------:|:-----------:|:------------------:|:-------------:|-----------------------------------------| +| github.com/opencontainers/runc | CVE-2022-29162 | HIGH | v1.0.1 | v1.1.2 |
Expand...https://access.redhat.com/security/cve/CVE-2022-29162
https://github.com/opencontainers/runc/commit/d04de3a9b72d7a2455c1885fc75eb36d02cd17b5
https://github.com/opencontainers/runc/releases/tag/v1.1.2
https://github.com/opencontainers/runc/security/advisories/GHSA-f3fp-gc8g-vw66
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/AVPZBV7ISA7QKRPTC7ZXWKMIQI2HZEBB/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/D77CKD3AXPMU4PMQIQI5Q74SI4JATNND/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/GPQU4YC4AAY54JDXGDQHJEYKSXXG5T2Y/
https://nvd.nist.gov/vuln/detail/CVE-2022-29162
| +| github.com/opencontainers/runc | CVE-2021-43784 | MEDIUM | v1.0.1 | v1.0.3 |
Expand...https://access.redhat.com/security/cve/CVE-2021-43784
https://bugs.chromium.org/p/project-zero/issues/detail?id=2241
https://github.com/opencontainers/runc/commit/9c444070ec7bb83995dbc0185da68284da71c554
https://github.com/opencontainers/runc/commit/d72d057ba794164c3cce9451a00b72a78b25e1ae
https://github.com/opencontainers/runc/commit/f50369af4b571e358f20b139eea52d612eb55eed
https://github.com/opencontainers/runc/security/advisories/GHSA-v95c-p5hm-xq8f
https://lists.debian.org/debian-lts-announce/2021/12/msg00005.html
https://nvd.nist.gov/vuln/detail/CVE-2021-43784
| +| github.com/opencontainers/runc | CVE-2022-24769 | MEDIUM | v1.0.1 | v1.1.2 |
Expand...http://www.openwall.com/lists/oss-security/2022/05/12/1
https://access.redhat.com/security/cve/CVE-2022-24769
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24769
https://github.com/containerd/containerd/security/advisories/GHSA-c9cp-9c75-9v8c
https://github.com/moby/moby/commit/2bbc786e4c59761d722d2d1518cd0a32829bc07f
https://github.com/moby/moby/releases/tag/v20.10.14
https://github.com/moby/moby/security/advisories/GHSA-2mm7-x5h6-5pvq
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6PMQKCAPK2AR3DCYITJYMMNBEGQBGLCC/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/A5AFKOQ5CE3CEIULWW4FLQKHFFU6FSYG/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/A5FQJ3MLFSEKQYCFPFZIKYGBXPZUJFVY/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FPOJUJZXGMIVKRS4QR75F6OIXNQ6LDBL/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/HIMAHZ6AUIKN7AX26KHZYBXVECIOVWBH/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/HQCVS7WBFSTKJFNX5PGDRARMTOFWV2O7/
https://nvd.nist.gov/vuln/detail/CVE-2022-24769
https://www.debian.org/security/2022/dsa-5162
| diff --git a/stable/hedgedoc/4.0.0/templates/_secrets.tpl b/stable/hedgedoc/4.0.0/templates/_secrets.tpl new file mode 100644 index 00000000000..a52280dc59a --- /dev/null +++ b/stable/hedgedoc/4.0.0/templates/_secrets.tpl @@ -0,0 +1,20 @@ +{{/* Define the secrets */}} +{{- define "hedgedoc.secrets" -}} +--- + +apiVersion: v1 +kind: Secret +type: Opaque +metadata: + name: hedgedoc-secrets +{{- $hedgedocprevious := lookup "v1" "Secret" .Release.Namespace "hedgedoc-secrets" }} +{{- $session_secret := "" }} +data: + {{- if $hedgedocprevious}} + CMD_SESSION_SECRET: {{ index $hedgedocprevious.data "CMD_SESSION_SECRET" }} + {{- else }} + {{- $session_secret := randAlphaNum 32 }} + CMD_SESSION_SECRET: {{ $session_secret | b64enc }} + {{- end }} + +{{- end -}} diff --git a/stable/hedgedoc/4.0.0/templates/common.yaml b/stable/hedgedoc/4.0.0/templates/common.yaml new file mode 100644 index 00000000000..f34e7e38cbb --- /dev/null +++ b/stable/hedgedoc/4.0.0/templates/common.yaml @@ -0,0 +1,8 @@ +{{/* Make sure all variables are set properly */}} +{{- include "tc.common.loader.init" . }} + +{{/* Render secrets for hedgedoc */}} +{{- include "hedgedoc.secrets" . }} + +{{/* Render the templates */}} +{{ include "tc.common.loader.apply" . }} diff --git a/stable/hedgedoc/4.0.0/values.yaml b/stable/hedgedoc/4.0.0/values.yaml new file mode 100644 index 00000000000..e69de29bb2d
Expand...https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted
https://avd.aquasec.com/misconfig/ksv001